Skip to content

Commit d2ad187

Browse files
committed
An exercise...
1 parent 04548a4 commit d2ad187

File tree

4 files changed

+1866
-11
lines changed

4 files changed

+1866
-11
lines changed

Exercises/Exercise1_NeuroMorpho_to_OSB.md

Lines changed: 45 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,22 +28,58 @@ Applications), go to "System" -> "Library" -> "CoreServices" and pick "Java Web
2828
If there is still an issue, just download the SWC version of the morphology (via **Morphology File (Standardized)**)
2929
or get a copy of the NeuroML 2 file [here](files/A1-May29-IR2-3-G.cell.nml).
3030

31+
32+
3133
#### 2. Set up user account on GitHub
3234

33-
...
35+
Get a user account on GitHub: https://github.com/join
36+
37+
38+
39+
#### 3. Add NeuroML file to new repository
40+
41+
Create a new repository (green button on GitHub homepage after you're logged in),
42+
e.g. named **Test_OSB_NeuroMorpho**. Select **Initialize this repository with a README**
43+
44+
Add the downloaded file(s) to your repository. Select **Upload files** and choose
45+
the *.nml file (or the *.swc file, or both) and add then to the repository
46+
47+
48+
49+
#### 4. Sign up to Open Source Brain
50+
51+
Get an account at http://www.opensourcebrain.org/account/register.
52+
53+
If you have been given an Activation token for joining OSB (which allows you to
54+
skip the step of waiting for OSB admins to approve your account) enter it here.
55+
56+
Once your account is approved & you log in, you can enter your GitHub usename
57+
(and other details) on your account settings page (click your username on top right &
58+
hit **Edit**)
59+
60+
#### 5. Create new project on OSB
61+
62+
Go back to the home page and click **New project** and enter the URL of your repository
63+
on GitHub. This can be found by clicking the green button **Clone or download** on
64+
GitHub, it will be of the form https://github.com/MYUSERNAME/Test_OSB_NeuroMorpho.git.
65+
66+
Enter a name for your project and select **Create**.
3467

35-
- Add NML file to new repository
68+
#### 6. Visualise cell in 3D
3669

37-
...
70+
On the homepage of your new project there will be a button to **Explore model** which
71+
should find the first *.nml model in your Github repository. If there are many or
72+
none (i.e. only SWC) you can also click **More** and this will list all the files
73+
in the repo that OSB recognises.
3874

39-
- Sign up to Open Source Brain
75+
When the 3D scene loads there will be an option to follow a guided tour of the
76+
OSB interface. You can follow this, or close the dialog and open it later by pressing the
77+
book icon on the left.
4078

41-
...
79+
You should see something like the following when the cell is visualised (and **Model
80+
description** pressed):
4281

43-
- Create new project on OSB
82+
![OSB](images/osb1.png)
4483

45-
...
4684

47-
- Visualise cell in 3D
4885

49-
...

Exercises/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## A number of potential exercises for participants in this Neuroinformatics tutorial
1+
## A number of exercises for participants in this Neuroinformatics tutorial
22

33
#### Exercise 1
4-
...
4+
5+
Cell morphology from NeuroMorpho.Org visualised on Open Source Brain
6+
7+
[Follow this exercise](Exercise1_NeuroMorpho_to_OSB.md)
58

69
#### Exercise 2
710
...

0 commit comments

Comments
 (0)