內容簡介
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.
