Changeset 0ea31ca in sasview for src/sas/guiframe/config.py
- Timestamp:
- Mar 18, 2015 11:18:11 AM (10 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/guiframe/config.py
r4bf54044 r0ea31ca 29 29 _do_tutorial = True 30 30 _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''' 37 39 _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 41 developed under NSF award DMR-0520547. 41 42 ''' 42 43 _acknowledgement = \ 43 '''This software was developed by the University of Tennessee as part of the44 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 45 under grant DMR-0520547, and currently maintained by NIST, UMD, ORNL, ISIS, ESS 46 and ILL. 46 47 47 48 '''
Note: See TracChangeset
for help on using the changeset viewer.