Alldocs

Convert JATS
to Haddock

Looking for a free text converter? Look no more, upload your Journal Article Tag Suite XML files and convert them to Haddock markup files. Yes, it’s that easy.

Converting from Journal Article Tag Suite XML

The Journal Article Tag Suite (JATS) is an XML format, mostly used to describe scientific literature. The JATS provides XML elements and attributes for describing the textual and graphical content of journal articles and some non-article material such as letters, editorials, and book and product reviews. It is a technical standard developed by the National Information Standards Organization (NISO) and approved by the American National Standards Institute with the code Z39.96-2012. If you see someone on the street wearing a Z39.96-2012 T-shirt, it’s probably a big fan of JATS. Though, I’m not sure if those shirts exist. Maybe we should print those.

The files end with .xml by default.

More about Journal Article Tag Suite XML files

Converting to Haddock markup

Haddock is a nice tool to automatically generate documentation from annotated Haskell source code. I’ve never used Haskell and have no idea what it’s for, but I like automatically generated things. BTW this text is handwritten, but I probably should have set up a machine learning deep learning thing to generate those. I bet no one reads them anyway. If you do, clap your hands twice so I know you’re out there. Anyway, let’s get back to Haddock. It’s intended for documenting libraries, but it should be useful for any other kind of Haskell code. Documentations can then be generated to HTML or LaTeX. Or you use Alldocs to convert it to many other text formats for free. Cool, right?

The files end with .txt by default. More about Haddock markup files