Skip to content

seroanalytics/seroanalytics.github.io

Repository files navigation

Homepage for Seroanalytics.org

Requirements

Adding/modifying tools

Tools are configured in 3 yaml files:

  • _data/model.yml
  • _data/simulate.yml
  • _data/visualise.yml

You must provide a name, description and gh repo for each tool, plus an optional logo, docs link, and link to a web app. Logo files should be placed in the _assets subdirectory.

e.g. a complete entry looks like:

- name: "seroviz"
  description: "SeroViz is an online tool for visualising surveillance and exposure data. Scale and disaggregate, fit splines, and download plots."
  docs: "/seroviz"
  logo: "seroviz.png"
  gh_repo: seroviz
  web: "https://seroviz.seroanalytics.org"

The html template for displaying a tool is in _includes/tool.html.

There is just one page, index.md, the appearance of which is controlled by the _layouts/default.html template.

Serving locally

Run jekyll serve to build the site locally.

Deploying

The site is built and deployed to GitHub pages via the jekyll.yml action in .github/workflows.

About

Landing page for the seroanalytics org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published