getPublicationsByName($email, $format)
Display all publications associated with $email. Example:
<dl>
<?php
// List all publications by jcleese@cs.utexas.edu
getPublicationsByName("jcleese@cs.utexas.edu","<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
- %Email%
- The email associated with the name used to obtain this list
- %Homepage%
- The homepage associated with the name used to obtain this list
- %Photo%
- The (url to a) photo associated with the name used to obtain this list
- %Bio%
- The biography associated with the name used to obtain this list
- %Office%
- The office associated with the name used to obtain this list
- %PID%
- A unique id for this name
- %PubID%
- A unique id for this publication