Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 2.52 KB

README.md

File metadata and controls

52 lines (30 loc) · 2.52 KB

Digital Leigh Hunt - Digitising the Indicator

Welcome to the Github repository for Digital Leigh Hunt's digitisation and critical edition effort. We are in the process of structurally encoding and editorialising all 76 issues of Leigh Hunt's periodical, The Indicator. An ongoing and collaborative effort, we look to have a rich digital edition complete to join the larger digital collection of Leigh Hunt's works.

Where to Start

If you are a contributor, please take a look at the reference document for our TEI guidelines.

The edition we are working from is the 1820 edition available here. A local preserved version is available here, and the full-text OCR is available here.

When using the full-text OCR, feel free to use the Undoubler to automate the removal of the double-spacing between words.

There is a TEI template (though subject to change) available here, though do make sure to check over the metadata already provided to ensure it is relevant to your particular use case.

The first phase of structural versions are available in the relevant folder.

Roadmap

flowchart TD
    A[Original Manuscripts] -->|Structural Encoding| B[Basic Skeleton Edition]
    B -->|Editing <br /> + <br /> Enrichment <br /> + <br />Linked Open Data| C[Digital Critical Edition]
Loading

Workin with remote github repository

  • Setting up connection to github repo: Type the following commands in order:

git remote add origin https://github.com/pippaJeanne/indicator-leighhunt.git

git remote -v (to verify you have the right one)

  • Updating the repo with one or more files:

git add "path/to/file"

git commit -m "message to indicate the kind of update"

git push origin main

Editing NER

  • Refer to the encoding guide of the corresponding tags in the Reference file.

Note: For persName tags whose @key value is the same, add the corresponding attributes as explained in the REFERENCE file, and then only add @ref in the entity containing the @xml-id attribute on LEAf-Writer

Links to visualizations