Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Strand Lab
StrandLab2.net
Commits
b0c6dab4
Commit
b0c6dab4
authored
Jun 17, 2020
by
Gervaise Henry
🤠
Browse files
Merge branch 'develop' into 'master'
Develop See merge request
!68
parents
95fcc075
f31029d3
Pipeline
#7285
passed with stages
in 20 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
layouts/custom/people.html
View file @
b0c6dab4
...
...
@@ -72,7 +72,7 @@
<h4>
{{.Params.tit}}
</h4>
{{ if not (eq .Params.orcid "") }}
<p>
<a
href=
"https://orcid.org/{{.Params.orcid}}"
><img
<a
href=
"https://orcid.org/{{.Params.orcid}}"
target=
"_blank"
><img
src=
"https://orcid.org/sites/default/files/images/orcid_16x16.png"
>
orcid.org/{{.Params.orcid}}
</a>
</p>
{{ end }}
...
...
layouts/custom/publications.html
View file @
b0c6dab4
...
...
@@ -43,7 +43,7 @@
{{ if not (eq .Params.ppubmed "") }}
<h4><i><a
href=
"https://www.ncbi.nlm.nih.gov/pubmed?term={{.Params.ppubmed}}"
target=
"_blank"
>
{{else}}
<h4><i><a
href=
"{{.Params.plink}}"
>
<h4><i><a
href=
"{{.Params.plink}}"
target=
"_blank"
>
{{end}}
{{.Params.pauthor}}, {{.Params.pjournal}},{{.Params.pdate}}
</a></i></h4>
{{ range first 1 .Params.prepo }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment