Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgarijo/latex2ro
Simple app to create Research Objects as annotated web pages from LaTeX files
https://github.com/dgarijo/latex2ro
Last synced: 2 days ago
JSON representation
Simple app to create Research Objects as annotated web pages from LaTeX files
- Host: GitHub
- URL: https://github.com/dgarijo/latex2ro
- Owner: dgarijo
- Created: 2013-12-27T15:09:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T03:52:43.000Z (over 7 years ago)
- Last Synced: 2024-04-16T19:32:57.443Z (8 months ago)
- Language: JavaScript
- Size: 2.01 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Latex2RO
=====================The Latex2RO Creator is a simple tool designed to help creating Research Objects (ROs) from LaTeX papers. Given a LaTeX file, the RO creator will extract its title and metadata and fill partially a structured HTML page annotated in RDF-a with these metadata. The HTML page can then be completed and annotated by the user providing the links to the rest of the resources used in the Research Object.
You can see an example of an output page here: http://purl.org/net/svm-opt-research-object
Requirements
===
In order to use this tool, you should know the basic notions of RDF-a and HTML (if you want to further complete the initial annotations).Usage
===
You can use the tool in two different ways:
* With console (you can find the jar in the executable-console folder): Use it with the command: java -jar ROCreator.java -s ResearchObjectSavePath [-l latexFilePath} [-c CreatorName_CreatorSurname]
* With a GUI (you can find the jar in the executable-gui folder): Double click on the file and follow the instructions of the application.