Skip to content

CompOmics/compomics.com

Repository files navigation

CompOmics Website

Source for the CompOmics research group website, built with Quarto.

Local preview

quarto preview

Build

quarto render

Output is written to _site/.

Deployment

Pushes to main automatically deploy to GitHub Pages via the workflow in .github/workflows/deploy.yml.

In your GitHub repo settings: Settings → Pages → Source → GitHub Actions.

Structure

_quarto.yml          # site config, navbar, theme
index.qmd            # home page
research/
  index.qmd          # research overview
  research.scss      # research page styles
publications/
  index.qmd          # publications list (searchable, filterable by year)
  publications.scss  # publications page styles
  fetch_publications.py  # pulls DOIs from ORCID, enriches via CrossRef
tools/
  index.qmd          # tools + community projects (searchable/filterable)
  tools.scss         # tools page styles
  example-tool.qmd   # one file per tool
team/
  index.qmd          # team listing (auto-generated)
  jane-doe.qmd       # one file per person
news/
  index.qmd          # news listing (auto-generated)
  posts/             # one .qmd per news item
assets/
  compomics.scss     # custom theme

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors