Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for funding metadata key #22

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aleixalcacer
Copy link

I have added basic support for funding as indicated at https://assets.ctfassets.net/o78em1y1w4i4/3ro3yQff1q67JHmLi1sAqV/1348e3852f277867230fc4b84a801734/elsdoc-1.pdf.

It can be used in the following way:

---
...
funding:
     statement: This work is supported by AAA [aaa name]
...
---

However, I haven't found any elegant option to support:

---
...
funding: This work is supported by AAA [aaa name]
...
---

My suspicion is that the funding keyword is not well parsed in quarto, but I'm not sure.

Is it enough or should it be improved?

@dragonstyle
Copy link
Collaborator

Thanks for the PR. We should be normalizing that funding key and it appears we aren't doing it as expected in the pre-release. I'll have a look at that issue (I've created a linked to this) and then will merge this when I've confirmed it is working as expected!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants