-
Notifications
You must be signed in to change notification settings - Fork 30
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 email to author data for 1.2.0 and CodeMeta output #294
Conversation
Will this eventually be merged? Just ran into problems with If this is merged, the workaround would be simplified to just prioritizing the codemeta output produced by cffconvert. |
'___N__E': self._from_name_and_email, | ||
'____AOE': self._from_affiliation_and_orcid_and_email, | ||
'____A_E': self._from_affiliation_and_email, | ||
'_____OE': self._from_orcid_and_email, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'______E' should still be added
…ng method _from_email() refs PR #294
FYI I'm expanding on this in PR |
Hi Stephan, thanks for your work on this. I'm merging this, and building on top of it in PR #309 FYI |
This PR aims to fix #285.
It adds emails to authors for
and output formats
As these are the only 2 formats including email information for authors, this can be assumed to be a complete fix for the issue.