[WordPress] 外掛分享: DOI Creator

前言介紹

  • 這款 WordPress 外掛「DOI Creator」是 2021-07-26 上架。
  • 目前有 30 個安裝啟用數。
  • 上一次更新是 2024-01-20,距離現在已有 470 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 5.5 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.0 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

ghego1 |

外掛標籤

doi | DataCite | Digital Object Identifier |

內容簡介

這個外掛可以讓您自動為您發布的任何新文章生成一個新的數位對象識別碼(DOI)並自動註冊在 DataCite 上。

當發布新文章時(草稿會被忽略),就會生成新的 DOI。生成 DOI 所需的所有資訊都會從即將發布的文章中自動檢索。

在目前的版本中,提交至 DataCite 的新 DOI 包含以下資訊:

- “doi”:根據此外掛程式中宣告的前綴和後綴(例如 10.5438/0012),加上出版年份、期數和文章編號自動生成(例如 10.5438/0012/2021-1-2)。
- “url”:文章的永久連結。
- “creators”:作者列表。如果安裝了 co-authors-plus 外掛,會擷取出所有作者的列表。
- “titles”:文章標題。
- “publicationYear”:發布文章的年份。
- “publisher”:從 WordPress 的一般設定(設定 -〉 一般)中獲取的雜誌(網站)名稱。
- “descriptions”:包含期刊名稱、發行年份和期刊號碼的一行簡短句子(例如“CoolJournal,3(2021)”)。期刊號碼是根據此外掛程式中聲明的期刊發行頻率和發布月份自動計算出來的。
- “types”:目前此外掛程式旨在為期刊中的學術論文生成 DOI,因此類型如下:

```
{ "ris": "RPRT", "bibtex": "article", "citeproc": "article-journal", "schemaOrg": "ScholarlyArticle", "resourceTypeGeneral": "Text" }
```

一旦創建並在 DataCite 上註冊了 DOI,它將作為文章的自定義欄位(`doi`)保存。要檢查新 DOI 是否已保存,請在文章完成保存後重新載入頁面,並檢查 doi 是否列在文章的自定義欄位中。

配置

在使用此外掛程式之前,必須適當地定義設定。

可以從外掛程式列表頁面和設定菜單(「設定 -〉 DOI 創建者設定」)中訪問設定頁面。

必須在設定中指定的強制性資訊包括:

- DOI 基礎:DOI 的前綴和後綴(例如 10.5438/0012)。
- 周期性:每期刊發行的月數。換句話說,期刊發行新期刊的頻率。
- DataCite 憑據:您用於訪問 DataCite 的使用者名稱和密碼。這些資訊存儲在您的數據庫中,除 DataCite 外,永遠不會與任何其他人共用。

測試

在生成和發佈新 DOI 之前,我們強烈建議進行一些測試以檢查一切是否按預期運行。

為了在測試模式下生成和註冊 DOI,您可以在此外掛程式設定中選擇「使用測試環境」選項。

