At present, we only reference chapter author(s) in PDF metadata for work attribution:
|
.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.
At present, we only reference chapter author(s) in PDF metadata for work attribution:
chapter-splitter/src/modules/metadata.py
Line 38 in 8a84205
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: