swh:1:snp:bdc19e867479541d0f4994ceaa711217d0dc28ed
Tip revision: 6b764c2b41fb92ee99c386c0b91fb2ac206be173 authored by Hadley Wickham on 06 December 2018, 23:50:07 UTC
version 1.3.0
version 1.3.0
Tip revision: 6b764c2
content-citation-authors.html
<div class="row">
<div class="contents col-md-9">
<div class="page-header">
<h1>Citation</h1>
{{#source}}<small class="dont-index">{{{.}}}</small>{{/source}}
</div>
{{#citations}}
{{{html}}}
<pre>{{{bibtex}}}</pre>
{{/citations}}
<div class="page-header">
<h1>Authors</h1>
</div>
<ul class="list-unstyled">
{{#authors}}
<li>
<p><strong>{{{name}}}</strong>. {{{roles}}}. {{{orcid}}}
{{#comment}}<br /><small>{{{.}}}</small>{{/comment}}</p>
</li>
{{/authors}}
</ul>
</div>
</div>