在測試模式下生成和發佈的所有 DOI 將僅顯示在 DataCite Fabrica Test(https://doi.test.datacite.org)上。

請注意,如果您的測試憑據與生產憑據不同,則必須在此外掛程式的設定中輸入它們。

支援計畫

如果您認為此外掛程式有用,並且想為其開發做出貢獻,請考慮捐款。

功能要求和支援

如果您希望將新功能添加到外掛程式,請向我們發送有關支援的請求。

原文外掛簡介

With this plugin you can automatically generate a new Digital Object Identifier (DOI) for any new post you publish and automatically register it on DataCite.
A new DOI is generated when a new post is published (drafts are ignored). All information needed to generate the DOI is automatically retrieved from the post being published.
As of the current version, the new DOI submitted to DataCite contains the following information:

“doi”: generated automatically based on the prefix and suffix declared in the settings of this plugin, plus the publication year, the issue number and the number of the post (e.g. 10.5438/0012/2021-1-2)
“url”: the permalink to the post
“creators”: the list of the authors. If the plugin coauthors plus is installed, the complete list of authors is retrieved.
“titles”: the title of the post.
“publicationYear”: the year in which the post has been published.
“publisher”: the name of the journal (website), retrieved from the general settings of WordPress (Settings -> General).
“descriptions”: a one line sentence with the name of the journal, the issue and year (e.g. “CoolJournal, 3 (2021)”). The issue number is calculated automatically based on the periodicity of the journal, declared in the settings of this plugin, and the month of publication.
“types”: as of now this plugin is aimed at generating DOIs for academic papers in journals, so the types are as follows: { "ris": "RPRT", "bibtex": "article", "citeproc": "article-journal", "schemaOrg": "ScholarlyArticle", "resourceTypeGeneral": "Text" }

Once the DOI has been created and registered on DataCite, it is saved as a custom field (doi) of the post. To check that the new DOI has been saved, once the article has finished saving the new details, reload the page and check that the doi is listed in the custom fields section of the post.
Configuration
Before using this plugin it is mandatory to properly define the settings.
The settings page can be accessed from the plugin list page and from the settings menu (“Settings -> DOI creator settings”).
Mandatory information to be specified in the settings are:

DOI base: the prefix and suffix of the DOI (e.g. 10.5438/0012)
Periodicity: number of months of each issue. In other words, how often a new issue of the journal is published.
DataCite credentials: your username and password used to access DataCite. These are stored in your database and are never shared with anyone other than DataCite.

Testing
Before generating and publishing new DOIs, we strongly recommend to run some tests to check that everything runs as expected.
To generate and register DOIs in test mode, you can select the “Use test environment” option under this plugin settings.
All DOIs generated and published while in test mode will be visible only on DataCite Fabrica Test, https://doi.test.datacite.org.
Please note that if your test credentials are different from your production credentials, you must enter them in the settings of this plugin.
Supporting the project
If you find this plugin useful and you would like to contribute to its development, please consider donating.
Feature requests and support
If you would like to see new features added to the plugin, send us your requests through the support forum of the plugin on WordPress.org, and please consider donating to increase the time we can spend coding the plugin.
The plugin is provided as-is without any support. If you really need help, please consider donating and making a support request. We’ll do our best to help those who help us.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「DOI Creator」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.0 | 1.0.1 | 1.0.2 | trunk |

延伸相關外掛(你可能也想知道)

  • KCite 》此外掛將解釋 [cite] 短碼以從適當的來源產生引用,, 同時在文章底部生成格式化的參考文獻,, 並給出相應的文章連結。, 此外掛現在使用多個資源來...。
  • Citations tools 》這個外掛程式增加了一個短代碼,以連結一篇研究論文,使用其數字物件識別碼 (DOI)。你也可以使用另一個短代碼解析 DOI,並以 APA 格式發布完整的引文。此外,...。
  • Citation Importer 》WordPress Citation Importer 外掛可將單個引用、參考文獻清單或 DOI 清單匯入 WordPress 出版資料庫中。您可以選擇使用哪種文章類型作為目標。某些自訂欄位...。
  • The Winnower Publisher 》透過 The Winnower 為您的部落格指派 CrossRef 數位物件識別碼 (DOI),並使用 CLOCKSS 將您的作品永久存檔。這是針對個人出版者 (部落客) 的學術出版工具。, ...。
  • DOI Identifier 》文件物件識別碼 是一個包含字母和數字的字串,用來識別物件及其在網路上的永久連結。可以把它視為一種縮短連結服務,但主要用於學術出版社。, 文件的 DOI 在...。
  • PLOS ALM Widget 》PLOS ALM Widget 將基於 ALM 2.0 API 顯示 PLOS 的文章層次指標 (ALMs)。它可以顯示單個或多個文章的 ALM。使用者可以將小工具插件添加到任何 WordPress 博客...。

文章
Filter
Mastodon