Add your institution to the contributor's list
nf-core is by design a collaborative effort and would not exist if its many dedicated contributors. nf-core contributors are welcome to add their institution to the contributors page on the nf-core website.
To add your institution to the contributors page:
-
Fork the nf-core/website GitHub repository.
TipSee Contributing to a project to learn how to contribute to a project through forking.
-
Add your details and your institutional details to
contributors.yaml
on your fork:full_name:
Full name of your institutionshort_name:
Short name of your institution (e.g., an acronym)description:
Short description of the main activities of your institution (seecontributors.yaml
for examples)address:
Postal address of your institutionurl:
Institution URLaffiliation:
Your affiliation (i.e., the department of your institution where you work)affiliation_url:
Your affiliation URLimage_fn:
Logo filename (see below)contact
: Your namecontact_email:
Your e-mailcontact_github:
Your GitHub usernamelocation:
Institute location in geocoordinates format ([<longitude>, <latitude>]
)twitter:
Institution X (formerly twitter) handle (if available)
-
Add a colour and a white SVG of your institutional logo to your fork:
-
Add a white SVG with no background to the
/public/images/contributors/white/
folder. -
Add a colour SVG with no background to the
/public/images/contributors/colour/
folder.NoteBoth SVG files must have the name that you defined in the
contributors.yaml
underimage_fn:
and must be vectors. Do not add a SVG file with an embedded raster image.NoteYou are responsible for making sure that you have the permission to use your institutional logos.
-
-
Open a pull request from your fork to the main branch of the nf-core/website.
-
Share your PR on the nf-core
#request-review
Slack channel and wait for approval.