This repository creates the webpage for the contributorship-collaboration Github organization. The page was built with hugo and it uses a modified version of the hugo-fresh theme.
The goal of the Contributorship Collaboration project to make curating and reporting scholarly contributions easier and more transparent.
CRediT (Contributor Roles Taxonomy) is one way to document contributions and is used by hundreds of journals. CRediT is a taxonomy of 14 categories of contributions to scientific scholarly output. Each researcher can indicate which category they contributed to in a scholarly project.
Our first tool, the tenzing Shiny app and associated R package, were developed to facilitate researcher reporting of contributorship information in manuscripts and journal articles. 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 may not be credited to him as much as he deserves relative to his partner, the New Zealand mountaineer Edmund Hillary.
To load the webpage locally for development purposes:
- Install the extended version of hugo on your machine
- Install go > 1.13
- Clone this repository to your machine
- cd into the cloned repository
- Run the site locally by typing
hugo server
in the terminal - Open the site through the
http://localhost:1313
address in a browser
To trigger updating of the Hugo HTML site that this repository creates:
- make any change to this repo (which is distinct from the translations repo). That will trigger Hugo to re-render the HTML, including using the translations of CRediT encoded in the JSON files to create the HTML translation webpages.