-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpkmc_222_158.xml
1248 lines (1248 loc) · 49 KB
/
npkmc_222_158.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: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_222_158</eadid>
<filedesc>
<titlestmt>
<titleproper>Grim Collection: Hudson River Fisheries Investigation,
1965-1968</titleproper>
<author>Nicholas Gildard <![CDATA[&]]> John Ansley, PhD, 2003; Finding Aid Encoded
by: Monish M. Singh, 2003; Finding Aid Encoding updated by: Abigail Bowen,
2022; 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="2003">Spring, 2003</date>
</publicationstmt>
</filedesc>
<profiledesc>
<creation>Monish M. Singh <date normal="2003">2003</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>
<item>March 2023, Folders renumbered to reflect current numbering system by Brendyn Huggins</item>
</list>
</revisiondesc>
</eadheader>
<!-- Archival Description portion of EAD -->
<archdesc level="collection">
<did>
<head>Descriptive Summary</head>
<unittitle>Grim Collection: Hudson River Fisheries Investigation</unittitle>
<unitid countrycode="US" repositorycode="US-NPkMC">NPKMC-222-158</unitid>
<unitdate type="inclusive" normal="1965/1968">1965 - 1968</unitdate>
<physdesc>
<extent type="size">4 Linear Feet</extent>
</physdesc>
<repository>
<corpname>Marist University Archives and Special Collections</corpname>
</repository>
<origination label="creator">
<persname>John Grim</persname>
</origination>
<abstract>Northeast Biologists, Inc. conducted tests on the Hudson River and it’s
fisheries between the years of 1965 and 1968. The collection consists of the
findings of Northeast Biologists, Inc., including reports and studies the company
compiled over the three-year period.</abstract>
<langmaterial>
<language langcode="eng">English</language>
</langmaterial>
<physloc>Please contact the Marist University Archives and Special Collections for
information regarding use and access of this collection.</physloc>
</did>
<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_223_071">Hudson River Environmental Society Collection, 1963 - 2005</extref>
</p>
<p>
<extref href="https://www.empireadc.org/search/catalog/npkmc_224_143">Hudson River Environmental Society Library, 1965 - 2001</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_083">Scenic Hudson Decision Hearings Transcripts Collection, 1977 - 1980</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>
<scopecontent>
<head>Collection Overview</head>
<p>The Grim Collection consists of papers, reports, forms and other documents relating
to the study performed by Northeast Biologists, Inc., which was conducted on the
Hudson River and it’s fisheries from 1965 to 1968.</p>
<p>Included in the collection are fish capture reports, Hudson River temperature
studies, daily catch record sheets, and fish, egg and larvae reports.</p>
</scopecontent>
<acqinfo>
<head>Acquisitions Information</head>
<p>John Grim presented the records to the Marist University Library in 1997.</p>
</acqinfo>
<bioghist encodinganalog="545">
<head>Historical Note</head>
<p>Introductory Note By John Grim: </p>
<p>This was a committee directed study. Members of the Committee were made up of
representatives of the NYS Conservation department, the N.J. Conservation
Department, the Federal Fish and Wildlife Service and Consolidated Edison Company. I
believe the State of Connecticut may have contributed a representative later on.</p>
<p>Northeast Biologists, Inc. conducted the first three years of the Hudson River Study.
We were not fortunate to get the bid for the second three years and later bids.</p>
<p>John Grim, <date normal="1997-02-21">2-21-97</date></p>
</bioghist>
<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 Grim Collection, Archives and Special Collections, James A.
Cannavino Library, Marist University.</p>
</prefercite>
<arrangement>
<head>Arrangement of the Collection</head>
<p>These records are organized into six series: 1. Introductory Note, instructions for
crew chief, and related forms, 2. Indian Point Temperature Study, 3. Daily Sampling
Reports and Daily Catch Record Sheets, 4. Fish Capture Reports and Egg and Larvae
Reports, 5. Fish Capture Reports, and 6. Reports and Temperature Studies.</p>
</arrangement>
<dsc type="combined">
<c01 level="series">
<did>
<unitid>1</unitid>
<unittitle>1. Introductory Note, Instructions for crew chief, and related
forms</unittitle>
<unitdate normal="1967">1968</unitdate>
<physdesc>
<extent type="boxes">Boxes: 1 - 2</extent>
</physdesc>
</did>
<c02 level="file">
<did>
<container type="folder">1</container>
<unittitle>Introductory Note By John Grim: 2/2/97</unittitle>
<container type="box">1</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">2</container>
<unittitle>Instructions for Crew Chief, HRFI, 4/18/68 from F.T. Carlson,
<![CDATA[&]]>Field Calibration of Meters Sheet</unittitle>
<container type="box">1</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">3</container>
<unittitle>Blank Forms (list in folder)</unittitle>
<container type="box">1</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">4</container>
<unittitle>Fish, Egg and Larvae Report, Hudson River (4/23/68 -
5/18/68)</unittitle>
<container type="box">1</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">5</container>
<unittitle>Fish, Egg and Larvae Report, Hudson River (5/20/68 -
6/5/68)</unittitle>
<container type="box">1</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">6</container>
<unittitle>Fish, Egg and Larvae Report, Hudson River (6/6/68 -
6/20/68)</unittitle>
<container type="box">1</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">7</container>
<unittitle>Fish, Egg and Larvae Report, Hudson River (6/21/68 -
7/3/68)</unittitle>
<container type="box">1</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">8</container>
<unittitle>Fish, Egg and Larvae Report, Hudson River (7/4/68 -
7/16/68)</unittitle>
<container type="box">1</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">9</container>
<unittitle>Fish Capture Report, Hudson River (6/11/68 - 7/22/68)</unittitle>
<container type="box">1</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">1</container>
<unittitle>Fish Capture Report, Hudson River (7/23/68 - 7/31/68)</unittitle>
<container type="box">2</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">2</container>
<unittitle>Fish Capture Report, Hudson River (8/1/68 - 8/9/68)</unittitle>
<container type="box">2</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">3</container>
<unittitle>Fish Capture Report, Hudson River (8/11/68 - 8/16/68)</unittitle>
<container type="box">2</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">4</container>
<unittitle>Fish Capture Report, Hudson River (8/16/68 -
10/10/68)</unittitle>
<container type="box">2</container>
</did>
</c02>
</c01>
<c01 level="series">
<did>
<unitid>2</unitid>
<unittitle>2. Indian Point Temperature Study</unittitle>
<unitdate normal="1966/1968">1966 - 1968</unitdate>
<physdesc>
<extent type="boxes">Boxes: 3 - 4</extent>
</physdesc>
</did>
<c02 level="file">
<did>
<container type="folder">1</container>
<unittitle>Hudson River, Indian Point Temperature Study (blank forms)</unittitle>
<container type="box">3</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">2</container>
<unittitle>Fish Collection Data Sheets: includes stations Croton, Peekskill,
Marlboro, Hyde Park, Kingston, Saugerties, and Coxsackie.</unittitle>
<container type="box">3</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">3</container>
<unittitle>Fish Collection Data Sheets: station Cornwall (3/66 - 11/66).
Seine</unittitle>
<container type="box">3</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">4</container>
<unittitle>Fish Collection Data Sheets: Cornwall (6/66 - 11/66) Trawl.</unittitle>
<container type="box">3</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">5</container>
<unittitle>Fish Identification Sheets: various stations (8/5/66 - 10/31/66)
Seine<![CDATA[&]]>Trawl</unittitle>
<container type="box">3</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">6</container>
<unittitle>Fish Identification Sheets: various stations (6/14/67 - 12/14/67)
Seine<![CDATA[&]]>Trawl</unittitle>
<container type="box">3</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">7</container>
<unittitle>Fish Identification Sheets: station Cornwall (9/28/68 - 12/8/68)
Sampling Station at Cornwall Map</unittitle>
<container type="box">3</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">8</container>
<unittitle>Fish Identification Sheets: Indian Point, (6/7/68 - 10/10/68)
inventory of the 1968 HRFI Fish Collections</unittitle>
<container type="box">3</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">9</container>
<unittitle>Fish, Egg, and Larvae Report, Hudson River, (6/25/68 - 7/3/68)</unittitle>
<container type="box">3</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">10</container>
<unittitle>Fish, Egg and Larvae Report, Hudson River, (7/4/68 - 7/16/68</unittitle>
<container type="box">3</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">11</container>
<unittitle>HRFI Samples at USDI; New Windsor, NY: 1966 and 1967 Fish Egg and
Larvae (various stations); 1968 Fish Egg, Cornwall: 1968 Fish Larvae,
Cornwall</unittitle>
<container type="box">3</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">1</container>
<unittitle>HRFI 1966, 1967 and 1968 Cornwall Plankton Samples at NYCD; New
Paltz, NY</unittitle>
<container type="box">4</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">2</container>
<unittitle>Table I - IV, various locations; Physical<![CDATA[&]]>Chemical
Data/Striped Bass; Eggs Collected 4/25/66 - 6/16/66, includes graphs</unittitle>
<container type="box">4</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">3</container>
<unittitle>Table: Total Catch/Unit of effort of Different Fishes caught
3/18/66 11/15/66 includes graphs</unittitle>
<container type="box">4</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">4</container>
<unittitle>Summary of Striped Bass Eggs and Larvae Collection 1966, various
stations; STB Larvae collected from the bottom of the Hudson River,
1966; Statement from the University of Maryland; Fish Egg and Larvae
Sheet, various locations.</unittitle>
<container type="box">4</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">5</container>
<unittitle>Daily Sampling Report-Extended Egg<![CDATA[&]]>Larvae Survey
(4/19/66 7/15/66)</unittitle>
<container type="box">4</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">6</container>
<unittitle>Fish, Egg and Larvae Report, Hudson River, 5/25/68 - 6/3/68
Cornwall</unittitle>
<container type="box">4</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">7</container>
<unittitle>Fish, Egg and Larvae Report, Hudson River, 6/4/68 - 6/11/68,
Cornwall</unittitle>
<container type="box">4</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">8</container>
<unittitle>Fish, Egg and Larvae Report, Hudson River, 6/12/68 - 6/18/68,
Cornwall</unittitle>
<container type="box">4</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">9</container>
<unittitle>Fish, Egg and Larvae Report, Hudson River, 6/19/68 - 6/24/68,
Cornwall</unittitle>
<container type="box">4</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">10</container>
<unittitle>Hudson River - Misc. Trawls 1966; Croton Through Hyde Park;
Hudson River 1966 - Total Fish Collections by Seine and Trawl in Tidal
Water, all stations</unittitle>
<container type="box">4</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">11</container>
<unittitle>Fish Species Abbreviations, Annual Fish Collection Summary 1966 -
various locations</unittitle>
<container type="box">4</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">12</container>
<unittitle>List of Number of Vials per date/per site; Station 8 - 21 Larvae
and Egg Collection</unittitle>
<container type="box">4</container>
</did>
</c02>
</c01>
<c01 level="series">
<did>
<unitid>3</unitid>
<unittitle>3. Daily Sampling Reports and Daily Catch Record Sheets</unittitle>
<unitdate normal="1965/1966">1965 - 1966</unitdate>
<physdesc>
<extent type="boxes">Boxes: 5 - 7</extent>
</physdesc>
</did>
<c02 level="file">
<did>
<container type="folder">1</container>
<unittitle>Introductory Note by John Grim</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">2</container>
<unittitle>Hudson River Collection Sheet; Cornwall, 9/28/65 - 12/8/65</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">3</container>
<unittitle>1967 Temperature Study Report submitted to Con Edison - Hudson
River, Indian Point</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">4</container>
<unittitle>1966 Fish Collection; Experimental Trawls, Hudson River Fisheries
and Biological Survey; 10/12/66 - 10/20/66</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">5</container>
<unittitle>Hudson River - Fisheries and Biological Survey; All Stations;
Daily Catch Record Sheets, April 18 to May 19 1966</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">6</container>
<unittitle>Daily Sampling Report - Croton, Peekskill</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">7</container>
<unittitle>Egg and Larvae Sampling - Cornwall</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">8</container>
<unittitle>Daily Sampling Report - Marlboro, Kingston, Saugerties, Coxsackie</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">9</container>
<unittitle>Daily Sampling Report - Miscellaneous</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">10</container>
<unittitle>Hudson River - Fisheries and Biological Survey all stations;
Daily Catch Record Sheets; May 20/21 to June 3/4, 1966</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">11</container>
<unittitle>Daily Sampling Report - Croton, Peekskill, Cornwall, Marlboro,
Hyde Park, Kingston, Saugerties, Coxsackie</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">12</container>
<unittitle>Hudson River Fisheries and Biological Survey, All Stations; Daily
Catch Record Sheets June 5/6 - June 24, 1966</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">13</container>
<unittitle>Daily Sampling Report - Croton, Peekskill (Bear Mountain),
Cornwall, Marlboro, Hyde Park, Kingston, Saugerties, Coxsackie</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">14</container>
<unittitle>Hudson River Fisheries and Biological Survey, all stations; Daily
Catch Record Sheets; June 25 - July 21, 1966; Final Egg and Larvae
Report 1966</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">15</container>
<unittitle>Egg and Larvae Sampling Cornwall</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">16</container>
<unittitle>Daily Sampling Report - Hyde Park, Croton, Peekskill, Marlboro,
Kingston, Saugerties, Coxsackie, Misc.</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">17</container>
<unittitle>Hudson River Fisheries<![CDATA[&]]>Biological Survey; Report to
the Policy Committee 10/25/66; Daily Catch Record Sheets-Cornwall, 3/18
- 7/31/66</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">18</container>
<unittitle>Hudson River Fisheries<![CDATA[&]]>Biological Survey; Report to
the Policy Committee 11/14/66; Daily Catch Record Sheets, All Stations -
8/1 - 8/15/66</unittitle>
<container type="box">5</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">1</container>
<unittitle>Hudson River Fisheries<![CDATA[&]]>Biological Survey; Report to
the Policy Committee 11/29/66; Daily Catch Record Sheets, All Stations -
8/16 - 8/31/66</unittitle>
<container type="box">6</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">2</container>
<unittitle>Hudson River Fisheries<![CDATA[&]]>Biological Survey; Report to
the Policy Committee 12/7/66; Daily Catch Record Sheets, All
Stations-9/1 - 9/15/66</unittitle>
<container type="box">6</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">3</container>
<unittitle>Daily Catch Record Sheets, All Stations; 9/16 - 9/30/66</unittitle>
<container type="box">6</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">4</container>
<unittitle>Daily Catch Record Sheets, All Stations; 10/1 - 10/15/66</unittitle>
<container type="box">6</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">5</container>
<unittitle>Daily Catch Record Sheets, All Stations; 10/16 - 10/31/66</unittitle>
<container type="box">6</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">6</container>
<unittitle>Daily Catch Record Sheets, All Stations; 11/1 - 11/15/66</unittitle>
<container type="box">6</container>
</did>
</c02>
</c01>
<c01 level="series">
<did>
<unitid>4</unitid>
<unittitle>4. Fish Capture Reports and Egg and Larvae Reports</unittitle>
<unitdate normal="1966/1968">1966 - 1968</unitdate>
<physdesc>
<extent type="boxes">Boxes: 7 - 8</extent>
</physdesc>
</did>
<c02 level="file">
<did>
<container type="folder">1</container>
<unittitle>Fish Capture Report, Hudson River; Hyde Park, 6/14/67 - 8/24/67,
Numbered 1,825 - 1,887</unittitle>
<container type="box">7</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">2</container>
<unittitle>Fish Capture Report, Hudson River; Indian Point, 7/5/67 - 8/9/67,
Numbered 1,888 - 1,975</unittitle>
<container type="box">7</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">3</container>
<unittitle>Fish Capture Report, Hudson River; Indian Point, 8/9/67 - 9/1/67,
Numbered 1,976 - 2,123</unittitle>
<container type="box">7</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">4</container>
<unittitle>Fish Capture Report, Hudson River; Indian Point, 9/1/67 -
10/7/67, Numbered 2,124 - 2,251</unittitle>
<container type="box">7</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">5</container>
<unittitle>Fish Capture Report, Hudson River; Kingston, 8/11/67 - 9/25/67,
Numbered 2,252 - 2,368</unittitle>
<container type="box">7</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">6</container>
<unittitle>Summary of Revised Fish, Egg, and Larvae Report for 1966</unittitle>
<container type="box">7</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">7</container>
<unittitle>Eggs and Larvae Report, Hudson River, 1967; Coxsackie</unittitle>
<container type="box">7</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">8</container>
<unittitle>Eggs and Larvae Report, Hudson River, 1967; Saugerties</unittitle>
<container type="box">7</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">9</container>
<unittitle>Eggs and Larvae Report, Hudson River, 1967; Kingston</unittitle>
<container type="box">7</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">10</container>
<unittitle>Eggs and Larvae Report, Hudson River, 1967; Hyde Park</unittitle>
<container type="box">7</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">11</container>
<unittitle>Eggs and Larvae Report, Hudson River, 1967; Marlboro</unittitle>
<container type="box">7</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">12</container>
<unittitle>Eggs and Larvae Report, Hudson River, 1967; Peekskill</unittitle>
<container type="box">7</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">13</container>
<unittitle>Eggs and Larvae Report, Hudson River, 1967; Cornwall (regular)</unittitle>
<container type="box">7</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">1</container>
<unittitle>Eggs and Larvae Report, Hudson River, 1967; Croton</unittitle>
<container type="box">8</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">2</container>
<unittitle>Eggs and Larvae Report, Hudson River, 1967; Cornwall 24 hour</unittitle>
<container type="box">8</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">3</container>
<unittitle>HRFI - Fish, Egg, and Larvae Report 1967 - Gear Test, Various
Locations</unittitle>
<container type="box">8</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">4</container>
<unittitle>Egg and Larvae Plankton Sort - 1967, Cornwall</unittitle>
<container type="box">8</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">5</container>
<unittitle>HRFI; 1968 Fish, Egg and Larvae Report; book 1 of 4, 4/21 - 5/18</unittitle>
<container type="box">8</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">6</container>
<unittitle>HRFI; 1968 Fish, Egg and Larvae Report; book 2 of 4, 5/19 - 6/8</unittitle>
<container type="box">8</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">7</container>
<unittitle>HRFI; 1968 Fish, Egg and Larvae Report; book 3 of 4, 6/9 - 6/22</unittitle>
<container type="box">8</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">8</container>
<unittitle>HRFI; 1968 Fish, Egg and Larvae Report; book 4 of 4, 6/23 -
7/20</unittitle>
<container type="box">8</container>
</did>
</c02>
</c01>
<c01 level="series">
<did>
<unitid>5</unitid>
<unittitle>5. Fish Capture Reports</unittitle>
<unitdate normal="1966/1967">1966 - 1967</unitdate>
<physdesc>
<extent type="boxes">Boxes: 9 - 10</extent>
</physdesc>
</did>
<c02 level="file">
<did>
<container type="folder">1</container>
<unittitle>Hudson River Fisheries 1965-1968: Evaluations of a Proposed
Pumped Storage Project at Cornwall, New York in Relation to Fish in the
Hudson River</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">2</container>
<unittitle>Fish Species Abbreviations</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">3</container>
<unittitle>Fish Capture sheets, collections not available, Cornwall - 1967;
Fish Capture Report, Hudson River - 1967; Cornwall (regular) 6/22/67 -
8/21/67; Numbered 1,191 - 1,318</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">4</container>
<unittitle>Fish Capture Report, Hudson River 1967; Cornwall 8/21/67
-10/24/67; Numbered 1,319 - 1,503</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">5</container>
<unittitle>Fish Capture Report, Hudson River 1967; Cornwall (Co.) 24 hour
Site; 8/10/67 - 9/21/67; Numbered 1,504 - 1,669</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">6</container>
<unittitle>Collections not available; Coxsackie 1967; Fish Capture Report,
Hudson River 1967; Coxsackie 6/14/67 - 10/6/67; Numbered 1,670 - 1,743</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">7</container>
<unittitle>Collections w/out original data sheets, Croton, 1967; Fish
Capture Report Hudson River, 1967; Croton 6/15/67 - 12/14/67; Numbered
1,744 - 1,823</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">8</container>
<unittitle>Collections not available, Marlboro, 1967; Fish Capture Report
Hudson River, 1967; Marlboro 6/15/67 - 10/21/67; Numbered 2,369 - 2,448</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">9</container>
<unittitle>Collections not found; Peekskill 1967; Fish Capture Report,
Hudson River, 1967; Peekskill 6/15/67 - 10/21/67; Numbered 2,449 - 2,519</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">10</container>
<unittitle>Collections not available, Saugerties 1967; Fish Capture Report,
Hudson River, 1967; Saugerties 6/14/67 - 10/13/67; Numbered 2,520 -
2,578</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">11</container>
<unittitle>Corrections for the Egg<![CDATA[&]]>Larvae Data - Hudson River,
5/10/67 7/27/67</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">12</container>
<unittitle>Time/Shape of Fish, 1966; Various Locations</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">13</container>
<unittitle>Additional Larvae Found…1966, Various Locations</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">14</container>
<unittitle>Kingston, 1967; Collections 5/16/67 - 6/13/67</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">15</container>
<unittitle>Various Locations; Collections, April through August, 1966</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">16</container>
<unittitle>Cornwall, Trawl 1967; Collections w/out original sheet</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">17</container>
<unittitle>Empty Vials - dried up or not used</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">18</container>
<unittitle>Fish Capture, Hudson River; Cornwall (Trawl) July 1966; Numbered
1-84</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">19</container>
<unittitle>Fish Capture, Hudson River; Cornwall (Trawl) August 1966;
Numbered 85-166</unittitle>
<container type="box">9</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">1</container>
<unittitle>Fish Capture, Hudson River; Cornwall (Trawl) August 1966;
Numbered 167-312</unittitle>
<container type="box">10</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">2</container>
<unittitle>Fish Capture, Hudson River; Cornwall (Trawl) September 1966;
Numbered 313-458</unittitle>
<container type="box">10</container>
</did>
</c02>
<c02 level="file">
<did>
<container type="folder">3</container>
<unittitle>Fish Capture, Hudson River; Cornwall (Trawl) October 1966
Numbered 459-582</unittitle>
<container type="box">10</container>
</did>
</c02>
<c02 level="file">
<did>