Skip to content
Snippets Groups Projects
Commit d45cfed5 authored by Gervaise H. Henry's avatar Gervaise H. Henry
Browse files

Add citebadge to publications page

parent b33ddc4c
Branches
Tags
No related merge requests found
{{ partial "header.html" . }}
<link rel="stylesheet" type="text/css" href="https://cdn.scite.ai/badge/scite-badge-latest.min.css">
<div class="header">
<h1>{{ .Title }}</h1>
<h2>{{ .Description }}</h2>
......@@ -38,6 +40,12 @@
</div>
<div class="column right">
<h3>{{.Params.pname}}</h3>
<div class="scite-badge"
data-doi="{{.Params.doi}}"
data-layout="horizontal"
data-show-zero="true"
data-show-labels="true">
</div>
</div>
</div>
{{ if not (eq .Params.ppubmed "") }}
......@@ -61,4 +69,6 @@
</div>
</div>
<script async type="application/javascript" src="https://cdn.scite.ai/badge/scite-badge-latest.min.js"></script>
{{ partial "footer.html" . }}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment