Skip to content

Commit 751fdea

Browse files
Merge pull request datacarpentry#348 from marcodallavecchia/add_further_reading_section
Add further reading section
2 parents a952902 + 82c4c84 commit 751fdea

File tree

4 files changed

+44
-1
lines changed

4 files changed

+44
-1
lines changed

config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ episodes:
7171

7272
# Information for Learners
7373
learners:
74+
- prereqs.md
75+
- discuss.md
76+
- reference.md
77+
- further-reading.md
78+
- edge-detection.md
7479

7580
# Information for Instructors
7681
instructors:

episodes/09-challenges.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,3 +246,12 @@ def count_colonies_enhanced(image_filename, sigma=1.0, min_colony_size=10, conne
246246
- These methods are useful for many scientific problems, especially those involving morphometrics.
247247

248248
::::::::::::::::::::::::::::::::::::::::::::::::::
249+
250+
251+
:::::::::::::::::::::::::::::::::::::::: discussion
252+
253+
## Where to go from here?
254+
255+
Take a look at our [curated list of resources](further-reading.md) for further publicly available courses, resources and scientific literature around image processing and more.
256+
257+
::::::::::::::::::::::::::::::::::::::::::::::::::

learners/further-reading.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Further Reading
3+
permalink: /reading/
4+
---
5+
6+
## Where to go from here
7+
8+
- [Scikit-image YouTube tutorials](https://www.youtube.com/playlist?list=PLBKcU7Ik-ir9Fi_hM_A6_U2UTpm7ACUtl)
9+
- [Principles of Scientific Imaging](https://imagej.net/imaging/principles)
10+
- [Data Handling and Management Training](https://carpentries-incubator.github.io/Data-Management-Training/)
11+
- [Introduction to Bioimage Analysis by Pete Bankhead](https://bioimagebook.github.io/index.html)
12+
- [Bio-image Analysis Notebooks by Robert Haase](https://haesleinhuepf.github.io/BioImageAnalysisNotebooks/intro.html)
13+
- [Introduction to artificial neural networks in Python](https://carpentries-incubator.github.io/machine-learning-neural-python/index.html)
14+
- [Building Better Research Software](https://carpentries-incubator.github.io/better-research-software/)
15+
16+
## Where to find more help
17+
18+
- [Image.sc Forum](https://image.sc/)
19+
- [NFDI4BioImage Training Materials collection](https://nfdi4bioimage.github.io/training/readme.html)
20+
- [Curated list of image analysis resources by EPFL Center for Imaging](https://github.com/EPFL-Center-for-Imaging/awesome-scientific-image-analysis)
21+
22+
## Scientific Literature
23+
24+
- [Digital Image Processing](https://www.imageprocessingplace.com), Textbook by Rafael C. Gonzalez and Richard E. Woods
25+
- [Checklist for publishing images and analyses ](https://www.nature.com/articles/s41592-023-01987-9)
26+
- [REMBI: Recommended Metadata for Biological Images](https://www.nature.com/articles/s41592-021-01166-8)
27+
- ["Twenty questions": a schema for a set of questions to guide analyses](https://www.nature.com/articles/s41592-023-01919-7)
28+
- [From cells to pixels: A decision tree for designing bioimage analysis pipelines](https://onlinelibrary.wiley.com/doi/10.1111/jmi.70021)
29+

learners/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Reference'
2+
title: 'Glossary'
33
---
44

55
## Glossary

0 commit comments

Comments
 (0)