-
Notifications
You must be signed in to change notification settings - Fork 12
Reviewing FRUS TEI
Joe Wicentowski edited this page Feb 24, 2014
·
27 revisions
Reviewing the TEI edition of a FRUS volume (typically delivered by our vendors) is an essential step on the road to publishing the volume and adding it to the FRUS digital archive. The purpose of the review is to ensure that the volume meets our high standards for quality and to provide timely feedback to our vendors.
The following checklist captures the essential steps of a review. Each step links to a page with more information.
-
Requirements
- A history.state.gov development system on localhost
- oXygen XML Editor and Subversion (SVN) Client
- An up-to-date checkout of the SVN repository
- A freshly repopulated database
- A web browser
- An ebook reader
- The source volume (PDF or print)
- A history.state.gov development system on localhost
-
Prepare FRUS TEI file for review
- Copy the FRUS TEI file into your SVN working copy directory (
paho-trunk/db/cms/apps/tei-content/data/frus-volumes
) - Open the file in oXygen
- Apply the FRUS TEI Schematron and RelaxNG schema files to check for structural problems
- Open the volume's metadata file in
paho-trunk/db/cms/apps/volumes/data/
alongside the TEI file'steiHeader
andtitlePage
and verify that the title, editors, and publication information is correct - Once the volume passes the schema and metadata checks, commit the file to the SVN repository
- Upload the FRUS TEI file into localhost
- Upload the volume's page images to S3
- Copy the FRUS TEI file into your SVN working copy directory (
-
Check the volume structure
- In your browser, open the volume's landing page:
http://localhost:8080/historicaldocuments/{frus-volume-id}
- In oXygen, expand the Outline to show the contents of the
front
,body
, andback
- Verify the table of contents entries and hierarchy match the source volume
- Correct case (all caps > sentence case)
- In your browser, open the volume's landing page:
-
Check page numbers and images
- Pick 3 pages from the front matter and 5 pages from the body
- Verify the
<pb>
elements: the@n
values should match the source page numbers, and the@facs
values should match the filename of the page images.