diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..d7240fd --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "EiffL", + "name": "Francois Lanusse", + "avatar_url": "https://avatars.githubusercontent.com/u/861591?v=4", + "profile": "http://flanusse.net", + "contributions": [ + "infra", + "test", + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "JaxPM", + "projectOwner": "DifferentiableUniverseInitiative", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/README.md b/README.md index 076464b..750c5a6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,28 @@ # JaxPM + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + JAX-powered Cosmological Particle-Mesh N-body Solver This project is currently in an early design phased. All inputs are welcome on the [design document](https://github.com/DifferentiableUniverseInitiative/JaxPM/blob/main/design.md) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Francois Lanusse

🚇 ⚠️ 💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file