Minisite with technical and scientific updates from the Malaria Vector Genome Observatory. Deployed to:
https://malariagen.github.io/vobs-updates/
There is a script and templates to make it easier to create a new update for a malariagen_data release. Usage:
$ _src/malariagen-data-release.sh LEVEL DATE VERSION
LEVEL
is either "major", "minor" or "micro"DATE
is the release date in YYYY-MM-DD formatVERSION
is the version number in X.Y.Z format
There is a script and template to make it easier to create a new update for a cohorts analysis release. Usage:
$ _src/cohorts.sh DATE RESOURCE VERSION DATASET
DATE
is the date the analysis was released in YYYY-MM-DD formatRESOURCE
is either "Ag3" or "Af1"VERSION
is the analysis versionDATASET
is the latest dataset that the analysis includes, e.g., "Ag3.10"
There is a script and templates to make it easier to create a new update for a paper or preprint. Usage:
$ _src/research.sh DATE "AUTHORS" SLUG "URL" "JOURNAL" "TITLE" TEMPLATE
DATE
is the publication date in YYYY-MM-DD formatAUTHORS
is the authors, e.g., "Smith et al."SLUG
is a string for the post's URL, e.g., "smith-resistance"URL
is the DOI URL of the paper or preprintJOURNAL
is the name of the journal or preprint serverTITLE
is the paper titleTEMPLATE
is either "preprint" or "paper"
Most posts should be short and simple and so can be authored as markdown files.
If however you want to write a post with some code examples and/or code outputs and would find it easier to write the post as a Jupyter notebook, please follow the approach described here (except notebooks are under a directory called "_src" rather than "src").