Skip to content

Commit

Permalink
fmk - updating version to 4.0.1, updating citation
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Jan 18, 2024
1 parent 3aa1e8c commit 12a4bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ int main(int argc, char *argv[])
// Setting Core Application Name, Organization, Version
QCoreApplication::setApplicationName("R2D");
QCoreApplication::setOrganizationName("SimCenter");
QCoreApplication::setApplicationVersion("4.0.0");
QCoreApplication::setApplicationVersion("4.0.1");

// set up logging of output messages for user debugging
logFilePath = QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation)
Expand Down Expand Up @@ -180,7 +180,7 @@ int main(int argc, char *argv[])

w.setVersion(version);

QString citeText("\n1)Frank McKenna, Stevan Gavrilovic, Adam Zsarnoczay, Kuanshi Zhong, Wael Elhaddad, & Pedro Arduino. (2023). NHERI-SimCenter/R2DTool: Version 3.0.0 (v3.0.0). Zenodo. https://doi.org/10.5281/zenodo.7946803 \n\n2) Gregory G. Deierlein, Frank McKenna, Adam Zsarnóczay, Tracy Kijewski-Correa, Ahsan Kareem, Wael Elhaddad, Laura Lowes, Matt 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("\n1)Frank McKenna, Stevan Gavrilovic, Zsarnoczay, A., Zhao, J., Zhong, K., Barbaros Cetiner, Yi, S.-. ri ., Elhaddad, W., & Arduino, P. (2024). NHERI-SimCenter/R2DTool: Version 4.0.0 (v4.0.0). Zenodo. https://doi.org/10.5281/zenodo.10448043 \n\n2) Gregory G. Deierlein, Frank McKenna, Adam Zsarnóczay, Tracy Kijewski-Correa, Ahsan Kareem, Wael Elhaddad, Laura Lowes, Matt 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");
w.setCite(citeText);

QString manualURL("https://nheri-simcenter.github.io/R2D-Documentation/");
Expand Down

0 comments on commit 12a4bec

Please sign in to comment.