Skip to content

Commit 164c5f1

Browse files
committed
Added examples page to docs and updated the project-level README
1 parent 422e67f commit 164c5f1

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ base requirements from a command-line:
1818

1919
There are examples of building models and running simulations located in docs/examples/. Some of the simulation engines may require additonal requirements to run.
2020

21+
##### Tests
22+
23+
There are a collection of unit-tests in ```bmtk.tests``` which can be run using pytest
24+
25+
```bash
26+
$ cd bmtk
27+
$ py.test
28+
```
2129

2230
## Documentation
2331

docs/autodocs/source/examples.rst

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Example Networks and Simulations
2+
================================
3+
4+
5+
Mouse V1 Layer 4 Model
6+
-----------------------
7+
8+
A ~45,000 cell model of the primary input layer (L4) of the mouse primary visual cortex. Built using BMTK and simulated
9+
using BioNet:
10+
11+
https://portal.brain-map.org/explore/models/l4-mv1
12+
13+
14+
Mouse V1 Full Column Models
15+
---------------------------
16+
17+
Biologically realistic models of the mouse primary visual cortex (V1) with ~230,000 simulated neurons. Contains two
18+
different types of models: A multi-compartmental model using BioNet and a GLIF-based point-neuron model using
19+
PointNet.
20+
21+
22+
https://portal.brain-map.org/explore/models/mv1-all-layers
23+
24+
25+
Brunel Models
26+
-------------
27+
28+
12,500 neuron models based on the network described in "Dynamics of Sparsely Connected Networks of Excitatory and
29+
Inhibitory Spiking Neurons", Nicolas Brunel, 2000. The models are built using BioNet, PointNet, and PopNet and
30+
is a good metric of how to compare simulations ran across different levels of resultion:
31+
32+
33+
https://github.com/AllenInstitute/bmtk/tree/develop/docs/examples/ei_network
34+
35+

docs/autodocs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Welcome to the Brain Modeling Toolkit
1717
simulators
1818
analyzer
1919
tutorials
20+
Example Networks <examples>
2021
Github Profile <https://github.com/AllenInstitute/bmtk.git>
2122
contributors
2223
Source Documentation <bmtk/bmtk>

0 commit comments

Comments
 (0)