Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasview/local_config.py

    r96d293da rc1fdf84  
    3131_acknowledgement_preamble =\ 
    3232'''To ensure the long term support and development of this software please''' +\ 
    33 ''' remember to do the following.''' 
     33''' remember to:''' 
    3434_acknowledgement_preamble_bullet1 =\ 
    35 '''Acknowledge its use in your publications as suggested below''' 
     35'''Acknowledge its use in your publications as suggested below;''' 
    3636_acknowledgement_preamble_bullet2 =\ 
    37 '''Reference the following website: http://www.sasview.org''' 
     37'''Reference SasView as : M. Doucet, et al. SasView Version 4.0, Zenodo''' +\ 
     38''', http://doi.org/10.5281/zenodo.159083;''' 
    3839_acknowledgement_preamble_bullet3 =\ 
    39 '''Reference the model you used if appropriate (see documentation for refs)''' 
     40'''Reference the model you used if appropriate (see documentation for refs);''' 
    4041_acknowledgement_preamble_bullet4 =\ 
    4142'''Send us your reference for our records: developers@sasview.org''' 
    4243_acknowledgement_publications = \ 
    43 '''This work benefited from the use of the SasView application, originally 
    44 developed under NSF award DMR-0520547. 
    45 ''' 
     44'''This work benefited from the use of the SasView application, originally developed under NSF Award  
     45DMR-0520547. SasView also contains code developed with funding from the EU Horizon 2020 research  
     46and innovation programme under the SINE2020 project Grant No 654000.''' 
     47 
    4648_acknowledgement =  \ 
    47 '''This work originally developed as part of the DANSE project funded by the NSF 
    48 under grant DMR-0520547, and currently maintained by NIST, UMD, ORNL, ISIS, ESS 
    49 and ILL. 
     49'''This work was originally developed as part of the DANSE project funded by the US NSF under Award DMR-0520547, but is currently maintained by a  
     50collaboration between UTK, UMD, NIST, ORNL, ISIS, ESS, ILL and ANSTO. SasView also contains code developed with funding from the EU Horizon 2020  
     51research and innovation programme under the SINE2020 project (Grant No 654000).''' 
    5052 
    51 ''' 
    5253_homepage = "http://www.sasview.org" 
    5354_download = __download_page__ 
     
    6566_umd_logo = os.path.join(icon_path, "umd_logo.png") 
    6667_sns_logo = os.path.join(icon_path, "sns_logo.png") 
     68_ornl_logo = os.path.join(icon_path, "ornl_logo.png") 
    6769_isis_logo = os.path.join(icon_path, "isis_logo.png") 
    6870_ess_logo = os.path.join(icon_path, "ess_logo.png") 
    6971_ill_logo = os.path.join(icon_path, "ill_logo.png") 
     72_ansto_logo = os.path.join(icon_path, "ansto_logo.png") 
    7073_nsf_logo = os.path.join(icon_path, "nsf_logo.png") 
    7174_danse_logo = os.path.join(icon_path, "danse_logo.png") 
     
    7477_umd_url = "http://www.umd.edu/" 
    7578_sns_url = "http://neutrons.ornl.gov/" 
     79_ornl_url = "http://neutrons.ornl.gov/" 
    7680_nsf_url = "http://www.nsf.gov" 
    7781_isis_url = "http://www.isis.stfc.ac.uk/" 
    7882_ess_url = "http://ess-scandinavia.eu/" 
    7983_ill_url = "http://www.ill.eu/" 
     84_ansto_url = "http://www.ansto.gov.au/" 
    8085_danse_url = "http://www.cacr.caltech.edu/projects/danse/release/index.html" 
    8186_inst_url = "http://www.utk.edu" 
    8287_corner_image = os.path.join(icon_path, "angles_flat.png") 
    8388_welcome_image = os.path.join(icon_path, "SVwelcome.png") 
    84 _copyright = "(c) 2009 - 2013, UTK, UMD, NIST, ORNL, ISIS, ESS and ILL" 
     89_copyright = "(c) 2009 - 2016, UTK, UMD, NIST, ORNL, ISIS, ESS, ILL and ANSTO" 
    8590 
    8691 
     
    9095GUIFRAME_WIDTH = 1150 
    9196GUIFRAME_HEIGHT = 840 
    92 PLUGIN_STATE_EXTENSIONS = ['.fitv', '.inv', '.prv', '.cor'] 
     97PLUGIN_STATE_EXTENSIONS = ['.fitv', '.inv', '.prv'] 
    9398PLUGINS_WLIST = ['Fitting files (*.fitv)|*.fitv', 
    9499                 'Invariant files (*.inv)|*.inv', 
    95                  'P(r) files (*.prv)|*.prv', 
    96                  'Corfunc files (*.cor)|*.cor'] 
     100                 'P(r) files (*.prv)|*.prv'] 
    97101PLOPANEL_WIDTH = 415 
    98102PLOPANEL_HEIGTH = 370 
Note: See TracChangeset for help on using the changeset viewer.