Replies: 1 comment 1 reply
-
In general you use pandoc templates, and use metadata from your markdown to generate the correct fields. I don't use epub but do generate academic html as an option for my projects: https://github.com/iandol/dotpandoc/blob/master/templates/custom.html#L51 This uses my academic metadata filter to make email, corresponding author, equal contribution, institution affiliations etc. ![]() My metadata looks like this: author:
- name: John Doe
affiliation: 1
equal_contributor: true
- name: Joanna Doe
affiliation: [1,2]
correspondence: [email protected]
equal_contributor: true
institute:
- 1: International Cephalopod Research Institute (ICRI), Pacific Ocean.
- 2: Center for Advanced Octopod Studies (CAOS), Atlantic Ocean. My Pandoc "recipe" for this (I use pandocomatic for managing pandoc compiles): https://github.com/iandol/dotpandoc/blob/master/pandocomatic.yaml#L712 I use my own academic filter |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to use the epub format for conference papers, but can't seem to find a way to add author's affiliation or email under their name. Any tips much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions