[wordpress插件] Citations tools引用工具

wordpress 插件 文章 2020-03-23 21:00 486 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

The plugin add a shortcode in order to link a paper using its doi code.

该插件添加了一个短代码,以便使用其doi代码链接论文。

You can also use an other shortcode to resolve doi code and publish a full citation apa formatted.

您还可以使用其他短代码来解析doi代码,并发布apa格式的完整引文。

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.

该插件使用doi链接的标准,引入了一个短代码,以创建到doi提供的论文的链接。

How to use the shortcode:

如何使用简码

[ctdoi code=”…”]Title of the paper[/doi]

[ctdoi code =”…”]论文标题[/ doi]

Doi resolver

Doi解析器

The plugin send the doi code to Crossref Metadata Search, get the information and publish a full citation in apa

该插件将doi代码发送到 Crossref元数据搜索,获取信息并在apa中发布完整的引文

standard with the shortcode [ctdoiresolve …].

短代码[ctdoiresolve…]的标准。

How to use the shortcode:

如何使用简码

[ctdoiresolve code=”…”]

[ctdoiresolve code =”…”]

There are also three optional parameters:

还有三个可选参数:

[ctdoiresolve code=”…” arxiv=”…”]

[ctdoiresolve code =”…” arxiv =”…”]

if the paper has an arXiv version

如果论文有arXiv版本

[ctdoiresolve code=”…” pdfurl=”…”]

[ctdoiresolve code =”…” pdfurl =”…”]

if the paper has a free pdf version

如果论文有免费的pdf版本

[ctdoiresolve code=”…” archiveurl=”…”]

[ctdoiresolve code =”…” archiveurl =”…”]

if the paper has a free version on archive.org

如果该文件在 archive.org 上有免费版本,

Manual citations

手动引用

There’s also a shortcode for manual citations, [paperdata …].

还有一个用于人工引用的简码,[paperdata…]。

You can use it with the following syntax:

您可以通过以下语法使用它:

[paperdata auth=”author/s name/s” year=”…” title=”…” journal=”…” vol=”…” issue=”…” pages=”…” code=”…”

[paperdata auth =“作者姓名” year =“ ...” title =“ ...” journal =“ ...” vol =“ ...” issue =“ ...” pages =“ ...” code =“ ...”

]

]

You can also use the arxiv, pdfurl, archiveurl parameters.

您还可以使用arxiv,pdfurl,archiveurl参数。

Styling

样式

You can style citations adding in your css theme the class “paperdata”.

您可以设置引用样式,在css主题中添加“ paperdata”类。

External service

外部服务

Digital Object Identifier, or DOI, is a persistent identifier used to uniquely identify objects, standardized by the International Organization for Standardization (<

数字对象标识符 DOI 是用于唯一标识对象的永久性标识符,由国际标准化组织(<

em>ISO).

em> ISO )。

DOIs are mainly used to identify academic, professional, and government information, such as journal articles, research reports and data sets, official publications.

DOI主要用于识别学术,专业和政府信息,例如期刊文章,研究报告和数据集,官方出版物。

Citations tools uses the CrossRef Metadata API<

引用工具 使用 CrossRef元数据API <

/a> to retrieve complete publication information using the doi code as a search query.

/ a>,以使用doi代码作为搜索查询来检索完整的发布信息。

CrossRef is a part of the doi system.

CrossRef是 doi系统的一部分。

安装步骤

    1. Extract the citations-tools.zip file and upload its contents to the /wp-content/plugins/ directory.

    2. 解压缩citations-tools.zip文件并将其内容上载到/ wp-content / plugins /目录。

      Alternately, you can install directly from the Plugin directory within your WordPress Install.

    3. 另外,您可以直接从WordPress安装中的Plugin目录安装。

    4. Activate the plugin through the “Plugins” menu in WordPress.
    5. 通过WordPress中的“插件”菜单激活插件。

    6. Use the shortcode into your posts or pages.
    7. 在您的帖子或页面中使用简码。

下载地址
https://downloads.wordpress.org/plugin/citations-tools.zip
-EOF-

AI助手支持GPT4.0