diff --git a/content/00.front-matter.md b/content/00.front-matter.md index d405dfbf..0db6884e 100644 --- a/content/00.front-matter.md +++ b/content/00.front-matter.md @@ -23,6 +23,7 @@ on {{date}}. ## Authors + + +{## Template for listing authors with numbered affiliations according to https://github.com/greenelab/meta-review/issues/230 ##} +{% for author in authors %} +{{author.name}}^{{author.affiliation_numbers | join(',')}}{% if author.correspondence is defined and author.correspondence == true -%}[*](#correspondence){%- endif -%}^ +{%- if not loop.last -%}, {%- endif -%} +{% endfor %} + + +{% for affiliation in affiliations %} +{{affiliation.affiliation_number}}. {{affiliation.affiliation}} +{%- endfor %} + + +::: {#correspondence} +\* — correspondence preferred via [GitHub Issues](https://github.com/greenelab/meta-review/issues). +Otherwise, address correspondence to and . +:::