Skip to content

Commit c86c6f4

Browse files
committed
Add links to external projects
Closes #143.
1 parent 41c5794 commit c86c6f4

File tree

3 files changed

+62
-29
lines changed

3 files changed

+62
-29
lines changed

_data/contrib_links.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Thank you for contributing your project link!
2+
## Please add your project details to the bottom of this file.
3+
4+
- title: "Utility ImageJ macros"
5+
description: |
6+
Run ilastik Pixel Classifier followed by ilastik boundary based segmentation on all files in a given folder.
7+
author: "Ofra Golani at the MICC Cell Observatory, Weizmann Institute of Science"
8+
url: "https://github.com/WIS-MICC-CellObservatory/Utils"

community.html

+50-29
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,50 @@
1-
---
2-
title: Contact
3-
tagline: ask the friendly ilastik team for help
4-
category: "Contact"
5-
---
6-
<div class="row">
7-
<div class="col-sm-8 col-sm-offset-1">
8-
9-
<p>
10-
If you want to report bugs or request new features, please
11-
use our <a href="https://github.com/ilastik/ilastik/issues">issue tracker</a> on github.
12-
</p>
13-
14-
<p>
15-
For user discussions and support from the team and from the community, please use the <a href="https://forum.image.sc/tags/ilastik">image.sc forum</a> (tagging your posts with <code>ilastik</code>).
16-
</p>
17-
18-
<p>
19-
If you need to send us data you'd rather not post publicly, e-mail the ilastik team directly at
20-
<a href="mailto:team@ilastik.org?Subject=ilastik question" target="_top">
21-
team@ilastik.org</a>.
22-
</p>
23-
24-
<!-- <p>
25-
If you want to earn money improving ilastik, look at our <b><a href="https://hci.iwr.uni-heidelberg.de/Jobs/#software">job offers</a></b>.
26-
</p> -->
27-
28-
</div>
29-
</div>
1+
---
2+
title: Contact
3+
tagline: ask the friendly ilastik team for help
4+
category: "Contact"
5+
---
6+
<div class="row">
7+
<div class="col-sm-8 col-sm-offset-1">
8+
9+
<p>
10+
If you want to report bugs or request new features, please
11+
use our <a href="https://github.com/ilastik/ilastik/issues">issue tracker</a> on github.
12+
</p>
13+
14+
<p>
15+
For user discussions and support from the team and from the community, please use the <a href="https://forum.image.sc/tags/ilastik">image.sc forum</a> (tagging your posts with <code>ilastik</code>).
16+
</p>
17+
18+
<p>
19+
If you need to send us data you'd rather not post publicly, e-mail the ilastik team directly at
20+
<a href="mailto:team@ilastik.org?Subject=ilastik question" target="_top">
21+
team@ilastik.org</a>.
22+
</p>
23+
24+
<h2>Contrib Code</h2>
25+
26+
<div class="list-group">
27+
{% for repo in site.data.contrib_repos %}
28+
<a href="{{ repo.url }}" class="list-group-item">
29+
<h3 class="list-group-heading">
30+
{{ repo.title }}
31+
<small>{{ repo.author }}</small>
32+
</h3>
33+
<p class="list-group-item-text">{{ repo.description }}</p>
34+
</a>
35+
{% endfor %}
36+
</div>
37+
38+
<p>
39+
<a href="https://github.com/ilastik/ilastik.github.io/edit/master/_data/contrib_links.yaml">
40+
<button type="button" class="btn btn-primary">Add your project</button>
41+
</a>
42+
</p>
43+
44+
45+
<!-- <p>
46+
If you want to earn money improving ilastik, look at our <b><a href="https://hci.iwr.uni-heidelberg.de/Jobs/#software">job offers</a></b>.
47+
</p> -->
48+
49+
</div>
50+
</div>

documentation/basics/headless.md

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ CPU and RAM resources can be controlled with environment variables or a config f
5353

5454
[controlling resources]: {{site.baseurl}}/documentation/basics/installation#controlling-cpu-and-ram-resources
5555

56+
### External Projects
57+
58+
We have [a list of projects]({{site.baseurl}}/community) that call headless ilastik from their scripts or code.
59+
5660
## Input options
5761

5862
**Required settings:**

0 commit comments

Comments
 (0)