-
Notifications
You must be signed in to change notification settings - Fork 0
/
npkmc_0234_061.xml
2678 lines (2678 loc) · 105 KB
/
npkmc_0234_061.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<!--https://www.loc.gov/ead/ead.xsd-->
<ead xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:isbn:1-931666-22-9" xmlns:ns2="http://www.w3.org/1999/xlink" xsi:schemaLocation="urn:isbn:1-931666-22-9 https://www.loc.gov/ead/ead.xsd">
<!--Header portion of EAD -->
<eadheader langencoding="iso639-2b" scriptencoding="iso15924" repositoryencoding="iso15511" countryencoding="iso3166-1" dateencoding="iso8601">
<eadid countrycode="US" mainagencycode="US-NPkMC" url="http://www.marist.edu">npkmc_0234_061</eadid>
<filedesc>
<titlestmt>
<titleproper>Mitchell Stephens Papers</titleproper>
<author>Processed by: Autumn Holladay, MLIS, 2023; Finding Aid Encoded by: Autumn Holladay, 2023.
</author>
</titlestmt>
<publicationstmt>
<publisher>Marist College <lb/>Archives and Special Collections </publisher>
<address>
<addressline>3399 North Road <lb/>Poughkeepsie, NY 12601 <lb/>Phone: 845-575-5217
<lb/>Fax: 845-575-3150 <lb/>Email: library.archives@marist.edu<lb/>Website:
https://archives.marist.edu/</addressline>
</address>
<date type="publication" normal="2023-04-06">April 6, 2023</date>
</publicationstmt>
</filedesc>
<profiledesc>
<creation>Autumn Holladay <date normal="2023-04-06">April 6, 2023</date>
</creation>
<langusage>Finding aid written in <language langcode="eng" scriptcode="Latn">English</language></langusage>
<descrules><abbr>DACS</abbr>Describing Archives: A Content Standard. Chicago: Society of
American Archivists, 2013.</descrules>
</profiledesc>
</eadheader>
<archdesc level="collection">
<did>
<head>Descriptive Summary</head>
<unittitle label="title">Mitchell Stephens Papers</unittitle>
<unitdate type="inclusive" normal="1936/2022">1936 - 2022</unitdate>
<!--added in a persname for the creator information -->
<origination label="creator">
<persname>Mitchell Stephens</persname>
</origination>
<!--added in collection number -->
<unitid countrycode="US" repositorycode="US-NpkMC">npkmc-234-061</unitid>
<physdesc>
<extent>6.25 Linear Feet</extent>
<extent>15 Boxes</extent>
<extent>269 Folders</extent>
</physdesc>
<langmaterial>
<language>Material is in English</language>
</langmaterial>
<repository>
<corpname>Marist College <lb/>Archives and Special Collections </corpname>
</repository>
<abstract> Published in 2017, The Voice of America: Lowell Thomas and the Invention of 20th Century Journalism by Mitchell Stephens is the first completed biography ever written on Lowell Thomas, an innovative journalist of the 20th century. The Mitchell Stephens Papers Collection includes research materials and drafts for the biography.</abstract>
<physloc>Please contact the Marist College Archives and Special Collections for information
regarding use and access of this collection.</physloc>
</did>
<!--description looks realy good! I added two small things in (see comments above). But everything looks really good and is well described!-->
<acqinfo>
<head>Acquisitions Information</head>
<!--missing Acquisitions information. Mitch donated the collection to ASC in December 2022. -->
<p>Collection was donated to Marist College Archives and Special Collections by Mitchell Stephens on December 1, 2022.</p>
</acqinfo>
<accruals>
<head>Accruals Information</head>
<p>No accruals are expected.</p>
</accruals>
<accessrestrict>
<head>Restrictions to Access</head>
<p>There are no restrictions on this collection.</p>
</accessrestrict>
<phystech>
<head>Physical Access Restriction</head>
<p>Collection contains digital materials on a USB external hard drive which must be accessed with a computer.</p>
</phystech>
<userestrict>
<head>Notice of Copyright</head>
<p>Individuals requesting reproductions expressly assume the responsibility for compliance
with all pertinent provisions of the Copyright Act, 17 U.S.C. ss101 et seq. Patrons further
agree to indemnify and hold harmless the Marist College Archives and Special Collections and
its staff in connection with any disputes arising from the Copyright Act, over the
reproduction of material at the request of patrons. For more information please visit the
following website: http://www.loc.gov/copyright/title17/.</p>
</userestrict>
<prefercite>
<head>Preferred Citation</head>
<p>[Description of item, date, location of item in order of series, box number, folder number
], in the Mitchell Stephens Papers, Archives and Special Collections, James A. Cannavino Library,
Marist College.</p>
</prefercite>
<!--<relatedmaterial>
<head>Related Collections</head>
<!-\-Fred Crawford Papers-\->
<p><extref href="https://www.empireadc.org/search/catalog/npkmc_222_218"></extref></p>
<!-\-Lowell Thomas Papers: Textual Materials, 1789 - 1984-\->
<p><extref href="https://www.empireadc.org/search/catalog/npkmc_225_061"></extref></p>
</relatedmaterial>-->
<bioghist>
<head>Historical Note</head>
<p>Mitchell Stephens was born on August 16, 1949 in New York City. Stephens is a NYU Professor of Journalism and Mass Communication and author of numerous articles and 8 books including The New York Times "Notable Book of the Year,” A History of News. Before working on The Voice of America, Mitchell Stephens was interviewed by director Richard Moulton on a documentary he was doing on Lowell Thomas. Mitchell Stephens would work with Moulton again on the documentary Voice of America: Lowell Thomas and the Rise of Broadcast News (2019) in which Anne T. Donaghy, the granddaughter of Lowell Thomas, was an executive producer. While conducting projects with Richard Moulton, Mitchell Stephens began researching and writing The Voice of America. Stephens began researching and drafting the Lowell Thomas biography in 2014. While researching for the Lowell Thomas biography, Mitchell Stephens traveled to Ohio, Colorado, Yukon, Alaska and many of the same places Lowell Thomas visited and reported. Although Stephens did not read the manuscript drafts, he would consult the outline of the unfinished Lowell Thomas biography by Fred Crawford as the basis for his own book. Stephens would also consult many original materials including journals, travelogues, correspondences, photographs, and footage within the Lowell Thomas Collection at the Archives and Special Collections at Marist College.</p>
</bioghist>
<arrangement>
<head>Arrangement of the Collection</head>
<p>These records are organized into 6 series: 1) Manuscript Drafts, 2) Research Materials, 2.1) Chapter 1. A Portrait of the Journalist as a Young Cowboy, 2.2) Chapter 2. Two Scoops in Chicago, 2.3) Chapter 3. See America First, 2.4) Chapter 4. Too Good to Be True 2.5) Chapter 5. Something More Colossal Than Anything of its Kind Ever Tried, 2.6) Chapter 6. A Blue-Eyed, Beardless Man in Arab Robes, 2.7) Chapter 7. Come with Me to the Land of History, Mystery and Romance, 2.8) Chapter 8. How Dull It Is to Pause 2.9) Chapter 9. Having the Ear of America, 2.10) Chapter 10. The Voice of God, 2.11) Chapter 11. Catching Up with the War, 2.12) Chapter 12. The Very Roof of the World, 2.13) Chapter 13. An Entirely New Form of Entertainment, 2.15) Chapter 14. To Strive, To Seek, To Find and Not to Yield, 2.15) Additional Materials, 3) Correspondence, 4) Maps, 5) Photographs, 6) Digital Materials, 6.1) Manuscripts and Research Materials, 6.2) Lowell Thomas Photographs from Richard Moulton.</p>
</arrangement>
<scopecontent>
<!-- missing scope and content note-->
<head>Collection Overview</head>
<p>This collection consists of materials created or saved by Mitchell Stephens, including his manuscript drafts and notes for The Voice of America: Lowell Thomas and the Invention of 20th Century Journalism, as well as articles on journalism and communication. Much of the collection consists of copies from the Lowell Thomas Collection at Marist College that have been annotated by Stephens. The collection also includes correspondence between Stephens and Richard Moulton and Anne T. Donaghy.</p>
</scopecontent>
<dsc type="combined">
<head>Deatiled Description of the Collection</head>
<c01 level="series">
<did>
<unitid>1.</unitid>
<unittitle>1. Manuscript Drafts </unittitle>
<unitdate normal="2014/2016">2014-2016</unitdate>
<physdesc>
<extent type="size">About 1.67 linear feet</extent>
<extent type="boxes">Boxes: 1 - 4</extent>
<extent type="folders">Folders: 78</extent>
</physdesc>
</did>
<scopecontent>
<p>Series contains chapter drafts, notes, and corrections of the The Voice of America: Lowell Thomas and the Invention of the 20th- Century Journalism. </p>
</scopecontent>
<arrangement>
<p>Each chapter draft has been placed in its own folder and organized by the order of chapters as it appears in the book then chronologically by date. Discarded chapters or those with different titles are placed at the end. The folder titles correspond with the headers of each document which have the chapter number and title. Sometimes the chapter numbers change between drafts. The series also contains fact checks and corrections of chapters. The three notebooks are titled by the style and brand of the book as they were not given a title by Mitchell Stephens.</p>
</arrangement>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">1</container>
<unittitle>Prologue</unittitle>
<unitdate normal="2014-10-30">October 30, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">2</container>
<unittitle>Prologue</unittitle>
<unitdate normal="2014-10-30">October 30, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">3</container>
<unittitle>Prologue and 1. A Portrait of the Journalist</unittitle>
<unitdate normal="2014-10-30">October 30, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">4</container>
<unittitle>Prologue</unittitle>
<unitdate normal="2015-03-22">March 22, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">5</container>
<unittitle>Prologue and 1. A Portrait of the Journalist</unittitle>
<unitdate normal="2015-03-25">March, 25, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">6</container>
<unittitle>Prologue</unittitle>
<unitdate normal="2015-03-31">March 31, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">7</container>
<unittitle>2. Two Scoops in Chicago</unittitle>
<unitdate normal="2014-07-27">July 27, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">8</container>
<unittitle>2. Two Scoops in Chicago</unittitle>
<unitdate normal="2015-03-28">March 28, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">9</container>
<unittitle>3. "See America First"</unittitle>
<unitdate normal="2014-07-27">July 27, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">10</container>
<unittitle>3. "See America First"</unittitle>
<unitdate normal="2014-07-27">July 27, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">11</container>
<unittitle>3. "See America First"</unittitle>
<unitdate normal="2014-07-27">July 27, 2007</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">12</container>
<unittitle>3. "See America First"</unittitle>
<unitdate normal="2015-03-28">March 28, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">13</container>
<unittitle>4. Too Good to Be True</unittitle>
<unitdate normal="2014-08-14">August 14, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">14</container>
<unittitle>4. Too Good to Be True</unittitle>
<unitdate normal="2014-08-14">August 14, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">15</container>
<unittitle>4. Too Good to Be True</unittitle>
<unitdate normal="2014-08-14">August 14, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">16</container>
<unittitle>4. Too Good to Be True</unittitle>
<unitdate normal="2014-08-14">August 14, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">17</container>
<unittitle>4. Too Good to Be True</unittitle>
<unitdate normal="2014-08-14">August 14, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">18</container>
<unittitle>4. Too Good to Be True</unittitle>
<unitdate normal="2014-08-14">August 14, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">19</container>
<unittitle>4. Too Good to Be True</unittitle>
<unitdate normal="2014-08-14">August 14, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">20</container>
<unittitle>4. Too Good to Be True</unittitle>
<unitdate normal="2014-08-14">August 14, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">21</container>
<unittitle>4. Too Good to Be True</unittitle>
<unitdate normal="2014-08-14">August 14, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">22</container>
<unittitle>4. Too Good to Be True</unittitle>
<unitdate normal="2014-08-14">August 14, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">23</container>
<unittitle>4. Too Good to Be True</unittitle>
<unitdate normal="2014-08-14">August 14, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">1</container>
<unittitle>4. Too Good to Be True</unittitle>
<unitdate normal="2015-03-28">March 28, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">2</container>
<unittitle>4. Too Good to Be True</unittitle>
<unitdate>undated</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">3</container>
<unittitle>5. Something More Colossal Than Anything of Its Kind Ever Tried</unittitle>
<unitdate normal="2015-03-03">March 03, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">4</container>
<unittitle>5. Something More Colossal Than Anything of Its Kind Ever Tried</unittitle>
<unitdate normal="2015-03-29">March 29, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">5</container>
<unittitle>5. Something More Colossal Than Anything of Its Kind Ever Tried</unittitle>
<unitdate> undated</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">6</container>
<unittitle>6. A Blue-Eyed, Beardless Man in Arab Robes</unittitle>
<unitdate normal="2014-10-11">October 11, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">7</container>
<unittitle>5. A Blue-Eyed, Beardless Man in Arab Robes</unittitle>
<unitdate normal="2014-10-11">October 11, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">8</container>
<unittitle>5. A Blue-Eyed, Beardless Man in Arab Robes</unittitle>
<unitdate normal="2014-10-11">October 11, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">9</container>
<unittitle>5. A Blue-Eyed, Beardless Man in Arab Robes</unittitle>
<unitdate normal="2014-10-11">October 11, 2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">10</container>
<unittitle>6. Come with Me to the Land of History, Mystery and Romance</unittitle>
<unitdate normal="2015-01-17">January 17, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">11</container>
<unittitle>6. Come with Me to the Land of History, Mystery and Romance</unittitle>
<unitdate normal="2015-01-17">January 17, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">12</container>
<unittitle>6. Come with Me to the Land of History, Mystery and Romance</unittitle>
<unitdate normal="2015-01-17">January 17, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">13</container>
<unittitle>6. Come with Me to the Land of History, Mystery and Romance</unittitle>
<unitdate normal="2015-01-17">January 17, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">14</container>
<unittitle>7. Come with Me to the Land of History, Mystery and Romance</unittitle>
<unitdate normal="2015-03-29">March 29, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">15</container>
<unittitle>8. How Dull It Is to Pause</unittitle>
<unitdate normal="2016-04-11">April 11, 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">16</container>
<unittitle>9. Having the Ear of America</unittitle>
<unitdate normal="2015-10-09">October 09, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">17</container>
<unittitle>9. Having the Ear of America</unittitle>
<unitdate normal="2015-12-21">December 21, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">18</container>
<unittitle>9. Having the Ear of America</unittitle>
<unitdate normal="2016-05-23">May 23, 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">19</container>
<unittitle>9. The Voice of God</unittitle>
<unitdate normal="2015-08-14">August 14, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">20</container>
<unittitle>9. The Voice of God</unittitle>
<unitdate normal="2015-08-21">August 21, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">1</container>
<unittitle>9. The Voice of God</unittitle>
<unitdate normal="2015-08-21">August 21, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">2</container>
<unittitle>10. The Voice of God</unittitle>
<unitdate normal="2015-09-04">September 04, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">3</container>
<unittitle>10. The Voice of God</unittitle>
<unitdate normal="2015-10-09">October 09, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">4</container>
<unittitle>10. The Voice of God</unittitle>
<unitdate normal="2015-12-21">December 21, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">5</container>
<unittitle>10. The Voice of God</unittitle>
<unitdate normal="2016-04-15">April 04, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">6</container>
<unittitle>11. Catching Up with the War</unittitle>
<unitdate normal="2015-11-10">November 10, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">7</container>
<unittitle>11. Catching Up with the War</unittitle>
<unitdate normal="2015-11-19">November 19, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">8</container>
<unittitle>11. Catching Up with the War</unittitle>
<unitdate normal="2016-01-13">January 13, 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">9</container>
<unittitle>11. Catching Up with the War</unittitle>
<unitdate normal="2016-04-26">April 26, 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">10</container>
<unittitle>12. The Very Roof of the World</unittitle>
<unitdate normal="2016-01-07">January 07, 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">11</container>
<unittitle>12. The Very Roof of the World</unittitle>
<unitdate normal="2016-01-13">January 13, 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">12</container>
<unittitle>12. The Very Roof of the World</unittitle>
<unitdate normal="2016-01-29">January 29, 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">13</container>
<unittitle>14. To Strive, To Seek, To Find, and Not to Yield</unittitle>
<unitdate normal="2016-04-25">April 25, 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">14</container>
<unittitle>14. To Strive, To Seek, To Find, and Not to Yield</unittitle>
<unitdate normal="2016-05-18">May 18, 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">15</container>
<unittitle>8. Rainbows Flying in Aeroplanes</unittitle>
<unitdate normal="2015-08-03">August 03, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">16</container>
<unittitle>8. Rainbows Flying in Aeroplanes</unittitle>
<unitdate normal="2016-10-09">October 09, 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">17</container>
<unittitle>8. Rainbows Flying in Aeroplanes</unittitle>
<unitdate normal="2016-12-21">December 21, 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">18</container>
<unittitle>8. Land, Sea and Air</unittitle>
<unitdate>undated</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">19</container>
<unittitle>8. Land, Sea and Air</unittitle>
<unitdate>undated</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">20</container>
<unittitle>8. Land, Sea and Air</unittitle>
<unitdate>undated</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">1</container>
<unittitle>13. High Adventure</unittitle>
<unitdate normal="2016-02-26">February 26, 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">2</container>
<unittitle>Untitled</unittitle>
<unitdate>undated</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">3</container>
<unittitle>Lowell of America - first half</unittitle>
<unitdate normal="2015-04-02">April 02, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">4</container>
<unittitle>Lowell of America Draft: First Half</unittitle>
<unitdate normal="2015-04-05">April 05, 2015</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">5</container>
<unittitle>The Voice of America Style Sheet</unittitle>
<unitdate>undated</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">6</container>
<unittitle>Index</unittitle>
<unitdate>undated</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">7</container>
<unittitle>Page 11 CK (Chapter 1 Check)</unittitle>
<unitdate normal="2016-07-11">July 11, 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">8</container>
<unittitle>Page 160 CK (Chapter 8 Check)</unittitle>
<unitdate>undated</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">9</container>
<unittitle>Page 205 CK (Chapter 13 Check)</unittitle>
<unitdate>undated</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">10</container>
<unittitle>Page 265 CK (Chapter 13 Check)</unittitle>
<unitdate normal="2016-06">June 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">11</container>
<unittitle>Page 302 CK (Chapter 14 Check)</unittitle>
<unitdate normal="2016-07">July 2016</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">12</container>
<unittitle>Melvis Acosta (Corrections)</unittitle>
<unitdate>undated</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">13</container>
<unittitle>College Ruled Compposition Notebook</unittitle>
<unitdate>undated</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">14</container>
<unittitle>Staples Notebook</unittitle>
<unitdate normal="2014">2014</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">15</container>
<unittitle>Meade Notebook</unittitle>
<unitdate normal="2015">2015</unitdate>
</did>
</c02>
</c01>
<c01 level="series">
<did>
<unitid>2.</unitid>
<unittitle>2. Research Materials</unittitle>
<unitdate normal="2000">1936-2016</unitdate>
<physdesc>
<extent type="size">About 3.75 linear feet</extent>
<extent type="boxes">Boxes: 9</extent>
<extent type="folders">Folders: 179</extent>
</physdesc>
</did>
<scopecontent>
<p>This series consists of 15 subseries pertaining to materials used for research on Lowell Thomas. The first 14 subseries coincide with the 14 chapters of the Lowell Thomas biography, The Voice of America: Lowell Thomas and the Invention of 20th Century Journalism. The last subseries consists of new research materials. Many of the materials are copies of Lowell Thomas’ journals, letters, travelogues, and articles.</p>
</scopecontent>
<arrangement>
<p>The subseries are arranged by chapter titles in the order they appear in The Voice of America: Lowell Thomas and the Invention of 20th Century Journalism and the folders are arranged alphabetically. Original folder titles were kept. Items should be kept in orginal order as some pages are double sided with Stephen’s original work being front facing.</p>
</arrangement>
<c02 level="subseries">
<did>
<unitid>2.1</unitid>
<unittitle>Subseries 2.1: Chapter 1. A Portrait of the Journalist as a Young Cowboy</unittitle>
<unitdate normal="2014/2015">2014 - 2015</unitdate>
<physdesc>
<extent type="boxes">Boxes: .5</extent>
<extent type="folders">Folders: 13 </extent>
</physdesc>
</did>
<scopecontent>
<p>Subseries includes research materials on Lowell Thomas’ early life including information on his family and where he grew up in Victor, Colorado such as copies of: Dr. Harry G. Thomas, “Cripple Creek at the Turn of the Century,” a chapter of an unfinished memoir by Lowell Thomas’ father and a transcript of a 1951 interview between Dr. Harry Thomas and Dick Roelofs; and 1997 Victor Elks Lodge #367 100th Anniversary book. Subseries includes History of Colorado, The Victor Record 1910-1911 on microfilm. </p>
</scopecontent>
<arrangement>
<p>Alphabetical</p>
</arrangement>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">1</container>
<unittitle>Dr. Harry Thomas</unittitle>
<unitdate normal="2015">2015</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">2</container>
<unittitle>Dr. Harry Thomas</unittitle>
<unitdate normal="2015">2015</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">3</container>
<unittitle>Dr. Harry Thomas</unittitle>
<unitdate normal="2015">2015</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">4</container>
<unittitle>Dr. Harry Thomas</unittitle>
<unitdate normal="2015">2015</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">5</container>
<unittitle>Dr. Harry Thomas</unittitle>
<unitdate normal="2015">2015</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">6</container>
<unittitle>Dr. Harry Thomas</unittitle>
<unitdate normal="2015">2015</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">7</container>
<unittitle>Victor</unittitle>
<unitdate normal="2014">2014</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">8</container>
<unittitle>Victor</unittitle>
<unitdate normal="2014">2014</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">9</container>
<unittitle>Victor</unittitle>
<unitdate normal="2014">2014</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">10</container>
<unittitle>Victor</unittitle>
<unitdate normal="2014">2014</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">11</container>
<unittitle>Victor</unittitle>
<unitdate normal="2014">2014</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">12</container>
<unittitle>Victor</unittitle>
<unitdate normal="2014">2014</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">13</container>
<unittitle>Victor (The Victor Record Microfilm)</unittitle>
<unitdate>undated</unitdate>
</did>
</c03>
</c02>
<c02 level="subseries">
<did>
<unitid>2.2</unitid>
<unittitle>Subseries 2.2: Chapter 2. Two Scoops in Chicago</unittitle>
<unitdate normal="2014">2014</unitdate>
<physdesc>
<extent type="boxes">Boxes: .5</extent>
<extent type="folders">Folders: 10</extent>
</physdesc>
</did>
<scopecontent>
<p>Series contains research on Chicago in 1915 including copies of letters between Lowell Thomas and his parents between 1915 – 1916; and copies of Lowell Thomas’ journal from 1915.</p>
</scopecontent>
<arrangement>
<p>Alphabetical</p>
</arrangement>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">14</container>
<unittitle>Chicago</unittitle>
<unitdate normal="2014">2014</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">15</container>
<unittitle>Chicago</unittitle>
<unitdate normal="2014">2014</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">16</container>
<unittitle>Chicago</unittitle>
<unitdate normal="2014">2014</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">17</container>
<unittitle>Chicago</unittitle>
<unitdate normal="2014">2014</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">18</container>
<unittitle>Chicago</unittitle>
<unitdate normal="2014">2014</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">5</container>
<container type="folder">19</container>
<unittitle>Chicago</unittitle>
<unitdate normal="2014">2014</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">6</container>
<container type="folder">1</container>
<unittitle>Journal from 1915</unittitle>
<unitdate>undated</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">6</container>
<container type="folder">2</container>
<unittitle>Journal from 1915</unittitle>
<unitdate>undated</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">6</container>
<container type="folder">3</container>
<unittitle>Parents</unittitle>
<unitdate>undated</unitdate>
</did>
</c03>
<c03 level="file">
<did>
<container type="box">6</container>
<container type="folder">4</container>
<unittitle>Parents</unittitle>
<unitdate>undated</unitdate>
</did>
</c03>
</c02>
<c02 level="subseries">
<did>
<unitid>2.3</unitid>
<unittitle>Subseries 2.3: Chapter 3. See America First</unittitle>
<unitdate normal="2014">2014</unitdate>
<physdesc>
<extent type="boxes">Boxes: 1</extent>
<extent type="folders">Folders: 21</extent>
</physdesc>
</did>
<scopecontent>
<p>Series contains annotated copies of Lowell Thomas’ correspondence with his wife Frances Thomas and copies of Thomas’ journal during his early trips to Alaska. Also contains articles Stephens used as background information on Alaska.</p>