Skip to content

Commit 6ca9621

Browse files
committed
Roles at the bottom
1 parent 2555afa commit 6ca9621

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

example/logic/paper.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors:
77
- name: Chris Mungall
88
orcid: 0000-0002-6601-2165
99
affiliation: 1
10+
role: Writing
1011
- name: Hirokazu Chiba
1112
affiliation: 2
1213
orcid: 0000-0003-4062-8903

resources/biohackrxiv/latex.template

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,15 @@ $if(biblatex)$
523523
$endif$
524524
$for(include-after)$
525525
$include-after$
526-
527526
$endfor$
527+
528+
$if(authors)$
529+
\subsection*{Author contributions}
530+
$for(authors)$
531+
$if(authors.role)$
532+
$authors.name$:\,$authors.role$
533+
$endif$
534+
$endfor$
535+
$endif$
536+
528537
\end{document}

0 commit comments

Comments
 (0)