Skip to content

Commit

Permalink
Merge pull request #15 from martens73/edits
Browse files Browse the repository at this point in the history
Edits
  • Loading branch information
martens73 authored Feb 11, 2020
2 parents d8f8d17 + f59ee50 commit db38d06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Requirements for running 'ScarFace' and a manual can be found in 'MANUAL.md'.
<br><br>
If you use 'ScarFace' for your published research, please cite:
<br><br>
Raitzsch, M. and Gattuso, J.-P., 2020. ScarFace - seacarb calculations with R Shiny user interface. https://doi.org/10.5281/zenodo.3662140.
Raitzsch, M. and Gattuso, J.-P., 2020. ScarFace - seacarb calculations with R Shiny user interface. https://doi.org/10.5281/zenodo.3662139.
<br> as well as <br>
Gattuso J.-P., Epitalon J.-M., Lavigne H. and Orr J., 2019. seacarb: seawater carbonate chemistry. R package version 3.2.12. http://CRAN.R-project.org/package=seacarb.
4 changes: 2 additions & 2 deletions app.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ui <- dashboardPage(
br(),
br(),
p("ScarFace", align = "center", style="color: #7da2d1; font-size: 48px"),
p(em("version 1.0.0"), align="center"),
p(em("version 1.0.1"), align="center"),
p("This application is designed to calculate the carbonate system chemistry of seawater based on the 'seacarb' package using a graphical user interface", align="center"),
p("Its name stands for ",tags$b("s"),"ea",tags$b("car"),"b calculations with R Shiny user inter",tags$b("face"),".",align="center"),
p("'ScarFace' was written in 'R' and embedded in an interactive web app using the 'Shiny' package. Shiny combines the computational power of R with the interactivity of the modern web.", align="center"),
Expand Down Expand Up @@ -363,7 +363,7 @@ ui <- dashboardPage(
p(em("version 1.0.0"), align="center"),
p("When you use 'ScarFace' for your published research, please cite the following two references:", align="center"),
br(),
p("Raitzsch, M. and Gattuso, J.-P., 2020. ScarFace - seacarb calculations with R Shiny user interface. https://doi.org/10.5281/zenodo.3662140.", align="center"),
p("Raitzsch, M. and Gattuso, J.-P., 2020. ScarFace - seacarb calculations with R Shiny user interface. https://doi.org/10.5281/zenodo.3662139.", align="center"),
p("Gattuso J.-P., Epitalon J.-M., Lavigne H. and Orr J., 2019. seacarb: seawater carbonate chemistry. R package version 3.2.12. http://CRAN.R-project.org/package=seacarb.", align="center")
)
)
Expand Down

0 comments on commit db38d06

Please sign in to comment.