forked from NEUBIAS/training-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
128 lines (120 loc) · 2.88 KB
/
_config.yml
File metadata and controls
128 lines (120 loc) · 2.88 KB
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
116
117
118
119
120
121
122
123
124
125
126
127
128
title: "Bioimage Analysis Training Resources"
email: "image-analysis-support@embl.de"
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 is alphabetical based on title and tag (scripting, workflow, drafts)
module_order:
- auto_threshold
- batch_qc_and_exploration
- big_image_file_formats
- cloud_based_batch_analysis
- cloud_based_interactive_analysis
- connected_components
- filter_convolution
- correlative_image_rendering
- datatypes
- pixels
- distance_transform
- image_formation_fluo_mic
- global_background_correction
- image_file_formats
- local_background_correction
- lut
- median_filter
- filter_morphological
- multichannel_images
- multidimensional_image_basics
- filter_neighbourhood
- object_filtering
- measure_intensities
- measure_shapes
- ome_tiff
- ome_zarr
- projections
- segmentation
- skeletonization
- smart_microscopy_low_zoom_high_zoom
- spatial_calibration
- filter_statistical
- binarization
- tool_installation
- volume_viewer
- volume_slicing
- watershed
- batch_processing
- coding_with_llms
- script_functions
- script_for_loop
- output_saving
- script_record
- script_run
- string_concat
- script_variables
- workflow_segment_2d_noisy_nuclei_filter_objects_measure_shape
- workflow_nuclei_and_cells_segmentation
- workflow_segment_2d_nuclei_measure_shape
- image_inspection_and_presentation
- containers
- deep_learning_run_segmentation
- image_registration
- manual_segmentation
- remote_data_access
- similarity_transforms
- table_file_formats
- template
- commenting
- user_input
- script_env
- cofilin_rod_formation
- workflow_golgi_per_cell
# Sites
repository: <USERNAME>/<PROJECT>
cc_by_human: "https://creativecommons.org/licenses/by/4.0/"
# Specify which folders to compile
collections:
modules:
output: true
permalink: /:path/index.html
extras:
output: true
permalink: /:path/index.html
courses:
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/