Skip to content

Commit

Permalink
fmk - updating citations per updated zenodo
Browse files Browse the repository at this point in the history
  • Loading branch information
fmckenna committed Jun 30, 2024
1 parent 2e20ca4 commit 7e7a46f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions WorkflowAppPBE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.");

Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 7e7a46f

Please sign in to comment.