Skip to content

Commit

Permalink
docs: added contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Oct 15, 2021
1 parent 4c4181c commit d0384ff
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"files": [
"CONTRIBUTORS.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "jonrkarr",
"name": "Jonathan Karr",
"avatar_url": "https://avatars.githubusercontent.com/u/2848297?v=4",
"profile": "https://www.karrlab.org",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"projectName": "Biosimulators_BioNetGen",
"projectOwner": "biosimulators",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
22 changes: 22 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Contributors

BioSimulators-BioNetGen was developed with help from the following people:

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<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>
</tr>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

A key to these emojis is available [here](https://allcontributors.org/docs/en/emoji-key).

## Contributing to BioSimulators-BioNetGen
We enthusiastically welcome contributions! Please see the [guide to contributing](CONTRIBUTING.md) and the [developer's code of conduct](CODE_OF_CONDUCT.md).
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![PyPI](https://img.shields.io/pypi/v/biosimulators_bionetgen)](https://pypi.org/project/biosimulators_bionetgen/)
[![CI status](https://github.com/biosimulators/Biosimulators_BioNetGen/workflows/Continuous%20integration/badge.svg)](https://github.com/biosimulators/Biosimulators_BioNetGen/actions?query=workflow%3A%22Continuous+integration%22)
[![Test coverage](https://codecov.io/gh/biosimulators/Biosimulators_BioNetGen/branch/dev/graph/badge.svg)](https://codecov.io/gh/biosimulators/Biosimulators_BioNetGen)
[![All Contributors](https://img.shields.io/github/all-contributors/biosimulators/Biosimulators_BioNetGen/HEAD)](#contributors-)

# BioSimulators-BioNetGen
BioSimulators-compliant command-line interface and Docker image for the [BioNetGen](https://bionetgen.org/) simulation program.
Expand Down Expand Up @@ -69,7 +70,7 @@ Documentation is available at https://docs.biosimulators.org/Biosimulators_BioNe
This package is released under the [MIT license](LICENSE).

## Development team
This package was developed by the [Karr Lab](https://www.karrlab.org) at the Icahn School of Medicine at Mount Sinai, [Ali Sinan Saglam](https://scholar.google.com/citations?user=7TM0eekAAAAJ&hl=en) in the Faeder Lab at the University of Pittsburgh, and the [Center for Reproducible Biomedical Modeling](http://reproduciblebiomodels.org).
This package was developed by the [Karr Lab](https://www.karrlab.org) at the Icahn School of Medicine at Mount Sinai, [Ali Sinan Saglam](https://scholar.google.com/citations?user=7TM0eekAAAAJ&hl=en) in the Faeder Lab at the University of Pittsburgh, and the [Center for Reproducible Biomedical Modeling](http://reproduciblebiomodels.org) with assistance from the contributors listed [here](CONTRIBUTORS.md).

## Questions and comments
Please contact the [BioSimulators Team](mailto:info@biosimulators.org) with any questions or comments about the command-line program or Docker image. Please contact [Ali Sinan Saglam](mailto:als251@pitt.edu) with any questions or comments about BioNetGen.

0 comments on commit d0384ff

Please sign in to comment.