-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Vitaliy-1/DOCX2JATS
- Loading branch information
Showing
410 changed files
with
16 additions
and
189,793 deletions.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# DOCX2JATS | ||
Java project, aimed to facilitate DOCX to JATS XML transformation for scientific articles | ||
|
||
## What it does? | ||
Downloads docx file, unpacks it to default users' temp directory, parses OOXML and transformes it to JATS XML. For the best result docx document should include good markup: | ||
1. Titles, subtitles etc | ||
2. Bibliography as separete list at the end of the documens. Title for bibliography should be explicitly pointed as "references" or "список використаної літератури". | ||
3. In-text citations should be pointed as [1], [2] or [3,4,5]. For now are supported only citations in square brackets. | ||
4. In-text references for tables and figures are parsed if they mark as "tabl 1.", "table 1", "fig. 1", "figure" or cyrillic analogs. | ||
5. Table and Figure titles for parsing are needed to be situated right above the table or figure. Example: "Table 1. Example table title". For captions there is a need to place them after table and figure and start caption with `*`. Example: "`*` Thhis table caption that will be parsed" | ||
6. For best result bibliography list should be written in AMA or Vancouver citation style. Supports journal articles, books, chapters and conferences. There is a need for now to explicitly point `[book]` `[chapter]` or `[conference]` after authors' names for good results. | ||
7. Examples of well-formed docx files for parsing are presened in the root directory of the project (article1.docx, article2.docx). | ||
|
||
## How to use? | ||
Download and unpack the latest release: https://github.com/Vitaliy-1/DOCX2JATS/releases and | ||
run as executable jar file. Please note that jar file must be in one parent directory with stylesheets folder |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.