Skip to content

Commit

Permalink
Merge pull request #198 from Lestropie/master
Browse files Browse the repository at this point in the history
Add dwi2mask (#195) to project listing
  • Loading branch information
llevitis authored Jun 14, 2020
2 parents f9d03a6 + f3dbd86 commit d2e1f9d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/handbooks/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ Think in particular about what different types of contributions could be?

It is not all about coding! Are you interested in collaborating with someone with a good flair for
good visualization? Someone with more experience who can make a good user interface? Someone who
knows how to develop good, tidy and clear documentation ?
knows how to develop good, tidy and clear documentation?

#### Coding skills

##### Programmation languages
##### Programming languages

- no coding skills required

Expand All @@ -122,9 +122,9 @@ or use the table below
| Unix command line | beginner / confirmed / expert |
| other | beginner / confirmed / expert |

##### neuro-software specific sills
##### neuro-software specific skills

- no software specific sills required
- no software specific skills required

or use one of the tables below

Expand Down Expand Up @@ -195,7 +195,7 @@ Try to estimate the maximum number of people you would be comfortable having on
### Credit and onboarding

How would your project onboard new members with different skillsets -- physicist/imager/clinician/psychologist/computational
scientist/maker/artist/lawyer -- as a projectcollaborator?
scientist/maker/artist/lawyer -- as a project collaborator?

We recommend that you read through Mozilla Open Leadership material on
[personas](https://mozilla.github.io/open-leadership-training-series/articles/building-communities-of-contributors/bring-on-contributors-using-personas-and-pathways/) and [contribution guidelines](https://mozilla.github.io/open-leadership-training-series/articles/building-communities-of-contributors/write-contributor-guidelines/).
Expand Down Expand Up @@ -231,13 +231,13 @@ and `PROJECT DESCRIPTION` and the `ISSUE_NUMBER`of your project in the snippet o
also provide an image for your project.

If you want you can then open a pull-request to add this code in the
[`_data/project.yml`](https://github.com/ohbm/hackathon2020/blob/master/_data/project.yml)
[`_data/projects.yml`](https://github.com/ohbm/hackathon2020/blob/master/_data/projects.yml)
file. If you have no idea how to do this, don't worry: we are here
to help.

If you want to add an image to illustrate your project it should go in the
[`img/hackathon`](https://github.com/ohbm/hackathon2020/tree/master/img/hackathon) folder.
If you don't have any image you can use `whatever.png`
If you don't have any image you can use `whatever.png`.


```
Expand Down
8 changes: 8 additions & 0 deletions _data/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,14 @@
<a href=https://mne.tools/>MNE Python</a> ecosystem.
<br>More information <a href=https://github.com/ohbm/hackathon2020/issues/187>in this github issue</a>"
hub: "Europe / Middle-East / Africa"
-
title: "Diffusion MRI brain masking (\"dwi2mask\")"
image: dwi2mask.png
details: "Deriving a binary brain mask from diffusion MRI data in an automated fashion can be
deceptively challenging. This project aims to provide a standardised interface to multiple different
algorithms for performing this task, and incorporate it into the MRtrix3 software.
<br>More information <a href=https://github.com/ohbm/hackathon2020/issues/195>in this github issue</a>"
hub: "Asia / Pacific"
# EXAMPLES
# -
# title: "Automated Cortical Lesion Detection using Python Tools"
Expand Down
Binary file added img/hackathon/dwi2mask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d2e1f9d

Please sign in to comment.