This respository is for the management of the PILARS Protocols.
This repository is for the use of the PILARS collaborators to maintain the Protocols document and a few supporting documents.
Others may comment or contribute using Github Issues.
The organisation of the is repository is as follows:
src/contains the source from which the repository is generatedsrc/index.md-- the Protocols document -- this has a persistent identifier https://w3id.org/ldac/pilarssrc/principles.mdsrc/implementation-and-guidance.mdsrc/PILARS.bib-- References in bibtex format
doc/Contains HTML files with names corresponding
To edit this website you will need:
- An operating system that supports Unix-like commands such as
Make
- Install Pandoc if you don't already have it, (on MacOS) type:
brew install pandoc
The source documents use Pandoc Markdown format.
To add a reference, add it to the bibtex file src/PILARS.bib and use an @reference in the text.
-
To build the documents, type:
make docThis will run pandoc and produce the HTML website in
docsfrom the markdown source files -
To preview the site view it from your local file system in a web browser
-
To Publish, do a pull request [TODO: Not sure how to describe this process properly]