cboettig / labnotebook

:notebook: Source code and version history for my online lab notebook
http://www.carlboettiger.info
Creative Commons Zero v1.0 Universal
99 stars 61 forks source link

Semantic generator and parser for vita #103

Open cboettig opened 11 years ago

cboettig commented 11 years ago

Vita should be fully semantic, which will require programmatic generation.

Generator

Consider yaml source file(s) for items. The yaml source could in turn be generated from Mendeley API / Database, perhaps by external ruby script. Or be generated from an ORCID profile.

A second script should be able to parse the semantics (rather than the HTML -- e.g. generate RDF version from RDFa and then parse that using semantic queries). Lots of ruby-rdf tools, in particular, rdf-rdfa and rdf-xml

Alternatively might be easier to write both as external R scripts (e.g. via knitcitations)