Skip to content

Commit

Permalink
Add links to external projects
Browse files Browse the repository at this point in the history
Closes #143.
  • Loading branch information
emilmelnikov committed May 31, 2021
1 parent 41c5794 commit c86c6f4
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 29 deletions.
8 changes: 8 additions & 0 deletions _data/contrib_links.yaml
Original file line number Diff line number Diff line change
@@ -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"
79 changes: 50 additions & 29 deletions community.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,50 @@
---
title: Contact
tagline: ask the friendly ilastik team for help
category: "Contact"
---
<div class="row">
<div class="col-sm-8 col-sm-offset-1">

<p>
If you want to report bugs or request new features, please
use our <a href="https://github.com/ilastik/ilastik/issues">issue tracker</a> on github.
</p>

<p>
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>).
</p>

<p>
If you need to send us data you'd rather not post publicly, e-mail the ilastik team directly at
<a href="mailto:[email protected]?Subject=ilastik question" target="_top">
[email protected]</a>.
</p>

<!-- <p>
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>.
</p> -->

</div>
</div>
---
title: Contact
tagline: ask the friendly ilastik team for help
category: "Contact"
---
<div class="row">
<div class="col-sm-8 col-sm-offset-1">

<p>
If you want to report bugs or request new features, please
use our <a href="https://github.com/ilastik/ilastik/issues">issue tracker</a> on github.
</p>

<p>
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>).
</p>

<p>
If you need to send us data you'd rather not post publicly, e-mail the ilastik team directly at
<a href="mailto:[email protected]?Subject=ilastik question" target="_top">
[email protected]</a>.
</p>

<h2>Contrib Code</h2>

<div class="list-group">
{% for repo in site.data.contrib_repos %}
<a href="{{ repo.url }}" class="list-group-item">
<h3 class="list-group-heading">
{{ repo.title }}
<small>{{ repo.author }}</small>
</h3>
<p class="list-group-item-text">{{ repo.description }}</p>
</a>
{% endfor %}
</div>

<p>
<a href="https://github.com/ilastik/ilastik.github.io/edit/master/_data/contrib_links.yaml">
<button type="button" class="btn btn-primary">Add your project</button>
</a>
</p>


<!-- <p>
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>.
</p> -->

</div>
</div>
4 changes: 4 additions & 0 deletions documentation/basics/headless.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down

0 comments on commit c86c6f4

Please sign in to comment.