From 2fae79936bdeba1eebff9fff39c6d4cfd8c46e88 Mon Sep 17 00:00:00 2001
From: "Maier, Lukas" <lukas.maier@tugraz.at>
Date: Tue, 4 Mar 2025 16:23:09 +0100
Subject: [PATCH] Update file README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8985982..936f5f7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # General information
 
-This repository contains the simulation code and postprocessing presented in the publication "The Uncertainty Inherent to DEM Simulations: Insights from an Interlocking Parcel Model" by Maier, Mitterlindner, Benabchiasli, Fasching, and Radl (2024) in Scientific Reports (DOI: https://doi.org/10.21203/rs.3.rs-5330414/v1)
+This repository contains the simulation code and postprocessing presented in the publication "The uncertainty inherent to DEM simulations of interlocking particles" by Maier, Mitterlindner, Benabchiasli, Fasching, and Radl (2025) in Scientific Reports (DOI: https://doi.org/10.1038/s41598-025-90129-6)
 
 - The folder "runfiles" contains the respective codebase to setup the DEM simulations using the settings and conditions described within the paper.
 - The folder "postprocessing" uses the simulation data (i.e., "*.liggghts"-files) to extract the relevant data and analyse it statistically.
@@ -8,7 +8,7 @@ This repository contains the simulation code and postprocessing presented in the
 
 Using this information, one is able to reproduce and check the validity of the material presented in our current contribution.
 
-The actual data used in this contribution can be found under: https://doi.org/10.3217/1sf89-szy90
+The actual data used in this contribution can be found under: https://doi.org/10.3217/25g2e-6ha82
 This data was generated using the scripts in the "postprocessing" folder. 
 
 The simulations were run using LIGGGHTS PUBLIC-CG_Heat [1], a fork of LIGGGHTS Public 3.8.0. The postprocessing was done using Python 3.10.13. 
-- 
GitLab