Changeset 37b34a3 in sasview
- Timestamp:
- Oct 4, 2018 3:17:03 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:
- 8ac8717
- Parents:
- a486918
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
rf9ba422 r37b34a3 3 3 This project was initiated by the NSF funded DANSE project, DMR-0520547, SANS sub-project at the University of Tennessee Knoxville. Acknowledgement of that original funding would be appreciated in any publications that make use of the software. 4 4 5 This project receives funding from the European Unionâs Horizon 2020 research and innovation programme under grant agreement No 654000 6 5 7 [SasView website](http://www.sasview.org) 6 8 7 9 [![Travis-CI Build Status](https://travis-ci.org/SasView/sasview.svg?branch=master)](https://travis-ci.org/SasView/sasview) 8 [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.438138.svg)](https://doi.org/10.5281/zenodo.438138) -
installers/README.txt
rf4a1433 r37b34a3 4 4 1- Features 5 5 =========== 6 - New in Version 5.0.0 7 -------------------- 8 - New, completely refactored GUI 9 - Fitting analysis interface simplified 10 - Constraints definition logic simplified and functionality extended 11 - Plugin model editor refactored and functionality extended 12 - Polydispersity plots added 13 - Improved stability and reliability 14 - Better user experience 15 - More logical workflows 16 - PyQt 5 based GUI 17 - Python3 compatibility 18 6 19 - New in Version 4.1.2 7 20 -------------------- -
src/sas/sasview/local_config.py
rf4a1433 r37b34a3 47 47 '''This work benefited from the use of the SasView application, originally developed under NSF Award DMR-0520547. SasView also contains code developed with funding from the EU Horizon 2020 programme under the SINE2020 project Grant No 654000.''' 48 48 _acknowledgement_citation = \ 49 '''M. Doucet et al. SasView Version 4.1.2, Zenodo, 10.5281/zenodo.825675'''49 '''M. Doucet et al. SasView Version 5.0''' 50 50 51 51 _acknowledgement = \
Note: See TracChangeset
for help on using the changeset viewer.