Dear guest, welcome to this publication database. As an anonymous user, you will probably not have edit rights. Also, the collapse status of the topic tree will not be persistent. If you like to have these and other options enabled, you might ask CSLab BibPortal Admin for a login account.
This site is powered by Aigaion - A PHP/Web based management system for shared and annotated bibliographies. For more information visit www.aigaion.nl. SourceForge.hetLogo

Annotating the bibliography

Where a publication abstract is a purely descriptive summary of a publication, a annotation can be both descriptive and critical. Annotations are commonly used to:

  • place a publication in a context
  • describe the relevance of a publication
  • summarize the strengths and weaknesses of a publication

Aigaion offers the 'note' facility to create annotations. An annotation might look like the following example:

[EXA] : Extensive evaluation of several featuresets and classifiers. The evaluation confirms the results that have been found in aucouturier:04.
  • There seems to be a glass ceiling in classification accuracy.
  • The featureset found by Aucouturier indeed represents an optimal set.
INCLUDE: MOCKUP OF EDIT AND DELETE LINKS!

Referencing other publications

You can reference to other publications by simply using the publications BibTeX cite ID. On displaying the note, the cite ID will be replaced by a link to the corresponding publication.

Formatting annotations

To improve the readability of annotations it is recommended to keep annotations short and to the point. Standard HTML formatting tags can be used to format an annotation. The most common tags are listed here:

HTML:

Output:

<br/>
linebreak
<b>boldface text</b>
boldface text
<i>italic text</i>
italic text
<ul>
    <li>the first list item</li>
    <li>the second list item</li>
    <li>the third list item</li>
  </ul>
  • the first list item
  • the second list item
  • the third list item