mailr12393 - in /1.3: gui_bieri/references.py gui_bieri/relax_gui.py info.py


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

Header


Content

Posted by edward on January 21, 2011 - 08:45:
Author: bugman
Date: Fri Jan 21 08:45:16 2011
New Revision: 12393

URL: http://svn.gna.org/viewcvs/relax?rev=12393&view=rev
Log:
Updated the Bieri et al., 2010 reference to 2011.


Modified:
    1.3/gui_bieri/references.py
    1.3/gui_bieri/relax_gui.py
    1.3/info.py

Modified: 1.3/gui_bieri/references.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui_bieri/references.py?rev=12393&r1=12392&r2=12393&view=diff
==============================================================================
--- 1.3/gui_bieri/references.py (original)
+++ 1.3/gui_bieri/references.py Fri Jan 21 08:45:16 2011
@@ -109,7 +109,7 @@
 
         # GUI refs.
         text = text + "<h3><i>The relax GUI</i></h3>"
-        text = text + "<p>%s</p>" % info.bib['Bieri10'].cite_html()
+        text = text + "<p>%s</p>" % info.bib['Bieri11'].cite_html()
 
         # Model-free refs.
         text = text + "<h2>Model-free analysis</h2>"

Modified: 1.3/gui_bieri/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/gui_bieri/relax_gui.py?rev=12393&r1=12392&r2=12393&view=diff
==============================================================================
--- 1.3/gui_bieri/relax_gui.py (original)
+++ 1.3/gui_bieri/relax_gui.py Fri Jan 21 08:45:16 2011
@@ -351,7 +351,7 @@
             # A print out.
             text = "\n\nThank you for citing:\n"
             text = text + "\n\nrelaxGUI\n========\n\n"
-            for line in wrap(info.bib['Bieri10'].cite_short(), width):
+            for line in wrap(info.bib['Bieri11'].cite_short(), width):
                 text = text + line + '\n'
             text = text + "\n\n\nrelax\n=====\n\n"
             for line in wrap(info.bib['dAuvergneGooley08a'].cite_short(), 
width):

Modified: 1.3/info.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/info.py?rev=12393&r1=12392&r2=12393&view=diff
==============================================================================
--- 1.3/info.py (original)
+++ 1.3/info.py Fri Jan 21 08:45:16 2011
@@ -101,7 +101,7 @@
         self.bib = {}
 
         # Place the containers into the dictionary.
-        self.bib['Bieri10'] = Bieri10()
+        self.bib['Bieri11'] = Bieri11()
         self.bib['Clore90'] = Clore90()
         self.bib['dAuvergne06'] = dAuvergne06()
         self.bib['dAuvergneGooley03'] = dAuvergneGooley03()
@@ -557,14 +557,14 @@
 
 
 
-class Bieri10(Ref):
+class Bieri11(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
+    year           = 2011
 
 
 




Related Messages


Powered by MHonArc, Updated Fri Jan 21 09:40:02 2011