diff --git a/_data/contrib_links.yaml b/_data/contrib_links.yaml new file mode 100644 index 00000000..47978c3e --- /dev/null +++ b/_data/contrib_links.yaml @@ -0,0 +1,8 @@ +## Thank you for contributing your project link! +## Please add your project details to the bottom of this file. + +- title: "Utility ImageJ macros" + description: | + Run ilastik Pixel Classifier followed by ilastik boundary based segmentation on all files in a given folder. + author: "Ofra Golani at the MICC Cell Observatory, Weizmann Institute of Science" + url: "https://github.com/WIS-MICC-CellObservatory/Utils" diff --git a/community.html b/community.html index ef09a165..189429c2 100644 --- a/community.html +++ b/community.html @@ -1,29 +1,50 @@ ---- -title: Contact -tagline: ask the friendly ilastik team for help -category: "Contact" ---- -
-
- -

-If you want to report bugs or request new features, please -use our issue tracker on github. -

- -

-For user discussions and support from the team and from the community, please use the image.sc forum (tagging your posts with ilastik). -

- -

-If you need to send us data you'd rather not post publicly, e-mail the ilastik team directly at - -team@ilastik.org. -

- - - -
-
+--- +title: Contact +tagline: ask the friendly ilastik team for help +category: "Contact" +--- +
+
+ +

+If you want to report bugs or request new features, please +use our issue tracker on github. +

+ +

+For user discussions and support from the team and from the community, please use the image.sc forum (tagging your posts with ilastik). +

+ +

+If you need to send us data you'd rather not post publicly, e-mail the ilastik team directly at + +team@ilastik.org. +

+ +

Contrib Code

+ +
+ {% for repo in site.data.contrib_links %} + +

+ {{ repo.title }} + {{ repo.author }} +

+

{{ repo.description }}

+
+ {% endfor %} +
+ +

+ + + +

+ + + + +
+
diff --git a/documentation/basics/headless.md b/documentation/basics/headless.md index 6d30c5f7..ebdd7da3 100644 --- a/documentation/basics/headless.md +++ b/documentation/basics/headless.md @@ -53,6 +53,10 @@ CPU and RAM resources can be controlled with environment variables or a config f [controlling resources]: {{site.baseurl}}/documentation/basics/installation#controlling-cpu-and-ram-resources +### External Projects + +We have [a list of projects]({{site.baseurl}}/community) that call headless ilastik from their scripts or code. + ## Input options **Required settings:**