Alldocs

Convert JATS
to Jupyter

Looking for a free text converter? Look no more, upload your Journal Article Tag Suite XML files and convert them to Jupyter notebook 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 Jupyter notebook

Jupyter Notebook are the perfect playground for every nerd. The documents are based on JSON, but they follow a versioned schema, and contain ordered lists of input/output cells which can contain code, Markdown text, mathematics, plots and rich media. See what I mean? Jupyter Notebook provides a browser-based interactive interface that let’s you make those files. The whole Jupyter universe is huge. But you’re here, so I suppose you already know more about this stuff than me. You’re probably only looking for a nice and free converter and what should I say? I’ve never used Jupyter, but I built this free online converter you’re looking for. Happy converting!

The files end with .ipynb by default. More about Jupyter notebook files