Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding simple rgb tutorial to the tutorial gallergy #1502

Merged
merged 10 commits into from
May 16, 2024
13 changes: 13 additions & 0 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,19 @@
</select>
</div>

<!--Simple RGB Tutorial-->
<div class="card" style="display:block">
<a target="_blank" href="" onclick="location.href=this.href.replace('tutorials', 'tutorials/simple_rgb_tutorial');return false;">
<img src="https://github.com/danforthcenter/plantcv-tutorial-simple-rgb-workflow/blob/main/tutorial_card.png?raw=true" alt="Simple RGB tutorial" width="600" height="auto">
</a>
<div class="card-title">
<h6>Simple RGB image workflow</h6>
</div>
<div class="card-tags">
<span><strong>Tags</strong>: plant shoot, single plant, side-view, RGB, shape analysis, color analysis</span>
</div>
</div>

<!--VIS Tutorial-->
<div class="card" style="display:block">
<a target="_blank" href="" onclick="location.href=this.href.replace('tutorials', 'tutorials/vis_tutorial');return false;">
Expand Down
5 changes: 5 additions & 0 deletions docs/tutorials/simple_rgb_tutorial.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Tutorial: Simple RGB workflow tutorial

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/danforthcenter/plantcv-tutorial-simple-rgb-workflow.git/HEAD) Check out our interactive tutorial!
nfahlgren marked this conversation as resolved.
Show resolved Hide resolved

<iframe src="https://nbviewer.jupyter.org/github/danforthcenter/plantcv-tutorial-simple-rgb-workflow/blob/main/index.ipynb" width="100%" height="1500px"></iframe>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's an error on the Workflow_Inputs part, but I believe it just needs to be re-ran and then it'll be good.

2 changes: 1 addition & 1 deletion docs/tutorials/vis_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/danforthcenter/plantcv-tutorial-v4-VIS-single-plant/HEAD?labpath=index.ipynb) Check out our interactive VIS tutorial!

<iframe src="https://nbviewer.jupyter.org/github/danforthcenter/plantcv-tutorial-v4-VIS-single-plant/blob/main/index.ipynb" width="100%" height="1500px"></iframe>
<iframe src="https://nbviewer.jupyter.org/github/danforthcenter/plantcv-tutorial-v4-VIS-single-plant/blob/main/index.ipynb" width="100%" height="1500px"></iframe>