Skip to content

Commit 392eebd

Browse files
committed
Revert "Merge branch 'OpenNeuroLab/master'"
This reverts commit 4e3ba6d, reversing changes made to 5b5deb3.
1 parent aa25207 commit 392eebd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+6658
-12793
lines changed

.circleci/config.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ js/sample-001.nii.gz
1919
js/sample-002.mgz
2020
js/sample-002.nii.gz
2121
public/.DS_Store
22-
public/doc2/*
23-
public/nihpd-plane/*
2422
.DS_Store
25-
package-lock.json
2623

2724
js/.DS_Store

ANNOTATIONS.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

BRAINMAPPERS.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

README.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11

2-
[![CircleCI](https://circleci.com/gh/OpenNeuroLab/BrainBox/tree/master.svg?style=shield)](https://circleci.com/gh/OpenNeuroLab/BrainBox/tree/master) [![Join the chat at https://gitter.im/OpenNeuroLab/BrainBox](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/OpenNeuroLab/BrainBox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3-
42
# BrainBox - An application from the [Open Neuroimaging Laboratory](http://openneu.ro/)
53

6-
BrainBox is a web application that lets you annotate and segment 3D brain
7-
imaging data in real time, collaboratively. You can try it
4+
BrainBox is a web application that lets you annotate and segment 3D brain
5+
imaging data in real time, collaboratively. You can try it
86
at http://brainbox.pasteur.fr.
97

108
BrainBox is a web application to share, visualise and annotate MRI brain
11-
data collaboratively. BrainBox will provide the means to create a
12-
layer of collaborative annotation over all the available MRI data without
13-
having to rely on a centralised data repository or the necessity of
9+
data collaboratively. BrainBox will provide the means to create a
10+
layer of collaborative annotation over all the available MRI data without
11+
having to rely on a centralised data repository or the necessity of
1412
having to install software.
1513

16-
You can try it at http://brainbox.pasteur.fr. Log in with your github
17-
account and enter the URL to an MRI file you want to visualise, annotate
14+
You can try it at http://brainbox.pasteur.fr. Log in with your github
15+
account and enter the URL to an MRI file you want to visualise, annotate
1816
and edit. You can also click one of the examples.
1917

2018

@@ -25,9 +23,10 @@ If you want to work on BrainBox's code, you'll need a local installation:
2523
## Using Docker to install and run BrainBox
2624

2725
1. `git clone` this repository or download it
28-
2. `mv BrainBox brainbox` to rename the directory
26+
2. `mv BrainBox brainbox` to rename the directory
2927
3. `cd` to brainbox
30-
4. [create a new OAuth application](https://github.com/settings/applications/new) for your local brainbox url (http://localhost:3000 by default)
28+
4. get Github developer keys for your local brainbox url
29+
(http://localhost:3000 by default)
3130
5. paste the keys into the github-keys.json.example file, change the `callbackURL` to `"http://localhost:3000/auth/github/callback"` and drop the .example
3231
6. drop the `.example` from `blacklist.json.example`
3332
7. drop the `.example` from `whitelist.json.example`
@@ -40,11 +39,10 @@ If you want to work on BrainBox's code, you'll need a local installation:
4039
1. install and start `mongo` database
4140
2. clone the repo and `cd` to the brainbox directory
4241
3. `mkdir public/data`
43-
4. [create a new OAuth application](https://github.com/settings/applications/new) for your local brainbox url (http://localhost:3000 by default)
42+
4. get Github developer keys for your local brainbox url
43+
(http://localhost:3000 by default)
4444
5. paste the keys into the github-keys.json.example file, and drop the .example
45-
6. drop the `.example` from `blacklist.json.example`
46-
7. drop the `.example` from `whitelist.json.example`
47-
8. `npm install`
48-
9. `npm start`
49-
10. To lint your files use `npm test`, you can use `xo --fix` to fix common mistakes, before committing,
50-
to do that install `xo` globally using `npm i -g xo`
45+
6. `npm install`
46+
7. `npm start`
47+
48+

0 commit comments

Comments
 (0)