From 060cf95100fb0260bcb2f1d6358132cc7e587d4e Mon Sep 17 00:00:00 2001 From: ulaulaman <34242086+ulaulaman@users.noreply.github.com> Date: Mon, 5 Feb 2018 18:50:37 +0100 Subject: [PATCH] Update README.md Add banner, screenshot and update changelog --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d05ad5..f1d4824 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +
+ The plugin add some shortcodes add a link to a paper using the doi code or to resolve doi code and publish a full citation apa formatted. # Description @@ -6,7 +8,7 @@ How to use the shortcode: [ctdoi code="..."]Title of the paper[/doi] -The plugin send the doi code to [Crossref Metadata Search](https://search.crossref.org/), get the information and publish a full citation in apa standard with the shortcode [cpdoiresolve ...]. +The plugin send the doi code to [Crossref Metadata Search](https://search.crossref.org/), get the information and publish a full citation in apa standard with the shortcode [ctdoiresolve ...]. How to use the shortcode: [ctdoiresolve code="..."] @@ -21,18 +23,27 @@ if the paper has an arXiv version if the paper has a free pdf version +[ctdoiresolve code="..." archiveurl="..."] + +if the paper has a free version on [https://archive.org/](archive.org) + ## External service **Digital Object Identifier**, or *DOI*, is a persistent identifier used to uniquely identify objects, standardized by the **International Organization for Standardization** (*ISO*). DOIs are mainly used to identify academic, professional, and government information, such as journal articles, research reports and data sets, official publications. ***Citations tools*** uses the [CrossRef Metadata API](http://search.crossref.org/help/api) to retrieve complete publication information using the doi code as a search query. CrossRef is a part of the [doi system](https://dx.doi.org/). +## Screenshot +

+ The doi resolver: the shortcode (up) and the results (down)
+ # Installation 1. Extract the citations-tools.zip file and upload its contents to the /wp-content/plugins/ directory. Alternately, you can install directly from the Plugin directory within your WordPress Install. 2. Activate the plugin through the "Plugins" menu in WordPress. 3. Use the shortcode into your posts or pages. # Changelog +* 0.2.6 add archive.org link in doi resolver as shortcode's parameter * 0.2.5 fix error code * 0.2.4 changed functions names * 0.2.3 add pdf link in doi resolver as ahortcode's parameter