Changes between Version 30 and Version 31 of Harriot
- Timestamp:
- Jul 22, 2015, 3:15:57 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Harriot
v30 v31 42 42 43 43 == Maps == 44 The present order of the pages in the folios is not correct. The maps serve as a secondary way to group the pages according to topics and to virtually connect pages that belong to the same subject. 44 The present order of the pages in the folios is not correct. The maps serve as a secondary way to group the pages according to topics and to virtually connect pages that belong to the same subject. [http://echo.mpiwg-berlin.mpg.de/content/scientific_revolution/harriot/maps/0_TOPICS.pt Entry point for browsing the documents by topics]. 45 45 46 46 == Transcriptions == 47 Transcriptions are made directly in XML according to the ECHO schema ([wiki:echo-schema Documentation] (mostly German)). We also recommend the use of text editors that offer autocompletion in connection with the Schema which facilitates the editing. Attached is an XSD version of the schema which can be used while editing texts in Eclipse. To make it work properly, the following line has to be added to the {{{echo}}}-Tag at the top of the document: 48 {{{ 49 xsi:schemaLocation="http://www.mpiwg-berlin.mpg.de/ns/echo/1.0/ harriot_xsd/echo.xsd " 50 }}} 47 Transcriptions are made directly in XML according to the ECHO schema ([wiki:echo-schema Documentation] (mostly German)). 51 48 52 As for formulas, it possible to use LaTeX markup. There is a script that converts that code into MathML ([https://it-dev.mpiwg-berlin.mpg.de/svn/digitizing-tools/scripts/mathml/ link]).53