danforthcenter / plantcv-tutorial-template

A template for new PlantCV tutorial repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorial Title

Description of tutorial.

Create a Binder launch button:

  1. Copy the GitHub repo URL
  2. Go to https://mybinder.org
  3. Fill in the tutorial URL
  4. Copy the Markdown code for the button
  5. Delete these meta-instructions, optionally replace with your own.
  6. Launch to build the environment

Binder

Create a Google Colab button:

  1. Copy the GitHub repo URL
  2. Go to https://openincolab.com/
  3. Fill in the tutorial URL and select 'Generate'
  4. Copy the HTML code for the button
  5. Launch to build environment
Open In Colab

Create a GitHub Source button:

  1. Copy the GitHub repo URL
  2. Go to https://shields.io/badges/static-badge
  3. On the right-side panel, select +Show optional parameters
  4. Modify the parameters below to create a uniform button:
    • badgecontent: Open on GitHub-black
    • logo: github
  5. Select Markdown from the options of code.
  6. Modify the Markdown code to make it a clickable link using the following schema:
    • [![Static Badge](Shields.io URL)](GitHub repo URL)

Static Badge

Tutorial tags/keywords

tag1, tag2, (e.g. data type, species featured, algorithm, etc) ...

Citations

Optional.

About

A template for new PlantCV tutorial repositories

License:Creative Commons Attribution 4.0 International


Languages

Language:Jupyter Notebook 72.7%Language:Python 27.3%