Skip to content

Commit a1a853f

Browse files
committed
differences for PR #348
1 parent 23bc4c5 commit a1a853f

File tree

3 files changed

+39
-1
lines changed

3 files changed

+39
-1
lines changed

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+
::::::::::::::::::::::::::::::::::::::::::::::::::

further-reading.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Further Reading
3+
permalink: /reading/
4+
---
5+
6+
## Where to go from here
7+
8+
- [EMBL Bio-IT Python Workshop - Image Processing](https://git.embl.org/grp-bio-it-workshops/python-workshop-image-processing)
9+
- [Introduction to Programming in the Biological Sciences Bootcamp Caltech](https://justinbois.github.io/bootcamp/2021/index.html)
10+
- [Intro to Image Processing with scikit-image](https://justinbois.github.io/bootcamp/2023/lessons/l44_intro_to_image_processing.html)
11+
- [Basic image quantification](https://justinbois.github.io/bootcamp/2023/lessons/l45_segmentation.html)
12+
- [Intermediate Python Course EMBL Numpy section](https://grp-bio-it-workshops.embl-community.io/intermediate-python/02-data/index.html)
13+
- [Scikit-image YouTube tutorials](https://www.youtube.com/playlist?list=PLBKcU7Ik-ir9Fi_hM_A6_U2UTpm7ACUtl)
14+
- [Introduction to Bioimage Analysis by Pete Bankhead](https://bioimagebook.github.io/index.html)
15+
- [IAFIG-RMS Python for Bioimage Analysis Course repository](https://github.com/RMS-DAIM/Python-for-Bioimage-Analysis)
16+
- [Introduction to artificial neural networks in Python](https://carpentries-incubator.github.io/machine-learning-neural-python/index.html)
17+
18+
## Where to find more help
19+
20+
- [Image.sc Forum](https://image.sc/)
21+
- [NFDI4BioImage Training Materials collection](https://nfdi4bioimage.github.io/training/readme.html)
22+
23+
## Scientific Literature
24+
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+

md5sum.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
1111
"episodes/06-blurring.md" "5e65bcd38a39e786b6a6b37775cd5ed9" "site/built/06-blurring.md" "2025-03-28"
1212
"episodes/07-thresholding.md" "512a1806b8061dded3a68871e7bcdfe9" "site/built/07-thresholding.md" "2025-02-09"
1313
"episodes/08-connected-components.md" "f599af69b770c7234a4e7d4a06a7f6dd" "site/built/08-connected-components.md" "2024-11-13"
14-
"episodes/09-challenges.md" "3e95485b1bae2c37538830225ea26598" "site/built/09-challenges.md" "2024-03-12"
14+
"episodes/09-challenges.md" "7665ef69e61f7ea2184a58162c53aef2" "site/built/09-challenges.md" "2025-08-25"
1515
"instructors/instructor-notes.md" "e8e378a5dfaec7b2873d788be85003ce" "site/built/instructor-notes.md" "2024-06-18"
1616
"learners/discuss.md" "ad762c335f99400dc2cd1a8aad36bdbd" "site/built/discuss.md" "2023-07-26"
1717
"learners/edge-detection.md" "fdbcee7436e104e6587e1cb40cd37d18" "site/built/edge-detection.md" "2023-08-16"
18+
"learners/further-reading.md" "5ccb2ee9d0c98b60b356bf7555ca8746" "site/built/further-reading.md" "2025-08-25"
1819
"learners/prereqs.md" "7ca883d3d01d18c98ce7524ed297e56c" "site/built/prereqs.md" "2023-07-26"
1920
"learners/reference.md" "7ae9deea84007c6ed1339955ac23f4b7" "site/built/reference.md" "2023-04-26"
2021
"learners/setup.md" "36ceef28a0c5cbd8e7f924dc0d151893" "site/built/setup.md" "2025-05-19"

0 commit comments

Comments
 (0)