Changeset 0ea31ca in sasview for src/sas/guiframe/config.py


Ignore:
Timestamp:
Mar 18, 2015 11:18:11 AM (9 years ago)
Author:
krzywon
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
2eeca83
Parents:
682c432
Message:

Changed the version number to 3.1.0and reworked the acknowledge panel
for a better look and feel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/guiframe/config.py

    r4bf54044 r0ea31ca  
    2929_do_tutorial = True 
    3030_acknowledgement_preamble =\ 
    31 '''If you found this software useful to your work please remember to acknowledge  
    32 its use in your publications as suggested below and reference the SasView website:  
    33 http://www.sasview.org/. Please also consider letting us know by sending us the  
    34 reference to your work. This will help us to ensure the long term support and  
    35 development of the software. 
    36 ''' 
     31'''To ensure the long term support and development of this software please''' +\ 
     32''' remember to do the following.''' 
     33_acknowledgement_preamble_bullet1 =\ 
     34'''Acknowledge its use in your publications as suggested below''' 
     35_acknowledgement_preamble_bullet2 =\ 
     36'''Reference the following website: http://www.sasview.org''' 
     37_acknowledgement_preamble_bullet3 =\ 
     38'''Send us your reference for our records: sansdanse@gmail.com''' 
    3739_acknowledgement_publications = \ 
    38 '''This work benefited from software developed by the DANSE project under NSF  
    39 award DMR-0520547 and currently maintained by NIST, UMD, ORNL, ISIS, ESS  
    40 and ILL. 
     40'''This work benefited from the use of the SasView application, originally  
     41developed under NSF award DMR-0520547. 
    4142''' 
    4243_acknowledgement =  \ 
    43 '''This software was developed by the University of Tennessee as part of the 
    44 Distributed Data Analysis of Neutron Scattering Experiments (DANSE) 
    45 project funded by the US National Science Foundation.  
     44'''This work originally developed as part of the DANSE project funded by the NSF 
     45under grant DMR-0520547, and currently maintained by NIST, UMD, ORNL, ISIS, ESS  
     46and ILL. 
    4647 
    4748''' 
Note: See TracChangeset for help on using the changeset viewer.