{{ define "main" }} {{ .Content }}
The list below is curated manually and as such may not be exhaustive. If you would like to see your dataset here or correct information about your dataset, please get in touch with us. Projects sharing data where at least one author has an affiliation with a Swedish research institute are included. Only projects which openly share data or analysis code that has re-use potential are included.
Last updated: {{ substr $.Site.Data.publications.timestamp 0 10 }}
| Project | Last updated | Available data |
|---|---|---|
|
{{ with .authors }}
{{ if gt (len .) 5}}
{{ range first 5 . }}
{{ $family := (index . "family") }}
{{ $initials := (index . "initials") }}
{{ if not $initials }} {{ $initials = substr (index . "given") 0 1 }} {{ end }}
{{ $family }} {{ $initials }},
{{ end }}
{{ range last 1 . }}
{{ $family := (index . "family") }}
{{ $initials := (index . "initials") }}
{{ if not $initials }} {{ $initials = substr (index . "given") 0 1 }} {{ end }}
[...], {{ $family }} {{ $initials }}
{{ end }}
{{ else }}
{{ $n := sub (len .) 1}}
{{ range first $n . }}
{{ $family := (index . "family") }}
{{ $initials := (index . "initials") }}
{{ if not $initials }} {{ $initials = substr (index . "given") 0 1 }} {{ end }}
{{ $family }} {{ $initials }},
{{ end }}
{{ range last 1 . }}
{{ $family := (index . "family") }}
{{ $initials := (index . "initials") }}
{{ if not $initials }} {{ $initials = substr (index . "given") 0 1 }} {{ end }}
{{ $family }} {{ $initials }}
{{ end }}
{{ end }}
{{ end }}
{{ .journal.title }}{{ if .journal.volume }}
{{ .journal.volume }}{{ end }}{{if .journal.issue}}
({{ .journal.issue }}){{ end }}{{ if .journal.pages }} {{ .journal.pages }}{{ end }}
{{ .doi }}
{{if .abstract }}
Abstract
{{ end }}
{{ .abstract }}
|
{{ .published }} |
{{ with .xrefs }}
{{ $total_dbs := 0 }}
{{ range . }}
{{ if in $valid_db_list .db}}
{{ $total_dbs = add $total_dbs 1 }}
{{ end }}
{{ end }}
{{ $as_list := false }}
{{ if gt $total_dbs 1 }}
{{ $as_list = true }}
{{ end }}
{{ if $as_list }}
|