Skip to content

Releases: Vitaliy-1/DOCX2JATS

DOCX2JATS 1.0.3

23 Apr 10:59
Compare
Choose a tag to compare

Finally fixed paths in Ant build.

Journal article now can have 2 issue numbers, separated by , or - symbols

DOCX2JATS 1.0.2

22 Apr 21:26
Compare
Choose a tag to compare

Gives notice if reference list is found.
Shows where is the problem in parsing authors names.
Script for parsing maybe called from any directory. Hope not only in windows. Correction: not working for now, will fix in next release.

DOCX2JATS 1.0.1

04 Apr 21:59
Compare
Choose a tag to compare

Minor fix of reference parser. Now it chooses from journal, conference, book or chapter on basis of the best regex match.

parser first release

17 Mar 08:52
Compare
Choose a tag to compare

how to use (Windows cmd):

java -jar 1.jar input.docx output.xml

Path to jar file and output file can be relative. Path to docx should be absolute (e.g. C:\folder\docx.docx).