Skip to content

Commit

Permalink
Merge branch 'master' into small-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marton-balazs-kovacs authored Nov 4, 2023
2 parents 210ebb7 + 32f261d commit e21b2d5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
8 changes: 5 additions & 3 deletions R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,13 @@ app_ui <- function() {
# Citation
HTML(
"<p><b>Citation:</b></br>
<a class='link' 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>"
Kovacs, M., Holcombe, A., Aust, F., & Aczel, B. (2021). <a href='https://doi.org/10.3233/ISU-210109'; target='_blank'>Tenzing and the importance of tool development for research efficiency.</a> <i>Information Services & Use, 41</i>, 123-130.
<BR>
Holcombe, A. O., Kovacs, M., Aust, F., & Aczel, B. (2020). <a href='https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0244611'; target='_blank'>Documenting contributions to scholarly articles using CRediT and tenzing.</a> <i>PLOS ONE, 15</i>(12), e0244611.</p>"
),
# Privacy notice
HTML("<p><b>Privacy notice:</b></br>
<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>")
HTML("<p><b>Privacy:</b><BR>
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
23 changes: 13 additions & 10 deletions inst/app/www/about.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,31 @@ title: ""
output: html_document
---

### About contributorship
<i>tenzing</i> is a project of the <a href="https://contributorshipcollaboration.github.io/" class="link" target='_blank'>Contributorship Collaboration</a>.

<a href="http://credit.niso.org/" class="link" target='_blank'>CRediT</a> (Contributor Roles Taxonomy) is a high-level taxonomy, including 14 roles, that indicate some of the roles played by contributors to scientific scholarly output. The roles describe each contributor's specific contribution to the scholarly output.
_tenzing_ is named after the Nepali-Indian Sherpa Tenzing Norgay, who was one of the first two people to reach the summit of Mount Everest. Despite his essential contribution, the achievement is often credited less to him than to his partner, the New Zealand mountaineer Edmund Hillary.

*tenzing* is named after the Nepali-Indian Sherpa Tenzing Norgay, who was one of the two individuals who reached the summit of Mount Everest for the first time. Despite his essential contribution, the achievement is less credited to him than to his partner, the New Zealand mountaineer Edmund Hillary.
### About CRediT

### Contributors
<a href="http://credit.niso.org/" class="link" target='_blank'>CRediT</a> (Contributor Roles Taxonomy) is a high-level taxonomy of 14 roles that indicate some of the roles played by contributors to scientific scholarly output. The roles describe each contributor’s specific contribution to the scholarly output.

Marton Kovacs, Alex Holcombe, Balazs Aczel, Frederik Aust, Julien Colomb
### Contributors

### Citation
Marton Kovacs, Alex Holcombe, Balazs Aczel, Frederik Aust, Julien Colomb.

Please cite the following article when referring to tenzing:
### Related papers

Holcombe, A. O., Kovacs, M., Aust, F., & Aczel, B. (2020). <a href="https://doi.org/10.1371/journal.pone.0244611" class="link" target='_blank'>Documenting contributions to scholarly articles using CRediT and tenzing</a>. *Plos one, 15*(12), e0244611.
Kovacs, M., Holcombe, A., Aust, F., & Aczel, B. (2021). <a href="https://doi.org/10.3233/ISU-210109" class="link" target='_blank'>Tenzing and the importance of tool development for research efficiency</a>. Information Services & Use, 41, 123–130. DOI:10.3233/ISU-210109

### Organizations recommending the app
### Groups that recommend <i>tenzing</i>

<a href="https://www.collabra.org/" class="link" target='_blank'>Collabra: Psychology</a>
<br>
<a href="https://sfdora.org/resource-library/?_resource_type=tools" class="link" target='_blank'>DORA</a>
<br>
<a href="https://ukrn.org" class="link" target='_blank'>UKRN</a>

### Questions and comments
### Contact

If you have any questions or comments, please write to <a href="mailto:marton.balazs.kovacs@gmail.com" class="link" target="_blank">Marton Kovacs</a>, or submit an issue <a href="https://github.com/marton-balazs-kovacs/tenzing" class="link" target='_blank'>on Github</a>.
If you have any questions or comments, please add to the <a href="https://github.com/marton-balazs-kovacs/tenzing" class="link" target='_blank'>issues on Github</a>, email Marton: marton.balazs.kovacs@gmail.com, or message us <a href="https://neuromatch.social/@tenzingContrib" class="link" target="_blank">on Mastodon</a>.

0 comments on commit e21b2d5

Please sign in to comment.