|
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_links %} |
| 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> |
0 commit comments