Junius Henderson was the first curator of the University of Colorado Museum of Natural History. Between 1905 and 1931, he kept 13 notebooks (1,672 pages in total) detailing his travels across the Southern Rocky Mountains of North America and elsewhere. These notebooks were scanned by the National Snow and Ice Data Center (NSIDC).
You can read more about him on Wikipedia; we have uploaded all his notebooks (and some of his photographs) to the Wikimedia Commons.
-
Install the
WWW::Wikisource
module (from theWWW-Wikisource
directory). -
Run
wikisource2xml.pl 'Index:Name of Index on Wikisource.djvu' > download.xml
to download an XML version of the Wikisource document identified by the provided Index.wikisource2xml.pl
should have been installed to your path -
In the
scripts
directory:-
Run
perl concat.pl download.xml > download_concat.txt
; this will create a "concat" file which combines multiple pages so that entries are divided by{{new-entry}}
tags. -
Run
perl results.pl download.xml
to calculate the per-page statistics for annotations on this page. Remember to use the--skip
command line option to skip front matter. -
Similarly,
perl results_concat.pl < download_concat.txt
will generate per-entry statistics for annotations. Remember to use the--skip
command line option to skip entries which cover front matter. -
Finally, run
perl concat2stuff.pl dwc < download_concat.txt > download_dwc.csv
to write out a CSV file using DarwinCore headers. -
You can use
list.pl
andlist_concat.pl
to generate a list of all annotations detected in XML and "concat" files respectively.
-
For more details, please read the following blog posts:
-
Field Note Challenge Part 2: Veni, Vidi, Wiki
-
Field Notes Challenge Part 3: New Year's Digital Resolutions
-
Field Notes Challenge Part 4: Help, 'Cause We Need Somebod(y/ies)
-
Field Notes Challenge Part 4.5: JHFNP, Post 4.5