Skip to content

Commit 59fc76b

Browse files
committed
docs: added contributors
1 parent bcc7397 commit 59fc76b

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

.all-contributorsrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"files": [
3+
"CONTRIBUTORS.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "jonrkarr",
10+
"name": "Jonathan Karr",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/2848297?v=4",
12+
"profile": "https://www.karrlab.org",
13+
"contributions": [
14+
"code"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "Biosimulators_pyNeuroML",
20+
"projectOwner": "biosimulators",
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"skipCi": true
24+
}

CONTRIBUTORS.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Contributors
2+
3+
BioSimulators-pyNeuroML was developed with help from the following people:
4+
5+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
6+
<!-- prettier-ignore-start -->
7+
<!-- markdownlint-disable -->
8+
<table>
9+
<tr>
10+
<td align="center"><a href="https://www.karrlab.org"><img src="https://avatars.githubusercontent.com/u/2848297?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jonathan Karr</b></sub></a><br /><a href="https://github.com/biosimulators/Biosimulators_utils/commits?author=jonrkarr" title="Code">💻</a></td>
11+
</tr>
12+
</table>
13+
14+
<!-- markdownlint-restore -->
15+
<!-- prettier-ignore-end -->
16+
17+
<!-- ALL-CONTRIBUTORS-LIST:END -->
18+
19+
A key to these emojis is available [here](https://allcontributors.org/docs/en/emoji-key).
20+
21+
## Contributing to BioSimulators-pyNeuroML
22+
We enthusiastically welcome contributions! Please see the [guide to contributing](CONTRIBUTING.md) and the [developer's code of conduct](CODE_OF_CONDUCT.md).

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![PyPI](https://img.shields.io/pypi/v/biosimulators_pyneuroml)](https://pypi.org/project/biosimulators_pyneuroml/)
33
[![CI status](https://github.com/biosimulators/Biosimulators_pyNeuroML/workflows/Continuous%20integration/badge.svg)](https://github.com/biosimulators/Biosimulators_pyNeuroML/actions?query=workflow%3A%22Continuous+integration%22)
44
[![Test coverage](https://codecov.io/gh/biosimulators/Biosimulators_pyNeuroML/branch/dev/graph/badge.svg)](https://codecov.io/gh/biosimulators/Biosimulators_pyNeuroML)
5+
[![All Contributors](https://img.shields.io/github/all-contributors/biosimulators/Biosimulators_pyNeuroML/HEAD)](#contributors-)
56

67
# BioSimulators-pyNeuroML
78
BioSimulators-compliant command-line interfaces and Docker images for the [jNeuroML](https://github.com/NeuroML/jNeuroML)/[pyNeuroML](https://github.com/NeuroML/pyNeuroML), [NEURON](https://neuron.yale.edu/), [NetPyNe](http://netpyne.org/), and simulation programs.
@@ -86,7 +87,7 @@ Documentation is available at https://docs.biosimulators.org/Biosimulators_pyNeu
8687
This package is released under the [MIT](LICENSE).
8788

8889
## Development team
89-
This package was developed by the [Karr Lab](https://www.karrlab.org) at the Icahn School of Medicine at Mount Sinai and the [Center for Reproducible Biomedical Modeling](https://reproduciblebiomodels.org/).
90+
This package was developed by the [Karr Lab](https://www.karrlab.org) at the Icahn School of Medicine at Mount Sinai and the [Center for Reproducible Biomedical Modeling](https://reproduciblebiomodels.org/) with assistance from the contributors listed [here](CONTRIBUTORS.md).
9091

9192
## Questions and comments
9293
Please contact the [BioSimulators Team](mailto:[email protected]) with any questions or comments.

0 commit comments

Comments
 (0)