mailr11575 - /branches/bieri_gui/gui_bieri/references.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:07:
Author: bugman
Date: Thu Sep 16 10:07:31 2010
New Revision: 11575

URL: http://svn.gna.org/viewcvs/relax?rev=11575&view=rev
Log:
The reference window now uses the Bieri et al. ref from the info box.


Modified:
    branches/bieri_gui/gui_bieri/references.py

Modified: branches/bieri_gui/gui_bieri/references.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/references.py?rev=11575&r1=11574&r2=11575&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/references.py (original)
+++ branches/bieri_gui/gui_bieri/references.py Thu Sep 16 10:07:31 2010
@@ -166,7 +166,7 @@
 
         # GUI refs.
         text = text + "<h3><i>The relax GUI</i></h3>"
-        text = text + "<p>Bieri et al., in progress.</p>"
+        text = text + "<p>%s</p>" % info.bib['Bieri10'].cite_html()
 
         # Model-free refs.
         text = text + "<h2>Model-free analysis</h2>"




Related Messages


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