Skip to content

Commit e0a3e18

Browse files
committed
docs: add @sbryngelson as a contributor
1 parent 70c67d3 commit e0a3e18

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

.all-contributorsrc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"projectName": "MFC",
3+
"projectOwner": "sbryngelson",
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": "sbryngelson",
15+
"name": "Spencer Bryngelson",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/39740593?v=4",
17+
"profile": "https://github.com/sbryngelson",
18+
"contributions": [
19+
"code"
20+
]
21+
}
22+
],
23+
"contributorsPerLine": 7,
24+
"linkToUsage": true
25+
}

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,34 @@ MFC computations have used many supercomputing systems. A partial list is below
230230
* PSC Bridges(1/2), NCSA Delta, SDSC Comet and Expanse, Purdue Anvil, TACC Stampede(1-3), and TAMU ACES via ACCESS-CI allocations from Bryngelson, Colonius, Rodriguez, and more.
231231
* DOD systems Onyx, Carpenter, Nautilus, and Narwhal via the DOD HPCMP program
232232
* Sandia National Labs systems Doom and Attaway and testbed systems Weaver and Vortex
233+
234+
## Contributors ✨
235+
236+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
237+
238+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
239+
<!-- prettier-ignore-start -->
240+
<!-- markdownlint-disable -->
241+
<table>
242+
<tbody>
243+
<tr>
244+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sbryngelson"><img src="https://avatars.githubusercontent.com/u/39740593?v=4?s=100" width="100px;" alt="Spencer Bryngelson"/><br /><sub><b>Spencer Bryngelson</b></sub></a><br /><a href="https://github.com/sbryngelson/MFC/commits?author=sbryngelson" title="Code">💻</a></td>
245+
</tr>
246+
</tbody>
247+
<tfoot>
248+
<tr>
249+
<td align="center" size="13px" colspan="7">
250+
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
251+
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
252+
</img>
253+
</td>
254+
</tr>
255+
</tfoot>
256+
</table>
257+
258+
<!-- markdownlint-restore -->
259+
<!-- prettier-ignore-end -->
260+
261+
<!-- ALL-CONTRIBUTORS-LIST:END -->
262+
263+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)