Skip to content

Commit 4b5ae65

Browse files
authored
Merge pull request #154 from astro-informatics/all-contributors/add-CosmoMatt
docs: add CosmoMatt as a contributor for code, review, and ideas
2 parents 2a028ec + bdcf4c1 commit 4b5ae65

File tree

2 files changed

+39
-13
lines changed

2 files changed

+39
-13
lines changed

.all-contributorsrc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitConvention": "angular",
8+
"contributors": [
9+
{
10+
"login": "CosmoMatt",
11+
"name": "Matt Price",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/32554533?v=4",
13+
"profile": "https://cosmomatt.github.io",
14+
"contributions": [
15+
"code",
16+
"review",
17+
"ideas"
18+
]
19+
}
20+
],
21+
"contributorsPerLine": 7,
22+
"skipCi": true,
23+
"repoType": "github",
24+
"repoHost": "https://github.com",
25+
"projectName": "s2fft",
26+
"projectOwner": "astro-informatics"
27+
}

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[![image](https://img.shields.io/badge/GitHub-S2FFT-blue.svg?style=flat)](https://github.com/astro-informatics/s2fft)
1+
[![image](https://img.shields.io/badge/GitHub-S2FFT-blue.svg?style=flat)](https://github.com/astro-informatics/s2fft)
22
[![image](https://github.com/astro-informatics/s2fft/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/astro-informatics/s2fft/actions/workflows/tests.yml)
33
[![image](https://readthedocs.org/projects/ansicolortags/badge/?version=latest)](https://astro-informatics.github.io/s2fft)
44
[![image](https://codecov.io/gh/astro-informatics/s2fft/branch/main/graph/badge.svg?token=7QYAFAAWLE)](https://codecov.io/gh/astro-informatics/s2fft)
55
[![image](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66
[![image](http://img.shields.io/badge/arXiv-xxxx.xxxxx-orange.svg?style=flat)](https://arxiv.org/abs/xxxx.xxxxx)
7-
[![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
7+
[![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) <!-- ALL-CONTRIBUTORS-BADGE:END -->
88

99
<img align="left" height="85" width="98" src="./docs/assets/sax_logo.png">
1010

@@ -133,27 +133,26 @@ our precompute implementation.
133133

134134
## Contributors ✨
135135

136-
`S2FFT` has been developed at UCL, predominantly by [Matt
137-
Price](https://cosmomatt.github.io/) and [Jason
138-
McEwen](http://www.jasonmcewen.org/), with support from UCL\'s Advanced
139-
Research Computing (ARC) Centre. The software was funded in part by a
140-
UCL-ARC Open Source Software Sustainability grant.
141-
142-
We encourage contributions from any interested developers. A simple
143-
first addition could be adding support for more spherical sampling
144-
patterns!
145-
146136
Thanks goes to these wonderful people ([emoji
147137
key](https://allcontributors.org/docs/en/emoji-key)):
148-
149138
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
150139
<!-- prettier-ignore-start -->
151140
<!-- markdownlint-disable -->
141+
<table>
142+
<tbody>
143+
<tr>
144+
<td align="center" valign="top" width="14.28%"><a href="https://cosmomatt.github.io"><img src="https://avatars.githubusercontent.com/u/32554533?v=4?s=100" width="100px;" alt="Matt Price"/><br /><sub><b>Matt Price</b></sub></a><br /><a href="https://github.com/astro-informatics/s2fft/commits?author=CosmoMatt" title="Code">💻</a> <a href="https://github.com/astro-informatics/s2fft/pulls?q=is%3Apr+reviewed-by%3ACosmoMatt" title="Reviewed Pull Requests">👀</a> <a href="#ideas-CosmoMatt" title="Ideas, Planning, & Feedback">🤔</a></td>
145+
</tr>
146+
</tbody>
147+
</table>
152148

153149
<!-- markdownlint-restore -->
154150
<!-- prettier-ignore-end -->
155151

156152
<!-- ALL-CONTRIBUTORS-LIST:END -->
153+
We encourage contributions from any interested developers. A simple
154+
first addition could be adding support for more spherical sampling
155+
patterns!
157156

158157
## Attribution :books:
159158

0 commit comments

Comments
 (0)