Skip to content

Commit

Permalink
Merge pull request #1093 from ScilifelabDataCentre/citation
Browse files Browse the repository at this point in the history
Add citation page
  • Loading branch information
LianeHughes authored Feb 7, 2024
2 parents 06ca89b + 77ab399 commit 076d816
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 2 deletions.
52 changes: 52 additions & 0 deletions content/english/citation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
title: How to cite the Portal
menu:
top_actions:
name: Cite us
weight: 80
pre: <i class="bi bi-patch-exclamation-fill me-2"></i>
footer_about:
name: Cite us
weight: 30
toc: true
---

In line with the principles of _FAIR_ and _Open Science_, we encourage the reuse of material made available on the Swedish Pathogens Portal. On this page, you will find information about how to cite the portal in the event that you reuse the content. Please note that the information on the portal is updated continuously, therefore it is important to refer to specific versions (or to provide access dates) within citations.

## Research community

In this section, you'll find instructions on how to cite the portal website, or underlying code, in reearch publications.

### Citing website content

##### Research Resource Identifier of Swedish Pathogens Portal

The Resource Identification Portal was created in support of the <a target="_blank" href="https://www.rrids.org/">Resource Identification Initiative</a>. It aims to promote the identification, discovery, and reuse of research resources. Research Resource Identifiers (**RRIDs**) are persistent and unique identifiers for referencing a research resource.

The RRID for the Swedish Pathogens Portal is **SCR_024866**.

By citing the portal using the RRID, you will facilitate further reuse of the portal, enable us to track reuse of the portal, and allow others to easily find the _Summary Report_ for usage the Swedish Pathogens Portal.

##### APA format

**In-text citation**: The data was made available on the Swedish Pathogens Portal (RRID:SCR\*024866)(_insert year_)

**Reference list** SciLifeLab Data Centre (2024). Swedish Pathogens Portal, version (_insert version_) from <https://pathogens.se>, RRID:SCR_024866.

You will find the version of the Portal at the bottom of the footer on any page, or on our <a target="_blank" href="https://github.com/ScilifelabDataCentre/pathogens-portal">Github repository</a>.

If you are aiming to cite particular pages of the portal in particular (e.g. the Data Highlights), you may find that an author is mentioned and a date is given. In this case, you should include the appropriate date and author instead, but must still include the RRID.

### Citing underlying code

From the start, the portal has been operated by the <a target="_blank" href="https://scilifelab.se/data">SciLifeLab Data Centre</a> and partners. Many individuals from the wider community have also contributed to the code over time. All of the source code used on the website is available on GitHub. The code used to produce the website is available in our <a target="_blank" href="https://github.com/ScilifelabDataCentre/pathogens-portal">pathogens-portal repository</a>, and all code used for visualisations are in our <a target="_blank" href="https://github.com/ScilifelabDataCentre/pathogens-portal-visualisations">visualisations repository</a>. All of the code that we have produced is available for reuse under an MIT licence.

##### APA format

SciLifeLab Data Centre (year) pathogens-portal. Retrieved: (date) from <https://github.com/ScilifelabDataCentre/pathogens-portal>

SciLifeLab Data Centre (year) pathogens-portal-visualisations. Retrieved: (date) from <https://github.com/ScilifelabDataCentre/pathogens-portal-visualisations>

## Journalists

Journalists are welcome to reuse images, content, or other material from the **Swedish Pathogens Portal** for articles, blogs, social media etc., provided that the portal is acknowledged. Please refer to the portal as the **Swedish Pathogens Portal** and link to our webpage <https://pathogens.se> when you use content from the Portal. You may also include our RRID: **SCR_024866** (see above for information on RRIDs).
3 changes: 1 addition & 2 deletions layouts/partials/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto navbar-top">
{{ range .Site.Menus.navbar_top }}
<li class="nav-item"><a class="nav-link {{ .Post }}" href="{{ .Page.RelPermalink }}">{{ .Pre }}{{ .Name }}</a>
</li>
<li class="nav-item"><a class="nav-link" href="{{ .Page.RelPermalink }}">{{ .Name }}</a></li>
{{ end }}
{{ if .IsTranslated }}
{{ range .AllTranslations }}
Expand Down

0 comments on commit 076d816

Please sign in to comment.