Skip to content

Commit f36f66a

Browse files
Merge pull request #8 from arbor-sim/blog/scaling
Blog/scaling
2 parents 736812c + 3ef1c27 commit f36f66a

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

_layouts/master.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<li><a href="https://www.github.com/arbor-sim/arbor/"><!--<span class="fa fa-github fa-lg"></span> -->GitHub &nearr;</a></li>
2727
</ul>
2828
</nav>
29-
<p> <img alt="Detailled cell rendering" src="{{'./res/gui-22-detail.png' | relative_url }}" height="722"> </p>
29+
<p> <img alt="Detailled cell rendering" src="{{'./res/gui-22-detail.png' | relative_url }}" height="360"> </p>
3030
<p>Arbor is a multi-compartment neuron simulation library; compatible with next-generation accelerators; best-practices applied to research software; focussed on community-driven development.</p>
3131
<br>
3232
<p><a href="https://docs.arbor-sim.org/en/latest/install"><b><span class="fa fa-download fa-lg"></span> Install</b></a><a href="https://docs.arbor-sim.org"><b><span class="fa fa-book fa-lg"></span> Documentation</b></a><a href="{{'/#get-help' | relative_url }}"><b><span class="fa fa-question-circle fa-lg"></span> Get Help</b></a></p>

_projects/network-dsl.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: post
3+
title: "A DSL for Network Specification"
4+
---
5+
6+
We aim to design a high-level, declarative specification of network connectivity
7+
for use in simulations of morphologically detailled neurons. In particular, such
8+
a description should take the form of a domain-specific language (DSL) and an
9+
implementation in Arbor [1]. The project includes a study of the design space
10+
and prior art [eg 2, 3], as well as the use of connectivity rules in existing
11+
simulators and the requirements of neuro-scientists. From this a model should be
12+
developed that captures practical users' needs while building upon a composable
13+
structure.
14+
15+
1. https://github.com/arbor-sim/arbor
16+
2. https://www.ncbi.nlm.nih.gov/pubmed/22437992
17+
3. https://www.neuroml.org/
18+

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ <h2>Get help and get involved</h2>
9090

9191
Benchmarking and validation of Arbor and other simulators can be performed with the NSuite performance and validation testing suite (<a href="https://nsuite.readthedocs.io">NSuite documentation</a>).</p>
9292

93+
<h2 id="arbor-projects">Find a project</h2>
94+
95+
<p>Find a list of current projects suitable for interns or students <a href="https://docs.arbor-sim.org/projects">here</a>.</p>
96+
9397
<h2 id="cite-arbor">Cite Arbor</h2>
9498

9599
<p>Please find current instructions <a href="https://docs.arbor-sim.org/en/latest/#citing-arbor">here</a>.</p>

0 commit comments

Comments
 (0)