|
+ {{ with index $portraits 0 }}
+ |
+ {{ end }}
+
+ {{ if .Param "graphRootNodePID" | default false }}
+
+
+
+
+ {{ end }}
+
+ {{ if .Param "graphDescription" | default false }}
+
+ {{ .Param "graphDescription" }} + {{ end }} +
+
+
+
+ |
+
{{ . }}
+ {{ end }} + + {{ $links := dict + "Debian" "https://qa.debian.org/developer.php?login=%s" + "GitHub" "https://github.com/%s" + "LinkedIn" "https://www.linkedin.com/in/%s" + "ORCID" "https://orcid.org/%s" + "ResearchGate" "https://www.researchgate.net/profile/%s" + }} + {{ with .Params.identifiers }} +-
+ {{ range . }}
+ {{ $notation := .notation }}
+ {{ $name := "" }}
+ {{ if reflect.IsMap .creator }}
+ {{ $name = index .creator "name" }}
+ {{ else }}
+ {{ $name = .creator }}
+ {{ end }}
+
- + {{ if and $name (isset $links $name) }} + + {{ $name }}: {{ $notation }} + + {{ else }} + {{ $name }}: {{ $notation }} + {{ end }} + + {{ end }} +