diff --git a/WorkflowAppPBE.cpp b/WorkflowAppPBE.cpp index 794f8a3..c1f55e8 100644 --- a/WorkflowAppPBE.cpp +++ b/WorkflowAppPBE.cpp @@ -680,11 +680,9 @@ WorkflowAppPBE::createCitation(QJsonObject &citation, QString citeFile) { QJsonObject citationPBE; citationPBE.insert("citation", -"Adam Zsarnoczay, Frank McKenna, Kuanshi Zhong, Michael Gardner, Charles Wang, Sang-ri Yi, Aakash Bangalore Satish, & Wael Elhaddad. (2024).\ -NHERI-SimCenter/PBE: Version 3.5.0 (v3.5.0). \ -Zenodo. https://doi.org/10.5281/zenodo.12599938"); + "Adam Zsarnoczay, Frank McKenna, Kuanshi Zhong, Michael Gardner, Charles Wang, Sang-ri Yi, Aakash Bangalore Satish, Amin Pakzad, & Wael Elhaddad. (2024). NHERI-SimCenter/EE-UQ: Version 4.0.0 (v4.0.0). Zenodo. https://doi.org/10.5281/zenodo.13324153"); citationPBE.insert("description", -"This is the overall tool reference used to indicate the version of the tool."); + "This is the overall tool reference used to indicate the version of the tool."); QJsonObject citationSimCenterMarker; citationSimCenterMarker.insert("citation", diff --git a/main.cpp b/main.cpp index f8ff2d5..caf20a0 100644 --- a/main.cpp +++ b/main.cpp @@ -137,7 +137,7 @@ int main(int argc, char *argv[]) mainWindow.setVersion(version); - QString citeText("Adam Zsarnoczay, Frank McKenna, Kuanshi Zhong, Michael Gardner, Charles Wang, Sang-ri Yi, Aakash Bangalore Satish, & Wael Elhaddad. (2024). NHERI-SimCenter/PBE: Version 3.5.0 (v3.5.0). Zenodo. https://doi.org/10.5281/zenodo.12599938 \n\n2) Gregory G. Deierlein, Frank McKenna, Adam Zsarnóczay, Tracy Kijewski-Correa, Ahsan Kareem, Wael Elhaddad, Laura Lowes, Matthew J. Schoettler, and Sanjay Govindjee (2020) A Cloud-Enabled Application Framework for Simulating Regional-Scale Impacts of Natural Hazards on the Built Environment. Frontiers in the Built Environment. 6:558706. doi: 10.3389/fbuil.2020.558706"); + QString citeText("Adam Zsarnoczay, Frank McKenna, Kuanshi Zhong, Michael Gardner, Charles Wang, Sang-ri Yi, Aakash Bangalore Satish, Amin Pakzad, & Wael Elhaddad. (2024). NHERI-SimCenter/EE-UQ: Version 4.0.0 (v4.0.0). Zenodo. https://doi.org/10.5281/zenodo.13324153 \n\n2) Gregory G. Deierlein, Frank McKenna, Adam Zsarnóczay, Tracy Kijewski-Correa, Ahsan Kareem, Wael Elhaddad, Laura Lowes, Matthew J. Schoettler, and Sanjay Govindjee (2020) A Cloud-Enabled Application Framework for Simulating Regional-Scale Impacts of Natural Hazards on the Built Environment. Frontiers in the Built Environment. 6:558706. doi: 10.3389/fbuil.2020.558706"); mainWindow.setCite(citeText);