This project is intended to collect together various resources that can be useful when planning/delivering training in image analysis.
The material in this repository can be flexibly used in many ways.
Some guidance and tips can be found in TEACHING_TIPS
Detailed guidance for contributing can be found in CONTRIBUTING.md
.
Current repository structure:
- template things:
_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
,Makefile
,assets
,.gitignore
: material for building the webpages associated with this repository
- content things:
_modules/
: all of the individual module pages are collected here_extras/
: additional pages to complement the modulesfigures/
: a collection of illustrations/diagrams used to help explain the concepts in each module.image_data/
: image files used in activities and exercisesmodule_templates/
: template file(s) as an example for module pagessrc/
: code for image analysisworkshops/
: information on workshops taught using this materialexample_images.md
: intended to contain links to images that would make good examples when teachingindex.md
: content for the website landing page
- other pages (from Carpentries lesson template):
aio.md
: an 'all-in-one' version of the material, combining all the modules into a single pagereference.md
: currently blank but could be populated with a glossary/other reference materialsetup.md
: a page for setup instructions - currently blank but could be populated with instructions for relevant technical setup/installation