Skip to content

Commit 10ad30b

Browse files
committed
add link to convert
1 parent 47cfbd8 commit 10ad30b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Monorepo for a suite of parsers used in the [Journal of Trial and Error](https://journal.trialanderror.org).
44

5+
The goal is to automate the process of converting a manuscript from a word processor to a JATS XML file, which can then be used to generate a PDF and HTML version of the manuscript. Ideally this would allow authors to work in Word/Google Docs but still have the benefits of a modern publishing workflow.
6+
7+
The only current implementation is found at [convert.centeroftrialanderror.com](convert.centeroftrialanderror.com) (very shodyy!).
8+
59
Currently has 3 suites of parsers:
610

711
- `ooxast`/`reoff`: Tools to parse, convert from, and create OOXML (`.docx`) XML. Currently only contains a parser and a converter to `jats`, plus some tools.

scripts/generateGlobalTOC.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import { readdirSync, readFileSync, writeFileSync, lstatSync } from 'fs'
77
import { readFile, writeFile } from 'fs/promises'
88
import { join, relative, resolve } from 'path'
9-
import { parse } from 'yaml'
109
import { tryCatchPromise } from '../libs/utils/misc/src'
1110
// import { generateTOC } from './generateTOC';
1211

0 commit comments

Comments
 (0)