BibliographyPlugin » History » Version 2
Version 1 (Luis Figueira, 2011-06-10 08:30 PM) → Version 2/20 (Luis Figueira, 2011-06-14 10:13 PM)
h1. 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_.
h2. Plugin Architecture
h3. Models
h4. Publications
h4. Bibtex_Entries
h4. Authors
h4. 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.
h3. Relationships
NOTE: upload the class UML.
h3. Tying it all togheter
This is the complete documentation used to create the plugin:
http://www.redmine.org/projects/redmine/wiki/Hooks
h3. Views
There should "Monkey Patching" (or "Duck Puching")
The controllers and models can be two main ways to browse publications:
# General
# Project
h4. General Publications View
h4. Project Publications View
expanded
We're developing a Plugin to manage project's and user's bibliographical entries. In the issue tracker it is names _feature_36_.
h2. Plugin Architecture
h3. Models
h4. Publications
h4. Bibtex_Entries
h4. Authors
h4. 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.
h3. Relationships
NOTE: upload the class UML.
h3. Tying it all togheter
This is the complete documentation used to create the plugin:
http://www.redmine.org/projects/redmine/wiki/Hooks
h3. Views
There should "Monkey Patching" (or "Duck Puching")
The controllers and models can be two main ways to browse publications:
# General
# Project
h4. General Publications View
h4. Project Publications View
expanded