From abf9e662b5e27f59ab226ffcbbe227e1b51d0cb2 Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Sat, 5 Dec 2020 16:20:28 -0800 Subject: [PATCH] Add DOI and PyPI badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b7aa1de..819fb02 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Zowie (_"**Z**otero link **w**r**i**t**e**r"_) is a command-line program that wr [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg?style=flat-square)](https://choosealicense.com/licenses/bsd-3-clause) [![Python](https://img.shields.io/badge/Python-3.6+-brightgreen.svg?style=flat-square)](http://shields.io) [![Latest release](https://img.shields.io/github/v/release/mhucka/zowie.svg?style=flat-square&color=b44e88)](https://github.com/mhucka/zowie/releases) +[![DOI](https://img.shields.io/badge/dynamic/json.svg?label=DOI&style=flat-square&colorA=gray&colorB=navy&query=$.metadata.doi&uri=https://data.caltech.edu/api/record/1695)](https://data.caltech.edu/records/1695) +[![PyPI](https://img.shields.io/pypi/v/zowie.svg?style=flat-square&color=orange)](https://pypi.org/project/zowie/) Table of contents @@ -64,6 +66,7 @@ If that fails for some reason, you should be able to run Zowie from anywhere usi python3 -m zowie -h ``` + ### Credentials for Zotero access Zowie relies on the [Zotero sync API](https://www.zotero.org/support/dev/web_api/v3/start) to get information about your references. If you do not already have a [Zotero sync account](https://www.zotero.org/support/sync), it will be necessary to create one before going any further.