From 031847b057ff745bbb881a8e2a1584f00548d66f Mon Sep 17 00:00:00 2001 From: "Siu Wun \"Tony\" Cheung" Date: Sun, 10 Aug 2025 11:10:17 -0700 Subject: [PATCH 1/5] Update citation in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eff962..562ea49 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Core routines and classes are implemented in `src/lasdi` directory: * In the rising bubble example, an additional C file, ```PostProcess.c``` needs to be compiled before running GPLaSDI for the first time, using ```gcc PostProcess.c -o PP``` --> ## Citation -[Bonneville, C., Choi, Y., Ghosh, D., & Belof, J. L. (2023). GPLaSDI: Gaussian Process-based Interpretable Latent Space Dynamics Identification through Deep Autoencoder. arXiv preprint.]() +[Bonneville, Christophe, Youngsoo Choi, Debojyoti Ghosh, and Jonathan L. Belof. "GPLaSDI: Gaussian process-based interpretable latent space dynamics identification through deep autoencoder." Computer Methods in Applied Mechanics and Engineering 418 (2024): 116535.](https://doi.org/10.1016/j.cma.2023.116535) ## Acknowledgement Y. Choi was supported for this work by the CHaRMNET Mathematical Multifaceted Integrated Capability Center (MMICC). From d83f45919cd5fa87c1ccf37f89b904a9d8f38eda Mon Sep 17 00:00:00 2001 From: "Siu Wun \"Tony\" Cheung" Date: Sun, 10 Aug 2025 11:11:58 -0700 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 562ea49..96c0a9f 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Core routines and classes are implemented in `src/lasdi` directory: * In the rising bubble example, an additional C file, ```PostProcess.c``` needs to be compiled before running GPLaSDI for the first time, using ```gcc PostProcess.c -o PP``` --> ## Citation -[Bonneville, Christophe, Youngsoo Choi, Debojyoti Ghosh, and Jonathan L. Belof. "GPLaSDI: Gaussian process-based interpretable latent space dynamics identification through deep autoencoder." Computer Methods in Applied Mechanics and Engineering 418 (2024): 116535.](https://doi.org/10.1016/j.cma.2023.116535) +[Bonneville, Christophe, Choi, Youngsoo Choi, Ghosh, Debojyoti Ghosh, and Belof, Jonathan L. "GPLaSDI: Gaussian process-based interpretable latent space dynamics identification through deep autoencoder." Computer Methods in Applied Mechanics and Engineering 418 (2024): 116535.](https://doi.org/10.1016/j.cma.2023.116535) ## Acknowledgement Y. Choi was supported for this work by the CHaRMNET Mathematical Multifaceted Integrated Capability Center (MMICC). From 47a1081ea5efc73e8201c21f07c8658054f84225 Mon Sep 17 00:00:00 2001 From: "Siu Wun \"Tony\" Cheung" Date: Sun, 10 Aug 2025 11:24:29 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96c0a9f..d42f904 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,9 @@ Core routines and classes are implemented in `src/lasdi` directory: * In the rising bubble example, an additional C file, ```PostProcess.c``` needs to be compiled before running GPLaSDI for the first time, using ```gcc PostProcess.c -o PP``` --> ## Citation -[Bonneville, Christophe, Choi, Youngsoo Choi, Ghosh, Debojyoti Ghosh, and Belof, Jonathan L. "GPLaSDI: Gaussian process-based interpretable latent space dynamics identification through deep autoencoder." Computer Methods in Applied Mechanics and Engineering 418 (2024): 116535.](https://doi.org/10.1016/j.cma.2023.116535) +> Bonneville, Christophe, Choi, Youngsoo Choi, Ghosh, Debojyoti Ghosh, and Belof, Jonathan L.
+> "[GPLaSDI: Gaussian process-based interpretable latent space dynamics identification through deep autoencoder.](https://doi.org/10.1016/j.cma.2023.116535)"
+> Computer Methods in Applied Mechanics and Engineering 418 (2024): 116535. ## Acknowledgement Y. Choi was supported for this work by the CHaRMNET Mathematical Multifaceted Integrated Capability Center (MMICC). From a300cfe3d46d16bdfc16f5d3929e5053f2b2747a Mon Sep 17 00:00:00 2001 From: "Siu Wun \"Tony\" Cheung" Date: Tue, 9 Sep 2025 09:08:56 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d42f904..9175456 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Core routines and classes are implemented in `src/lasdi` directory: * In the rising bubble example, an additional C file, ```PostProcess.c``` needs to be compiled before running GPLaSDI for the first time, using ```gcc PostProcess.c -o PP``` --> ## Citation -> Bonneville, Christophe, Choi, Youngsoo Choi, Ghosh, Debojyoti Ghosh, and Belof, Jonathan L.
+> Bonneville, Christophe, Choi, Youngsoo, Ghosh, Debojyoti, and Belof, Jonathan L.
> "[GPLaSDI: Gaussian process-based interpretable latent space dynamics identification through deep autoencoder.](https://doi.org/10.1016/j.cma.2023.116535)"
> Computer Methods in Applied Mechanics and Engineering 418 (2024): 116535. From 70e2e73e99552571a14993d93093295a248457b2 Mon Sep 17 00:00:00 2001 From: "Siu Wun \"Tony\" Cheung" Date: Tue, 9 Sep 2025 09:10:00 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9175456..abfdb2a 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Core routines and classes are implemented in `src/lasdi` directory: * In the rising bubble example, an additional C file, ```PostProcess.c``` needs to be compiled before running GPLaSDI for the first time, using ```gcc PostProcess.c -o PP``` --> ## Citation -> Bonneville, Christophe, Choi, Youngsoo, Ghosh, Debojyoti, and Belof, Jonathan L.
+> Christophe Bonneville, Youngsoo Choi, Debojyoti Ghosh, and Jonathan L. Belof.
> "[GPLaSDI: Gaussian process-based interpretable latent space dynamics identification through deep autoencoder.](https://doi.org/10.1016/j.cma.2023.116535)"
> Computer Methods in Applied Mechanics and Engineering 418 (2024): 116535.