-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpkmc_221_183.xml
20031 lines (20031 loc) · 696 KB
/
npkmc_221_183.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"?>
<ead xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:isbn:1-931666-22-9" xmlns:xlink="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_221_183</eadid>
<filedesc>
<titlestmt>
<titleproper>Scenic Hudson Collection: Records Relating to the Storm King Case</titleproper>
<author>Processed by: Nicholas Gildard and John Ansley, PhD, 2002; Finding Aid
Encoded by: Monish M. Singh, 2002; Finding Aid Encoding updated by: Abigail
Bowen, 2021; Finding Aid updated by: Brendyn Huggins, March 2023</author>
</titlestmt>
<publicationstmt>
<publisher>Marist University <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:
[email protected]<lb/>Website:
https://archives.marist.edu/</addressline>
</address>
<date type="publication" normal="2002-03-21">&gt;March 21, 2002</date>
</publicationstmt>
</filedesc>
<profiledesc>
<creation>Monish M. Sing <date normal="2002-03-21">March 21, 2002</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>January 2022, EAD updated by Abigail Bowen</item>
<item>March 2023, materials rehoused and folders renumbered to reflect current numbering system by Brendyn Huggins</item>
</list>
</revisiondesc>
</eadheader>
<!--Description portion of EAD-->
<archdesc level="collection" relatedencoding="MARC">
<did>
<unittitle>Scenic Hudson Collection: Records relating to the Storm King Case</unittitle>
<unitdate normal="1963/1981">1963-1981</unitdate>
<origination>
<corpname>Scenic Hudson, Inc.</corpname>
</origination>
<unitid countrycode="US" repositorycode="US-NpkMC" encodinganalog="099">NPKMC-221-183</unitid>
<physdesc>
<extent type="size">74 Linear Feet</extent>
</physdesc>
<langmaterial>
<language>English</language>
</langmaterial>
<repository>
<corpname>Marist University <lb/>Archives and Special Collections </corpname>
</repository>
<abstract encodinganalog="545">Scenic Hudson, Inc., formerly Scenic Hudson Preservation
Conference, was founded in 1963 to oppose the Consolidated Edison Company’s proposed
pumped storage facility at Storm King Mountain, near Cornwall, New York. The records
consist of correspondence, legal documents, transcripts of hearings, agenda and
minutes of meetings, memoranda, studies, reports, publicity materials, printed
matter, clippings, photographs, and audiovisual materials.</abstract>
<physloc>Please contact the Marist University Archives and Special Collections for
information regarding use and access of this collection.</physloc>
</did>
<acqinfo encodinganalog="541">
<head>Acquisitions Information</head>
<p>Scenic Hudson, Inc. presented the records to the Marist University Library in 1982.</p>
</acqinfo>
<accessrestrict>
<head>Restrictions to Access</head>
<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 University
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 Scenic Hudson Collection: Records relating to the Storm King Case,
1963-1981, Archives and Special Collections, James A. Cannavino Library, Marist
College.</p>
</prefercite>
<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_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_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_222_082">On the River Collection, 1986 - 1993</extref>
</p>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_222_081">Senator &amp;amp; Mrs. Whitney N. Seymour Jr. Papers: Records Relating to the Storm King Case, 1962 - 1978</extref>
</p>
</relatedmaterial>
<bioghist encodinganalog="545">
<head>Historical Note</head>
<p>In September 1962, the Consolidated Edison Company announced plans to build a pumped
storage facility, the largest of its kind in the world, at Storm King Mountain near
Cornwall, New York. The initial application for license to construct the plant was
filed with the Federal Power Commission in January 1963. On November 8, 1963, a
small group of concerned citizens met at the home of Carl Carmer and formed the
Scenic Hudson Preservation Conference to fight the pumped storage project on the
grounds that it posed a threat to the Cornwall water supply and Hudson River
fisheries as well as to scenic and historic Storm King Mountain. The case lasted for
17 years. In a negotiated settlement in December 1980, Consolidated Edison agreed to
drop the plan for the Storm King facility. In the meantime, Scenic Hudson emerged at
the forefront of the environmental movement. Over the past thirty-five years, Scenic
Hudson, Inc. has safeguarded over 18,000 acres of irreplaceable landscapes,
protected productive farmland, reclaimed and transformed neglected industrial
waterfront sites, and purchased strategic properties to revive community
centers.</p>
<p>Carl Carmer, author of The Hudson River and other historic works, became honorary
chairman and Leo O. Rothchild was named chairman. Rothchild served until 1968 and
was succeeded by Alexander Saunders. Initially, the members, working in their own
homes or borrowed office space, contacted friends, prominent citizens, politicians,
and other organizations for financial support, letter writing campaigns, and legal
intervention. </p>
<p>The organizations grew rapidly. Contributions were channeled through the Natural Area
Council until Scenic Hudson was incorporated in 1974. Rod Vandivert became the
executive director in the mid-1960s. An office was set up in New York City, but the
location changed several times during Storm King case and there were a number of
office managers during that period. Professional fundraisers and public relations
firms were employed in later years.</p>
<p>Aided by other organizations and individuals, the group conducted an intensive
campaign to educate the public and to deter Consolidated Edison by legal means. The
records, which document the organization’s activities, include publicity materials,
copies of legal documents submitted by Scenic Hudson and others, and transcripts of
hearings before Congressional sub-committees and the Federal Power Commission. The
case lasted for 17 years. In a negotiated settlement in December 1980, Consolidated
Edison agreed to drop the plan for the Storm King facility. </p>
<p>The lengthy and controversial case set important precedents in environmental law and
is generally credited with spawning the modern environmental movement. Scenic
Hudson, Inc. continues to serve as an environmental watchdog in the Hudson
Valley.</p>
</bioghist>
<scopecontent>
<head>Collection Overview</head>
<p>The Scenic Hudson Collection consists of materials documenting the landmark
environmental law case that opposed the Consolidated Edison Company’s proposed pump
storage facility at Storm King Mountain, near Cornwall, NY. The Scenic Hudson
Decision, as the case is called in law books, launched the modern environmental
movement. </p>
<p>The records consist of correspondence, legal documents, transcripts of hearings,
agenda and minutes of meetings, memoranda, studies, reports, publicity materials,
printed matter, clippings, photographs, and audiovisual materials. </p>
</scopecontent>
<arrangement>
<head>Arrangement of the Collection</head>
<p>These records are organized into 20 series: 1.Consolidated Edison Company, 2. General
Correspondence, 3. Federal Energy Regulatory Commission, 4. Federal Power Commission,
5. Fund Raising and Related Materials, 6. Hearings, 7. Ledoux, Louis Pierre, 8.
Legal Papers, 9. Meetings, 10. Other Organizations and Individuals Concerned with
the Storm King Case, 11. Printed Matter, 12. Public Service Commission, 13.
Sherwood, Helen, 14. Studies, Reports, Statements, Notes, Drafts, and Background
Materials, 15. Subject Files, 16. Publicity Materials, 17. Clippings, 18. Oversize
Materials, 19. Card File, and 20. Audiovisual Materials.</p>
<p>Materials in these series are organized either alphabetically or chronologically.</p>
</arrangement>
<dsc type="combined">
<head>Deatiled Description of the Collection</head>
<c01 level="series">
<did>
<unitid>1</unitid>
<unittitle>1. Consolidated Edison Company</unittitle>
<unitdate normal="1963/1976">1963-1976</unitdate>
<physdesc>
<extent type="size">About 3 Linear Feet</extent>
<extent type="boxes">Boxes: 1 - 9</extent>
</physdesc>
</did>
<scopecontent>
<p>Series contains advertising, annual reports, clippings, correspondence, legal
briefs and petitions, publicity materials, releases and reports, and subject
files relating to the Storm King case.</p>
</scopecontent>
<arrangement>
<p>Alphabetical</p>
</arrangement>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">1</container>
<unittitle>Advertising</unittitle>
<unitdate normal="1964/1966">1964-1966</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">2</container>
<unittitle>Advertising</unittitle>
<unitdate normal="1967/1973">1967-1973</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">3</container>
<unittitle>Alternatives</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">4</container>
<unittitle>Annual Reports</unittitle>
<unitdate normal="1962/1976">1962-1971, 1976</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">5</container>
<unittitle>Astoria Plant</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">6</container>
<unittitle>Clippings prior to 1966</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">7</container>
<unittitle>Clippings - General</unittitle>
<unitdate normal="1966/1967">1966-1967</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">8</container>
<unittitle>World Journal Tribune and New York Times Clippings</unittitle>
<unitdate normal="1967-02">February, 1967</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">1</container>
<container type="folder">9</container>
<unittitle>General - Clippings</unittitle>
<unitdate normal="1968/1970">1968-1970</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">1</container>
<unittitle>Clippings</unittitle>
<unitdate normal="1971/1974">1971-1974</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">2</container>
<unittitle>Cornwall</unittitle>
<unitdate normal="1971/1974">1971-1974</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">3</container>
<unittitle>Cornwall Plant</unittitle>
<unitdate normal="1971/1974">1971-1974</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">4</container>
<unittitle>Clippings from Middletown Herald Record, et. al.</unittitle>
<unitdate normal="1971/1974">1971-1974</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">5</container>
<unittitle>Bradford, Cornwall District Attorney, Paid by Consolidated
Edison, Clippings</unittitle>
<unitdate normal="1967/1968">1967-1968</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">6</container>
<unittitle>Correspondence</unittitle>
<unitdate normal="1971/1974">1964-1965</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">2</container>
<container type="folder">7</container>
<unittitle>Correspondence</unittitle>
<unitdate normal="1966">1966 and Undated</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">1</container>
<unittitle>Correspondence</unittitle>
<unitdate normal="1967/1969">1967-1969</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">2</container>
<unittitle>Correspondence</unittitle>
<unitdate normal="1970/1972">1970-1972</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">3</container>
<unittitle>Fort Slocum</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">4</container>
<unittitle>Gas Conservation Kit</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">5</container>
<unittitle>Hall, Peter - Middletown Times-Herald</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">6</container>
<unittitle>Historic Hudson</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">7</container>
<unittitle>Interconnections</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">8</container>
<unittitle>Amendment to Application for License</unittitle>
<unitdate normal="1963-09">September, 1963</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">9</container>
<unittitle>Brief before Federal Power Commission</unittitle>
<unitdate normal="19640613">June 13, 1964</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">10</container>
<unittitle>Reply Brief</unittitle>
<unitdate normal="19640629">June 29, 1964</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">11</container>
<unittitle>Brief on Exceptions</unittitle>
<unitdate normal="19640828">August 28, 1964</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">12</container>
<unittitle>Brief before Joint Legislation Committee</unittitle>
<unitdate normal="19641201">December 1, 1964</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">13</container>
<unittitle>Answer to Petitions of Cortland Conservation Association and L.I.
Fisherman’s Association</unittitle>
<unitdate normal="19641231">December 31, 1964</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">14</container>
<unittitle>Opinion and Order… Additional Evidence on Fish Protective
Facilities</unittitle>
<unitdate normal="19650303">March 3, 1965</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">15</container>
<unittitle>Answer to Scenic Hudson for Stay of Opinion</unittitle>
<unitdate normal="19650419">April 19, 1965</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">16</container>
<unittitle>Answer to Motion by Scenic Hudson to Reopen
Proceedings</unittitle>
<unitdate normal="19650419">April 19, 1965</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">17</container>
<unittitle>Answer to Town of Carmel Petition for Permission to
Intervene</unittitle>
<unitdate normal="19650428">Aprl 28, 1965</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">18</container>
<unittitle>Opposition to Hempstead Town Lands Resources Council Petition to
Intervene</unittitle>
<unitdate normal="19650503">May 3, 1965</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">3</container>
<container type="folder">19</container>
<unittitle>Brief before the Federal Power Commission</unittitle>
<unitdate normal="19650611">June 11, 1965</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">1</container>
<unittitle>Answer to Petition of Scenic Hudson, et. al. to Reopen
Proceeding</unittitle>
<unitdate normal="19650614">June 14, 1965</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">2</container>
<unittitle>Reply Brief and Motion to Strike Portion of Scenic Hudson
Brief</unittitle>
<unitdate normal="19650618">June 18, 1965</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">3</container>
<unittitle>Opposition to Motion of Philipstown Citizens Association to
Strike Point III</unittitle>
<unitdate normal="19650628">June 28, 1965</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">4</container>
<unittitle>Re Brief Rebutting Point 1C of the Commission Staff Reply
Brief</unittitle>
<unitdate normal="19650618">June 18, 1965</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">5</container>
<unittitle>Exhibits and Testimony on Behalf of Con Ed, Book</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">6</container>
<unittitle>Exhibits and Testimony on Behalf of Con Ed, Book 2</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">7</container>
<unittitle>Exhibits and Testimony on Behalf of Con Ed, Book 3</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">8</container>
<unittitle>Answer to Motion Filed by Scenic Hudson</unittitle>
<unitdate>April 15, 1965</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">4</container>
<container type="folder">9</container>
<unittitle>Amendment to Application for License</unittitle>
<unitdate>May 24, 1965</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">1</container>
<unittitle>Answer to Motion by Scenic Hudson and Sierra Club</unittitle>
<unitdate>June 3,1966</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">2</container>
<unittitle>Answer to Motion for Adjustment of Dates</unittitle>
<unitdate>June 29, 1966</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">3</container>
<unittitle>Motion for Date for Filing of Testimony, etc. by
Opposition</unittitle>
<unitdate>June 29, 1966</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">4</container>
<unittitle>Response to Scenic Hudson Inquiries</unittitle>
<unitdate>July 14, 1966</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">5</container>
<unittitle>Response to Scenic Hudson Motion to Postpone Hearings</unittitle>
<unitdate>December 14, 1966</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">6</container>
<unittitle>Gas Case before FPC</unittitle>
<unitdate>April 11, 1967</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">7</container>
<unittitle>Answer to Petition of Connecticut to Intervene</unittitle>
<unitdate>July 28, 1967</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">8</container>
<unittitle>Brief After Further Hearings on Remand</unittitle>
<unitdate>August 14, 1967</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">9</container>
<unittitle>Answer to Board of Fisheries and Game (Connecticut)</unittitle>
<unitdate>August 16, 1967</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">10</container>
<unittitle>Reply Brief After Further Hearings on Remand</unittitle>
<unitdate>September 5, 1967</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">11</container>
<unittitle>Answer to Scenic Hudson re Extension of Time</unittitle>
<unitdate>August 6, 1968</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">12</container>
<unittitle>Brief on Exceptions</unittitle>
<unitdate>October 7, 1968</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">13</container>
<unittitle>Response to NYC Petition&gt;</unittitle>
<unitdate>November 4, 1968</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">14</container>
<unittitle>Answer to Scenic Hudson</unittitle>
<unitdate>December 30, 1968</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">15</container>
<unittitle>Corrections to Official Testimony</unittitle>
<unitdate>March 4, 1969</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">16</container>
<unittitle>Response to Scenic Hudson Motion re Computer Runs</unittitle>
<unitdate>November, 1974</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">17</container>
<unittitle>Motion to Defer Hearings</unittitle>
<unitdate>December, 1974</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">18</container>
<unittitle>Release on Fisheries Study</unittitle>
<unitdate>August 17, 1976</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">19</container>
<unittitle>Release on Texas Instrument Study</unittitle>
<unitdate>March 1, 1977</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">20</container>
<unittitle>Exhibit L [Catskill Aqueduct]</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">21</container>
<unittitle>Exhibit 464</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">22</container>
<unittitle>Exhibit 508 - Gas Turbines</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">23</container>
<unittitle>Material re Hearings</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">5</container>
<container type="folder">24</container>
<unittitle>Material re Hearings</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">6</container>
<container type="folder">1</container>
<unittitle>Material re Hearings</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">6</container>
<container type="folder">2</container>
<unittitle>Material re Hearings</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">6</container>
<container type="folder">3</container>
<unittitle>Charles F. Luce</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">6</container>
<container type="folder">4</container>
<unittitle>Alexander Lurkis</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">6</container>
<container type="folder">5</container>
<unittitle>Marcus-Itkin Trial</unittitle>
<unitdate>1968-1969</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">6</container>
<container type="folder">6</container>
<unittitle>Middletown Times-Herald</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">6</container>
<container type="folder">7</container>
<unittitle>Nuclear Plants</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">6</container>
<container type="folder">8</container>
<unittitle>10 Year Plan</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">7</container>
<container type="folder">1</container>
<unittitle>Press Conference on New Sites</unittitle>
<unitdate>November, 1976</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">7</container>
<container type="folder">2</container>
<unittitle>Pro-Consolidated Edison Statements</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">7</container>
<container type="folder">3</container>
<unittitle>20-Year Program</unittitle>
<unitdate>1972</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">7</container>
<container type="folder">4</container>
<unittitle>Prospectuses</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">7</container>
<container type="folder">5</container>
<unittitle>Publicity Materials</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">7</container>
<container type="folder">6</container>
<unittitle>Publicity Materials</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">7</container>
<container type="folder">7</container>
<unittitle>Publicity Materials (Financial and General)</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">7</container>
<container type="folder">8</container>
<unittitle>Publicity Materials</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">8</container>
<container type="folder">1</container>
<unittitle>Rates</unittitle>
<unitdate>1964-1969</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">8</container>
<container type="folder">2</container>
<unittitle>Rates</unittitle>
<unitdate>August 25, 1969</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">8</container>
<container type="folder">3</container>
<unittitle>Rates, Clippings</unittitle>
<unitdate>1966-1969</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">8</container>
<container type="folder">4</container>
<unittitle>Rates, Senator Paul Bookson</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">8</container>
<container type="folder">5</container>
<unittitle>Rate Comparisons with Other Leading Utilities</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">8</container>
<container type="folder">6</container>
<unittitle>Releases and Reports</unittitle>
<unitdate>c. 1964</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">8</container>
<container type="folder">7</container>
<unittitle>Releases and Reports</unittitle>
<unitdate>1966</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">8</container>
<container type="folder">8</container>
<unittitle>Releases and Reports</unittitle>
<unitdate>1967-1971</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">9</container>
<container type="folder">1</container>
<unittitle>Releases on Con Ed</unittitle>
<unitdate>1964</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">9</container>
<container type="folder">2</container>
<unittitle>Releases on Con Ed</unittitle>
<unitdate>1964</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">9</container>
<container type="folder">3</container>
<unittitle>Releases on Con Ed</unittitle>
<unitdate>1964-1965</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">9</container>
<container type="folder">4</container>
<unittitle>Releases on Con Ed</unittitle>
<unitdate>1966-1968</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">9</container>
<container type="folder">5</container>
<unittitle>Reprints</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">9</container>
<container type="folder">6</container>
<unittitle>Louis H. Roddis, Jr. - Statement</unittitle>
<unitdate>October 23, 1969</unitdate>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">9</container>
<container type="folder">7</container>
<unittitle>Louis H. Roddis, Jr. - Talks on MHD and Unconventional Power
Sources</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">9</container>
<container type="folder">8</container>
<unittitle>Stockholder Letters</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">9</container>
<container type="folder">9</container>
<unittitle>Storm King</unittitle>
</did>
</c02>
<c02 level="file">
<did>
<container type="box">9</container>
<container type="folder">10</container>
<unittitle>Statements re Storm King</unittitle>
<unitdate>1966-1970</unitdate>
</did>
</c02>
</c01>
<c01 level="series">
<did>
<unitid>2</unitid>
<unittitle>2. General Correspondence</unittitle>
<unitdate normal="1964/1974">1964-1974</unitdate>
<physdesc>
<extent type="size">About 5 Linear Feet</extent>
<extent type="boxes">Boxes: 10 - 25</extent>
</physdesc>