Skip to content

Commit 47a0051

Browse files
committed
Add citation guidelines and DOI badge
1 parent 086c6ad commit 47a0051

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
**TL;DR: Scientific code needs to be open source in order to be useful and peer reviewed.**
44

5-
65
## Support The Manifesto
76
Right now we're in the [60 day consultation period](roadmap.md) to allow potentially interested parties to comment on the manifesto draft before we officially begin to collect signatures.
87

@@ -12,23 +11,31 @@ If you'd like to comment on the draft during the consultation period, you can do
1211

1312
- Fill out [this form](https://goo.gl/forms/dgvUjzkEYJqJJJrx2) with your feedback comments.
1413
- Create a [GitHub issue](https://github.com/codeisscience/manifesto/issues/new?title=[Manifesto%20Comment]) (requires GitHub account).
15-
- [Fork the repo](https://github.com/codeisscience/manifesto/fork) and create a pull request with suggested amendments.
14+
- [Fork the repo](https://github.com/codeisscience/manifesto/fork) and create a pull request with suggested amendments.
1615

1716
## Mailing list
1817

19-
[Sign up for updates on the Code is Science Manifesto](https://goo.gl/forms/gzd3dugLkZV92gms1).
18+
[Sign up for updates on the Code is Science Manifesto](https://goo.gl/forms/gzd3dugLkZV92gms1).
2019

2120
## Badges
22-
After signing, you can add ![https://img.shields.io/badge/Code%20is%20Science%20Manifesto-%E2%9C%93-brightgreen.svg](https://img.shields.io/badge/Code%20is%20Science%20Manifesto-%E2%9C%93-brightgreen.svg) to all your Github projects and your profile. Remember to link back to the [Code is Science Manifesto](https://codeisscience.github.io/manifesto/) page.
21+
After signing, you can add ![https://img.shields.io/badge/Code%20is%20Science%20Manifesto-%E2%9C%93-brightgreen.svg](https://img.shields.io/badge/Code%20is%20Science%20Manifesto-%E2%9C%93-brightgreen.svg) to all your Github projects and your profile. Remember to link back to the [Code is Science Manifesto](https://codeisscience.github.io/manifesto/) page.
2322

2423
```
2524
![https://img.shields.io/badge/Code%20is%20Science%20Manifesto-%E2%9C%93-brightgreen.svg](https://img.shields.io/badge/Code%20is%20Science%20Manifesto-%E2%9C%93-brightgreen.svg)
2625
```
2726

2827
## Contributors
29-
We are in the process of requesting permission to publish a full list of contributors.
28+
We are in the process of requesting permission to publish a full list of contributors.
3029

3130
### Stickers
32-
Stickers will be available soon.
31+
Stickers will be available soon.
32+
33+
## Citation
3334

35+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3484107.svg)](https://doi.org/10.5281/zenodo.3484107)
3436

37+
Every release of this repository has a DOI related to it. You can either cite
38+
it directly or, more preferably, use the [CITATION.cff](./CITATION.cff) file
39+
along with [a tool](https://citation-file-format.github.io/#/tools) to properly
40+
use it (such as for [BibTeX generation from CFF
41+
file](https://github.com/citation-file-format/cff-converter-python)).

0 commit comments

Comments
 (0)