mailr11571 - /1.3/info.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on September 16, 2010 - 09:59:
Author: bugman
Date: Thu Sep 16 09:59:26 2010
New Revision: 11571

URL: http://svn.gna.org/viewcvs/relax?rev=11571&view=rev
Log:
Initialised the reference for the relax GUI paper.


Modified:
    1.3/info.py

Modified: 1.3/info.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/info.py?rev=11571&r1=11570&r2=11571&view=diff
==============================================================================
--- 1.3/info.py (original)
+++ 1.3/info.py Thu Sep 16 09:59:26 2010
@@ -101,6 +101,7 @@
         self.bib = {}
 
         # Place the containers into the dictionary.
+        self.bib['Bieri10'] = Bieri10()
         self.bib['Clore90'] = Clore90()
         self.bib['dAuvergne06'] = dAuvergne06()
         self.bib['dAuvergneGooley03'] = dAuvergneGooley03()
@@ -546,6 +547,18 @@
 
 
 
+class Bieri(Ref):
+    """Bibliography container."""
+
+    type           = "journal"
+    author         = "Bieri, M., d'Auvergne, E. J. and Gooley, P. R."
+    title          = "relaxGUI: a new software for fast and simple NMR 
relaxation data analysis and calculation of
+ps-ns and micro-s motion of proteins"
+    status         = "submitted"
+    year           = 2010
+
+
+
 class Clore90(Ref):
     """Bibliography container."""
 




Related Messages


Powered by MHonArc, Updated Thu Sep 16 10:20:02 2010