[WordPress] 外掛分享: Enhanced BibliPlug

前言介紹

  • 這款 WordPress 外掛「Enhanced BibliPlug」是 2011-08-26 上架。
  • 目前有 30 個安裝啟用數。
  • 上一次更新是 2012-11-18,距離現在已有 4549 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.1 以上版本才可以安裝。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

tatumcc | zuotian |

外掛標籤

zotero | academic | reference | bibliography | Author Profile |

內容簡介

Enhanced Bibliplug 創造了一個中央儲存庫,讓研究人員可以個人或協作環境中組織和展示其學術研究。此外掛旨在與 Zotero 帳戶同步。

主要功能包括:

用於存儲文獻參考文獻的數據庫架構。
管理參考文獻的管理頁面。
簡潔代碼以便根據作者、年份和出版類型輕鬆檢索參考文獻。
能夠連接並與 Zotero 帳戶同步。
自定義作者頁面模板,顯示用戶的學術頭銜、隸屬、簡歷和 CV 內容,例如出版物和演講。
簡潔代碼以列出站點所有用戶。
能夠根據自定義類別和標籤對參考文獻進行分組和檢索。

相容性掛件:

Enhanced Publication

參考文獻簡潔代碼

可以使用 bibliplug 簡潔代碼在任何帖子/頁面上顯示參考文獻。

[bibliplug id=2] 顯示單個參考文獻。
[bibliplug last_name='Smith'] 按作者/編輯姓氏顯示參考文獻。
[bibliplug first_name='John'] 按作者/編輯名稱顯示參考文獻。
[bibliplug type='book'] 顯示所有書籍。
[bibliplug category='chapter7'] 按類別 chapter7 顯示所有參考文獻。
[bibliplug tag='biology'] 按 biology 標籤顯示所有參考文獻。
[bibliplug year='2008'] 顯示所有在2008年發表的參考文獻。
[bibliplug format='full'] 顯示帶有摘要的參考文獻。默認值為 "normal"。
[bibliplug keywords='biology, genome'] 顯示帶有任何關鍵字的參考文獻。
[bibliplug order_by='last_name, year-, title'] 先按照第一作者的姓氏排序再按照

出版年份以降序排序,然後按標題排序。您還可以按照 first_name(第一作者名稱)、date(出版日期)
和type(出版類型)排序。默認情況下,文本字段按字母從A-Z排序,日期按從最老到最新的順序排序,
而數字則按由小到大排序。為了反轉字段的排序順序,在字段名稱的末尾添加“ - ”來表
示字段應按降序排序。

注意:

您可以混合使用任何參數,除了:

如果使用 id,其他參數將被忽略。
如果使用 category,將忽略 tag。

除了在編輯參考文獻時顯示的下拉框中顯示的類型外,還有兩種超類型可供使用。

出版 => 任何類型,不包括展示或會議論文。
展示 => 展示和會議論文。

所有參考文獻均以芝加哥風格作者-日期系統顯示。

作者個人簡潔代碼

可以使用 bibliplug_authors 簡潔代碼在任何帖子/頁面上顯示作者列表。

[bibliplug_authors id=2] 按用戶 id 顯示單個用戶。
[bibliplug_authors format='profile'] 顯示具有用戶信息和簡歷的所有用戶。
[bibliplug_authors format='list'] 顯示所有帶有用戶信息的用戶。
[bibliplug_authors format='mini'] 顯示所有帶有個人資料照片的用戶。

注意:
您可以在同一簡潔代碼實例中使用 id 和 format。

包含的套件

phpZotero (版本0.2)由 Jeremy Boggs, Sean Takats 提供。

原文外掛簡介

Enhanced Bibliplug creates a central repository for researchers to organize and display their academic work either individually or in a collaborative environment. This plugin is designed to synchronize with Zotero accounts.
Key features include:

database schema for storing bibliographical references.
administration pages to manage the references.
short code for easy retrieval of references based on author, year, and publication type.
the ability to connect and synchronize with Zotero accounts.
a custom Author page template to display user’s academic title, affiliation, bio, and CV content such as publications and presentations.
short code for listing all users of the site.
the ability to group and retrieve references based on custom categories and tags.

Companion plugin:
Enhanced Publication
Reference short codes
References can be displayed on any post/page using short code bibliplug.
[bibliplug id=2] displays a single reference.
[bibliplug last_name='Smith'] displays references by author/editor last name.
[bibliplug first_name='John'] displays references by author/editor first name.
[bibliplug type='book'] displays all books.
[bibliplug category='chapter7'] displays all references under category chapter7.
[bibliplug tag='biology'] displays all references with tag biology.
[bibliplug year='2008'] displays all references published in 2008.
[bibliplug format='full'] displays references with abstracts. Default is 'normal'.
[bibliplug keywords='biology, genome'] displays references with any given keywords.
[bibliplug order_by='last_name, year-, title'] displays references first ordered by first author's last name, then by publish

year in descending order, then by title. You can also sort by first_name (first author’s first name), date (publication date),
and type (publication type). By default, text fields are sorted alphabatically from A-Z, dates are sorted from oldest to newest,
and numbers are sorted from small to big. To invert the sorting order of a field, add “-” at the end of the field name to indicate
that the field should be sorted in descending order.
Note:
You can mix-match any arguments except:

