Changeset 1452132 in sasview for sansview/local_config.py
- Timestamp:
- Aug 23, 2012 6:13:24 PM (12 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:
- f9d8cd5
- Parents:
- 754c436
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/local_config.py
rc329f4d r1452132 30 30 _do_tutorial = True 31 31 _acknowledgement = \ 32 '''This software was developed by the University of Tennessee as part of the33 Distributed Data Analysis of Neutron Scattering Experiments (DANSE) 34 project funded by the US National Science Foundation. 32 '''This work originally developed as part of the DANSE project funded by the NSF 33 under grant DMR-0520547, and currently maintained by NIST, UMD, ORNL, ISIS, ESS 34 and ILL. 35 35 36 36 ''' … … 38 38 _download = "https://sourceforge.net/projects/sansviewproject/" 39 39 _authors = [] 40 _paper = "http:// danse.us/trac/sans/newticket"41 _license = "mailto:sans danse@gmail.com"40 _paper = "http://sourceforge.net/apps/trac/sansviewproject/report" 41 _license = "mailto:sansviewproject-developers@lists.sourceforge.net" 42 42 43 43 … … 47 47 test_path = os.path.abspath(os.path.join(os.path.dirname(__file__), "test")) 48 48 49 _nist_logo = "images/nist_logo.png" 50 _umd_logo = "images/umd_logo.png" 51 _sns_logo = "images/sns_logo.png" 49 52 _nsf_logo = os.path.join(icon_path, "nsf_logo.png") 50 53 _danse_logo = os.path.join(icon_path, "danse_logo.png") 51 54 _inst_logo = os.path.join(icon_path, "utlogo.gif") 55 _nist_url = "http://www.nist.gov/" 56 _umd_url = "http://www.umd.edu/" 57 _sns_url = "http://neutrons.ornl.gov/" 52 58 _nsf_url = "http://www.nsf.gov" 53 59 _danse_url = "http://www.cacr.caltech.edu/projects/danse/release/index.html" … … 55 61 _corner_image = os.path.join(icon_path, "angles_flat.png") 56 62 _welcome_image = os.path.join(icon_path, "SVwelcome.png") 57 _copyright = "(c) 2009 - 2012, University of Tennessee" 63 _copyright = "(c) 2009 - 2011, University of Tennessee \n" 64 _copyright += "(c) 2012, UMD, NIST, ORNL, ISIS, ESS and ILL" 58 65 59 66
Note: See TracChangeset
for help on using the changeset viewer.