-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path1161.xml
931 lines (931 loc) · 51.5 KB
/
1161.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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://raw.githubusercontent.com/YaleArchivesSpace/EAD3-to-PDF-UA/master/ead3-yale.sch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<?xml-model href="https://raw.githubusercontent.com/SAA-SDT/EAD3/master/ead3.rng"
type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<ead xmlns="http://ead3.archivists.org/schema/">
<control countryencoding="iso3166-1"
dateencoding="iso8601"
langencoding="iso639-2b"
relatedencoding="marc"
repositoryencoding="iso15511"
scriptencoding="iso15924">
<recordid instanceurl="https://hdl.handle.net/10079/fa/beinecke.fd10">beinecke.fd10</recordid>
<otherrecordid localtype="BIB">7042011</otherrecordid>
<filedesc>
<titlestmt>
<titleproper>Guide to the Sir Joseph Banks, Correspondence
</titleproper>
<titleproper localtype="filing">Banks (Sir Joseph) Correspondence</titleproper>
<author>by Beinecke Staff</author>
</titlestmt>
<publicationstmt>
<publisher>Beinecke Rare Book and Manuscript Library</publisher>
<address>
<addressline>P. O. Box 208330</addressline>
<addressline>New Haven, CT 06520-8330</addressline>
<addressline localtype="telephone">(203) 432-2977 </addressline>
<addressline localtype="email">[email protected]</addressline>
<addressline>
<ref href="http://beinecke.library.yale.edu/"
linktitle="http://beinecke.library.yale.edu/"
show="new">http://beinecke.library.yale.edu/</ref>
</addressline>
</address>
<date>August 2005</date>
<num>OSBORN FD10</num>
</publicationstmt>
<notestmt>
<controlnote>
<p>This finding aid, which is compliant with the Yale EAD Best Practice Guidelines, Version 1.0., has a MARC record in Yale's ILS with the following bib number: <num localtype="Orbis-bib">7042011</num>.</p>
</controlnote>
<controlnote localtype="offsite">
<p>Box: 1</p>
</controlnote>
<controlnote localtype="digital">
<p>This collection contains <num localtype="objects" altrender="1">1</num> published digital object. And that object are comprised of <num localtype="files" altrender="1">1</num> digital files.</p>
</controlnote>
</notestmt>
</filedesc>
<maintenancestatus value="derived"/>
<maintenanceagency countrycode="US">
<agencycode>US-CtY-BR</agencycode>
<agencyname>Beinecke Rare Book and Manuscript Library</agencyname>
</maintenanceagency>
<languagedeclaration>
<language langcode="eng">English</language>
<script scriptcode="Latn">Latin</script>
<descriptivenote>
<p>Finding aid written in English.</p>
</descriptivenote>
</languagedeclaration>
<conventiondeclaration>
<abbr>beinecke manuscript unit archival processing manual</abbr>
<citation>translation missing: en.enumerations.resource_finding_aid_description_rules.beinecke manuscript unit archival processing manual</citation>
</conventiondeclaration>
<rightsdeclaration>
<abbr>CC0</abbr>
<citation href="https://creativecommons.org/publicdomain/zero/1.0/"/>
<descriptivenote>
<p>Finding aid description and metadata in Archives at Yale are licensed under a CC0 1.0 Universal (CC0 1.0) Public Domain Dedication. This means that anyone may copy, modify, and distribute this descriptive metadata without restriction or permission. The CC0 license is explained in full on the Creative Commons website: <ref href="https://creativecommons.org/publicdomain/zero/1.0/">CC0 1.0 Universal (CC0 1.0) Public Domain Dedication</ref>. More information is available on our <ref href="https://archives.yale.edu/help">Help page</ref>.</p>
</descriptivenote>
</rightsdeclaration>
<localcontrol localtype="findaidstatus">
<term>under_revision</term>
</localcontrol>
<maintenancehistory>
<maintenanceevent>
<eventtype value="derived"/>
<eventdatetime>2025-01-09T00:13:06-05:00</eventdatetime>
<agenttype value="machine"/>
<agent>ArchivesSpace yale-rebased-v3.3.1</agent>
<eventdescription>This finding aid was produced using ArchivesSpace on Thursday January 9, 2025 at 00:13</eventdescription>
</maintenanceevent>
</maintenancehistory>
</control>
<archdesc altrender="/repositories/11/resources/1161" level="collection">
<did>
<unittitle>"Correspondence"</unittitle>
<unitid>OSBORN FD10</unitid>
<repository>
<corpname>
<part>Beinecke Rare Book and Manuscript Library</part>
</corpname>
</repository>
<langmaterial>
<language langcode="eng">English</language>
</langmaterial>
<physdescstructured coverage="whole" physdescstructuredtype="spaceoccupied">
<quantity>0.08</quantity>
<unittype>Linear Feet</unittype>
</physdescstructured>
<physdesc localtype="container_summary">1 volume</physdesc>
<unitdatestructured altrender="1785-1809" label="creation" unitdatetype="inclusive">
<daterange>
<fromdate standarddate="1785">1785</fromdate>
<todate standarddate="1809">1809</todate>
</daterange>
</unitdatestructured>
<abstract id="aspace_d53ef384a935bd92751850ae6dde3f8a">Autograph MS.<lb/>Collection of autograph drafts of letters to various recipients, including a few letter to Banks from various correspondents, concerning scientific matters, the Royal Society, etc.; includes portrait engraving.</abstract>
<origination label="Creator">
<persname>
<part localtype="agent_person">Banks, Joseph, 1743-1820</part>
</persname>
</origination>
</did>
<acqinfo id="aspace_0a5683e9d0165c5769f205a5ec3b1337">
<head>Immediate Source of Acquisition</head>
<p>For provenance information, consult the appropriate curator.</p>
</acqinfo>
<userestrict id="aspace_d27a9bbc48ab270e4b3775265de77281">
<head>Conditions Governing Use</head>
<p>Osborn fd10 is the physical property of the Beinecke Rare Book and Manuscript Library, Yale University. Literary rights, including copyright, belong to the authors or their legal heirs and assigns. For further information, consult the appropriate curator.</p>
</userestrict>
<prefercite id="aspace_9739e2be169a57178f604804d3c03a0c">
<head>Preferred Citation</head>
<p>Sir Joseph Banks, Correspondence. James Marshall and Marie-Louise Osborn Collection, Beinecke Rare Book and Manuscript Library, Yale University.</p>
</prefercite>
<accessrestrict id="aspace_f3b531c89f964c3ce72bb4d2fb93b0da">
<head>Conditions Governing Access</head>
<p>The materials are open for research.</p>
</accessrestrict>
<processinfo id="aspace_3cf6b66c267c50ae8c921e5f748960d2">
<head>Processing Information</head>
<p>This finding aid was produced from a previously existing list or card set. All pertinent bibliographical information has been retained; the volume may contain additional unlisted material.</p>
</processinfo>
<scopecontent id="aspace_62295d3f7b3cbd1df14716c44f3ff8c1">
<head>Scope and Contents</head>
<p>The following finding aid is a partial inventory of the contents of Osborn fd10. This list was reformatted from previously existing cataloging.</p>
</scopecontent>
<controlaccess>
<subject source="local">
<part localtype="topical">Botany</part>
<part localtype="geographic">Great Britain</part>
</subject>
<subject identifier="http://id.loc.gov/authorities/subjects/sh2008108319"
source="lcsh">
<part localtype="topical">Natural history</part>
<part localtype="geographic">Great Britain</part>
</subject>
<subject source="local">
<part localtype="topical">Scientific expeditions</part>
<part localtype="geographic">Africa</part>
</subject>
<geogname identifier="http://id.loc.gov/authorities/subjects/sh2008115083"
source="lcsh">
<part localtype="geographic">France</part>
<part localtype="topical">Foreign relations</part>
<part localtype="geographic">Great Britain</part>
</geogname>
<geogname identifier="http://id.loc.gov/authorities/subjects/sh2007100253"
source="lcsh">
<part localtype="geographic">Great Britain</part>
<part localtype="topical">Foreign relations</part>
<part localtype="geographic">France</part>
</geogname>
<genreform identifier="http://vocab.getty.edu/aat/300026877" source="aat">
<part localtype="genre_form">Correspondence </part>
</genreform>
<persname>
<part localtype="agent_person">Banks, Joseph, 1743-1820</part>
</persname>
<persname rules="aacr">
<part localtype="agent_person">Chenevix, Richard, 1774-1830</part>
</persname>
<persname>
<part localtype="agent_person">Cook, James, 1728-1779</part>
</persname>
<persname>
<part localtype="agent_person">Delambre, J. B. J. (Jean Baptiste Joseph), 1749-1822</part>
</persname>
<persname source="local">
<part localtype="agent_person">Greville, Robert Fulke, Hon., 1751-1824</part>
</persname>
<corpname>
<part localtype="agent_corporate_entity">Royal Botanic Gardens, Kew</part>
</corpname>
<corpname>
<part localtype="agent_corporate_entity">Royal Society (Great Britain)</part>
</corpname>
</controlaccess>
<dsc>
<c altrender="/repositories/11/archival_objects/430382"
id="ref9"
level="series">
<did>
<unittitle>Osborn fd10: Partial List</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430383"
id="ref10"
level="subseries">
<did>
<unittitle>AUCKLAND, WILLIAM EDEN, 1ST BARON, 1744-1814</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430384"
id="ref11"
level="file">
<did>
<unittitle>ALS to Sir Joseph Banks (1743-1820)</unittitle>
<unitdatestructured altrender="1807 Feb 3" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1807-02-03">1807 Feb 3</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref11_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_5eafdf29f25c1a66f3f0c8417ea54e77">
<head>Scope and Contents</head>
<p>Office for Trade [London] <lb/> 1 p.; 23 x 18 cm. <lb/> Request for Banks to peruse an <lb/> enclosure [enclosure missing]; <lb/> endorsed by Banks. <lb/> "Banks Letters," p. 12. <lb/> fd.10/12</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430385"
id="ref13"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430386"
id="ref14"
level="file">
<did>
<unittitle>AL (draft) to John Julius Angerstein (1735-1823)</unittitle>
<unitdatestructured altrender="1802 Jun 6" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1802-06-06">1802 Jun 6</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref14_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_5e0d42190a8f241fe189546b50bc26d8">
<head>Scope and Contents</head>
<p>Soho Square, London <lb/> 1 p.; 23 x 18 cm. <lb/> Concerns agriculture and the Duke of <lb/> Bedford. <lb/> "Banks Letters," p. 20. <lb/> fd. 10/4</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430387"
id="ref16"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430388"
id="ref17"
level="file">
<did>
<unittitle>AL (draft) to Pierre Hyacinthe Azias (1766-1845)</unittitle>
<unitdatestructured altrender="[1809 Jun]" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1809-06">[1809 Jun]</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref17_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_3f4c8ee1308b6484de7037471f95a4a6">
<head>Scope and Contents</head>
<p>[Soho Square, London] <lb/> 1 p.; 23 x 19 cm. <lb/> Concerns the Royal Society of London. <lb/> "Banks Letters," p. 26. <lb/> fd.10/26</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430389"
id="ref19"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430390"
id="ref20"
level="file">
<did>
<unittitle>AL in 3d person to Henry Bone (1755-1834)</unittitle>
<unitdatestructured altrender="1809 Apr 3" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1809-04-03">1809 Apr 3</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref20_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_33d52f6f2d8a9c9ae6f5343f82031727">
<head>Scope and Contents</head>
<p>Soho Square, London <lb/> 1 p.; 19 x 11 cm <lb/> Letter of regrets declining an <lb/> invitation. <lb/> "Banks Letters," p.120. <lb/> fd.10/1</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430391"
id="ref22"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430392"
id="ref23"
level="file">
<did>
<unittitle>ALS (draft) to Marguerite Briquet (1782-1825)</unittitle>
<unitdatestructured altrender="[1802 Apr]" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1802-04">[1802 Apr]</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref23_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_f5f775a3e23d329084ff2ad7d5f91597">
<head>Scope and Contents</head>
<p>[Soho Square, London] <lb/> 1 p.; 23 x 18 cm. <lb/> Concerns a portrait lent to Banks by <lb/> Briquet. <lb/> "Banks Letters," p. 153. <lb/> fd.10/25</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430393"
id="ref25"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430394"
id="ref26"
level="file">
<did>
<unittitle>AL (draft) to [Antoine Alexis Francois Cadet de Vaux (1743-1828)]</unittitle>
<unitdatestructured altrender="1803 Feb" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1803-02">1803 Feb</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref26_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_ab564f2d3831f0834291a59af404eb4d">
<head>Scope and Contents</head>
<p>Soho Square, London <lb/> 1 p.; 23 x 19 cm. <lb/> Concerns a discovery by Cadet de <lb/> Vaux. <lb/> "Banks Letters," p. 191. <lb/> fd.10/6</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430395"
id="ref28"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430396"
id="ref29"
level="file">
<did>
<unittitle>AL (draft) to Richard Chenevix (1774-1830)</unittitle>
<unitdatestructured altrender="1804 Sep 19" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1804-09-19">1804 Sep 19</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref29_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_842ba86dc289b47177acfe6a81aee48f">
<head>Scope and Contents</head>
<p>Overton <lb/> 2 p.; 24 x 19 cm. <lb/> Concerns Chenevix's researches in <lb/> chemistry. <lb/> "Banks Letters," p. 215. <lb/> fd.10/22</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430397"
id="ref31"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430398"
id="ref32"
level="file">
<did>
<unittitle>ALS (draft) to Jean Baptiste Joseph Delambre (1749-1822)</unittitle>
<unitdatestructured altrender="1804 Jan 30" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1804-01-30">1804 Jan 30</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref32_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_e552bcf6755754da59bc845279f3247d">
<head>Scope and Contents</head>
<p>Soho Square, London <lb/> 4 p.; 20 x 16 cm. <lb/> Concerns English members of the Royal <lb/> Society who are held as prisoners in <lb/> France; expresses gratitude for the <lb/> release of a Mr. Osborn and seeks <lb/> release of Mr. Robert Ferguson. <lb/> "Banks Letters," p. 256. <lb/> fd.10/10</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430399"
id="ref34"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430400"
id="ref35"
level="file">
<did>
<unittitle>AL (draft) to Jean Baptiste Joseph Delambre (1749-1822)</unittitle>
<unitdatestructured altrender="1804 Jan 30" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1804-01-30">1804 Jan 30</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref35_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_fa4ca2e9857077050aa66807ff899de9">
<head>Scope and Contents</head>
<p>Soho Square, London <lb/> 1 p.; 25 x 20 cm. <lb/> Concerns nautical almanacs to be <lb/> published. <lb/> "Banks Letters," p. 256. <lb/> fd.10/18</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430401"
id="ref37"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430402"
id="ref38"
level="file">
<did>
<unittitle>AL (draft) to Robert Ferguson (d. 1841)</unittitle>
<unitdatestructured altrender="1804 Jan 30" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1804-01-30">1804 Jan 30</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref38_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_cda6e8d9fd11949ed588ce42fba4df18">
<head>Scope and Contents</head>
<p>[Soho Square, London] <lb/> 2 p.; 23 x 19 cm. <lb/> Concerns Banks's application to the <lb/> National Institute of France for <lb/> Ferguson's release from prison. <lb/> "Banks Letters," p. 325. <lb/> fd.10/19</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430403"
id="ref40"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430404"
id="ref41"
level="file">
<did>
<unittitle>AL (draft) to John Foster, later Lord Oriel, (1740-1828)</unittitle>
<unitdatestructured altrender="1803 Apr 25" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1803-04-25">1803 Apr 25</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref41_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_fde4b84b78dcd65d5009d4c67b0f9885">
<head>Scope and Contents</head>
<p>Soho Square, London <lb/> 1 p.; 20 x 16 cm. <lb/> Concerns a proposed statue in memory <lb/> of a duke. <lb/> "Banks Letters," p. 341. <lb/> fd.10/8</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430405"
id="ref43"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430406"
id="ref44"
level="file">
<did>
<unittitle>ALS to Robert Fulke Greville (1751-1824)</unittitle>
<unitdatestructured altrender="[1799 Sep 12]" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1799-09-12">[1799 Sep 12]</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref44_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_8eab12f05dad00d22e0e2bb0ee7c55fc">
<head>Scope and Contents</head>
<p>[Revesby Abbey, Lincolnshire] <lb/> 1 p.; 23 x 18 cm. <lb/> Concerns sheep; also includes 2 <lb/> drawings of the hind-quarters of <lb/> sheep. <lb/> "Banks Letters," p. 373. <lb/> fd.10/29</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430407"
id="ref46"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430408"
id="ref47"
level="file">
<did>
<unittitle>AL (draft) to Rene Just Hauey (1743-1820)</unittitle>
<unitdatestructured altrender="[1801]" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1801">[1801]</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref47_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_c41101dd48a8715354dadb5c7067f48e">
<head>Scope and Contents</head>
<p>[Soho Square] <lb/> 1 p.; 23 x 18 cm. <lb/> Expresses thanks for books sent to <lb/> Banks; Banks also states that he <lb/> has delivered books to the Count de <lb/> [Bournans] and Mr. Greville. <lb/> "Banks Letters," p. 402. <lb/> fd.10/28</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430409"
id="ref49"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430410"
id="ref50"
level="file">
<did>
<unittitle>ALS (draft) to [Jean Frederic Hermann (1743-1820)]</unittitle>
<unitdatestructured altrender="1802 Feb" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1802-02">1802 Feb</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref50_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_d3030147995d07f56197578fc50d7ec3">
<head>Scope and Contents</head>
<p>Soho Square <lb/> 2 p.; 24 x 19 cm. <lb/> Concerns proposed additions to the <lb/> collections of the British Museum <lb/> relating to animal anatomy. <lb/> "Banks Letters," p. 408. <lb/> fd.10/2</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430411"
id="ref52"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430412"
id="ref53"
level="file">
<did>
<unittitle>AL (draft) to Sir Everard Home, 1st bart. (1756-1832)</unittitle>
<unitdatestructured altrender="1798 Sep 30" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1798-09-30">1798 Sep 30</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref53_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_53d26a7b910fce983036c0ba8629deea">
<head>Scope and Contents</head>
<p>Spring Grove <lb/> 2 p.; 23 x 18 cm. <lb/> Cites evidence that birds have <lb/> reason. <lb/> "Banks Letters," p. 419. <lb/> fd.10/15</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430413"
id="ref55"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430414"
id="ref56"
level="file">
<did>
<unittitle>AL (draft) to Charles Jenkinson, 1st earl of Liverpool (1727-1808)</unittitle>
<unitdatestructured altrender="1804 May 20" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1804-05-20">1804 May 20</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref56_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_b524af967159e6e40d1da0903fe4cc6c">
<head>Scope and Contents</head>
<p>Soho Square, London <lb/> 2 p.;23 x 18 cm. <lb/> Discusses a Mr. Pit [?William Pitt <lb/> (1759-1806)] and the appointment of <lb/> a deputy. <lb/> "Banks Letters," p. 467. <lb/> fd.10/20</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430415"
id="ref58"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430416"
id="ref59"
level="file">
<did>
<unittitle>AL (draft) to [James Mario Matra (1746-1808)]</unittitle>
<unitdatestructured altrender="1802 Aug 29" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1802-08-29">1802 Aug 29</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref59_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_99ae51a0db66c36cba58bb76fc2643d2">
<head>Scope and Contents</head>
<p>Soho Square, London <lb/> 1 p.; 22 x 18 cm. <lb/> Writing on behalf of the African <lb/> Association to the British Consul in <lb/> Tangiers with regards to an <lb/> expedition to explore Africa. <lb/> "Banks Letters". <lb/> fd.10/5</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430417"
id="ref61"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430418"
id="ref62"
level="file">
<did>
<unittitle>Letter (copy) to [Sir William (Johnstone) Pulteney, 5th bart. (1729-1805)]</unittitle>
<unitdatestructured altrender="1802 Jun 25" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1802-06-25">1802 Jun 25</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref62_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_83a35944eed41f8cc12a04d55e9cd464">
<head>Scope and Contents</head>
<p>Soho Square, London <lb/> 2 p.;32 x 20 cm. <lb/> Banks declines a requests that he <lb/> serve as an arbitrator. <lb/> "Banks Letters," p. 690. <lb/> fd.10/3</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430419"
id="ref64"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430420"
id="ref65"
level="file">
<did>
<unittitle>AL (draft) to Bartholomew Rudd (1769-1829)</unittitle>
<unitdatestructured altrender="[1801] Aug 16" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1801-08-16">[1801] Aug 16</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref65_c1"
label="Mixed Materials"
localtype="box">1</container>
<daoset altrender="/repositories/11/digital_objects/161123">
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/manifests/2004479"
identifier="oid:2004479"
linktitle="1 images"
linkrole="text-json"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/iiif/2/1021860/full/!150,150/0/default.jpg"
identifier="oid:2004479"
linktitle="1 images"
linkrole="image-thumbnail"
show="embed"/>
<dao actuate="onrequest"
audience="external"
daotype="unknown"
href="https://collections.library.yale.edu/catalog/2004479"
identifier="oid:2004479"
linktitle="1 images"
linkrole="text-html"
show="new"/>
<descriptivenote>
<p>AL (draft) to Bartholomew Rudd (1769-1829)</p>
</descriptivenote>
</daoset>
</did>
<scopecontent id="aspace_1e2159e9863443f74918ac2ccb9510c0">
<head>Scope and Contents</head>
<p>Soho Square, London <lb/> 1 p.;23 x 18 cm. <lb/> Agrees to plead the cause of the <lb/> sister of Captain James Cook <lb/> (1728-1779) and discusses Capt. <lb/> Cook's widow. <lb/> "Banks Letters," p. 722. <lb/> fd.10/24</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430421"
id="ref67"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430422"
id="ref68"
level="file">
<did>
<unittitle>AL (draft) to Sir Benjamin Thompson, Count Rumford (1753-1814)</unittitle>
<unitdatestructured altrender="[1804 Apr]" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1804-04">[1804 Apr]</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref68_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_6909ec9a1b26761713c29ba3cf1cf068">
<head>Scope and Contents</head>
<p>[Soho Square, London] <lb/> 2 p.; 23 x 19 cm. <lb/> Discusses the affairs of the Royal <lb/> Society as well as his personal <lb/> health. <lb/> "Banks Letters," p. 816. <lb/> fd.10/23</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430423"
id="ref70"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430424"
id="ref71"
level="file">
<did>
<unittitle>AL (draft) to Sir Thomas Tyrwhitt (1763-1833)</unittitle>
<unitdatestructured altrender="1804 Dec 21" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1804-12-21">1804 Dec 21</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref71_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_518b9cc174838e1d8d6de45fef7da831">
<head>Scope and Contents</head>
<p>Soho Square <lb/> 2 p.; 20 x 16 cm. <lb/> Concerns rolls. <lb/> "Banks Letters," p. 835. <lb/> fd.10/21</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430425"
id="ref73"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430426"
id="ref74"
level="file">
<did>
<unittitle>ALS (draft) to Charles Grant, vicomte de Vaux (b. 1749)</unittitle>
<unitdatestructured altrender="1802 Jun 16" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1802-06-16">1802 Jun 16</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref74_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_1c7e0f7b34497a141b11d4075437dad0">
<head>Scope and Contents</head>
<p>Soho Square <lb/> 2 p.; 21 x 16 cm. <lb/> Concerns essays and writings relating <lb/> to the Royal Society. <lb/> "Banks Letters," p. 366. <lb/> fd.10/9</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430427"
id="ref76"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430428"
id="ref77"
level="file">
<did>
<unittitle>AL (draft) to Alessandro Volta, count (1745-1827)</unittitle>
<unitdatestructured altrender="1803 Mar 28" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1803-03-28">1803 Mar 28</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref77_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_ce564276975dbdf671d008dcf3a6f616">
<head>Scope and Contents</head>
<p>Soho Square, London <lb/> 2 p.; 11 x 18 cm. <lb/> Concerns the Royal Society and <lb/> introduces a Mr. Bickersteth [? <lb/> Henry Bickersteth, Baron Langdale <lb/> (1783-1851)] and thanks for being <lb/> introduced to a Dr. [? Monk]. <lb/> "Banks Letters," p. 847. <lb/> fd.10/7</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430429"
id="ref79"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430430"
id="ref80"
level="file">
<did>
<unittitle>AL (draft) to the Directors of the West India Dock Company</unittitle>
<unitdatestructured altrender="1803 Nov 11" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1803-11-11">1803 Nov 11</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref80_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_02ad11edbfe86b50695a2bbe1622fd14">
<head>Scope and Contents</head>
<p>[Soho Square, London] <lb/> 1 p.; 22 x 18 cm. <lb/> Concerns Lord Seeforth, Governor of <lb/> Barbados, and bringing plants from <lb/> Cayenne to the Royal Gardens at Kew. <lb/> "Banks Letters," p. 865. <lb/> fd.10/17</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430431"
id="ref82"
level="subseries">
<did>
<unittitle>BANKS, SIR JOSEPH, BART., 1743-1820</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430432"
id="ref83"
level="file">
<did>
<unittitle>AL (draft) to Arthur Young (1741-1820)</unittitle>
<unitdatestructured altrender="1803 May 27" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1803-05-27">1803 May 27</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref83_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_93cd5110fb8cf7c9cd59585795047752">
<head>Scope and Contents</head>
<p>[Soho Square, London] <lb/> 2 p.; 21 x 16 cm. <lb/> Concerns the concerns experiments in <lb/> agriculture and agricultural <lb/> chemistry. <lb/> "Banks Letters," p. 889. <lb/> fd.10/16</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430433"
id="ref85"
level="subseries">
<did>
<unittitle>CREASSY, JAMES, FL. 1782-1805</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430434"
id="ref86"
level="file">
<did>
<unittitle>ALS to Sir Joseph Banks, bart. (1743-1820)</unittitle>
<unitdatestructured altrender="1805 Feb 5" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1805-02-05">1805 Feb 5</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref86_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_cf9dc79f44e693de799df792dbfa39f3">
<head>Scope and Contents</head>
<p>Crawley, Sussex <lb/> 1 p.; 32 x 20 cm. <lb/> Concerns the National Plan and <lb/> mentions Lord Sheffield. <lb/> "Banks Letters," p. 239. <lb/> fd.10/11</p>
</scopecontent>
</c>
</c>
<c altrender="/repositories/11/archival_objects/430435"
id="ref88"
level="subseries">
<did>
<unittitle>PORTLAND, MARGARET CAVENDISH, DUCHESS OF, 1715-1785</unittitle>
</did>
<c altrender="/repositories/11/archival_objects/430436"
id="ref89"
level="file">
<did>
<unittitle>AL in 3rd person to Sir Joseph Banks (1743-1820)</unittitle>
<unitdatestructured altrender="[1785] Jan 17" label="creation" unitdatetype="inclusive">
<datesingle standarddate="1785-01-17">[1785] Jan 17</datesingle>
</unitdatestructured>
<container altrender="/repositories/11/top_containers/57427 /locations/9"
containerid="39002094400257"
id="aspace_ref89_c1"
label="Mixed Materials"
localtype="box">1</container>
</did>
<scopecontent id="aspace_e009713b046f37afafb25a71d73821c5">
<head>Scope and Contents</head>
<p>B: House <lb/> 1 p.; 23 x 19 cm. <lb/> Informs Banks that the nymphaea is <lb/> now in flower. <lb/> "Banks Letters," p. 45. <lb/> Women Writers <lb/> fd.10/14</p>
</scopecontent>
</c>
</c>
</c>
</dsc>
</archdesc>
</ead>