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

Support Citation File Format (CFF, yaml) as an import format #7945

Closed
Siedlerchr opened this issue Jul 28, 2021 · 3 comments · Fixed by #7946
Closed

Support Citation File Format (CFF, yaml) as an import format #7945

Siedlerchr opened this issue Jul 28, 2021 · 3 comments · Fixed by #7946
Labels
export / save good first issue An issue intended for project-newcomers. Varies in difficulty. import type: feature

Comments

@Siedlerchr
Copy link
Member

JabRef should be able to parse Citation File Format (CFF) and export into it.
Information about the format can be found here.

https://citation-file-format.github.io/
See also https://github.com/citation-file-format/cff-converter-python

Implementation details.
Look at other importers, org.jabref.logic.importer
For YAML parsing, JabRef includes already the jackson yaml parser
https://github.com/FasterXML/jackson-dataformats-text/tree/2.13/yaml

@Siedlerchr Siedlerchr added type: feature import export / save good first issue An issue intended for project-newcomers. Varies in difficulty. labels Jul 28, 2021
@kno10
Copy link

kno10 commented Mar 7, 2023

@AidanM11 any progress on a CFF export? I primarily use bibtex, and was looking for an easy bibtex to CFF conversion. Thank you.

@Siedlerchr
Copy link
Member Author

@kno10 So far there is no export. As this issue was about import, I suggest you open a new issue for the Export so we can better tag this

@koppor
Copy link
Member

koppor commented Nov 28, 2023

I created #10671 as follow-up. (And also changed title of this closed issue, because the title was misleading: One might think, JabRef supports export of CFF).

@koppor koppor changed the title Support Citation File Format (CFF, yaml) as an import/export format Support Citation File Format (CFF, yaml) as an import format Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
export / save good first issue An issue intended for project-newcomers. Varies in difficulty. import type: feature
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants