diff --git a/layouts/custom/publications.html b/layouts/custom/publications.html index 41a1a238e935a06c0c0c61276240ad292cbd3542..b2e02d7fb50982ed91d0f90c74b1dab0677f5524 100644 --- a/layouts/custom/publications.html +++ b/layouts/custom/publications.html @@ -1,5 +1,7 @@ {{ 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