LabTools is a plugin for research labs. It helps labs dealing with : their members, and their publications.
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.
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.