diff --git a/WorkflowAppPBE.cpp b/WorkflowAppPBE.cpp index b2c5fc5..794f8a3 100644 --- a/WorkflowAppPBE.cpp +++ b/WorkflowAppPBE.cpp @@ -680,10 +680,9 @@ WorkflowAppPBE::createCitation(QJsonObject &citation, QString citeFile) { QJsonObject citationPBE; citationPBE.insert("citation", -"Adam Zsarnoczay, Frank McKenna, Charles Wang, Stevan Gavrilovic, Michael Gardner, \ -Sang-ri Yi, Aakash Bangalore Satish, & Wael Elhaddad. (2024). \ -NHERI-SimCenter/PBE: Version 3.4.0 (V3.4.0). \ -Zenodo. https://doi.org/10.5281/zenodo.10902085)"); +"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"); citationPBE.insert("description", "This is the overall tool reference used to indicate the version of the tool."); diff --git a/main.cpp b/main.cpp index 04ce923..6690667 100644 --- a/main.cpp +++ b/main.cpp @@ -135,7 +135,7 @@ int main(int argc, char *argv[]) mainWindow.setVersion(version); - QString citeText("Adam Zsarnoczay, Frank McKenna, Charles Wang, Stevan Gavrilovic, Michael Gardner, Sang-ri Yi, Aakash Bangalore Satish, & Wael Elhaddad. (2024). NHERI-SimCenter/PBE: Version 3.4.0 (V3.4.0). Zenodo. https://doi.org/10.5281/zenodo.10902085 \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, & 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"); mainWindow.setCite(citeText);