I was doing a pandoc beamer presentation, and have already inserted a bibliography. I have to insert another set of bibliographic citations that includes "My publications" that has to exist on a seperate frame. Is this possible in pandoc / beamer or should I do a manual add? What I am currently doing is like below and looking to automate the data in # My Publications
with automated citations that exist in the bib file I use. Thanks!
---
title: One Tests pandoc beamer doing a presentation
bibliography: mybib.bib
suppress-bibliography: true
---
# My First Slide
This can be addressed as [@SomeCite_1992]
# My Second Slide
Another study shows that this can be done [@OtherCite_2020]
# References
(pandoc maual says div marked as #refs will be filled with biblio)
::: {#refs}
:::
# My publications
Me Myself, A Colleague, The Professor, "Hard-found evidence that this is not hugely important", J. Awesome studies, Feb 2019.
Me Myself, Another dude, The Professor, "Some crazy study that means nothing", J. None Reads, Dec 2020.