Changeset 7385fec in sasview for src/sas/qtgui/Utilities
- Timestamp:
- Sep 28, 2018 9:07:44 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 62c6dc0
- Parents:
- f1b696d
- git-author:
- Piotr Rozyczko <piotr.rozyczko@…> (09/28/18 09:06:36)
- git-committer:
- Piotr Rozyczko <piotr.rozyczko@…> (09/28/18 09:07:44)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Utilities/LocalConfig.py
r6d87082 r7385fec 47 47 _acknowledgement = \ 48 48 '''This work originally developed as part of the DANSE project funded by the NSF 49 under grant DMR-0520547, and currently maintained by NIST, UMD, ORNL, ISIS, ESS 50 and ILL.49 under grant DMR-0520547, and currently maintained by NIST, UMD, ORNL, ISIS, ESS, 50 ILL, ANSTO and BAM. 51 51 52 52 ''' … … 82 82 _ill_url = "http://www.ill.eu/" 83 83 _ansto_url = "http://www.ansto.gov.au/" 84 _bam_url = "http://www.bam.de/" 84 85 _danse_url = "http://www.cacr.caltech.edu/projects/danse/release/index.html" 85 86 _inst_url = "http://www.utk.edu" 87 _delft_url = "http://www.tudelft.nl/en/tnw/business/facilities/reactor-instituut-delft/" 88 _diamond_url = "http://www.diamond.ac.uk" 86 89 _corner_image = os.path.join(icon_path, "angles_flat.png") 87 90 _welcome_image = os.path.join(icon_path, "SVwelcome.png") 88 _copyright = "(c) 2009 - 201 3, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL and ANSTO"91 _copyright = "(c) 2009 - 2018, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL, ANSTO and BAM" 89 92 90 93
Note: See TracChangeset
for help on using the changeset viewer.