@@ -28,22 +28,58 @@ Applications), go to "System" -> "Library" -> "CoreServices" and pick "Java Web
28
28
If there is still an issue, just download the SWC version of the morphology (via ** Morphology File (Standardized)** )
29
29
or get a copy of the NeuroML 2 file [ here] ( files/A1-May29-IR2-3-G.cell.nml ) .
30
30
31
+
32
+
31
33
#### 2. Set up user account on GitHub
32
34
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** .
34
67
35
- - Add NML file to new repository
68
+ #### 6. Visualise cell in 3D
36
69
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.
38
74
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.
40
78
41
- ...
79
+ You should see something like the following when the cell is visualised (and ** Model
80
+ description** pressed):
42
81
43
- - Create new project on OSB
82
+ ![ OSB] ( images/osb1.png )
44
83
45
- ...
46
84
47
- - Visualise cell in 3D
48
85
49
- ...
0 commit comments