{{ define "main" }} {{ $page_topic := .Page.Params.topic }} {{ $topic_key := $page_topic | lower }} {{ $topic_key_url := $page_topic | urlize }} {{ .Content }} {{ $n_dh := len (.Site.Taxonomies.highlights_topics.Get $topic_key) }} {{ if $n_dh }}

Data highlights ({{ $n_dh }})

{{- partial "highlights.html" . -}}
See all data highlights on {{ $page_topic }} ({{ $n_dh }})

{{ end }} {{ $n_db := len (.Site.Taxonomies.dashboards_topics.Get $topic_key) }} {{ if $n_db }}

Dashboards ({{ $n_db }})

{{- partial "dashboards.html" . -}}
See all dashboards on {{ $page_topic }} ({{ $n_db }})

{{ end }} {{ $n_ed := len (.Site.Taxonomies.editorials_topics.Get $topic_key) }} {{ if $n_ed }}

Editorials ({{ $n_ed }})

{{- partial "editorials.html" . -}}
See all editorials on {{ $page_topic }} ({{ $n_ed }})

{{ end }} {{ if or (eq $page_topic "COVID-19") (eq $page_topic "Infectious diseases") }} {{/* This needs to be updated manually. Usually once or twice per year. */}}

Sample collections (36)

Name Type Size Materials
Dalarna biobank (forskningsprov och nyinsamlade prov):
SARS-CoV-2 PCR positiva Dalarna
Healthcare sample collection 1000 - 10.000 Nasal swab Throat swab
Gävleborg biobank:
Klinisk mikrobiologi
Healthcare sample collection 1000 - 10.000 Nasal swab Serum Throat swab Other
Halland biobank:
Patologen Halland
Healthcare sample collection 100 - 1000 Tissue (stained sections/slides) Tissue (paraffin preserved)

{{ end }} {{ $topic_projects := slice }} {{ range $ind, $cont := $.Site.Data.research_projects.projects }} {{ if and (in .topic $page_topic) (gt (.enddate | time.Format "20060102") (now | time.Format "20060102")) }} {{ $topic_projects = $topic_projects | append $cont}} {{ end }} {{ end }} {{ if gt (len $topic_projects) 0 }}

Ongoing research projects ({{ len $topic_projects }})

{{ range $ind, $cont := first 3 $topic_projects }} {{ end }}
Project title Funder
{{ if .url }}{{ end }}{{ .project_title }}{{ if .url }}{{ end }}
{{ if or .pi .pi_affiliation }}

Host institute: {{ .pi_affiliation }}
Principal investigator: {{ .pi }}

{{ end }}
{{ if and (eq $.Site.Language.LanguageName "Svenska") .funder_sv }}{{ .funder_sv }}{{ else }} {{ .funder }}{{ end }}

{{ end }} {{ $topic_funding := slice }} {{ range $ind, $cont := $.Site.Data.funding.calls }} {{ if and (or (in .topic $page_topic) (in .topic "General") ) (gt (.submission_deadline | time.Format "20060102") (now | time.Format "20060102")) }} {{ $topic_funding = $topic_funding | append $cont }} {{ end }} {{ end }} {{ if gt (len $topic_funding) 0 }}

Open funding opportunities ({{ len $topic_funding }})

{{ range $ind, $cont := first 3 $topic_funding }} {{ end }}
Call title Deadline Funder
{{ if .call_description }}
{{ truncate 190 .call_description | markdownify }}
{{ end }}
{{ .submission_deadline | time.Format ":date_long" }} {{ .funder }}
{{ end }} {{ end }}