diff --git a/Documentation/bibliography/ogs.bib b/Documentation/bibliography/ogs.bib index ad9af2d19df22e434b3f47aaca4bfda27b9dc225..31c52e11935e579b3cce4bcc21f7739e60e334a7 100644 --- a/Documentation/bibliography/ogs.bib +++ b/Documentation/bibliography/ogs.bib @@ -212,3 +212,15 @@ year={2013}, publisher={Elsevier} } + +@article{lu2022, +title = {A new operator-splitting finite element scheme for reactive transport modeling in saturated porous media}, +journal = {Computers & Geosciences}, +volume = {163}, +pages = {105106}, +year = {2022}, +issn = {0098-3004}, +doi = {10.1016/j.cageo.2022.105106}, +author = {Renchao Lu and Thomas Nagel and Jenna Poonoosamy and Dmitri Naumov and Thomas Fischer and Vanessa Montoya and Olaf Kolditz and Haibing Shao}, +keywords = {Reactive transport modeling, Operator splitting approach, Integration-point collocation scheme}, +} diff --git a/ThirdParty/container-maker b/ThirdParty/container-maker index c04fbd09c47a27286bcce0289032141011c38700..1142f77f64b2c1714796edc8df6b7ec44f0ff569 160000 --- a/ThirdParty/container-maker +++ b/ThirdParty/container-maker @@ -1 +1 @@ -Subproject commit c04fbd09c47a27286bcce0289032141011c38700 +Subproject commit 1142f77f64b2c1714796edc8df6b7ec44f0ff569 diff --git a/web/.gitignore b/web/.gitignore index 711e7a2dc553445a3e8e5821047e6893917cf595..d0b7de3802917e6d8812b9abf7029966fe562895 100644 --- a/web/.gitignore +++ b/web/.gitignore @@ -8,6 +8,7 @@ npm-debug.log yarn-error.log yarn.lock resources/ +.hugo_build.lock # Generated by other tools content/internal diff --git a/web/content/publications/_index.md b/web/content/publications/_index.md index c7ea20ddf73fb6857b5e1b9722894d31300156d9..de49f219c3b0a150446ed3f8d66672922830a191 100644 --- a/web/content/publications/_index.md +++ b/web/content/publications/_index.md @@ -9,6 +9,8 @@ weight = 3 <h1 class="sm:text-3xl text-2xl font-medium title-font mb-2 text-gray-900">OpenGeoSys publications overview</h1> <p class="lg:w-1/2 w-full leading-relaxed text-base">If you find OpenGeoSys useful for your research please cite us!</p> +### Highlighted paper + <div class="bg-brand-50 rounded-lg p-2 mb-4 text-gray-900"> {{< bib "kolditz2012" >}} </div> @@ -16,3 +18,9 @@ weight = 3 <div class="bg-brand-50 rounded-lg shadow p-2 mb-4 text-gray-900"> {{< bib "bilke2019" >}} </div> + +<div class="bg-brand-50 rounded-lg shadow p-2 mb-4 text-gray-900"> +{{< bib "lu2022" >}} +</div> + +### More publications diff --git a/web/data/bib_ogs.yaml b/web/data/bib_ogs.yaml index 1487dcf363cd72615190d727bae6cae4b2acdfdb..3c8ba5a39a756dfed0b7ee79d41c7416c2b3c0cb 100644 --- a/web/data/bib_ogs.yaml +++ b/web/data/bib_ogs.yaml @@ -338,3 +338,75 @@ entries: last: Kolditz - first: Haibing last: Shao + xu2011simulation: + type: inproceedings + title: Simulation of dilatancy-controlled gas migration process in saturated + argillaceous rock + booktitle: Computational geomechanics, COMGEO II. Proceedings of the 2nd international + symposium on computational geomechanics + pages: 693--703 + year: '2011' + author: + - first: WJ + last: Xu + - first: H + last: Shao + - first: J + last: Hesser + - first: WQ + last: Wang + - first: O + last: Kolditz + - first: T + last: Popp + xu2013coupled: + type: article + title: Coupled multiphase flow and elasto-plastic modelling of in-situ gas + injection experiments in saturated claystone (Mont Terri Rock Laboratory) + journal: Engineering Geology + volume: '157' + pages: 55--68 + year: '2013' + publisher: Elsevier + author: + - first: WJ + last: Xu + - first: H + last: Shao + - first: J + last: Hesser + - first: W + last: Wang + - first: K + last: Schuster + - first: O + last: Kolditz + lu2022: + type: article + title: A new operator-splitting finite element scheme for reactive transport + modeling in saturated porous media + journal: Computers & Geosciences + volume: '163' + pages: '105106' + year: '2022' + issn: 0098-3004 + doi: 10.1016/j.cageo.2022.105106 + keywords: Reactive transport modeling, Operator splitting approach, Integration-point + collocation scheme + author: + - first: Renchao + last: Lu + - first: Thomas + last: Nagel + - first: Jenna + last: Poonoosamy + - first: Dmitri + last: Naumov + - first: Thomas + last: Fischer + - first: Vanessa + last: Montoya + - first: Olaf + last: Kolditz + - first: Haibing + last: Shao