Skip to content

Commit 2c5669d

Browse files
authored
Merge pull request #240 from NeuroML/feat/add-all-contributors
Feat/add all contributors
2 parents a7a50bc + e93dd32 commit 2c5669d

File tree

2 files changed

+222
-0
lines changed

2 files changed

+222
-0
lines changed

.all-contributorsrc

Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
1+
{
2+
"projectName": "pyNeuroML",
3+
"projectOwner": "NeuroML",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "angular",
12+
"contributors": [
13+
{
14+
"login": "pgleeson",
15+
"name": "Padraig Gleeson",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/1556687?v=4",
17+
"profile": "http://www.opensourcebrain.org/",
18+
"contributions": [
19+
"bug",
20+
"code",
21+
"content",
22+
"data",
23+
"doc",
24+
"design",
25+
"eventOrganizing",
26+
"ideas",
27+
"infra",
28+
"maintenance",
29+
"mentoring",
30+
"platform",
31+
"projectManagement",
32+
"question",
33+
"research",
34+
"review",
35+
"tool",
36+
"tutorial",
37+
"talk",
38+
"userTesting"
39+
]
40+
},
41+
{
42+
"login": "sanjayankur31",
43+
"name": "Ankur Sinha",
44+
"avatar_url": "https://avatars.githubusercontent.com/u/102575?v=4",
45+
"profile": "https://ankursinha.in/",
46+
"contributions": [
47+
"bug",
48+
"code",
49+
"content",
50+
"data",
51+
"doc",
52+
"design",
53+
"eventOrganizing",
54+
"ideas",
55+
"mentoring",
56+
"platform",
57+
"question",
58+
"research"
59+
]
60+
},
61+
{
62+
"login": "borismarin",
63+
"name": "Boris Marin",
64+
"avatar_url": "https://avatars.githubusercontent.com/u/3452783?v=4",
65+
"profile": "https://github.com/borismarin",
66+
"contributions": [
67+
"bug",
68+
"code",
69+
"content",
70+
"data",
71+
"doc",
72+
"design",
73+
"eventOrganizing",
74+
"ideas",
75+
"infra",
76+
"maintenance",
77+
"platform",
78+
"question",
79+
"research",
80+
"review",
81+
"tool",
82+
"userTesting"
83+
]
84+
},
85+
{
86+
"login": "rgerkin",
87+
"name": "Richard C Gerkin",
88+
"avatar_url": "https://avatars.githubusercontent.com/u/549787?v=4",
89+
"profile": "http://rick.gerk.in/",
90+
"contributions": [
91+
"bug",
92+
"code",
93+
"ideas",
94+
"maintenance",
95+
"platform",
96+
"research",
97+
"review",
98+
"tool",
99+
"userTesting"
100+
]
101+
},
102+
{
103+
"login": "lungd",
104+
"name": "David Lung",
105+
"avatar_url": "https://avatars.githubusercontent.com/u/5890526?v=4",
106+
"profile": "https://github.com/lungd",
107+
"contributions": [
108+
"bug",
109+
"code",
110+
"maintenance",
111+
"tool",
112+
"userTesting"
113+
]
114+
},
115+
{
116+
"login": "mwatts15",
117+
"name": "Mark Watts",
118+
"avatar_url": "https://avatars.githubusercontent.com/u/1487560?v=4",
119+
"profile": "https://www.thispersondoesnotexist.com/",
120+
"contributions": [
121+
"bug",
122+
"code"
123+
]
124+
},
125+
{
126+
"login": "ccluri",
127+
"name": "Chaitanya Chintaluri ",
128+
"avatar_url": "https://avatars.githubusercontent.com/u/546703?v=4",
129+
"profile": "https://chchaitanya.wordpress.com/",
130+
"contributions": [
131+
"bug",
132+
"code"
133+
]
134+
},
135+
{
136+
"login": "34383c",
137+
"name": "34383c",
138+
"avatar_url": "https://avatars.githubusercontent.com/u/17238193?v=4",
139+
"profile": "https://github.com/34383c",
140+
"contributions": [
141+
"bug",
142+
"code"
143+
]
144+
},
145+
{
146+
"login": "jrieke",
147+
"name": "Johannes Rieke",
148+
"avatar_url": "https://avatars.githubusercontent.com/u/5103165?v=4",
149+
"profile": "https://github.com/jrieke",
150+
"contributions": [
151+
"bug",
152+
"code"
153+
]
154+
},
155+
{
156+
"login": "andrisecker",
157+
"name": "András Ecker",
158+
"avatar_url": "https://avatars.githubusercontent.com/u/13274870?v=4",
159+
"profile": "https://github.com/andrisecker",
160+
"contributions": [
161+
"bug",
162+
"code"
163+
]
164+
},
165+
{
166+
"login": "RokasSt",
167+
"name": "Rokas Stanislovas",
168+
"avatar_url": "https://avatars.githubusercontent.com/u/12904422?v=4",
169+
"profile": "https://github.com/RokasSt",
170+
"contributions": [
171+
"bug",
172+
"code"
173+
]
174+
}
175+
],
176+
"contributorsPerLine": 7,
177+
"linkToUsage": true
178+
}

