From 30dec8096bea2aa1d4e8653b0a32f4d12998bb9d Mon Sep 17 00:00:00 2001 From: Antoine Jacquey Date: Tue, 30 Jul 2019 18:26:10 +0200 Subject: [PATCH] Fixed some issues in the doc --- CITATION | 4 ++-- doc/content/application_development/damage_rheology.md | 4 ++-- doc/content/application_development/identities.md | 2 +- doc/content/application_development/plasticity.md | 2 +- doc/content/documentation.menu.md | 4 ++++ doc/content/examples/index.md | 6 +----- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CITATION b/CITATION index 75ffa97..4c51de4 100644 --- a/CITATION +++ b/CITATION @@ -14,8 +14,8 @@ Here are the BibTex entries for LaTeX users: @misc{LYNXApp, author = {Jacquey, Antoine B. and Cacace, Mauro}, title = {{LYNX: Lithosphere dYnamic Numerical toolboX, a MOOSE-based application}}, - month = jul, - year = 2019, + month = {jul}, + year = {2019}, doi = {10.5281/zenodo.3355376}, url = {https://doi.org/10.5281/zenodo.3355376} } \ No newline at end of file diff --git a/doc/content/application_development/damage_rheology.md b/doc/content/application_development/damage_rheology.md index 11451b9..08fcf04 100644 --- a/doc/content/application_development/damage_rheology.md +++ b/doc/content/application_development/damage_rheology.md @@ -4,7 +4,7 @@ Here we describe the base for the damage rheology implementation in LYNX. ## Stress update -We rely of the elastic energy and stress formulation of [cite:lyakhovsky1997]: +We rely of the elastic energy and stress formulation of [!cite](lyakhovsky1997): \begin{equation} \sigma_{ij} = \left(\lambda - \frac{\alpha \gamma}{\xi}\right) \varepsilon_{kk} \delta_{ij} + \left(2G - \alpha \gamma \left(\xi - 2\xi_{0}\right)\right) \varepsilon_{ij}. @@ -47,7 +47,7 @@ The parameter $\xi_{0}$ represents the modified internal friction of the materia ## Inelastic model -In LYNX, we rely on a different formulation as the one presented in [cite:lyakhovsky1997,lyakhovsky2015] for the inelastic update. The yield function presented in [cite:lyakhovsky2015] reads: +In LYNX, we rely on a different formulation as the one presented in [!cite](lyakhovsky1997,lyakhovsky2015) for the inelastic update. The yield function presented in [!cite](lyakhovsky2015) reads: \begin{equation} f = D\varepsilon_{v}^{3} + {\lVert \varepsilon_{ij} \rVert}^{2} \left(\xi - \xi_{0}\right) diff --git a/doc/content/application_development/identities.md b/doc/content/application_development/identities.md index 9ca043f..bd360e7 100644 --- a/doc/content/application_development/identities.md +++ b/doc/content/application_development/identities.md @@ -1,6 +1,6 @@ ## Some identities -In the following description, we make use of the following identities extended from [cite:dunne2005]. +In the following description, we make use of the following identities extended from [!cite](dunne2005). Stress invariants: diff --git a/doc/content/application_development/plasticity.md b/doc/content/application_development/plasticity.md index e87b66a..2b08b36 100644 --- a/doc/content/application_development/plasticity.md +++ b/doc/content/application_development/plasticity.md @@ -51,7 +51,7 @@ Using Eq. 3, the plastic increment can be written: ## Tangent operator modulus -Here we extend the tangent operator modulus given in [cite:dunne2005] to account for volumetric deformation and non-associative models. +Here we extend the tangent operator modulus given in [!cite](dunne2005) to account for volumetric deformation and non-associative models. The tangent operator modulus is defined as: \begin{equation} diff --git a/doc/content/documentation.menu.md b/doc/content/documentation.menu.md index 61fdb0a..4bd5456 100644 --- a/doc/content/documentation.menu.md +++ b/doc/content/documentation.menu.md @@ -7,6 +7,10 @@ !col! class=s12 m6 l4 ## [Application Development](application_development/index.md) + +- [Plasticity](application_development/plasticity.md) +- [Viscoplasticity](application_development/viscoplasticity.md) +- [Damage rheology](application_development/damage_rheology.md) !col-end! !col! class=s12 m6 l4 diff --git a/doc/content/examples/index.md b/doc/content/examples/index.md index 5b63c73..c1375f7 100644 --- a/doc/content/examples/index.md +++ b/doc/content/examples/index.md @@ -1,7 +1,3 @@ # Examples -- [Frequently Asked Questions](help/faq.md) -- [Troubleshooting](help/troubleshooting.md) -- [Developer Tools](help/development/index.md) -- [GFZ Linux cluster usage](help/glicconnectivity.md) -- [Contact Us](help/contact_us.md) +Here we will put some examples -- GitLab