Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,39 @@
"avatar_url": [
"https://avatars.githubusercontent.com/u/11023317?v=4"
]
},
{
"login": "hackdna",
"name": "Ilya Sytchev",
"contributions": [
"code"
],
"profile": "https://github.com/hackdna",
"avatar_url": [
"https://avatars.githubusercontent.com/u/452575?v=4"
]
},
{
"login": "manbat",
"name": "manbat",
"contributions": [
"code"
],
"profile": "https://github.com/manbat",
"avatar_url": [
"https://avatars.githubusercontent.com/u/41646490?v=4"
]
},
{
"login": "axrez",
"name": "Emil Østergaard",
"contributions": [
"code"
],
"profile": "oestergaard.dev",
"avatar_url": [
"https://avatars.githubusercontent.com/u/34489999?v=4"
]
}
],
"contributorsPerLine": 7
Expand Down
8 changes: 8 additions & 0 deletions .tributors
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,13 @@
"name": "Blake Joyce",
"bio": "I'm a code curious biologist.",
"blog": "https://github.com/bjoyce3"
},
"axrez": {
"name": "Emil Østergaard",
"bio": "I make buttons look pretty",
"blog": "oestergaard.dev"
},
"hackdna": {
"name": "Ilya Sytchev"
}
}
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The United States (US) Research Software Engineer Association

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-46-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-49-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

## What is this?
Expand Down Expand Up @@ -402,6 +402,9 @@ tool to generate a contributors graphic below.
<td align="center"><a href="https://github.com/mtbc"><img src="https://avatars.githubusercontent.com/u/2630707?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Mark Carroll</b></sub></a><br /><a href="https://github.com/USRSE/usrse.github.io/commits?author=mtbc" title="Code">💻</a></td>
<td align="center"><a href="https://nicholdav.info/"><img src="https://avatars.githubusercontent.com/u/11934090?v=4?s=100" width="100px;" alt=""/><br /><sub><b>David Nicholson</b></sub></a><br /><a href="https://github.com/USRSE/usrse.github.io/commits?author=NickleDave" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/bjoyce3"><img src="https://avatars.githubusercontent.com/u/11023317?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Blake Joyce</b></sub></a><br /><a href="https://github.com/USRSE/usrse.github.io/commits?author=bjoyce3" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/hackdna"><img src="https://avatars.githubusercontent.com/u/452575?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ilya Sytchev</b></sub></a><br /><a href="https://github.com/USRSE/usrse.github.io/commits?author=hackdna" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/manbat"><img src="https://avatars.githubusercontent.com/u/41646490?v=4?s=100" width="100px;" alt=""/><br /><sub><b>manbat</b></sub></a><br /><a href="https://github.com/USRSE/usrse.github.io/commits?author=manbat" title="Code">💻</a></td>
<td align="center"><a href="oestergaard.dev"><img src="https://avatars.githubusercontent.com/u/34489999?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Emil Østergaard</b></sub></a><br /><a href="https://github.com/USRSE/usrse.github.io/commits?author=axrez" title="Code">💻</a></td>
</tr>
</table>

Expand Down