From 6e40a9938d56f2307666edd56933d971c51b2c91 Mon Sep 17 00:00:00 2001 From: katjaq Date: Fri, 27 Oct 2017 14:16:18 +0100 Subject: [PATCH] add CONTRIBUTING.md --- CONTRIBUTING.md | 36 ++++++++++++++++++++++++++++++++++++ README.md | 3 ++- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..11ed3dc --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,36 @@ +# BrainBox + +### How can you help? + + +**Join our segmentation sprints!** + In our [GitHub issue #42](https://github.com/OpenNeuroLab/BrainBox/issues/177) you find + detailed information on how to participate and get credit for your work. Currently, we + are trying to complete the dolphin brain!! Join our team of + [BrainMappers](https://github.com/OpenNeuroLab/BrainBox/blob/master/BRAINMAPPERS.md) + We will be happy to work with anyone who would love to join our effort. + While you can see in real-time what your collaborators are writing or drawing on a given + data set, you can also chat with them, and ask for help or approval of your work. We want + to open this scientific process to everyone with any background including citizen + scientists and researchers. Join us! + Here is a little video showing the [collaborative editing of brain masks in BrainBox](https://m.youtube.com/watch?v=bFHXS-lya5M) + + +**Join our efforts on GitHub!** + Everybody very welcome! We need designers to help us design the user interface and user interaction, we need coders who help us develop our tool (Javascript, HTML, CSS) and we need people helping us with the segmentations. We welcome every level of expertise and will be happy to help. + + +**Get in touch with us!** +You can also e-mail us to get in touch at openneurobrainbox at gmail dot com! + + +**Launch your own collaborative project!** + on [BrainBox](http://brainbox.pasteur.fr/project/new) + + +**We are looking forward to meeting you!** + + +All work shall be open and free and respect the Mozilla Community Participation Guidelines. Please have a look at them [here.](https://www.mozilla.org/en-US/about/governance/policies/participation) + + diff --git a/README.md b/README.md index 9f74faf..f732d5a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Our aim is to make BrainBox into a reliable tool for open, reproducible, collabo We will be happy to work with anyone who would love to join our effort. While you can see in real-time what your collaborators are writing or drawing on a given data set, you can also chat with them, and ask for help or approval of your work. We want to open this scientific process to everyone with any background including citizen scientists and researchers. Join us! -**Join our segmentation sprint!!** In our [GitHub issue #42](https://github.com/OpenNeuroLab/BrainBox/issues/177) you find detailed information on how to participate and get credit for your work. Currently, we are trying to complete the dolphin brain!! Join our team of [BrainMappers](https://github.com/OpenNeuroLab/BrainBox/blob/master/BRAINMAPPERS.md) +**Join our segmentation sprint!** In our [GitHub issue #42](https://github.com/OpenNeuroLab/BrainBox/issues/177) you find detailed information on how to participate and get credit for your work. Currently, we are trying to complete the dolphin brain! Join our team of [BrainMappers](https://github.com/OpenNeuroLab/BrainBox/blob/master/BRAINMAPPERS.md) And please also feel free to join our efforts on GitHub! Everybody very welcome! @@ -61,6 +61,7 @@ Or launch your own collaborative project on [BrainBox](http://brainbox.pasteur.f **We are looking forward to meeting you!** + # Developer instructions If you want to work on BrainBox's code, you'll need a local installation: -- GitLab