Skip to content

Commit

Permalink
Add banner
Browse files Browse the repository at this point in the history
Change-Id: I572a01e0fa2117dffd0f81cfa3fcd76b04c8f28c
  • Loading branch information
Weina Ji committed Jul 4, 2023
1 parent a9b433e commit bcb4caa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/simulation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
run: |
export SONATAREPORT_DIR=$(pwd)/libsonatareport/build/install
export PATH=$(pwd)/nrn/build/install/bin:$PATH
# copy mod files from external link, to be replaced with the Zenodo link
# copy mod files from the Zenodo link
wget --output-document="O1_mods.xz" --quiet "https://zenodo.org/record/8026353/files/O1_mods.xz?download=1"
tar -xf O1_mods.xz
cp -r mod tests/share/
cp core/mod/* tests/share/mod/
cp core/hoc/* tests/share/hoc/
cp core/mod/*.mod tests/share/mod/
cp core/hoc/*.hoc tests/share/hoc/
nrnivmodl -coreneuron -incflags '-DENABLE_CORENEURON -I${SONATAREPORT_DIR}/include -I/usr/include/hdf5/mpich -I/usr/lib/x86_64-linux-gnu/mpich' \
-loadflags '-L${SONATAREPORT_DIR}/lib -lsonatareport -Wl,-rpath,${SONATAREPORT_DIR}/lib -L/usr/lib/x86_64-linux-gnu/hdf5/mpich -lhdf5 -Wl,-rpath,/usr/lib/x86_64-linux-gnu/hdf5/mpich/ -L/usr/lib/x86_64-linux-gnu/ -lmpich -Wl,-rpath,/usr/lib/x86_64-linux-gnu/' \
tests/share/mod
Expand Down
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
|banner|

=============
Neurodamus
=============
Expand Down Expand Up @@ -84,3 +86,6 @@ a research center of the École polytechnique fédérale de Lausanne (EPFL),
from the Swiss government's ETH Board of the Swiss Federal Institutes of Technology.

Copyright (c) 2005-2023 Blue Brain Project/EPFL

.. substitutions
.. |banner| image:: docs/img/neurodamus_banner_230701.png
6 changes: 4 additions & 2 deletions docs/overview.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.. include:: ../README.rst

:end-before: .. substitutions

License
=======

.. literalinclude:: ../LICENSE.txt
.. literalinclude:: ../LICENSE.txt

.. |banner| image:: ./img/neurodamus_banner_230701.png

0 comments on commit bcb4caa

Please sign in to comment.