getPublicationsByLabID($labid, $format)
Display all publications from the lab specified by the lab unique ID in $labid. Example:
<dl>
<?php
// List all publications associated with the Neural Networks lab (unique ID 4)
getPublicationsByLabID(4,"<dt>%Title%</dt>\n<dd>%Abstract%</dd>\n");
?>
</dl>
$format can include any of the following:
- %Title%
- The publication's title
- %Authors%
- The publication's authors
- %Ref%
- Venue & publication information
- %Abstract%
- The publication's abstract
- %Year%
- The year in which the publication was published
- %PDF%
- A URL for the publication in PDF form
- %PS%
- A URL for the publication in PS form
- %HTML%
- A URL for the publication in HTML form
- %slides%
- A URL for slides from the conference presentation
- %PubID%
- A unique id for this publication
- %intro%
- A brief introduction to the specified lab
- %description%
- A longer description of the specified lab
- %LabID%
- A unique id for this lab
- %name%
- The name used to specify the lab
- %director%
- The PID for this lab's director
- %homepage%
- A URL for this lab's homepage