Skip to content

contributorshipcollaboration/contributorshipcollaboration.github.io

Repository files navigation

Contributorship Collaboration

The goal of the Contributorship Collaboration project to make curating and reporting scholarly contributions easier and more transparent.

We use CRediT (Contributor Roles Taxonomy) to document contributions. 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.

This repository contains the landing page for the contributorship-collaboration Github organization. The page was built with hugo and it uses a modified version of the hugo-fresh theme.

Development mode

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

Updating the Hugo site, including the translations

To update the HTML webpages that this repo creates (https://contributorshipcollaboration.github.io/):

  • make any change to this repo (which is distinct from the translations repo). That will trigger Hugo site to re-render the HTML, including using the language translation JSONs to create the HTML translation webpages.