Changeset 0ea31ca in sasview for sasview/local_config.py


Ignore:
Timestamp:
Mar 18, 2015 9: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
  • sasview/local_config.py

    r418e59f r0ea31ca  
    3232_do_tutorial = True 
    3333_acknowledgement_preamble =\ 
    34 '''If you found this software useful to your work please remember to acknowledge  
    35 its use in your publications as suggested below and reference the SasView website:  
    36 http://www.sasview.org/. Please also consider letting us know by sending us the  
    37 reference to your work. This will help us to ensure the long term support and  
    38 development of the software. 
    39 ''' 
     34'''To ensure the long term support and development of this software please''' +\ 
     35''' remember to do the following.''' 
     36_acknowledgement_preamble_bullet1 =\ 
     37'''Acknowledge its use in your publications as suggested below''' 
     38_acknowledgement_preamble_bullet2 =\ 
     39'''Reference the following website: http://www.sasview.org''' 
     40_acknowledgement_preamble_bullet3 =\ 
     41'''Send us your reference for our records: sansdanse@gmail.com''' 
    4042_acknowledgement_publications = \ 
    41 '''This work benefited from software developed by the DANSE project under NSF  
    42 award DMR-0520547 and currently maintained by NIST, UMD, ORNL, ISIS, ESS  
    43 and ILL. 
     43'''This work benefited from the use of the SasView application, originally  
     44developed under NSF award DMR-0520547. 
    4445''' 
    4546_acknowledgement =  \ 
Note: See TracChangeset for help on using the changeset viewer.