https://github.com/brian-team/gsoc2016

Google Summer of Code project 2016 (Importing and exporting simulator-independent model-descriptions with the Brian simulator)

https://github.com/brian-team/gsoc2016

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Google Summer of Code project 2016 (Importing and exporting simulator-independent model-descriptions with the Brian simulator)

Basic Info
  • Host: GitHub
  • Owner: brian-team
  • Language: Python
  • Default Branch: master
  • Size: 103 KB
Statistics
  • Stars: 1
  • Watchers: 5
  • Forks: 2
  • Open Issues: 4
  • Releases: 0
Created about 10 years ago · Last pushed almost 10 years ago
Metadata Files
Readme

README.md

gsoc2016

Google Summer of Code project 2016 (Importing and exporting simulator-independent model-descriptions with the Brian simulator)

brian2lems

The use of exporter to LEMS/NeuroML2 is very straightforward. Just set new device neuroml2 and specify the name of the output XML file.

```python

from brian2 import * import brian2lems

set_device('neuroml2', filename="nml2model.xml")

Brian2 code

```

More details you may find in user or developer documentation.

Owner

  • Name: Brian simulator
  • Login: brian-team
  • Kind: organization
  • Location: Paris, France

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 15
  • Total pull requests: 2
  • Average time to close issues: 12 days
  • Average time to close pull requests: 7 days
  • Total issue authors: 3
  • Total pull request authors: 1
  • Average comments per issue: 1.53
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mstimberg (6)
  • dokato (4)
  • pgleeson (1)
Pull Request Authors
  • gitter-badger (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

setup.py pypi