From 17bc40b49daef7320d80b3e6fe4647af3c0e8516 Mon Sep 17 00:00:00 2001 From: NiklasHohmann <67792281+NiklasHohmann@users.noreply.github.com> Date: Thu, 16 Mar 2023 10:42:41 +0100 Subject: [PATCH] + DOI --- README.md | 2 +- app.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bee81c7..32142fa 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The app can be used online at [stratigraphicpaleobiology.shinyapps.io/shellbed_c ## Citation -To cite the app, use +To cite the app, please use - Hohmann, N., & Jarochowska, E. (2023). Shellbed Condensator (v1.0.0). Zenodo. [DOI: 10.5281/zenodo.7739986](https://doi.org/10.5281/zenodo.7739986) diff --git a/app.R b/app.R index a4fbe4e..73dbdd4 100644 --- a/app.R +++ b/app.R @@ -125,7 +125,7 @@ ui <- navbarPage( tags$h4("How to Cite"), tags$p("To cite this app, please use the following references:"), tags$ul( - tags$li(HTML("Hohmann, N., & Jarochowska, E. (2023). Shellbed Condensator (v1.0.0). Zenodo. DOI: 10.5281/zenodo.7739986 ")), + tags$li(HTML("Hohmann, N., & Jarochowska, E. (2023). Shellbed Condensator (v1.0.0). Zenodo. doi.org/10.5281/zenodo.7739986 ")), tags$li(HTML("Hohmann, N. (2021). Incorporating Information on Varying Sedimentation Rates into Paleontological Analyses. PALAIOS , 36. doi.org/10.2110/palo.2020.038 . ")), tags$li(HTML("Hohmann, N. (2020). R package \"DAIME\". Comprehensive R Archive Network (CRAN). URL cran.r-project.org/web/packages/DAIME , doi.org/10.5281/zenodo.3702552 ")) ),