Skip to content
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
26 changes: 26 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "davidmeunier79",
"name": "David Meunier",
"avatar_url": "https://avatars1.githubusercontent.com/u/7290245?v=4",
"profile": "http://www.int.univ-amu.fr/spip.php?page=auteur&id_auteur=809&lang=en",
"contributions": [
"code",
"review",
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "mrproc",
"projectOwner": "alexpron",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Magnetic Resonance Imaging Processing
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
This package regroups pipelines used to process Magnetic Resonance Imaging (MRI) data.

# Dependencies
Expand All @@ -23,4 +26,22 @@ pip install -e .['dev']
```

# Current Diffusion pipeline
![graph](tests/workflows/graph.png)
![graph](tests/workflows/graph.png)
## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="http://www.int.univ-amu.fr/spip.php?page=auteur&id_auteur=809&lang=en"><img src="https://avatars1.githubusercontent.com/u/7290245?v=4" width="100px;" alt=""/><br /><sub><b>David Meunier</b></sub></a><br /><a href="https://github.com/alexpron/mrproc/commits?author=davidmeunier79" title="Code">💻</a> <a href="https://github.com/alexpron/mrproc/pulls?q=is%3Apr+reviewed-by%3Adavidmeunier79" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/alexpron/mrproc/commits?author=davidmeunier79" title="Tests">⚠️</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!