We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TLDR: JabRef has the functionality to import CFF (#7945), but no functionality for export. This should be implemented.
JabRef should be able to parse Citation File Format (CFF) and export into it.
Links:
Implementation hints:
The export can either be done by Java code directly or creating .layout files.
.layout
See yaml.* in https://github.com/JabRef/jabref/tree/main/src/main/resources/resource/layout
yaml.*
Example: https://github.com/JabRef/jabref/blob/main/src/main/resources/resource/layout/yaml.layout
Documentation on .layout files: https://docs.jabref.org/collaborative-work/export/customexports
Acceptance criteria:
@article
@inproceedings
Note: If you dislike the .layout format, one can work on replacing that part of JabRef by Java templating engines. See koppor#392 for details.
The text was updated successfully, but these errors were encountered:
Duplicate of #10661
Sorry, something went wrong.
No branches or pull requests
TLDR: JabRef has the functionality to import CFF (#7945), but no functionality for export. This should be implemented.
JabRef should be able to parse Citation File Format (CFF) and export into it.
Links:
Implementation hints:
The export can either be done by Java code directly or creating
.layout
files.Export using
.layout
files:See
yaml.*
in https://github.com/JabRef/jabref/tree/main/src/main/resources/resource/layoutExample: https://github.com/JabRef/jabref/blob/main/src/main/resources/resource/layout/yaml.layout
Documentation on .layout files: https://docs.jabref.org/collaborative-work/export/customexports
Acceptance criteria:
@article
and@inproceedings
need to be supported.Note: If you dislike the .layout format, one can work on replacing that part of JabRef by Java templating engines. See koppor#392 for details.
The text was updated successfully, but these errors were encountered: