Data creation/curation repo of Grundbücher.
Transkription is done in MS-Word using dedicated 'Formatvorlagen'
- .docx stored in
{root}/wordare transformed with oxygen transformation scenario DOCX2TEI to a generic TEI - results of those transformations are stored in
{root}/fromOxgarage
- the generic tei located in
{root}/fromOxgarageis further processed with{root}/xslt/oxgarage2tei.xsl - results of those transformations are stored in
{root}/data/tmp/editions
- the custom TEI located in
{root}/data/tmp/editionsis finally splitted into singel TEI documents with{root}/xslt/splitCorpus.xsl - results of those transformations are stored in
{root}/data/editions
- apply
{root}/xslt/addXIincludes.xsladds index files via xi:include - script overrides files located in
{root}/data/editions. Also be aware that this script should not be run several times since it will multiply the include statements.
- Manual Work is done in the
{root}/data/editionscollection. After everything is done in a file, move the file to{root}/data/done. Documents stored in{root}/data/editionswill be frequently imported into the web application. - Documents stored in
{root}/data/editionsMUST NOT have any XInclude statements.