BibliographyPlugin » History » Version 2

« Previous - Version 2/20 (diff) - Next » - Current version
Luis Figueira, 2011-06-14 10:13 PM
added documentation links


Bibliography Plugin Documentation

We're developing a Plugin to manage project's and user's bibliographical entries. In the issue tracker it is names feature_36.

Plugin Architecture

Models

Publications

Bibtex_Entries

Authors

Authorships

Model that "ties" the authors and publications models together. It contains relation-specific information:

  • name_on_paper: author's name on that specific publication;
  • order: author's order in that publication;
  • institution: author's institution when the publication was published;
  • email: author's email on that specific publication.

Relationships

NOTE: upload the class UML.

Tying it all togheter

This is the complete documentation used to create the plugin:
http://www.redmine.org/projects/redmine/wiki/Hooks

Views

There should be two main ways to browse publications:

  1. General
  2. Project

General Publications View

Project Publications View