README.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ pyNeuroML
1111
[![GitHub Org's stars](https://img.shields.io/github/stars/NeuroML?style=social)](https://github.com/NeuroML)
1212
[![Twitter Follow](https://img.shields.io/twitter/follow/NeuroML?style=social)](https://twitter.com/NeuroML)
1313
[![Gitter](https://badges.gitter.im/NeuroML/community.svg)](https://gitter.im/NeuroML/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
14+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
15+
[![All Contributors](https://img.shields.io/badge/all_contributors-11-orange.svg?style=flat-square)](#contributors)
16+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1417

1518
A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
1619

@@ -141,3 +144,44 @@ Builds on [Neurotune](https://github.com/NeuralEnsemble/neurotune) and [pyelectr
141144

142145
Built in viewer of cells in 3D? Mayavi?
143146
More closely tied to PyNN?
147+
148+
149+
## Contributors
150+
151+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
152+
<!-- prettier-ignore-start -->
153+
<!-- markdownlint-disable -->
154+
<table>
155+
<tbody>
156+
<tr>
157+
<td align="center" valign="top" width="14.28%"><a href="http://www.opensourcebrain.org/"><img src="https://avatars.githubusercontent.com/u/1556687?v=4?s=100" width="100px;" alt="Padraig Gleeson"/><br /><sub><b>Padraig Gleeson</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3Apgleeson" title="Bug reports">🐛</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=pgleeson" title="Code">💻</a> <a href="#content-pgleeson" title="Content">🖋</a> <a href="#data-pgleeson" title="Data">🔣</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=pgleeson" title="Documentation">📖</a> <a href="#design-pgleeson" title="Design">🎨</a> <a href="#eventOrganizing-pgleeson" title="Event Organizing">📋</a> <a href="#ideas-pgleeson" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-pgleeson" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-pgleeson" title="Maintenance">🚧</a> <a href="#mentoring-pgleeson" title="Mentoring">🧑‍🏫</a> <a href="#platform-pgleeson" title="Packaging/porting to new platform">📦</a> <a href="#projectManagement-pgleeson" title="Project Management">📆</a> <a href="#question-pgleeson" title="Answering Questions">💬</a> <a href="#research-pgleeson" title="Research">🔬</a> <a href="https://github.com/NeuroML/pyNeuroML/pulls?q=is%3Apr+reviewed-by%3Apgleeson" title="Reviewed Pull Requests">👀</a> <a href="#tool-pgleeson" title="Tools">🔧</a> <a href="#tutorial-pgleeson" title="Tutorials">✅</a> <a href="#talk-pgleeson" title="Talks">📢</a> <a href="#userTesting-pgleeson" title="User Testing">📓</a></td>
158+
<td align="center" valign="top" width="14.28%"><a href="https://ankursinha.in/"><img src="https://avatars.githubusercontent.com/u/102575?v=4?s=100" width="100px;" alt="Ankur Sinha"/><br /><sub><b>Ankur Sinha</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3Asanjayankur31" title="Bug reports">🐛</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=sanjayankur31" title="Code">💻</a> <a href="#content-sanjayankur31" title="Content">🖋</a> <a href="#data-sanjayankur31" title="Data">🔣</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=sanjayankur31" title="Documentation">📖</a> <a href="#design-sanjayankur31" title="Design">🎨</a> <a href="#eventOrganizing-sanjayankur31" title="Event Organizing">📋</a> <a href="#ideas-sanjayankur31" title="Ideas, Planning, & Feedback">🤔</a> <a href="#mentoring-sanjayankur31" title="Mentoring">🧑‍🏫</a> <a href="#platform-sanjayankur31" title="Packaging/porting to new platform">📦</a> <a href="#question-sanjayankur31" title="Answering Questions">💬</a> <a href="#research-sanjayankur31" title="Research">🔬</a></td>
159+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/borismarin"><img src="https://avatars.githubusercontent.com/u/3452783?v=4?s=100" width="100px;" alt="Boris Marin"/><br /><sub><b>Boris Marin</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3Aborismarin" title="Bug reports">🐛</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=borismarin" title="Code">💻</a> <a href="#content-borismarin" title="Content">🖋</a> <a href="#data-borismarin" title="Data">🔣</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=borismarin" title="Documentation">📖</a> <a href="#design-borismarin" title="Design">🎨</a> <a href="#eventOrganizing-borismarin" title="Event Organizing">📋</a> <a href="#ideas-borismarin" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-borismarin" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-borismarin" title="Maintenance">🚧</a> <a href="#platform-borismarin" title="Packaging/porting to new platform">📦</a> <a href="#question-borismarin" title="Answering Questions">💬</a> <a href="#research-borismarin" title="Research">🔬</a> <a href="https://github.com/NeuroML/pyNeuroML/pulls?q=is%3Apr+reviewed-by%3Aborismarin" title="Reviewed Pull Requests">👀</a> <a href="#tool-borismarin" title="Tools">🔧</a> <a href="#userTesting-borismarin" title="User Testing">📓</a></td>
160+
<td align="center" valign="top" width="14.28%"><a href="http://rick.gerk.in/"><img src="https://avatars.githubusercontent.com/u/549787?v=4?s=100" width="100px;" alt="Richard C Gerkin"/><br /><sub><b>Richard C Gerkin</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3Argerkin" title="Bug reports">🐛</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=rgerkin" title="Code">💻</a> <a href="#ideas-rgerkin" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-rgerkin" title="Maintenance">🚧</a> <a href="#platform-rgerkin" title="Packaging/porting to new platform">📦</a> <a href="#research-rgerkin" title="Research">🔬</a> <a href="https://github.com/NeuroML/pyNeuroML/pulls?q=is%3Apr+reviewed-by%3Argerkin" title="Reviewed Pull Requests">👀</a> <a href="#tool-rgerkin" title="Tools">🔧</a> <a href="#userTesting-rgerkin" title="User Testing">📓</a></td>
161+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/lungd"><img src="https://avatars.githubusercontent.com/u/5890526?v=4?s=100" width="100px;" alt="David Lung"/><br /><sub><b>David Lung</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3Alungd" title="Bug reports">🐛</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=lungd" title="Code">💻</a> <a href="#maintenance-lungd" title="Maintenance">🚧</a> <a href="#tool-lungd" title="Tools">🔧</a> <a href="#userTesting-lungd" title="User Testing">📓</a></td>
162+
<td align="center" valign="top" width="14.28%"><a href="https://www.thispersondoesnotexist.com/"><img src="https://avatars.githubusercontent.com/u/1487560?v=4?s=100" width="100px;" alt="Mark Watts"/><br /><sub><b>Mark Watts</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3Amwatts15" title="Bug reports">🐛</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=mwatts15" title="Code">💻</a></td>
163+
<td align="center" valign="top" width="14.28%"><a href="https://chchaitanya.wordpress.com/"><img src="https://avatars.githubusercontent.com/u/546703?v=4?s=100" width="100px;" alt="Chaitanya Chintaluri "/><br /><sub><b>Chaitanya Chintaluri </b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3Accluri" title="Bug reports">🐛</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=ccluri" title="Code">💻</a></td>
164+
</tr>
165+
<tr>
166+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/34383c"><img src="https://avatars.githubusercontent.com/u/17238193?v=4?s=100" width="100px;" alt="34383c"/><br /><sub><b>34383c</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3A34383c" title="Bug reports">🐛</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=34383c" title="Code">💻</a></td>
167+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jrieke"><img src="https://avatars.githubusercontent.com/u/5103165?v=4?s=100" width="100px;" alt="Johannes Rieke"/><br /><sub><b>Johannes Rieke</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3Ajrieke" title="Bug reports">🐛</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=jrieke" title="Code">💻</a></td>
168+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/andrisecker"><img src="https://avatars.githubusercontent.com/u/13274870?v=4?s=100" width="100px;" alt="András Ecker"/><br /><sub><b>András Ecker</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3Aandrisecker" title="Bug reports">🐛</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=andrisecker" title="Code">💻</a></td>
169+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/RokasSt"><img src="https://avatars.githubusercontent.com/u/12904422?v=4?s=100" width="100px;" alt="Rokas Stanislovas"/><br /><sub><b>Rokas Stanislovas</b></sub></a><br /><a href="https://github.com/NeuroML/pyNeuroML/issues?q=author%3ARokasSt" title="Bug reports">🐛</a> <a href="https://github.com/NeuroML/pyNeuroML/commits?author=RokasSt" title="Code">💻</a></td>
170+
</tr>
171+
</tbody>
172+
<tfoot>
173+
<tr>
174+
<td align="center" size="13px" colspan="7">
175+
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
176+
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
177+
</img>
178+
</td>
179+
</tr>
180+
</tfoot>
181+
</table>
182+
183+
<!-- markdownlint-restore -->
184+
<!-- prettier-ignore-end -->
185+
186+
<!-- ALL-CONTRIBUTORS-LIST:END -->
187+

0 commit comments

Comments
 (0)