You can use reactive dashboards in your web browser to explore the current published release of the Homer Multitext project's data archive.
Hosted on homermultitext.org
- thermometer: an automatically composed overview of the contents of the current published release of the HMT archive.
- alpha-search: simple alphabetic search of Greek texts in the HMT archive. Filter by manuscript and/or text.
- codex-browser: visual browser of photographed and documented codices in the HMT archive.
- lightbox: paged browsing of image collections..
- iliad-browser: browse indexed manuscript images by Iliad reference.
- authlists: searchable tables of authority lists
If you install Julia, you can run any of the dashboards locally when you're online. (The current dashboards download a release of the HMT archive over the internet; future versions may allow you to load data from a local file.)
The dashboards expect to be started from the root directory of this repository. You can start them from the command line or from Visual Studio Code.
Make sure you have the Julia plugin installed.
- open this repository, and find the dashboard you want to run
- option-click anywhere in the file
The following list of "Available Dashboards" tells you the path to each dashboard and the port it expects to run on. You can start the dashboard with:
julia --project="DASHBOARD_DIRECTORY" FULL_PATH/TO/DASHBOARD
For example, you can start the alpha-search
dashboard with
julia --project=alpha-search alpha-search/alpha-search.jl
By default, the dashboards run on the port number listed below. Open a browser to http://localhost:PORT_NUMBER
.
thermometer/thermometer.jl
(default port:8060
): automatically composed overview of the contents of the current published release of the HMT archive.
alpha-search/alpha-search.jl
(default port:8050
): simple alphabetic search of Greek texts in the HMT archive. Filter by manuscript and/or text.codex-browser/codex-browser.jl
(default port:8051
): visual browser of photographed and documented codices in the HMT archive.codices+local/codex-browser.jl
(default port:8054
): a version of thecodex-browser.jl
that allows you to include a collection of cataloged local files
lightbox/lightbox.jl
(default port:8055
): paged browsing of image collections..iliad-browser/iliad-browser.jl
(default port:8053
): browse manuscript images by Iliad reference.
authlists/authlists.jl
(default port:8052
): searchable tables of authority lists