Skip to content

paperai/LightJATS.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LightJATS

A lightweight Journal Article Tag Suite (JATS) for scientific literature.
The official documentation of the original JATS is here.

Installation

julia> Pkg.clone("https://github.com/paperai/LightJATS.jl.git")

Functions

  • readjats(path::String)::LightJATS.Tree: Read JATS file and convert it to LightJATS tree.
  • toxml(tree::LightJATS.Tree): Convert tree to xml.

Example

using LightJATS

tree = readjats("C:/xxx.xml")
xml = toxml(tree)
open("C:/out.xml","w") do f
    println(f, xml)
end

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages