Skip to content

Latest commit

 

History

History
177 lines (152 loc) · 6.56 KB

File metadata and controls

177 lines (152 loc) · 6.56 KB
title layout permalink
Bioimage Analysis Training Resources
page
/index.html

This resource consists of a collection of training modules that have been used to teach a number of courses. The content of the training resource is explained in the Bioimage analysis training resources: How to use video

Each module can be tought in 30-45 min and covers a specific aspect of image analysis. Links to prerequisite and suggestions what could be tought next are given for each module and are used to define a module dependencies network. The network can be used to guide instructors in the choice of modules for a course.

The modules are meant to be taught hands-on, i.e. following the teacher's guidance, students execute the relevant steps in an image analysis software on their computers. The modules provide those steps for several major image analysis platforms, such as ImageJ GUI, ImageJ Macro, Python and Galaxy. Please see our teaching tips and the video for the Digital image basics module.

We are a community of developers and trainers and we welcome any kind of collaboration! Please see our contributors guide and get in touch by writing an issue.

To get a sense for how this material may be used we compiled a selection of consolidated courses:

Learn to inspect your images and visualize your data.

7 modules 5.25 hours 0.175 CP

Learn how to open and handle different image data formats.

5 modules 3.75 hours 0.125 CP

Learn essential concepts of image analysis, such as segmentation, intensity measurements, and filtering.

12 modules 9 hours 0.3 CP

Learn how to automatically process image analysis tasks on multiple images.

5 modules 3.75 hours 0.125 CP

Learn about executing bioimage analysis on remote compute resources.

2 modules 1.5 hours 0.05 CP

Crash course to learn the essentials of how to devise a basic image analysis workflow and how automatically apply it on multiple images.

2 modules 3 hours 0.1 CP

Learn how to generate and modify scripts for image analysis workflows using the ImageJ macro language.

8 modules 6 hours 0.2 CP

Prerequiste dependencies between modules. Click on a module to highlight all his prerequisites. Ctrl-Click on a module to open a module in a new window/tab. Shift-Click to open a module in this subwindow.

<iframe src="./cytoscape/cytoscape_module_network.html" width="100%" height="600px" style="border:1px solid #ccc;"></iframe>
<style> .course-cards { display: flex; flex-wrap: wrap; gap: 20px; margin: 30px 0; } .course-card { flex: 1 1 300px; border: 1px solid #ddd; border-radius: 8px; padding: 20px; box-shadow: 0 3px 10px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; background: #fff; } .course-card:hover { transform: translateY(-5px); box-shadow: 0 5px 15px rgba(0,0,0,0.15); } .course-icon { font-size: 2em; color: #0366d6; margin-bottom: 15px; } .course-card h4 { margin-top: 0; font-size: 1.3em; } .course-card p { color: #555; margin-bottom: 20px; } .course-meta { display: flex; flex-wrap: wrap; gap: 15px; font-size: 0.9em; border-top: 1px solid #eee; padding-top: 15px; } .course-meta span { display: inline-flex; align-items: center; color: #666; } .course-modules::before { content: "📚"; margin-right: 5px; } .course-duration::before { content: "⏱️"; margin-right: 5px; } .course-credits::before { content: "🏆"; margin-right: 5px; } </style>




{% include links.md %}