Skip to content
Snippets Groups Projects
README.md 1.28 KiB
Newer Older
Toby Hodges's avatar
Toby Hodges committed
# Image Analysis Training Resources

![](https://git.embl.de/grp-bio-it/image-analysis-training-resources/badges/master/pipeline.svg)

Toby Hodges's avatar
Toby Hodges committed
This project is intended to collect together various resources that can be useful
when planning/delivering training in image analysis.

Toby Hodges's avatar
Toby Hodges committed
Detailed guidance for contributing can be found in [`CONTRIBUTING.md`](CONTRIBUTING.md).
Toby Hodges's avatar
Toby Hodges committed

Toby Hodges's avatar
Toby Hodges committed
## Repository

Current repository structure:

- `_includes/`: among other things, contains folders holding activities and exercises specific to different platforms for image analysis, for each module
- `_layouts/`, `_sass/`, `Gemfile`, `_config.yml`, `.gitlab-ci.yml`: material for building the webpages associated with this repository
Toby Hodges's avatar
Toby Hodges committed
- `figures/`: a collection of illustrations/diagrams used to help explain the concepts in each module.
- `image_data/`: image files used in activities and exercises
- `modules/`: all of the individual module pages are collected here
- `src/`: code for image analysis
- `workshops/`: information on workshops taught using this material
Toby Hodges's avatar
Toby Hodges committed
- `example_images.md`: intended to contain links to images that would make good examples when teaching
Toby Hodges's avatar
Toby Hodges committed
- `index.md`: content for the website landing page

Toby Hodges's avatar
Toby Hodges committed
Please visit the repository's [website](https://grp-bio-it.embl-community.io/image-analysis-training-resources/).