Skip to content

Contributing to the nih-cfde Training and Engagement website

This is a style guide for content on the CFDE training website.

Time Section About
5 mins 1. Website navigation How to navigate the website?
5 mins 2. Website style guide How is the website formatted?
10 mins 3. General tutorial text style guide How are CFDE tutorials formatted?
10 mins 4. Tutorial components How are tutorial contents organized?
10 mins 5. Tutorial recordings style guide How to create vidlets or screencasts?
10 mins 6. Pangeo binder style guide How to create Pangeo binders?
5 mins 7. Practice repo style guide How to create a practice Github repo?

To contribute to the CFDE's website, you must be onboarded to the CFDE. Contact us for help if you're interested in contributing training materials!

Location of important files in the training Github repo:

├── mkdocs.yml
├── requirements.txt
├── .gitignore
├── docs/
    ├── .pages
    ├── index.md
    ├── images/
    ├── stylesheets
        ├── extra.css
    ├── templates
        ├── main.html
    ├── javascript
        ├── extra.js
        ├── medium-zoom.min.js
    ├── <tutorial-folders-go-here>
    ├── TrainingRepoReleasePlan


Last update: October 15, 2020