Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add links to external projects #172

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_links %}
<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