Skip to content

Commit

Permalink
Merge pull request #81 from alexholcombe/patch-14
Browse files Browse the repository at this point in the history
Update app_ui.R
  • Loading branch information
marton-balazs-kovacs authored Oct 17, 2023
2 parents ac32250 + 3ef7527 commit d1d141a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,17 @@ app_ui <- function() {
# Citation
HTML(
"<p><b>Citation:</b></br>
<a href='https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0244611'; target='_blank'>Holcombe, A. O., Kovacs, M., Aust, F., & Aczel, B. (2020). Documenting contributions to scholarly articles using CRediT and tenzing. <i>PLoS ONE, 15</i>(12), e0244611.</a></p>"
<a href='https://doi.org/10.3233/ISU-210109'; target='_blank'>Kovacs, M., Holcombe, A., Aust, F., & Aczel, B. (2021). Tenzing and the importance of tool development for research efficiency. <i>Information Services & Use, 41</i>, 123-130.</a></p>
<BR>
<a href='https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0244611'; target='_blank'>Holcombe, A. O., Kovacs, M., Aust, F., & Aczel, B. (2020). Documenting contributions to scholarly articles using CRediT and tenzing. <i>PLoS ONE, 15</i>(12), e0244611.</a></p>"
),
# Donation
HTML(
"<p><b>Donation:</b></br>
<a href='https://opencollective.com/tenzing'; target='_blank'>Open Collective</a></p>"
),
# Privacy notice
HTML("<p><b>Privacy notice:</b></br>
HTML("<p><b>Privacy notice:</b>
<p>To get a sense of how many users we have, we log a masked version of IP addresses. You are not identifiable by the logged information.</p>")
),
column(2)
Expand Down

0 comments on commit d1d141a

Please sign in to comment.