Changeset c1fdf84 in sasview
- Timestamp:
- Oct 4, 2016 4:13:07 PM (8 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, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- a95ae9a, c65a265
- Parents:
- e0f28e6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sasview/local_config.py
re0f28e6 rc1fdf84 31 31 _acknowledgement_preamble =\ 32 32 '''To ensure the long term support and development of this software please''' +\ 33 ''' remember to do the following.'''33 ''' remember to:''' 34 34 _acknowledgement_preamble_bullet1 =\ 35 '''Acknowledge its use in your publications as suggested below '''35 '''Acknowledge its use in your publications as suggested below;''' 36 36 _acknowledgement_preamble_bullet2 =\ 37 37 '''Reference SasView as : M. Doucet, et al. SasView Version 4.0, Zenodo''' +\ 38 ''', http://doi.org/10.5281/zenodo.159083 '''38 ''', http://doi.org/10.5281/zenodo.159083;''' 39 39 _acknowledgement_preamble_bullet3 =\ 40 '''Reference the model you used if appropriate (see documentation for refs) '''40 '''Reference the model you used if appropriate (see documentation for refs);''' 41 41 _acknowledgement_preamble_bullet4 =\ 42 42 '''Send us your reference for our records: developers@sasview.org''' 43 43 _acknowledgement_publications = \ 44 '''This work benefited from the use of the SasView application, originally 45 developed under NSF Award DMR-0520547. SasView also contains code developed 46 with funding from the EU Horizon 2020 research and innovation programme under 47 the SINE2020 project Grant No 654000.''' 44 '''This work benefited from the use of the SasView application, originally developed under NSF Award 45 DMR-0520547. SasView also contains code developed with funding from the EU Horizon 2020 research 46 and innovation programme under the SINE2020 project Grant No 654000.''' 48 47 49 48 _acknowledgement = \ -
src/sas/sasgui/guiframe/acknowledgebox.py
rd85c194 rc1fdf84 68 68 self.preamble.SetFont(wx.Font(10, wx.DEFAULT, wx.NORMAL, wx.NORMAL, 0, "")) 69 69 self.SetTitle("Acknowledging SasView") 70 self.SetSize((525, 225)) 70 #Increased size of box from (525, 225), SMK, 04/10/16 71 self.SetSize((600, 300)) 71 72 # end wxGlade 72 73
Note: See TracChangeset
for help on using the changeset viewer.