If id is used, other arguments are ignored.
If category is used, tag is ignored.

Other than types shown in the drop down box when editing a reference, there are two super types you can use.

Publication => any type that’s not presentation or conference paper.
Presentation => presentation and conference paper.

All references are shown in Chicago Style Author-Date System.
Author profile short codes
Author list can be displayed on any post/page using short code bibliplug_authors.
[bibliplug_authors id=2] display a single user by its user id.
[bibliplug_authors format='profile'] displays all users with user info and bio.
[bibliplug_authors format='list'] displays all users with user info.
[bibliplug_authors format='mini'] displays all users with profile pictures.

Note:
You can use id and format in the same short code instance.
Included packages
phpZotero version 0.2 by Jeremy Boggs, Sean Takats.

各版本下載點

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

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


1.0 | 1.1 | 1.2 | 1.3 | 1.2.1 | 1.2.2 | 1.2.3 | 1.2.4 | 1.2.5 | 1.2.6 | 1.2.7 | 1.2.8 | 1.2.9 | 1.3.0 | 1.3.1 | 1.3.2 | 1.3.3 | 1.3.4 | 1.3.5 | 1.3.6 | 1.3.7 | 1.3.8 | trunk |

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

  • footnotes 》footnotes 旨在成為顯示在頁面或文章上自動生成參考資料清單的全方位解決方案。該外掛內置了一組預設值,同時也允許您控制註腳的顯示方式。, footnotes 為您...。
  • Footnotes Made Easy 》Footnotes Made Easy 是一個簡單而強大的方法,可將註腳添加到您的文章和頁面中。, 主要功能包括:, , 透過雙括號簡單插入註腳, 合併相同註腳, 用於分頁文章...。
  • teachPress 》這個外掛結合了課程管理系統(帶有招生、文件和評估模塊)和功能強大的BibTeX相容的出版物管理。兩個模塊可以獨立操作。teachPress優化了教授和研究小組的需...。
  • PAPERCITE 》papercite (WordPress Plugin) - 描述, , , 如需報告錯誤或請求功能,請訪問 https://github.com/digfish/papercite。文件可以在 http://papercite.readthedo...。
  • Citations 》- 這個外掛為 WordPress 區塊編輯器增加了實用的引用功能,旨在簡化添加參考文獻的過程。, 功能:, - 引用豐富的文本格式:這個功能讓使用者能夠標記文本中的...。
  • Side Matter 》e Side Matter 外掛可以將註腳轉換為側邊註記,讓每個註記在側邊欄中與其在正文的相應引用對齊。與超連結註腳不同,側邊註記無需跳轉頁面來跟進每個引用;取...。
  • Mendeley Plugin 》>Mendeley Plugin for WordPress 是一個 WordPress 外掛,可以在 WordPress 博客中顯示來自 Mendeley(“共享參考文獻系統”(www.mendeley.com))的信息。, ...。
  • CM Footnotes – Boost your content’s credibility with footnotes, citations, and bibliography 》產品頁面 | 影片 | 示範 | [https://creativeminds.helpscoutdocs.com/category/312-footnotes) | 其他 CM 插件, 使用 CreativeMinds 的 WordPress 註腳插件...。
  • Endnotes 》Endnotes 是一個簡單的解決方案,可將腳註添加到您的 WordPress 帖子或頁面中。 這款外掛起源於 John Watson 的 FD Footnotes,但已更新以使用 WordPress 設...。
  • WPBMB Entrez 》這個外掛可以讓你使用 shortcode 插入到 NCBI Entrez 資料庫文章的參考文獻 (https://www.ncbi.nlm.nih.gov) 中,支援任何你在主要的 NCBI 網站上使用的查詢...。
  • Better Footnotes 》Better Footnotes 是一個強大且靈活的解決方案,可以為文章的讀者提供快速參考以及附加資訊的鏈接。, Better Footnotes 讓您可以輕鬆地在文章中使用視覺編輯...。
  • AJS Footnotes 》這個外掛可以讓作者在文字中插入腳註,只需要用雙括號 ((note)) 將腳註括住即可。當使用者看到內容時,腳註會從文字中移除並以腳註的形式呈現。滑鼠移動到腳...。
  • Citation Importer 》WordPress Citation Importer 外掛可將單個引用、參考文獻清單或 DOI 清單匯入 WordPress 出版資料庫中。您可以選擇使用哪種文章類型作為目標。某些自訂欄位...。
  • BibSonomy/PUMA CSL – Publications & Tag Cloud Widget 》這個外掛可根據 Citation Style Language (CSL) 建立出版物列表。可直接整合社交書籤和出版物分享系統 BibSonomy 或PUMA。, BibSonomy 是一個社交書籤和出版...。
  • Sunray Author Manager 》Sunray Author Manager 是一款功能強大的外掛程式,適用於撰稿人使用,讓他們能夠多種格式地突顯自己的作品。, 此外掛程式可以在回應式輪播簾中顯示作者出版...。

文章
Filter
Apply Filters
Mastodon