-
Notifications
You must be signed in to change notification settings - Fork 0
/
npkmc_222_107.xml
5779 lines (5779 loc) · 229 KB
/
npkmc_222_107.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"?>
<!DOCTYPE ead PUBLIC "+//ISBN 1-931666-00-8//DTD ead.dtd (Encoded Archival Description (EAD) Version 2002)//EN" "ead.dtd">
<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">npkmc_222_107</eadid>
<filedesc>
<titlestmt>
<titleproper>The Duggan Family Papers</titleproper>
<author>Processed by Greg Wiedeman, 2012; Finding Aid Encoded by: Kristin Caridi,
2012; Finding Aid Encoding updated by: Abigail Bowen, 2022</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="2012-02-01">February 1, 2012</date>
</publicationstmt>
</filedesc>
<profiledesc>
<creation> Kristin Caridi, MLIS <date>2012</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>
<revisiondesc>
<list>
<item>February 2022, EAD updated by Abigail Bowen</item>
</list>
</revisiondesc>
</eadheader>
<!-- Archival Description portion of EAD -->
<archdesc level="collection">
<did>
<unittitle>Duggan Family Papers</unittitle>
<unitid countrycode="US" repositorycode="US-NPkMC">NPKMC-222-107</unitid>
<unitdate type="inclusive" normal="1908/2009">1908 - 2009</unitdate>
<unitdate type="bulk" normal="1962/1980">1962 - 1980</unitdate>
<physdesc>
<extent type="size">7.5 Linear Feet</extent>
</physdesc>
<repository>
<corpname>Marist College Archives and Special Collections</corpname>
</repository>
<origination label="creators"><persname>Stephen Pierce Duggan, Jr.</persname><persname>Beatrice Abbott "Smokey" Duggan</persname><persname>Mary Vance Duggan</persname><corpname>Natural Resources Defense Council (NRDC)</corpname>)</origination>
<abstract>Stephen Duggan was a born in White Plains, NY. He attended Phillips Exeter
Academy, Harvard University and Columbia University. At Columbia he met Beatrice
Abbott, whom he married in 1936 and had four children with. Stephen graduated from
Columbia Law School and began working at the Wall Street firm of Simpson, Thatcher
and Bartlett where he became partner. In 1963-64 both Stephen and Smokey Duggan
helped found the Scenic Hudson Preservations Conference – an organization whose
mission was the prevention of Consolidated Edison’s plan for a pumped-storage power
plant at Storm King Mountain. The case was an important founding moment in the
development of environmental law and Stephen Duggan himself is often credited as a
pioneer of the concept of environmental interest law. In 1970 Stephen and Smokey
Duggan founded the Natural Resources Defense Council, a public interest law firm
dedicated to the protection of natural resources. Smokey Duggan was appointed as the
NRDC’s representative to the nongovernmental organization of the United Nations. The
Duggan Family Papers is a collection of letters, legal documents, financial records,
administrative correspondence, published information, newspaper clippings and
photographs relating to the lives of Stephen and Smokey Duggan and their involvement
in the Storm King Case and the Natural Resources Defense Council. Also included is
the collected research and notes of Mary Vance Duggan resulting from her screenplay
on the Duggans and the campaign against the Con-Ed plan for Storm King
Mountain.</abstract>
<langmaterial>English</langmaterial>
<physloc>Please contact the Marist College Archives and Special Collections for
information regarding use and access of this collection.</physloc>
</did>
<scopecontent>
<head>Collection Overview</head>
<p> The Duggan Family Papers is a collection of letters, legal documents, financial
records, administrative correspondence, published information, newspaper clippings
and photographs relating to the lives of Stephen and Smokey Duggan and their
involvement in the Storm King Case and the Natural Resources Defense Council. Also
included is the collected research and notes of Mary Vance Duggan resulting from her
screenplay on the Duggans and the campaign against the Con-Ed plan for Storm King
Mountain. </p>
</scopecontent>
<acqinfo>
<head>Acquisitions Information</head>
<p>The Duggan Family Papers were donated to Marist College by the Duggan family in
2011.</p>
</acqinfo>
<bioghist encodinganalog="545" id="historical">
<head>Historical Note</head>
<p> Stephen Duggan was born in White Plains, New York in 1909 and spent most of his
childhood in Greenwich, Connecticut where he enjoyed sailing on the Long Island
Sound with his older brother Laurence. He attended Phillips Exeter Academy, Harvard
University and Columbia University where his father, Stephen Duggan, Sr., was dean
of the Political Science Department and a director of the Council on Foreign
Relations. At Columbia he met Beatrice Abbott, the granddaughter of
Congregationalist theologian Lyman Abbott. Beatrice had attended Vassar College
where she was given the nickname “Smokey.” They married in 1936 and had four
children. Stephen graduated from Columbia Law School and began working at the Wall
Street firm of Simpson, Thatcher and Bartlett where he became partner. His older
brother Laurence Duggan worked for the State Department where he helped develop
Franklin D. Roosevelt’s “Good Neighbor Policy” toward Latin America. Smokey Duggan
dedicated herself to non-profit organizations. Throughout the 1940s and 1950s she
worked with the League of Composers, the Storm King School and the Public Education
Association and in 1955 she was appointed as a New York Delegate to the White House
Conference on Education. In 1958 she co-founded and became the director of National
Young Audiences and during the early 1960s she was involved in the early
preparations for the fight against the Con-Ed plant at Storm King.
</p>
<p>In 1963-64 both
Stephen and Smokey Duggan helped found the Scenic Hudson Preservations Conference –
an organization whose mission was the prevention of Consolidated Edison’s plan for a
pumped-storage power plant at Storm King Mountain. The 1965 Supreme Court Case
established the precedent that individuals could sue on behalf of public interest
for the preservation and beatification of the natural environment. The case was an
important founding moment in the development of environmental law and Stephen Duggan
himself is often credited as a pioneer of the concept of environmental interest law.
The collection contains correspondence concerning Storm King with many influential
figures including: Congressman Robert J. Barry, Senator Clifford P. Case, the
Federal Power Commission, Senator Jacob J. Javits, the Lyndon Johnson
administration, Senator Kenneth B. Keating, Senator Robert Kennedy, Thomas Lamont,
Congressman Richard L. Ottinger, Dr. Nathan M. Pusey, Laurence S. Rockefeller,
Alexander Saunders, Secretary of the Interior Stuart L. Udall as well as various
Consolidated Edison officials. In 1970 Stephen and Smokey Duggan founded the Natural
Resources Defense Council, a public interest law firm dedicated to the protection of
natural resources. The organization would offer the professional help of scientists
and lawyers to a number of disjointed and fledgling environmental campaigns. Stephen
served as Chairman of the Board of Trustees from 1970 until 1980 where he directed
the early development of the organization. Smokey Duggan was appointed as the NRDC’s
representative to the nongovernmental organization of the United Nations. After the
death of Smokey in 1996 and Stephen in 1998 their daughter-in-law Mary Vance Duggan
began researching the history of their lives and involvement in the Storm King Case.
Parts of this collection were the result of this inquiry. Around 2005 she completed
a screenplay based Stephen and Smokey Duggan’s participation in the campaign against
Consolidated Edison over Storm King Mountain.</p>
</bioghist>
<relatedmaterial>
<head>Related Collections</head>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_222_094">Alexander Saunders Papers: Records Relating to the Storm King Case, 1962 - 1966</extref>
</p>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_222_091">Cornwall Pumped Storage Pumped Storage Collection, 1953 - 1981</extref>
</p>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_222_158">Grim Collection: Hudson River Fisheries Investigation, 1965 - 1968</extref>
</p>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_222_095">Hudson River Conservation Society, Inc. Collection, 1930 - 1980</extref>
</p>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_223_071">Hudson River Environmental Society Collection, 1963 - 2005</extref>
</p>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_222_096">Hudson River Valley Commission Collection: Records Relating to the 1965 - 1970 Surveys, 1955 - 1976</extref>
</p>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_221_102">Hudson River Valley Commission Collection: Records Relating to the Storm King Case, 1966 - 1967</extref>
</p>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_221_081">Hudson River Valley Greenway Council Collection, 1989 - 1996</extref>
</p>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_222_181">Hudson Valley GREEN Collection, 1981 - 2002</extref>
</p>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_222_082">On the River Collection, 1986 - 1993</extref>
</p>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_221_254">Scenic Hudson, Inc. Administrative History Collection, 1960 - 2000</extref>
</p>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_221_183">Scenic Hudson Collection: Records relating to the Storm King Case, 1963 - 1981</extref>
</p>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_222_081">Senator <![CDATA[&]]> Mrs. Whitney N. Seymour Jr. Papers: Records
Relating to the Storm King Case, 1962 - 1978</extref>
</p>
</relatedmaterial>
<accessrestrict>
<p>There are no restrictions on this collection</p>
</accessrestrict>
<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 Duggan Family Papers, Archives and Special Collections, James A.
Cannavino Library, Marist College.</p>
</prefercite>
<arrangement>
<p>The collection is arranged into seven series: 1. Documents pertaining to the Storm
King Case, seperated into six subseries, 2. Documents pertaining to the National
Resources Defense Council (NRDC), seperated into four subseries, with subseries 2.2
has a subseries and subseries 2.3 has three subseries, and subseries 2.3.3
has two subseries, 3. Duggan Family Personal Papers, seperated into five subersies,
4. Clippings, seperated into 6 subseries, 5. Books and Pamphlets, 6. Graphic
Materials, seperated into four subseries, and 7. Documents concerning the screenplay
written by Mary Vance Duggan, seperated into five subseries.</p>
<p>Series and subseries are arranged by subject or chronologically</p>
</arrangement>
<dsc type="combined">
<c01 level="series">
<did>
<unitid>1</unitid>
<unittitle>1. Documents pertaining to the Storm King Case</unittitle>
<unitdate normal="1908/1992">1908 - 1992</unitdate>
<physdesc>
<extent type="boxes">Boxes: 1 - 4</extent>
</physdesc>
</did>
<scopecontent>
<p>Series contains correspondence, fundraising and finances documents, legal documents, Scenic Hudson information packets, articles and clippings, and a topical file</p>
</scopecontent>
<arrangement>
<p>Suberies are seperated by subject, most subseries arranged chronologically</p>
</arrangement>
<c02 level="subseries">
<did>
<unitid>1.1</unitid>
<unittitle>Subseries 1.1: Storm King Correspondence</unittitle>
<unitdate normal="1962/1970">1962 - 1970</unitdate>
<physdesc>
<extent type="boxes">Box: 1</extent>
</physdesc>
</did>
<arrangement>
<p>Chronological</p>
</arrangement>
<c03 level="file">
<did>
<container type="folder">1</container>
<unittitle>Draft of letter to Mrs. John F. Kennedy, Georgetown,
Maryland</unittitle>
<unitdate label="Date">undated</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">2</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1962 October</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">3</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1962 November</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">4</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1962 December</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">5</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1963 January</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">6</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1963 February</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">7</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1964 March</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">8</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1964 April</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">9</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1964 May</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">10</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1964 June</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">11</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1964 July</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">12</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1964 August</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">13</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1964 September</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">14</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1964 October</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">15</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1964 November</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">16</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1964 December</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">17</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1965 January</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">18</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1965 February</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">19</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1965 March</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">20</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1965 December</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">21</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1966 February</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">22</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1966 February - March</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">23</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1966 March</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">24</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1966 April</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">25</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1966 May</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">26</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1966 June</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">27</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1966 August</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">28</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1966 September</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">29</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1966 November</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">30</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1966 December</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">31</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1967</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">32</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1968</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">33</container>
<unittitle>Correspondence</unittitle>
<unitdate label="Date">1971 September</unitdate>
<container type="box">1</container>
</did>
</c03>
</c02>
<c02 level="subseries">
<did>
<unitid>1.2</unitid>
<unittitle>Subseries 1.2: Fundraising and Finances</unittitle>
<unitdate normal="1964/1970">1964 - 1970</unitdate>
<physdesc>
<extent type="boxes">Boxes: 1 - 2</extent>
</physdesc>
</did>
<arrangement>
<p>Chronological</p>
</arrangement>
<c03 level="file">
<did>
<container type="folder">34</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1964 January</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">35</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1964 June</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">36</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1964 July</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">37</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1964 August</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">38</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1964 September</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">39</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1964 October</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">40</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1964 November</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">41</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1964 December</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">42</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1965 January</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">43</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1965 February</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">44</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1965 March</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">45</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1965 April</unitdate>
<container type="box">1</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">1</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1965 May</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">2</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1965 June</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">3</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1965 July</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">4</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1965 August</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">5</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1965 September</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">6</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1965 October</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">7</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1965 November</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">8</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1966 January</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">9</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1966 February</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">10</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1966 March</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">11</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1966 April</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">12</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1966 May</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">13</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1966 June</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">14</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1966 July</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">15</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1966 August</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">16</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1966 September</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">17</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1966 October</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">18</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1966 November</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">19</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1966 December</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">20</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1967 January</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">21</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1967 March</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">22</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1967 April</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">23</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1967 June</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">24</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1967 September</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">25</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1967 October</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">26</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1967 November</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">27</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1967 December</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">28</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1968 January</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">29</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1968 May</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">30</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1968 June</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">31</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1968 August</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">32</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1968 September</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">33</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1969 June</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">34</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1969 October</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">35</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">1970 January</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">36</container>
<unittitle>Financial documents</unittitle>
<unitdate label="Date">undated</unitdate>
<container type="box">2</container>
</did>
</c03>
</c02>
<c02 level="subseries">
<did>
<unitid>1.3</unitid>
<unittitle>Subseries 1.3: Legal Documents</unittitle>
<unitdate normal="1965/1971">1965 - 1971</unitdate>
<physdesc>
<extent type="boxes">Box: 2</extent>
</physdesc>
</did>
<arrangement>
<p>Chronological</p>
</arrangement>
<c03 level="file">
<did>
<container type="folder">37</container>
<unittitle>Supreme Court of the United States, October Term, 1965:
Consolidated Edison Company of New York, Inc., v. Scenic Hudson
Preservation Conference</unittitle>
<unitdate label="Date">1965</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">38</container>
<unittitle>United States Court of Appeals for the Second Circuit: Scenic
Hudson Preservation Conference, v. Federal Power Commission and
Consolidated Edison Company of New York, Inc.</unittitle>
<unitdate label="Date">1965</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">39</container>
<unittitle>United States of America Federal power Commission Order
Permitting Intervention, Consolidated Edison Company of New York -
Project no. 2338</unittitle>
<unitdate label="Date">1966 March 17</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">40</container>
<unittitle>State of New York: In Senate, Act creating the Hudson River
Valley Commission</unittitle>
<unitdate label="Date">1966 March 24</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">41</container>
<unittitle>United States of America before the Federal Power Commission:
Petition of the Scenic Hudson Preservation Conference for Permission
to Intervene [2 copies]</unittitle>
<unitdate label="Date">circa 1966</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">42</container>
<unittitle>United States Court of Appeals for the Second Circuit: Scenic
Hudson Preservation Conference v. Federal Power Commission and
Consolidated Edison Company of New York, Inc.</unittitle>
<unitdate label="Date">1970 - 1971</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">43</container>
<unittitle>Supreme Court of the United States, October Term, 1971:
Scenic Hudson Preservation Conference v. Federal Power
Commission</unittitle>
<unitdate label="Date">1971</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">44</container>
<unittitle>Supreme Court of the United States, October Term, 1971:
Scenic Hudson Preservation Conference v. Federal Power
Commission</unittitle>
<unitdate label="Date">1971</unitdate>
<container type="box">2</container>
</did>
</c03>
<c03 level="file">
<did>
<container type="folder">45</container>
<unittitle>United States Court of Appeals for the First Circuit:
Commerce Oil Refining Corp., v. William W. Miner et al.</unittitle>
<unitdate label="Date">undated</unitdate>
<container type="box">2</container>
</did>
</c03>