mailr11573 - in /branches/bieri_gui: ./ 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 - 10:01:
Author: bugman
Date: Thu Sep 16 10:01:47 2010
New Revision: 11573

URL: http://svn.gna.org/viewcvs/relax?rev=11573&view=rev
Log:
Merged revisions 11571-11572 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.3

........
  r11571 | bugman | 2010-09-16 09:59:26 +0200 (Thu, 16 Sep 2010) | 3 lines
  
  Initialised the reference for the relax GUI paper.
........
  r11572 | bugman | 2010-09-16 10:00:23 +0200 (Thu, 16 Sep 2010) | 3 lines
  
  Fix for the Bieri et al. ref.
........

Modified:
    branches/bieri_gui/   (props changed)
    branches/bieri_gui/info.py

Propchange: branches/bieri_gui/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Thu Sep 16 10:01:47 2010
@@ -1,1 +1,1 @@
-/1.3:1-11567
+/1.3:1-11572

Modified: branches/bieri_gui/info.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/info.py?rev=11573&r1=11572&r2=11573&view=diff
==============================================================================
--- branches/bieri_gui/info.py (original)
+++ branches/bieri_gui/info.py Thu Sep 16 10:01:47 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,17 @@
 
 
 
+class Bieri10(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