reader
reader copied to clipboard
https://cord.distantreader.org/carrels should list titles of carrels not just filenames
https://carrels.distantreader.org/ should list titles of carrels not just filenames
Is the source or the creator of this page in the repository? I can't seem to find it.
I think this is an html template and some support scripts that pull the directory names on a machine, but I can't seem to find them either. @ericleasemorgan do you know how carrels get onto carrel.distantreader.org?
Okay, I figured it out @dbrower your princess is in another castle: https://github.com/ericleasemorgan/reader-carrels repo is where the carrel names are added, I would start there.
Actually, the program used to add titles (as opposed to short names) is located in the following file: https://github.com/ericleasemorgan/cord-19/blob/master/bin/add-context.pl Once a carrel is given a title, then the whole set of carrels is distilled into a table (TSV file), here https://github.com/ericleasemorgan/cord-19/blob/master/bin/make-table.sh Finally, the table ITSV file) is wrapped in an HTML page using a third file: https://github.com/ericleasemorgan/cord-19/blob/master/bin/make-directory.pl
The expectation is:
- a person creates a study carrel
- the same person evaluates the results
- if evaluation is not good, then go to Step #1
- person adds context (title and provenance) to study carrel
- person "publishes" the carrel by creating the table and then HTML page
The real intellectual effort is Step #1 and Step #2. Everything is relatively easy.