Changeset 1452132 in sasview for sansview


Ignore:
Timestamp:
Aug 23, 2012 6:13:24 PM (12 years ago)
Author:
Jae Cho <jhjcho@…>
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
Message:

About menu: added nist umd sns logos

Location:
sansview
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/local_config.py

    rc329f4d r1452132  
    3030_do_tutorial = True 
    3131_acknowledgement =  \ 
    32 '''This software was developed by the University of Tennessee as part of the 
    33 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 
     33under grant DMR-0520547, and currently maintained by NIST, UMD, ORNL, ISIS, ESS  
     34and ILL. 
    3535 
    3636''' 
     
    3838_download = "https://sourceforge.net/projects/sansviewproject/" 
    3939_authors = [] 
    40 _paper = "http://danse.us/trac/sans/newticket" 
    41 _license = "mailto:sansdanse@gmail.com" 
     40_paper = "http://sourceforge.net/apps/trac/sansviewproject/report" 
     41_license = "mailto:sansviewproject-developers@lists.sourceforge.net" 
    4242 
    4343 
     
    4747test_path =  os.path.abspath(os.path.join(os.path.dirname(__file__), "test")) 
    4848 
     49_nist_logo = "images/nist_logo.png" 
     50_umd_logo = "images/umd_logo.png" 
     51_sns_logo = "images/sns_logo.png" 
    4952_nsf_logo = os.path.join(icon_path, "nsf_logo.png") 
    5053_danse_logo = os.path.join(icon_path, "danse_logo.png") 
    5154_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/" 
    5258_nsf_url = "http://www.nsf.gov" 
    5359_danse_url = "http://www.cacr.caltech.edu/projects/danse/release/index.html" 
     
    5561_corner_image = os.path.join(icon_path, "angles_flat.png") 
    5662_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" 
    5865 
    5966 
Note: See TracChangeset for help on using the changeset viewer.