Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Vitaliy-1/DOCX2JATS
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Apr 4, 2017
2 parents d774c22 + b235dde commit 8568baf
Show file tree
Hide file tree
Showing 410 changed files with 16 additions and 189,793 deletions.
16 changes: 16 additions & 0 deletions README.md
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
2 changes: 0 additions & 2 deletions Stylesheets/charts/_rels/chart1.xml.rels

This file was deleted.

2 changes: 0 additions & 2 deletions Stylesheets/charts/chart1.xml

This file was deleted.

1 change: 0 additions & 1 deletion Stylesheets/charts/colors1.xml

This file was deleted.

Loading

0 comments on commit 8568baf

Please sign in to comment.