davanstrien HF Staff commited on
Commit
986938d
·
verified ·
1 Parent(s): aa4c57e

Initial dataset card

Browse files
Files changed (1) hide show
  1. README.md +91 -0
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ pretty_name: Card File of the Flora of the Metropolitan Parks (Harvard Botany, 1894–1895)
4
+ tags:
5
+ - index-cards
6
+ - archives
7
+ - glam
8
+ - ocr
9
+ - botany
10
+ - herbarium
11
+ - public-domain
12
+ - natural-history
13
+ task_categories:
14
+ - image-to-text
15
+ - image-classification
16
+ size_categories:
17
+ - 1K<n<10K
18
+ language:
19
+ - en
20
+ ---
21
+
22
+ # Card File of the Flora of the Metropolitan Parks (Harvard Botany Libraries, 1894–1895)
23
+
24
+ **4,574 botanical specimen index cards** from the Harvard University Botany
25
+ Libraries' *Card File of the Flora of the Metropolitan Parks, 1894–1895 (bulk)*,
26
+ compiled by **Walter Deane** (1848–1930). Records flora of the Metropolitan Park
27
+ system around Boston — Middlesex Fells Reservation, Blue Hills, Norfolk County,
28
+ and adjacent areas — with one card per specimen entry: species, locality,
29
+ collection date, collector, habitat notes.
30
+
31
+ Harvested from the 7 IA items
32
+ [`mhg795390874cardfile{1a, 1b, 1c, 1d, 2a, 2b, 3}`](https://archive.org/details/mhg795390874cardfile1a).
33
+
34
+ Each row pairs the full-resolution card scan with the Internet Archive's ABBYY OCR
35
+ text and full provenance back to the source IA item.
36
+
37
+ ## Source & licence
38
+
39
+ - **Source:** Harvard University Botany Libraries — *Card File of the Flora of
40
+ the Metropolitan Parks, 1894–1895* (compiled by Walter Deane).
41
+ Source IA items: [`mhg795390874cardfile1a`](https://archive.org/details/mhg795390874cardfile1a)
42
+ through `cardfile3`.
43
+ - **Licence:** **Public Domain.** Harvard's own IA item metadata declares
44
+ `possible-copyright-status: NOT_IN_COPYRIGHT`. The cards are 1894–1895 records;
45
+ the compiler Walter Deane died in 1930. Please retain the attribution to
46
+ Harvard University Botany Libraries on reuse.
47
+
48
+ ## Schema
49
+
50
+ | column | type | description |
51
+ |---|---|---|
52
+ | `image` | image | the card scan (JPEG, re-encoded from the IA JP2 derivative) |
53
+ | `ocr_text` | string | full-item OCR text from the IA ABBYY/DjVu output |
54
+ | `page` | int | page index within the source item |
55
+ | `source_id` | string | IA item identifier |
56
+ | `source_title` | string | IA item title |
57
+ | `source_collection` | string | IA collection (`harvardbotanylibraries`) |
58
+ | `source_url` | string | `https://archive.org/details/<source_id>` |
59
+ | `license` | string | `undetermined` (legacy field — the actual status is NOT_IN_COPYRIGHT per Harvard) |
60
+ | `theme` | string | `natural_history_specimen` |
61
+
62
+ > Note: rows carry `license: undetermined` from the harvest pipeline, which only
63
+ > reads the IA `licenseurl` field. Harvard's `possible-copyright-status:
64
+ > NOT_IN_COPYRIGHT` lives in a separate metadata field and is the operative
65
+ > rights statement.
66
+
67
+ ## How this was built
68
+
69
+ Part of an exploration of public archival index-card collections for GLAM/AI work.
70
+ The reusable harvester (resumable per-item parquet shards, polite IA access,
71
+ JP2 → JPEG decode via Pillow) runs on Hugging Face Jobs against a curated list of
72
+ IA items.
73
+
74
+ Productive IA discovery query (generic full-text is too noisy):
75
+ ```
76
+ title:"index cards" AND mediatype:texts
77
+ ```
78
+
79
+ ## Citation
80
+
81
+ > Deane, Walter (compiler). *Card File of the Flora of the Metropolitan Parks,
82
+ > 1894–1895 (bulk).* Harvard University Botany Libraries. Available via the
83
+ > Internet Archive: <https://archive.org/details/mhg795390874cardfile1a>.
84
+
85
+ ## Sibling datasets
86
+
87
+ [`biglam/index-cards-cas-galapagos-stewart-specimens`](https://huggingface.co/datasets/biglam/index-cards-cas-galapagos-stewart-specimens)
88
+ — Alban Stewart's 1905–06 Galápagos expedition specimen card file (CAS Archives).
89
+
90
+ Browse the wider catalogue:
91
+ [BigLAM "Index card datasets" collection](https://huggingface.co/collections/biglam/index-card-datasets-68e38b801f349a4ef520cf03).