diff --git a/src/pages/models/corcho-2022-collision/index.md b/src/pages/models/corcho-2022-collision/index.md index 49b2b03..ca21d0c 100644 --- a/src/pages/models/corcho-2022-collision/index.md +++ b/src/pages/models/corcho-2022-collision/index.md @@ -8,6 +8,7 @@ for_codes: - 3706 - 370604 status: completed +doi: software: - name: UWGeodynamics doi: 10.5281/zenodo.5606117 diff --git a/src/pages/models/mather-2022-groundwater/index.md b/src/pages/models/mather-2022-groundwater/index.md index d2dc4e8..03ba35f 100644 --- a/src/pages/models/mather-2022-groundwater/index.md +++ b/src/pages/models/mather-2022-groundwater/index.md @@ -11,6 +11,7 @@ for_codes: - 040601 - 040301 status: completed +doi: software: - name: Underworld2 doi: 10.5281/zenodo.7455999 diff --git a/src/pages/models/polanco-2023-deltas/index.md b/src/pages/models/polanco-2023-deltas/index.md index 199334b..4adc07a 100644 --- a/src/pages/models/polanco-2023-deltas/index.md +++ b/src/pages/models/polanco-2023-deltas/index.md @@ -10,6 +10,7 @@ for_codes: - 0406 - 040601 status: completed +doi: 10.5194/egusphere-2023-53 software: - name: Badlands doi: 10.5281/zenodo.1069573 diff --git a/src/pages/models/sandiford-2021-detachment/index.md b/src/pages/models/sandiford-2021-detachment/index.md index 751d640..e8f2d5d 100644 --- a/src/pages/models/sandiford-2021-detachment/index.md +++ b/src/pages/models/sandiford-2021-detachment/index.md @@ -8,6 +8,7 @@ for_codes: - 3706 - 370604 status: completed +doi: "" software: - name: ASPECT doi: 10.5281/zenodo.6903424 diff --git a/src/templates/model.js b/src/templates/model.js index c104696..2c1c4f0 100644 --- a/src/templates/model.js +++ b/src/templates/model.js @@ -43,6 +43,7 @@ const ModelTemplate = ({ research_tags, title, slug, + doi, }) => { const PostContent = contentComponent || Content const dataset_url = ( @@ -132,10 +133,12 @@ const ModelTemplate = ({
-

Abstract

+

Description

{abstract}

+ + { publication &&
@@ -175,6 +178,33 @@ const ModelTemplate = ({
} + + { + doi && +
+

Metadata & citation

+ { + doi && + + } + + { + licence_content && + +
{licence_content}
+
+ } +
+ } + + +

Licence

@@ -388,6 +418,7 @@ const ModelsPage = ({ data }) => { research_tags={post.frontmatter.research_tags} title={post.frontmatter.title} slug={post.frontmatter.slug} + doi={post.frontmatter.doi} /> ) @@ -406,6 +437,7 @@ export const pageQuery = graphql` frontmatter { abstract slug + doi animations { caption src {