We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2555afa commit 6ca9621Copy full SHA for 6ca9621
example/logic/paper.md
@@ -7,6 +7,7 @@ authors:
7
- name: Chris Mungall
8
orcid: 0000-0002-6601-2165
9
affiliation: 1
10
+ role: Writing
11
- name: Hirokazu Chiba
12
affiliation: 2
13
orcid: 0000-0003-4062-8903
resources/biohackrxiv/latex.template
@@ -523,6 +523,15 @@ $if(biblatex)$
523
$endif$
524
$for(include-after)$
525
$include-after$
526
-
527
$endfor$
+
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
537
\end{document}
0 commit comments