- Timestamp:
- Feb 2, 2019 4:34:58 PM (6 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249
- Children:
- f38ff0b
- Parents:
- 647d66b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/sasview/local_config.py
r1b4cb41 re572d4b 16 16 __appname__ = "SasView" 17 17 __version__ = sas.sasview.__version__ 18 __DOI__ = "Zenodo, 10.5281/zenodo.1412041" 18 19 __build__ = sas.sasview.__build__ 19 20 __download_page__ = 'https://github.com/SasView/sasview/releases' … … 36 37 _do_tutorial = True 37 38 _acknowledgement_preamble =\ 38 '''To ensure the long term support and development of this software please ''' +\39 '''remember to:'''39 '''To ensure the long term support and development of this software please 40 remember to:''' 40 41 _acknowledgement_preamble_bullet1 =\ 41 42 '''Acknowledge its use in your publications as :''' … … 47 48 '''Send us your reference for our records: developers@sasview.org''' 48 49 _acknowledgement_publications = \ 49 '''This work benefited from the use of the SasView application, originally developed under NSF Award DMR-0520547. SasView also contains code developed with funding from the EU Horizon 2020 programme under the SINE2020 project Grant No 654000.''' 50 ("This work benefited from the use of the SasView application, originally" 51 "developed under NSF Award DMR-0520547. SasView also contains code developed" 52 "with funding from the EU Horizon 2020 programme under the SINE2020 project" 53 "Grant No 654000.") 50 54 _acknowledgement_citation = \ 51 '''M. Doucet et al. SasView Version 4.2, Zenodo, 10.5281/zenodo.1412041'''55 '''M. Doucet et al. SasView Version %s, %s''' % (__version__, __DOI__) 52 56 _acknowledgement = \ 53 '''This work was originally developed as part of the DANSE project funded by the US NSF under Award DMR-0520547,\n but is currently maintained by a collaboration between UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft, DLS, BAM and the scattering community.\n\n SasView also contains code developed with funding from the EU Horizon 2020 programme under the SINE2020 project (Grant No 654000).\nA list of individual contributors can be found at: http://www.sasview.org/contact.html 54 ''' 57 ("This work was originally developed as part of the DANSE project funded by" 58 "the US NSF under Award DMR-0520547,\n but is currently maintained by a" 59 "collaboration between UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft," 60 "DLS, BAM and the scattering community.\n\n SasView also contains code" 61 "developed with funding from the EU Horizon 2020 programme under the SINE2020" 62 "project (Grant No 654000).\nA list of individual contributors can be found" 63 "at: http://www.sasview.org/contact.html") 55 64 56 65 _homepage = "http://www.sasview.org" … … 95 104 _corner_image = os.path.join(icon_path, "angles_flat.png") 96 105 _welcome_image = os.path.join(icon_path, "SVwelcome.png") 97 _copyright = "(c) 2009 - 2018, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO, TU Delft, DLS and BAM" 106 _copyright = ("(c) 2009 - 2019, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO," 107 "TU Delft, DLS and BAM") 98 108 marketplace_url = "http://marketplace.sasview.org/" 99 109
Note: See TracChangeset
for help on using the changeset viewer.