Update readme.txt

Update description and changelog
This commit is contained in:
ulaulaman 2018-02-07 01:14:58 +01:00 committed by GitHub
parent 82b0f660a2
commit aeff6f4aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 5 deletions

View File

@ -2,26 +2,32 @@
Contributors: ulaulaman
Tags: doi, citations, research, blog, blogging, research blogging, arXiv
Requires at least: 4.8.5
Tested up to: 4.9.2
Tested up to: 4.9.3
Requires PHP: 7.0.18
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
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.
Some tools for scientific and editorial bloggers.
== Description ==
The plugin add a shortcode in order to link a paper using its doi code. You can also use an other shortcode to resolve doi code and publish a full citation apa formatted. It is also a shortcode for manual citations.
## Link doi
Using the standard for doi link, the plugin introduce a shortcode in order to create a link to a paper provided by doi.
How to use the shortcode:
**How to use the shortcode**:
[ctdoi code="..."]Title of the paper[/doi]
## Doi resolver
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:
**How to use the shortcode**:
[ctdoiresolve code="..."]
There are also two optional parameters:
There are also three optional parameters:
[ctdoiresolve code="..." arxiv="..."]
@ -35,6 +41,18 @@ if the paper has a free pdf version
if the paper has a free version on [archive.org](https://archive.org/)
## Manual citations
There's also a shortcode for manual citations, [paperdata ...]. You can use it with the following syntax:
[paperdata auth="author/s name/s" year="..." title="..." journal="..." vol="..." issue="..." pages="..." code="..."]
You can also use the arxiv, pdfurl, archiveurl parameters.
## Styling
You can style citations adding in your css theme the class "paperdata".
## 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.
@ -50,6 +68,7 @@ if the paper has a free version on [archive.org](https://archive.org/)
3. Use the shortcode into your posts or pages.
== Changelog ==
* 0.3 add shortcode for manual citations
* 0.2.6.1 update readme.txt
* 0.2.6 add archive.org link in doi resolver as shortcode's parameter
* 0.2.5 fix error code