Skip to content

Commit

Permalink
fmk - updating zenodo citations
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Aug 14, 2024
1 parent 81f9e05 commit 924cb93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions WorkflowAppPBE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 924cb93

Please sign in to comment.