| Title | Post date | Percent Complete | Due Date | Allocated To | Genus | Status | Add comment link | Edit link |
|---|---|---|---|---|---|---|---|---|
| Add Dracontium data | 03/22/2011 - 02:14 | 10.00% | Sat, 04/30/2011 | Greg Ruckert | Dracontium | |||
| Develop format for pdf download | 02/12/2011 - 18:35 | 90.00% | Sun, 05/01/2011 | ben | In Progress | |||
| Disconnected Synonyms | 03/01/2011 - 21:54 | 26.00% | ben | In Progress | ||||
| SRLI Aroids | 02/12/2011 - 19:17 | 52.00% | Thu, 10/31/2013 | ahaigh | In Progress | |||
| European Aroids | 02/12/2011 - 19:12 | 95.00% | Thu, 10/31/2013 | ahaigh | In Progress |
The first International Symposium on South American Araceae took place at the 62nd National Botanical Congress of Brazil, on 9th August 2011, in Fortaleza, Ceará, Brazil.
1) An inventory of the family in the Marambaia Reserve, in the city of Rio de Janeiro
Groups: Brazil
Task Status: In Progress
<?php
$user=user_load(array("uid"=>2));
$profile = profile_load_profile($user);
$names = "The site administrator";
if (isset($user->profile_surname))
$names = $user->profile_surname;
if (isset($user->profile_givennames))
$names = $user->profile_givennames . " " . $names;
if (isset($user->profile_homepage))
$names = ''.$names.'';
?>
This site is moderated by <?php echo $names; ?> on behalf of the contributors who retain copyright. Content can be used in accordance with a CC Licence. More information on the site contributors can be found here.
This site uses Drupal and is based on a set of templates and modules defined by the EDIT team at the Natural History Museum, London.