From fad0a033efcab9299ff8c14bbb9f59131bd76697 Mon Sep 17 00:00:00 2001 From: "G. H. Erharter" Date: Sun, 25 Jul 2021 12:43:29 +0200 Subject: [PATCH] Adding paper information to the repository --- README.md | 2 +- sediment_generator.py | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98a2549..4f87b2b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ by Georg H. Erharter, Franz Tschuchnigg and Gerhard Poscher published in the __Applied Computing and Geosciences (Vol. XXX; XXX 2021)__ -DOI: xxx +DOI: https://doi.org/10.1016/j.acags.2021.100066 Use the `sediment_generator.py` Python code to generate your own sediment bodies as it is described in the paper. diff --git a/sediment_generator.py b/sediment_generator.py index d0f26ea..f39c35e 100644 --- a/sediment_generator.py +++ b/sediment_generator.py @@ -1,7 +1,10 @@ # -*- coding: utf-8 -*- """ -Source code to the publication "3D Discrete Sediment Body Modelling" by -G.H. Erharter, F. Tschuchnigg, G. Poscher in the journal XXXXXX +Source code to the publication +"Stochastic 3D modelling of discrete sediment bodies for geotechnical applications" +by G.H. Erharter, F. Tschuchnigg, G. Poscher in the journal +Applied Computing and Geosciences +DOI: https://doi.org/10.1016/j.acags.2021.100066 Coding: G.H. Erharter """