-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Klaus Thoden
committed
Jan 26, 2018
1 parent
0a553d0
commit c643b40
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
# Convert TEI to EOADjango # | ||
|
||
Suite of functions to get from one TEI file that contains a whole publication to the current input format for Edition Open Access, a `Django.xml` file. | ||
Suite of functions to get from TEI encoded XML into the workflow of Edition Open Access. The main output file is an XML file called `IntermediateXML.xml` which can subsequently processed with `tralics2django`, a tool found in the `EOASkripts` repository. | ||
|
||
Code written in Python3. | ||
|
||
External dependencies | ||
--------------------- | ||
- lxml | ||
- BeautifulSoup | ||
- pandoc | ||
- pandoc-citeproc |