Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add all-contributors bot and update CITATION.cff #63

Merged
merged 4 commits into from
Jul 3, 2024
Merged
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
61 changes: 61 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"projectName": "geocat-applications",
"projectOwner": "NCAR",
"repoType": "github",
"commitConvention": "none",
"imageSize": 100,
"skipCi": true,
"contributors": [
{
"login": "anissa111",
"name": "Anissa Zacharias",
"avatar_url": "https://avatars.githubusercontent.com/u/38434768?v=4",
"profile": "https://github.com/anissa111",
"contributions": [
"infra",
"code",
"ideas"
]
},
{
"login": "cyschneck",
"name": "Cora Schneck",
"avatar_url": "https://avatars.githubusercontent.com/u/22159116?v=4",
"profile": "https://cyschneck.com/",
"contributions": [
"code",
"infra",
"ideas"
]
},
{
"login": "kafitzgerald",
"name": "Katelyn FitzGerald",
"avatar_url": "https://avatars.githubusercontent.com/u/7872563?v=4",
"profile": "https://github.com/kafitzgerald",
"contributions": [
"code",
"ideas"
]
},
{
"login": "jukent",
"name": "Julia Kent",
"avatar_url": "https://avatars.githubusercontent.com/u/46687291?v=4",
"profile": "https://github.com/jukent",
"contributions": [
"code",
"ideas"
]
},
{
"login": "andy-theia",
"name": "Andy McKeen",
"avatar_url": "https://avatars.githubusercontent.com/u/170580076?v=4",
"profile": "https://github.com/andy-theia",
"contributions": [
"code"
]
}
]
}
3 changes: 3 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ authors:
affiliation: NSF NCAR
orcid: 'https://orcid.org/0000-0002-2666-8493'
repository-code: 'https://github.com/NCAR/geocat-applications'
identifiers:
- type: doi
value: 10.5281/zenodo.12555371
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

url: 'https://ncar.github.io/geocat-applications/'
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [GeoCAT Applications](https://ncar.github.io/geocat-applications/)

This is the source repository for GeoCAT-applications.

## Contributors
Thank you to all of our contributors ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/anissa111"><img src="https://avatars.githubusercontent.com/u/38434768?v=4?s=75" width="75px;" alt="Anissa Zacharias"/><br /><sub><b>Anissa Zacharias</b></sub></a><br /><a href="#infra-anissa111" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/NCAR/geocat-applications/commits?author=anissa111" title="Code">💻</a> <a href="#ideas-anissa111" title="Ideas, Planning, & Feedback">🤔</a></td>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree the code vs docs thing is murky, but this seems like a great start!

Thanks for putting this all together!

<td align="center" valign="top" width="14.28%"><a href="https://cyschneck.com/"><img src="https://avatars.githubusercontent.com/u/22159116?v=4?s=75" width="75px;" alt="Cora Schneck"/><br /><sub><b>Cora Schneck</b></sub></a><br /><a href="https://github.com/NCAR/geocat-applications/commits?author=cyschneck" title="Code">💻</a> <a href="#infra-cyschneck" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#ideas-cyschneck" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kafitzgerald"><img src="https://avatars.githubusercontent.com/u/7872563?v=4?s=75" width="75px;" alt="Katelyn FitzGerald"/><br /><sub><b>Katelyn FitzGerald</b></sub></a><br /><a href="https://github.com/NCAR/geocat-applications/commits?author=kafitzgerald" title="Code">💻</a> <a href="#ideas-kafitzgerald" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jukent"><img src="https://avatars.githubusercontent.com/u/46687291?v=4?s=75" width="75px;" alt="Julia Kent"/><br /><sub><b>Julia Kent</b></sub></a><br /><a href="https://github.com/NCAR/geocat-applications/commits?author=jukent" title="Code">💻</a> <a href="#ideas-jukent" title="Ideas, Planning, & Feedback">🤔</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/andy-theia"><img src="https://avatars.githubusercontent.com/u/170580076?v=4?s=75" width="75px;" alt="Andy McKeen"/><br /><sub><b>Andy McKeen</b></sub></a><br /><a href="https://github.com/NCAR/geocat-applications/commits?author=andy-theia" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
This project follows the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!

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