org-mode does indeed support footnotes[fn:1], but I was recently saddened to find that Github doesn't render them (it does render more basic org-mode features, though).
org-ref[fn:2] has extensive support for for citations and is explicitly designed for scientific papers and output to LaTeX.
> org-mode does indeed support footnotes[fn:1], but I was recently saddened to find that Github doesn't render them (it does render more basic org-mode features, though).
GitHub uses this org-ruby project[1] to render Org files. If someone loves Org and knows Ruby too (I don't), please open PR's on that repo to improve Org parsing.
Slightly off topic but I have to ask: would you be willing to share your markdown workflow for academic writing? I am very interested in graduating from latex :)
This is somehwat geared toward my specific preferences as a social scientist, but my cookiecutter template contains pretty much everything you need for academic writing using pandoc: https://bitbucket.org/jboy1/cookiecutter-pandoc-paper
You can also consult Kieran Healy's guide here: http://plain-text.co (again, this targets social scientists)
I would second this, having written a lot of documentation recently (markdown + template + pandoc -> pdf) I am very interested in improving this workflow.
This is normal text^[And this is a footnote, which will be rendered as such when converting to, say, LaTeX]
I can also add citations [@likethisone, p. 12]. Pandoc will look up and format that bibtex reference for me.
Is there anything like that for Org-Mode?