Wiki » History » Version 42

Version 41 (Luis Figueira, 2011-06-10 04:40 PM) → Version 42/53 (Luis Figueira, 2011-06-10 06:44 PM)

h1. Topics

h2. Ongoing Subjects/Discussions

h3. Strategy notes

* [[CodeHosting|The code hosting problem]] and possible approaches to a solution
* [[VersionControlProblems|What problems do beginners face with version control systems?]]
* Workflow examples for Mercurial usage -- moved to easyhg project

h3. Autumn School 2010

* [[AutumnSchool2010|Notes on the Autumn School 2010]]

h2. Planning

h3. Meeting notes

* Tuesday, 21st September 2010: [[20100921agenda|Agenda planning]] -- [[20100921actions|Actions]]
* Tuesday, 28st September 2010: [[20100928agenda|Agenda planning]] -- [[20100928actions|Actions]]
* Tuesday, 5th October 2010: [[20101005actions|Actions]]
* Tuesday, 19th October 2010: [[20101019agenda|Agenda planning]] -- [[20101019actions|Actions]]
* Tuesday, 9th November 2010 -- [[20101109actions|Actions]]

h2. Resources

h3. Communication

* [[SoundSoftwareSite|Website]]
* [[MiscCommunicationResources|Other Communication Resources]]

h3. Technical subjects/Documentation

* [[Hostnames|Host names]]
* [[RedmineVersion|Which version of Redmine are we running?]]
* [[Authentication|Authentication and single sign-on]]
* [[AuthenticatingHg|Authentication/authorisation for Mercurial activity]]
* [[SetupTasks|Setup on new server tasks]]

h3. Links and references

* [[Datasets|Data sets that may be of interest]]

h3. Logos and layouts

* [[DesignNotes|Design notes and assets]] including logo and slide template

h3. Help documentation

* [[Help|Help page for this site]]
* [[Tips|Tips of the Day]]
* [[TandCs|Terms & conditions]]
* [[Docgen|Documentation extracted from your code]]

h2. Bibliography Plugin Development

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

h3. Plugin Architecture

h4. Models

h5. Publications

h5. Bibtex_Entries

h5. Authors

h5. 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.





h4. Relationships

NOTE: upload the class UML.



h4. Tying it all togheter

"Monkey Patching" (or "Duck Puching")

The controllers and models can be expanded