=== Enhanced BibliPlug === Contributors: zuotian, tatum.cc Tags: bibliography, author profile, reference, academic, zotero, res-comms Requires at least: 3.1 Tested up to: 3.3 Stable tag: 1.3.2 Collaborative bibliography management for authors in WordPress. == Description == 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: 1. database schema for storing bibliographical references. 1. administration pages to manage the references. 1. short code for easy retrieval of references based on author, year, and publication type. 1. the ability to connect and synchronize with Zotero accounts. 1. a custom Author page template to display user's academic title, affiliation, bio, and CV content such as publications and presentations. 1. short code for listing all users of the site. 1. the ability to group and retrieve references based on custom categories and tags. = 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'. **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](https://github.com/clioweb/phpZotero "phpZotero") version 0.2 by Jeremy Boggs, Sean Takats. == Installation == 1. Extract `enhanced-bibliplug.zip` files and upload `enhanced-bibliplug` folder to the `/wp-content/plugins/` directory. Or, you can install the plugin using WordPress "Install Plugins" admin interface. 2. Activate the plugin through the 'Plugins' menu in WordPress. = Notes about author template = If you are using thesis 1.8 for your theme, please copy the content of `enhanced-bibliplug\template\author-loop.php` to Thesis custom_functions.php. Otherwise, copy the `enhanced-bibliplug\template\author.php` to your theme folder. You're done! == Frequently Asked Questions == = Ask a question / report a bug = Please visit [enhanced bibliplug](http://ep-books.ehumanities.nl/semantic-words/enhanced-bibliplug) and leave a comment. = Cannot add/sync Zotero connection = To synchronize with Zotero, the server needs to have php curl modules installed and enabled. Please check your php.ini file to make sure curl module is present and enabled. = Will my data be deleted during upgrade? = Deactivating or upgrade the plugin will not delete your bibliographical data. = What is the sort order for references in shortcode display? Starting in version 1.3, references are sorted by first author's last name, first author's first name, publish year, and type. == Screenshots == 1. Reference Manager 2. Connect to Zotero 3. Author profile template == Changelog == = 1.3.2 = * Fixed zotero import for presentation type. = 1.3.1 = * Fixed multiple tag bug. * Fixed minor javascript bug (cannot toggel meta boxes) for add/edit reference page. * Added DOI, presenation link, and video link for all reference types. * New links (DOI, presentation, video) are shown next to each reference. This feature can be turned off in bibliplug option page. = 1.3.0 = * Fixed creator delete bug on reference editing page. * Fixed shortcode argument filter bug. * Added category and tag management pages. * Added new shortcode attribute "full" to support abstract display. * Merged import and export to the same page to reduce the number of submenu items. = 1.2.9 = * Added support for blog title. * Fixed bug where authors are not editable in the reference form. * Disabled rich text editor in the profile page for WP version < 3.3. The feature will automatically show up when upgraded to 3.3. = 1.2.8 = * Fixed bug for reference add/edit page. Categories and tags could not be edited due to a missing javascript. * Added a confirmation dialog for deleting a zotero connection. = 1.2.7 = * Fixed remaining PHP short open tags `