Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Toby Hodges
image-analysis-training-resources
Commits
15676654
Commit
15676654
authored
Jul 26, 2019
by
Toby Hodges
Browse files
Merge branch '61-activity-logic' into 'master'
61 activity logic See merge request
!3
parents
8a62796e
b8e87d0f
Pipeline
#10685
passed with stage
in 1 minute and 19 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
AUTHORS.md
View file @
15676654
...
...
@@ -6,6 +6,7 @@ title: Authors
This material is the product of contributions from the following people:
*
Aliaksandr Halavatyi
*
Stefan Helfrich
*
Jean-Karim Hériché
*
Toby Hodges
*
Julius Hossain
...
...
CONTRIBUTING.md
View file @
15676654
...
...
@@ -133,7 +133,7 @@ clone and move into this repository,
and run:
```
bash
bundle exec jekyll
serve
make
serve
```
All going well, your built pages are now beng served locally.
...
...
_includes/binarization/activities/binarization_knime.md
0 → 100644
View file @
15676654
[

](https://kni.me/w/yaYVMcWMurQJfRAq)
[
//
]:
#
(Original URL: https://hub.knime.com/stelfrich/space/Image%20Analysis%20Training%20Resources/Image%20binarization)
_includes/connected_components/activities/connected_components_knime.md
0 → 100644
View file @
15676654
[

](https://kni.me/w/XCeGNgTQOzoPwzje)
[
//
]:
#
(Original URL: https://hub.knime.com/stelfrich/space/Image%20Analysis%20Training%20Resources/Connected%20components)
_includes/filter_neighbourhood/activities/mean_filter_knime.md
0 → 100644
View file @
15676654
[

](https://kni.me/w/wt_07Y4FqvY-QyYb)
[
//
]:
#
(Original URL: https://hub.knime.com/stelfrich/space/Image%20Analysis%20Training%20Resources/Neighbourhood%20image%20filters)
_layouts/module.html
View file @
15676654
...
...
@@ -57,8 +57,10 @@ function change_exercises_content_by_platform(form_control){
{
%
for
platform
in
page
.
exercises
%
}
document
.
getElementById
(
"
{{ platform[0] | slugify }}-exercises-div
"
).
style
.
display
=
'
none
'
;
{
%
endfor
%
}
{
%
if
page
.
exercises
%
}
if
(
!
form_control
||
document
.
getElementById
(
form_control
).
value
==
"
default-exercises
"
)
{
set_exercises_view_defaults
();
{
%
endif
%
}
{
%
for
platform
in
page
.
exercises
%
}
}
else
if
(
document
.
getElementById
(
form_control
).
value
==
"
{{ platform[0] | slugify }}-exercises
"
)
{
document
.
getElementById
(
"
{{ platform[0] | slugify }}-exercises-div
"
).
style
.
display
=
'
block
'
;
...
...
_modules/binarization.md
View file @
15676654
...
...
@@ -26,6 +26,7 @@ activities:
"
ImageJ
Macro"
:
"
binarization/activities/binarization_imagejmacro.md"
"
Jython"
:
"
binarization/activities/binarization_jython.md"
"
MATLAB"
:
"
binarization/activities/binarization_matlab.md"
"
KNIME"
:
"
binarization/activities/binarization_knime.md"
exercises_preface
:
>
...
...
_modules/connected_components.md
View file @
15676654
...
...
@@ -25,6 +25,7 @@ activity_preface: >
activities
:
"
ImageJ
GUI"
:
"
connected_components/activities/connected_components_imagejgui.md"
"
KNIME"
:
"
connected_components/activities/connected_components_knime.md"
# "MATLAB": ""
exercises_preface
:
>
...
...
_modules/filter_neighbourhood.md
View file @
15676654
...
...
@@ -33,6 +33,7 @@ activity_preface: >
activities
:
"
ImageJ
GUI"
:
"
filter_neighbourhood/activities/mean_filter_imagejgui.md"
"
KNIME"
:
"
filter_neighbourhood/activities/mean_filter_knime.md"
# "ImageJ Macro":
# "Jython":
# "MATLAB":
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment