Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 2.45 KB

ATTRIBUTIONS.md

File metadata and controls

70 lines (47 loc) · 2.45 KB

Arbor includes code from the open source community. Thank you!

JSON for Modern C++

A header only C++11 json library, written by Niels Lohmann (GitHub user nlohmann). MIT license.

https://github.com/nlohmann/json

tinyopt

A header only C++ library for command line argument parsing, written by Stuart Yates. BSD license.

https://github.com/halfflat/tinyopt

Random123

A header only counter-based random number generator, written by DE Shaw research BSD license.

https://www.deshawresearch.com/downloads/download_random123.cgi/

Sphinx module for CMake

The CMake script cmake/FindSphinx.cmake is a modified version of a script from the LLVM project. BSD License.

http://llvm.org/

Transcendentals intrinsics

The numerical algorithms for the transcendentals intrinsics are based on the scalar Cephes library. We have been explicitly granted permission by the author to incorporate this material in our work.

http://www.netlib.org/cephes/ https://github.com/jeremybarnes/cephes (Github mirror)

Custom license (as it appears in the original readme from the project's page):

Some software in this archive may be from the book Methods and Programs for Mathematical Functions (Prentice-Hall or Simon & Schuster International, 1989) or from the Cephes Mathematical Library, a commercial product. In either event, it is copyrighted by the author. What you see here may be used freely but it comes with no support or guarantee.

Example SWC morphology

The complex SWC file 'pyramidal.swc' used for testing is taken from NeuroMorpho.org, with NeuroMorpho ID NMO_49821. The morphology comes from the paper:

Hönigsperger, C., Marosi, M., Murphy, R., and Storm, J. F. (2015). Dorsoventral differences in Kv7/M-current and its impact on resonance, temporal summation and excitability in rat hippocampal pyramidal cells. The Journal of Physiology, 593(7), 1551–1580. doi:10.1113/jphysiol.2014.280826

NeuroMorpho.org is described in:

Ascoli, G. A., Donohue, D. E., and Halavi, M. (2007). NeuroMorpho.Org: a central resource for neuronal morphologies. Journal of Neuroscience 27(35), 9247–9251. doi:10.1523/JNEUROSCI.2055-07.2007

Acknowledgements

This open source software code was developed in part or in whole in the Human Brain Project, funded from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 720270 (Human Brain Project SGA1) and No. 785907 (Human Brain Project SGA2).