-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
At present, we only reference chapter author(s) in PDF metadata for work attribution:
chapter-splitter/src/modules/metadata.py
Line 38 in 8a84205
| .select('DOI', 'license', 'author', |
This is correct, but some of our works have also editors and translators. It would be interesting to check whether it's possible to reference these people too, steps are:
- Check whether a metadata field exists for work editors and translator;
- Check whether this field can be written with exiftool;
- Dev work: query xref for data and write data to PDFs.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request