website-2021

JupyterBook for SnowEx Hackweek 2021

https://github.com/snowex-hackweek/website-2021

Science Score: 49.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
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.1%) to scientific vocabulary

Keywords

hackweek jupyterbook nasa python reproducible-research snowex snowex-hackweek-2021
Last synced: 6 months ago · JSON representation

Repository

JupyterBook for SnowEx Hackweek 2021

Basic Info
Statistics
  • Stars: 15
  • Watchers: 11
  • Forks: 90
  • Open Issues: 4
  • Releases: 1
Topics
hackweek jupyterbook nasa python reproducible-research snowex snowex-hackweek-2021
Created almost 5 years ago · Last pushed about 3 years ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation

README.md

SnowEx Hackweek 2021 JupyterBook Website

Deploy DOI

https://snowex-2021.hackweek.io/intro.html

Run tutorials on BinderHub

badge

badge

Run tutorials locally

First install Docker if you don't have it git clone https://github.com/snowex-hackweek/website cd website/book/tutorials docker compose up

GitHub Deployment (changing book contents)

The repository comes with a preconfigured GitHub Actions script so that any commits to the main branch are deployed the the GitHub Pages hosted website.

Local Development (adding tutorials)

To add a tutorial as a jupyter notebook under ./book/tutorials, you'll want to use a consistent environment. The best approach for this is to use a Docker Image (this ensures tutorials run in the same environment whether it is your laptop, the event JupyterHub, or some other server): git clone https://github.com/snowex-hackweek/website cd website docker run uwhackweek/snowex:2021.09.07 -v $PWD:/home/jovyan jb build book

About JupyterBook

https://jupyterbook.org

Contact

Owner

  • Name: snowex-hackweek
  • Login: snowex-hackweek
  • Kind: organization

GitHub Events

Total
  • Issues event: 1
  • Fork event: 1
Last Year
  • Issues event: 1
  • Fork event: 1

Dependencies

.github/workflows/binder-badge.yml actions
  • actions/checkout v2 composite
  • actions/github-script v3 composite
.github/workflows/cron.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • aws-actions/configure-aws-credentials v1 composite
.github/workflows/deploy.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • aws-actions/configure-aws-credentials v1 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/manual.yaml actions
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • aws-actions/configure-aws-credentials v1 composite
.github/workflows/netlifypreview.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • aws-actions/configure-aws-credentials v1 composite
  • nwtgck/actions-netlify v1.1 composite
.github/workflows/qaqc.yaml actions
  • actions/checkout v2 composite
  • codespell-project/actions-codespell master composite
.github/workflows/test.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact v2 composite
  • aws-actions/configure-aws-credentials v1 composite
.binder/Dockerfile docker
  • uwhackweek/snowex 2021.09.07 build
docker-compose.yml docker
  • uwhackweek/snowex 2021.09.07