Skip to content

Commit 922eeea

Browse files
Merge pull request #68 from iamamutt/public2021
Updates to external data access and training criteria
2 parents 174c534 + 7301c95 commit 922eeea

File tree

4 files changed

+51
-35
lines changed

4 files changed

+51
-35
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,9 @@ make sure to move over to the `master` branch by `git checkout master`
108108
`docker-compose -f docker-compose-deploy.yml pull` to get the ibl-navigator container
109109
`docker-compose -f docker-compose-deploy.yml up -d`
110110

111-
-------------------------------------
111+
-------------------------------------
112+
113+
## External links
114+
115+
- ![Training Pipeline Diagram (draw.io)](https://drive.google.com/file/d/1PrSq6JbLMzBLAijxop-hgb4A__aSNPfZ/view?usp=sharing)
116+
- ![Internal Navigator Documentation (Google)](https://docs.google.com/document/d/18RVyk0pDQpLR_uX9I6s0YMpoF-bETzFSy2NZB-oNcAM/edit?usp=sharing)

ibl-frontend/frontend-content/src/app/overview/overview.component.html

Lines changed: 44 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -42,39 +42,49 @@ <h2 class="top-title">International Brain Laboratory Behavioral Data Portal</h2>
4242

4343
<div class="home-shaded-container">
4444
<div class="detail-container">
45-
<h3>How can you access the data?</h3>
46-
<ol class="detail-text">
47-
<li>To access the <b>data associated with the electrophysiology recordings</b>, follow <a href="https://int-brain-lab.github.io/iblenv/public_docs/public_one.html" target="_blank">
48-
these guidelines</a>.
49-
</li>
50-
<li>To access the <b>behavior data</b> used in this online portal, you have three options:
51-
<ol style="list-style-type: lower-alpha">
52-
<li><b>Access the DataJoint database via <a target="_blank" href="https://jupyterhub.internationalbrainlab.org">JupyterHub</a>:</b> this site hosts
53-
several notebooks that allow you to directly interact with the database with DataJoint. You do not need to download or install anything locally.
54-
<ol style="list-style-type: lower-roman">
55-
<li>Log in with your GitHub account.</li>
56-
<li>Read the README</li>
57-
<li>Click on <span class="code-style">public_notebooks/Explore IBL pipeline</span> to run several notebooks (one of which replicates
58-
figure 2 of <a target="_blank" href="https://doi.org/10.1101/2020.01.17.909838">The International Brain Laboratory et al. 2020</a>).</li>
59-
</ol>
60-
</li>
45+
<h3>How can you access the data?</h3>
46+
<h5>To access the data outside of this online portal, you have several options:</h5>
47+
<ol class="detail-text">
48+
<li><b>Access the data using <a
49+
href=" https://int-brain-lab.github.io/iblenv/notebooks_external/one_quickstart.html"
50+
target="_blank">ONE</a></b> by following the <a
51+
href="https://int-brain-lab.github.io/iblenv/public_docs/public_one.html"
52+
target="_blank">guidelines</a>. The data includes both compressed raw ephys data and preprocessed
53+
data, as well as behaviour and video data.</li>
6154
<br>
62-
<li><b>Access the database locally with <a target="_blank" href="https://datajoint.org">DataJoint</a>.</b>
63-
<ol style="list-style-type: lower-roman">
64-
<li>See detailed instructions on <a href="https://int-brain-lab.github.io/iblenv/public_docs/public_datajoint.html" target="_blank">accessing the database locally</a></li>
65-
</ol>
55+
<li><b>Access the data using <a target="_blank"
56+
href="https://datajoint.org">DataJoint</a> via <a target="_blank"
57+
href="https://jupyterhub.internationalbrainlab.org">JupyterHub</a></b>. There we host
58+
several notebooks that allow you to directly interact with the database with DataJoint. You do not
59+
need to download or install anything locally.
60+
<ol style="list-style-type: lower-alpha">
61+
<li>Log in with your GitHub account.</li>
62+
<li>Read the README.</li>
63+
<li>Click on <span class="code-style">public_notebooks/Explore IBL pipeline</span> to run
64+
the notebooks (one of which replicates
65+
Figure 2 of <a target="_blank" href="https://doi.org/10.1101/2020.01.17.909838">The
66+
International Brain Laboratory et al. 2020</a>).</li>
67+
</ol>
6668
</li>
6769
<br>
68-
<li>You may also directly download the data through your web browser without running any code. Simply load an internet browser and use the provided link from the <a href="http://ibl.flatironinstitute.org/public/behavior_paper_data.zip" target="_blank"><b>Behavior paper data URL</b></a>
70+
<li><b>Access the data locally using <a target="_blank" href="https://datajoint.org">DataJoint</a></b>. See
71+
the detailed <a
72+
href="https://int-brain-lab.github.io/iblenv/public_docs/public_datajoint.html"
73+
target="_blank">instructions</a>.</li> <br>
74+
<li><b>Access the data via a direct download from your browser</b> without running any code. Simply
75+
load a Google Chrome browser window and use the provided link from the <a
76+
href="http://ibl.flatironinstitute.org/public/behavior_paper_data.zip" target="_blank">Behavior
77+
paper data URL</a>.
6978
</li>
7079
<br>
71-
</ol>
72-
</li>
73-
</ol>
74-
<p class="detail-text">Issues with accessing the data? Email <a href="mailto:[email protected]" target="_blank">[email protected]</a>.</p>
75-
<p class="detail-text">General questions about the paper <a target="_blank" href="https://doi.org/10.1101/2020.01.17.909838">The International Brain Laboratory et al. 2020</a>?
76-
Email <a href="mailto:[email protected]" target="_blank">[email protected]</a>.
77-
</p>
80+
</ol>
81+
<p class="detail-text">Issues with accessing the data? Email <a href="mailto:[email protected]"
82+
target="_blank">[email protected]</a>.</p>
83+
<p class="detail-text">General questions about the paper <a target="_blank"
84+
href="https://doi.org/10.1101/2020.01.17.909838">The International Brain Laboratory et al. 2020</a>?
85+
Email <a href="mailto:[email protected]"
86+
target="_blank">[email protected]</a>.
87+
</p>
7888
</div>
7989

8090
<!-- temporary for NMA events -->
@@ -154,19 +164,19 @@ <h3>Training Criteria</h3>
154164
The related training status indicated on the website are marked in bold and quoted.
155165
</p>
156166
<p class="detail-text">
157-
When the animal starts behavioral training, it first undergoes a period of habituation, then it is trained in the basic task
158-
until reaching full proficiency (‘<b>trained</b>’). If the mouse does not reach proficiency in the basic task without 40 days of
159-
training, it is marked as untrainable (‘<b>over 40 days</b>’). Once proficiency in the basic task is reached, the animal is trained
167+
When the animal starts behavioral training, it first undergoes a period of habituation, then it is trained on the basic task
168+
until reaching full proficiency (‘<b>trained</b>’). If the mouse does not reach proficiency in the basic task within 40 days of
169+
training, it is marked as untrainable. Once proficiency in the basic task is reached, the animal is trained
160170
in the biased task until proficiency is achieved (‘<b>ready for ephys rig</b>’).
161171
</p>
162172
<p class="detail-text">
163-
Once the animal is placed on the ephys rig, it undergoes a habituation to that rig, until it is deemed ready for electrophysiological
164-
recording to be conducted (‘<b>ready for recording</b>’). Once a recording has been completed, the behavior quality is validated for
173+
Once the animal is placed on the ephys rig, it undergoes a habituation to that rig until it is deemed ready for electrophysiological
174+
recordings to be conducted (‘<b>ready for neuropixels recording</b>’). Once a recording has been completed, the behavior quality is validated for
165175
downstream analysis (‘<b>good enough for brainwide map</b>’). The associated methods and protocols to habituate a mouse to the ephys rig and
166176
perform the Neuropixels recording have not been yet publicly released; please see the figure below for a preliminary introduction
167177
to our full training pipeline.
168178
<br>
169-
<img id="fig5" src="assets/images/pipeline_NP.png" alt="figure pipeline">
179+
<img id="fig5" src="assets/images/training_pipeline.svg" alt="Training procedure">
170180
</p>
171181
</div>
172182
</div>
-156 KB
Binary file not shown.

0 commit comments

Comments
 (0)