Skip to content

Commit e3ba113

Browse files
authored
Merge pull request #1 from danforthcenter/add-tutorial
Add tutorial materials
2 parents 65b79c7 + d98cc58 commit e3ba113

5 files changed

Lines changed: 1594 additions & 1374 deletions

File tree

README.md

Lines changed: 5 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,13 @@
1-
# Tutorial Title
1+
# Image Segmentation - Part 4: Unsupervised Machine Learning
22

3-
Description of tutorial. (ex. Try out our interactive tutorial! Learn how to ... using PlantCV.)
4-
5-
Create a Binder launch button:
6-
7-
1. Copy the GitHub repo URL
8-
2. Go to https://mybinder.org
9-
3. Fill in the tutorial URL
10-
4. Copy the Markdown code for the button
11-
5. Delete these meta-instructions, optionally replace with your own.
12-
6. Launch to build the environment
13-
14-
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/danforthcenter/plantcv-tutorial-template/HEAD)
15-
16-
Create a Google Colab button:
17-
18-
1. Copy the markdown below these instructions to the README section below the Binder button.
19-
2. Replace {repo_name} with the name of the repository you want a button made for.
20-
3. Make sure you have created the Google Colaboratory notebook for the tutorial so the button is correctly linked.
21-
22-
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/danforthcenter/{repo_name}/blob/main/index-Colab.ipynb)
3+
[![test-pr](https://github.com/danforthcenter/plantcv-tutorial-template/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/danforthcenter/plantcv-tutorial-template/actions/workflows/ci-tests.yml)
234

24-
Create a GitHub Source button:
25-
(Omit this step if you are working GitHub tutorial repo README)
5+
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/danforthcenter/plantcv-tutorial-unsupervised-ml/HEAD)
266

27-
1. Copy the GitHub repo URL
28-
2. Go to https://shields.io/badges/static-badge
29-
3. On the right-side panel, select ***+Show optional parameters***
30-
4. Modify the parameters below to create a uniform button:
31-
- *badgecontent*: Open in GitHub-black
32-
- *logo*: github
33-
5. Select Markdown from the options of code.
34-
6. Modify the Markdown code to make it a clickable link using the following schema:
35-
- [![Static Badge](Shields.io URL)](GitHub repo URL)
36-
37-
[![Static Badge](https://img.shields.io/badge/Open%20on%20GitHub-black?logo=github)](https://github.com/danforthcenter/plantcv-tutorial-template)
7+
[![Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/danforthcenter/plantcv-tutorial-unsupervised-ml/blob/main/index-Colab.ipynb)
388

399
## Tutorial tags/keywords
4010

41-
tag1, tag2, (e.g. data type, species featured, algorithm, etc) ...
11+
unsupervised machine learning, clustering, k-means, image segmentation
4212

4313
## Citations
44-
45-
Optional.
46-
47-
[![test-pr](https://github.com/danforthcenter/plantcv-tutorial-template/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/danforthcenter/plantcv-tutorial-template/actions/workflows/ci-tests.yml)
4.09 MB
Loading

img/seedheads.JPEG

-1.09 MB
Binary file not shown.

index-Colab.ipynb

Lines changed: 872 additions & 115 deletions
Large diffs are not rendered by default.

index.ipynb

Lines changed: 717 additions & 1220 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)