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 CITATION.cff format #1987

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

c-martinez
Copy link

This PR addresses #1469

I am not very experienced with R, but am a big supporter of CITATION.cff and encourage its adoption at every opportunity, so this looked like a good opportunity to contribute. I've asked a colleague (@PabRod) to review my code before sending this PR.

I don't think this is perfect, but I think it works and am happy to improve it as necessary.

* Initial test adding cff

* Add dummy CFF file

* Add citation

* Minor typo in display message

* Generate documentation

---------

Co-authored-by: Carlos Martinez <neocarlitos@gmail.com>
Co-authored-by: Pablo Rodríguez Sánchez <pablo.rodriguez.sanchez@gmail.com>
@PabRod
Copy link

PabRod commented May 3, 2024

Some context

Citation File Format (CFF) files are plain text files containing citation info in both a machine- and human-readable manner. This format is endorsed, among others, by:

  • GitHub, where it even renders a citation side menu (see more here)
  • Zenodo, where it's used to autocomplete the repository fields
  • Zotero

All context

Want to know even more? Please visit the Citation File Format website.

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.

None yet

2 participants