mailr9816 - /branches/bmrb/generic_fns/exp_info.py


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

Header


Content

Posted by edward on October 27, 2009 - 21:23:
Author: bugman
Date: Tue Oct 27 21:23:57 2009
New Revision: 9816

URL: http://svn.gna.org/viewcvs/relax?rev=9816&view=rev
Log:
Added a dummy title for the Sparky citation as this must be supplied.


Modified:
    branches/bmrb/generic_fns/exp_info.py

Modified: branches/bmrb/generic_fns/exp_info.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/generic_fns/exp_info.py?rev=9816&r1=9815&r2=9816&view=diff
==============================================================================
--- branches/bmrb/generic_fns/exp_info.py (original)
+++ branches/bmrb/generic_fns/exp_info.py Tue Oct 27 21:23:57 2009
@@ -92,6 +92,7 @@
 SPARKY_TASKS = ["spectral analysis"]
 SPARKY_CITE_AUTHORS = [["Tom", "Goddard", "T.", "D."], ["Donald", "Kneller", 
"D.", "G."]]
 SPARKY_CITE_FULL_CITATION = "Goddard, T. D. and Kneller, D. G., SPARKY 3, 
University of California, San Francisco."
+SPARKY_CITE_TITLE = "Sparky."
 SPARKY_CITE_STATUS = "unpublished"
 SPARKY_CITE_TYPE = "internet"
 
@@ -254,7 +255,7 @@
             raise RelaxError("The Sparky version number has not been 
supplied.")
 
         # Add the citations.
-        cite_index = cdp.exp_info.add_citation(cite_id='sparky_ref', 
authors=SPARKY_CITE_AUTHORS, full_citation=SPARKY_CITE_FULL_CITATION, 
status=SPARKY_CITE_STATUS, type=SPARKY_CITE_TYPE)
+        cite_index = cdp.exp_info.add_citation(cite_id='sparky_ref', 
authors=SPARKY_CITE_AUTHORS, full_citation=SPARKY_CITE_FULL_CITATION, 
title=SPARKY_CITE_TITLE, status=SPARKY_CITE_STATUS, type=SPARKY_CITE_TYPE)
 
         # Add the software info.
         cdp.exp_info.software_setup(name=SPARKY_NAME, version=version, 
vendor_name=SPARKY_AUTHORS, url=SPARKY_URL, cite_ids=['sparky_ref'], 
tasks=SPARKY_TASKS)




Related Messages


Powered by MHonArc, Updated Tue Oct 27 23:00:03 2009