=== LabTools === Contributors: creativityjuice Donate link: Tags: publications, members, research lab, laboratory, science, labtools Requires at least: 3.3 Tested up to: 3.4 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html LabTools is a plugin for research labs. It helps labs dealing with : their members, and their publications. == Description == LabTools is a plugin for the research labs. There are three main goals to that software: * Help the labs with web communication * Centralize their documents * Ease the production of documents about the lab (for instance governmental evaluation) Here is some developed functionalities : * Team members profile and web page edition * Publications of the lab * And more are coming … == Installation == 1. Upload `labtools` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place eventually labtools' shortcodes in your pages and posts == Frequently asked questions == = Which shortcodes are available for dealing with the members = The shortcode for displaying the members list is the following `[members team="team-names" active="true" status="assoc" function="PhD,Professor" model="%n"]`. You don't have to use parameters, here are some examples: * `[members]` will display all the published members in the database showing links with the name and function of the members. * `[members team="BRC"]` will display the same as previous except that only the members from the lab called BRC will be shown. * `[members active="false"]` will display all the former members of the lab. * `[members status="perm"]` will display all the permanent members of the lab (opposite is assoc). * `[members function="PhD,Professor"]` will only display the members who are PhD or Professors. * `[members model="%n"]` will show only the name in the members list. You can use %t for the team name, %f for the function, and %n for the name. * You can obviously combine these parameters. = Which shortcodes are available for dealing with the publications = The shortcode for displaying the publication list is the following `[publications axe="team-name" member_id=""]`. You don't have to use parameters, here are some examples: * `[publications]` will display all the list of the published pubications. * `[publications axe="BRC"]` will display all the publications from the team called BRC. * `[publications member_id="6"]` will display all the publications of the member (wp-user) with the id equal 6. * You can obviously combine parameters here too. == Screenshots == 1. [Dashbord of LabTools](http://www.creativityjuice.com/wp-content/uploads/2012/12/labtools_screenshot_01.jpg) 2. [Add a new publication](http://www.creativityjuice.com/wp-content/uploads/2012/12/labtools_screenshot_02.jpg) 3. [Front side view of a member with his publications](http://www.creativityjuice.com/wp-content/uploads/2012/12/labtools_screenshot_03.jpg) == Changelog == This is the first version == Upgrade notice == This is the first version