https://github.com/coecms/coecms.github.io

https://github.com/coecms/coecms.github.io

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: coecms
  • Language: Jupyter Notebook
  • Default Branch: master
  • Homepage: https://climate-cms.org
  • Size: 57 MB
Statistics
  • Stars: 4
  • Watchers: 6
  • Forks: 4
  • Open Issues: 6
  • Releases: 0
Created about 8 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

CMS Blog

The blog is viewable here:

http://coecms.github.io

See the jupyter-book docs for info on creating posts - https://jupyterbook.org/intro.html

Creating special blocks (notes, warnings etc.)

Link to external documentation with "{func}xarray.open_dataset"


To create a new blog post:

  1. clone the repo
  2. Create new branch
  3. Create a new page under the posts directory, named YY-MM-DD-title. Posts can be in rst, md or ipynb format
  4. Add any tags to the file posts_meta.yaml
  5. commit changes and push branch back to coecms/coecms.github.io
  6. Open Pull Request and select CMS team member to review
  7. After review squash and merge PR
  8. Delete branch

The new blog post should appear within a few minutes at http://coecms.github.io

If it doesn't, check under "Github Pages" here for error messages:

https://github.com/coecms/coecms.github.io/settings


To build the site locally, run ./generate_toc.py jupyter-book build .

generate_toc.py sets up all of the tables of contents for latest posts, tags and archive based off of the filenames in posts and the tags listed in posts_meta.yaml.

NB rendering errors won't stop the book to be built and deployed, so check the logs under actions to make sure everything is rendered properly

Owner

  • Name: ARC COE for Climate Extremes: Computational Modelling Systems
  • Login: coecms
  • Kind: organization

GitHub Events

Total
  • Push event: 6
Last Year
  • Push event: 6

Dependencies

.github/workflows/deploy.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v1 composite
  • peaceiris/actions-gh-pages v3.6.1 composite
requirements.txt pypi
  • jupyter-book *
  • matplotlib *
  • numpy *
  • pydata-sphinx-theme ==0.13.1