Skip to content

Commit

Permalink
Added badge to link for a DOI: e.g., https://zenodo.org/badge/DOI/10.…
Browse files Browse the repository at this point in the history
  • Loading branch information
Naereen committed Feb 19, 2018
1 parent ddf7ae0 commit ddec4a4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ A list of badges, with their Markdown code, that can be included in a `README.md
* [Creative Commons Licenses](#creative-commons-licenses)
* [Open-Source](#open-source)
* [Meta badges ?!](#meta-badges-)
* [DOI and Zenody](#doi-and-zenodo)
* [Random](#random)
* [Ages 20-30...](#ages-20-30)
* [Built by...](#built-by)
Expand Down Expand Up @@ -621,6 +622,16 @@ And this is a [meta badge](http://club-meta.fr/) : *"some people like repo badge

----

## DOI and Zenodo
This is a badge to link to a [DOI](https://doi.org/):

[![DOI:10.1007/978-3-319-76207-4_15](https://zenodo.org/badge/DOI/10.1007/978-3-319-76207-4_15.svg)](https://doi.org/10.1007/978-3-319-76207-4_15)
```markdown
[![DOI:10.1007/978-3-319-76207-4_15](https://zenodo.org/badge/DOI/10.1007/978-3-319-76207-4_15.svg)](https://doi.org/10.1007/978-3-319-76207-4_15)
```

----

## Random
### Ages 20-30...
[![ForTheBadge 20-30](http://ForTheBadge.com/images/badges/ages-20-30.svg)](http://ForTheBadge.com)
Expand Down
21 changes: 20 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ GitHub Pull Requests
GitHub Make a Pull Requests
~~~~~~~~~~~~~~~~~~~~~~~~~~~

|GitHub make-a-pull-requests|

.. code:: rst
Expand Down Expand Up @@ -1029,6 +1030,22 @@ And this is a [meta badge](http://club-meta.fr/) : *"some people like repo badge
.. |BADGINATOR| image:: https://badginator.herokuapp.com/Naereen/badges.svg
:target: https://github.com/defunctzombie/badginator
----

DOI and Zenodo
--------------

This is a badge to link to a [DOI](https://doi.org/):

|DOI|

.. code:: rst
|DOI|
.. |DOI| image:: https://zenodo.org/badge/DOI/10.1007/978-3-319-76207-4_15.svg
:target: https://doi.org/10.1007/978-3-319-76207-4_15
--------------

Random
Expand Down Expand Up @@ -1322,9 +1339,9 @@ License ? |GitHub license badges|
.. |GitHub pull-requests| image:: https://img.shields.io/github/issues-pr/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/pull/
.. |GitHub pull-requests closed| image:: https://img.shields.io/github/issues-pr-closed/Naereen/StrapDown.js.svg
:target: https://GitHub.com/Naereen/StrapDown.js/pull/
.. |GitHub make-a-pull-requests| image:: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
:target: http://makeapullrequest.com
:target: https://GitHub.com/Naereen/StrapDown.js/pull/
.. |Only 32 Kb| image:: https://badge-size.herokuapp.com/Naereen/StrapDown.js/master/strapdown.min.js
:target: https://github.com/Naereen/StrapDown.js/blob/master/strapdown.min.js
.. |GitHub version| image:: https://badge.fury.io/gh/Naereen%2FStrapDown.js.svg
Expand Down Expand Up @@ -1389,6 +1406,8 @@ License ? |GitHub license badges|
:target: https://github.com/Naereen/badges
.. |BADGINATOR| image:: https://badginator.herokuapp.com/Naereen/badges.svg
:target: https://github.com/defunctzombie/badginator
.. |DOI| image:: https://zenodo.org/badge/DOI/10.1007/978-3-319-76207-4_15.svg
:target: https://doi.org/10.1007/978-3-319-76207-4_15
.. |ForTheBadge 20-30| image:: http://ForTheBadge.com/images/badges/ages-20-30.svg
:target: http://ForTheBadge.com
.. |ForTheBadge built-by-developers| image:: http://ForTheBadge.com/images/badges/built-by-developers.svg
Expand Down

0 comments on commit ddec4a4

Please sign in to comment.