The editor powering
A real manuscript editor in the submission workflow — authors write with structure from the first draft, and clean, standards-aligned JATS comes out the other side. Here's the interface, and what each part does.
Structured publishing, from the first draft 1
Authors write with real headings, citations and figures — so the article is machine-readable from day one, not reconstructed from a formatted file at the end (Melville, 2018) 3.
Figure 1. Every figure carries a caption and alt text, and exports as a JATS <fig>. 4
Methods
Each block is a typed element — part, heading, paragraph, figure, table. With the Math capability on, equations render inline and export as MathML:
<article-meta> <title-group> <article-title>Structured publishing, from the first draft</article-title> </title-group> <contrib-group> <contrib contrib-type="author"> <name><surname>Sample</surname><given-names>A.</given-names></name> <xref ref-type="aff" rid="aff1"/> </contrib> <contrib contrib-type="author"> <name><surname>Beispiel</surname><given-names>B.</given-names></name> </contrib> </contrib-group> <aff id="aff1">Institute of Sample Studies</aff> </article-meta>
<p>Authors write with real headings, citations and figures — so the article is machine-readable from day one, not reconstructed from a formatted file at the end <xref ref-type="bibr" rid="ref-1">(Melville, 2018)</xref>.</p> <fig id="fig1"> <label>Figure 1.</label> <caption><p>Every figure carries a caption and alt text.</p></caption> <graphic xlink:href="figure-1.png" alt-text="…"/> </fig> <sec id="sec-methods"> <title>Methods</title> <p>Each block is a typed element — part, heading, paragraph, figure, table.</p> <disp-formula id="eq1"> <mml:math display="block"> <mml:mi>x</mml:mi><mml:mo>=</mml:mo> <mml:mfrac> <mml:mrow><mml:mo>−</mml:mo><mml:mi>b</mml:mi><mml:mo>±</mml:mo><mml:msqrt><mml:msup><mml:mi>b</mml:mi><mml:mn>2</mml:mn></mml:msup><mml:mo>−</mml:mo><mml:mn>4</mml:mn><mml:mi>a</mml:mi><mml:mi>c</mml:mi></mml:msqrt></mml:mrow> <mml:mrow><mml:mn>2</mml:mn><mml:mi>a</mml:mi></mml:mrow> </mml:mfrac> </mml:math> </disp-formula> </sec>
<ref-list> <ref id="ref-1"> <!-- matches the <xref rid="ref-1"> in the body --> <element-citation publication-type="book"> <person-group person-group-type="author"> <name><surname>Melville</surname><given-names>H.</given-names></name> </person-group> <year>2018</year> </element-citation> </ref> </ref-list>
<body>; the <front> title & authors come from OJS, SciFlow or another system; and the <back> reference list assembles itself from your citations.Structure, not formatting
Pick Heading / Paragraph / Part — you tag meaning, the editor keeps the document valid.
Insert menu
Figures, tables, citations, equations and links — the building blocks of a structured article.
Live citations
Inline references pulled from the submission's library; renumber and format on export.
Figures & tables
Captioned, alt-texted, and emitted as proper JATS <fig> / <table-wrap>.
Every block is typed
The Selected-element panel shows what you're in and its attributes — the JATS structure, made visible.
Outline & references
Navigate long articles and manage citations without leaving the page.
Turn on what you need
Enable a capability — Math, chemistry, code, cross-refs — and its plugin loads. With Math on, equations render here and export as MathML.