marinebon / open-biodiversity-assessment-pub

WiP Open Biodiversity Assessment Publication

Home Page:https://marinebon.github.io/open-biodiversity-assessment-pub/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Biodiveristy Assessment

This is a work-in-progress draft of a publication on Open Biodiversity Assessment. This work will draw on work existing currently under the following repos:

editing workflow

  • Edit the qmd or md files in the content folder. qmd files can include code (R, Python, Julia) and lots of Quarto markdown bells and whistles (like call-outs, cross-references, auto-citations and much more).
  • Add the files to _quarto.yml
  • github actions will render the files and make them available on the github-pages-powered website.

technical details

This draft is using Quarto, github actions, and github pages. The technical framework for this draft was provided by the NOAA quarto simple github template repository.

The repo includes a GitHub Action that will build the website automatically when you make changes to the files. The webpage will use the gh-pages branch. Serving the website files from this branch is a common way to keep all the website files from cluttering your main branch.

Note: The GitHub Action installs R so you can render qmd files with R code. You will need to edit to install Python or Julia if your qmd uses those instead. If you have substantial computations, you don't want to be re-running all the computations for files that didn't change. Read about the freeze option for this situation. R users with complex reports with dependencies (so qmd B depends on qmd A or data file A) should be aware of the {targets} package which will help you keep track of files that need to be re-rendered due to changes in dependencies.

additional links

About

WiP Open Biodiversity Assessment Publication

https://marinebon.github.io/open-biodiversity-assessment-pub/

License:Creative Commons Zero v1.0 Universal


Languages

Language:Lua 83.9%Language:SCSS 16.1%