-
Notifications
You must be signed in to change notification settings - Fork 21
/
_config.yml
115 lines (105 loc) · 2.53 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
title: "Image Analysis Training Resources"
email: "[email protected]"
description: > # this means to ignore newlines until "baseurl:"
A collection of material for teaching image analysis.
Includes concept maps, exercises, example data
contributing: CONTRIBUTING
baseurl: "/training-resources" # this should be the name of your repository
url: "https://neubias.github.io" # this should be the base hostname & protocol for your site
# Build settings
# Turn on built-in syntax highlighting.
highlighter: rouge
exclude: ["README.md", "TEACHING.md"]
# options are: "NONE", "ImageJ GUI", "ImageJ Macro", "Jython", "MATLAB"
default-platform: "NONE"
life_cycle: "stable"
kind: "lesson"
module_order:
- tool_installation
- pixels
- lut
- multichannel_images
- spatial_calibration
- multidimensional_image_basics
- datatypes
- image_file_formats
- big_image_file_formats
- ome_tiff
- ome_zarr
- table_file_formats
- image_inspection_and_presentation
- correlative_image_rendering
- volume_slicing
- projections
- volume_viewer
- segmentation
- binarization
- auto_threshold
- connected_components
- measure_shapes
- workflow_segment_2d_nuclei_measure_shape
- image_formation_fluo_mic
- measure_intensities
- global_background_correction
- filter_neighbourhood
- median_filter
- workflow_segment_2d_noisy_nuclei_filter_objects_measure_shape
- filter_morphological
- local_background_correction
- filter_objects
- distance_transform
- watershed
- workflow_nuclei_and_cells_segmentation
- skeletonization
- similarity_transforms
- script_run
- coding_with_llms
- script_record
- script_variables
- string_concat
- output_saving
- script_functions
- script_for_loop
- batch_processing
- batch_qc_and_exploration
- fetching_user_input
- script_env
- deep_learning_run_segmentation
- manual_segmentation
- workflow_golgi_per_cell
# Sites
repository: <USERNAME>/<PROJECT>
cc_by_human: "https://creativecommons.org/licenses/by/4.0/"
# Specify that things in the episodes collection should be output.
collections:
modules:
output: true
permalink: /:path/index.html
extras:
output: true
permalink: /:path/index.html
# Set the default layout for things in the modules collection.
defaults:
- values:
root: .
layout: page
- scope:
path: ""
type: modules
values:
root: ..
layout: module
- scope:
path: ""
type: extras
values:
root: ..
layout: page
# Files and directories that are not to be copied.
exclude:
- Makefile
- bin/
- .Rproj.user/
- .vendor/
- vendor/
- .docker-vendor/