-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Improve XMP #12270
Comments
Point 4: url rdf serialization. I am also unsure how to serialize urls right.. I found no clear description, but I found an example on the dublin core home page (point 4.15) http://www.dublincore.org/documents/2000/07/16/usageguide/generic/#rights Point 5: "Keywords should be saved differently" - why to save the keywords differently? All other fields are also stored as lists in the xmp metadata. Maybe the interoperability to other schemas is influenced by a single item list with a custom separator. |
Point 4: I thought about Point 5: Keywords should appear as follows: With the current export: So, other tools will have difficulties to parse the information correctly. |
Another library for XMP: https://github.com/drewnoakes/metadata-extractor |
I'm linking #7925 here as well. |
This task needs a proper requirements engineering, test cases and trial (because of the other available library). One has to test with Acrobat Reader and other PDF tools. |
Refs #8789 |
@koppor I tried to reproduce this Error, |
@Priyanshi-1001 I don't understand. You should provide detailed steps what you are doing. Do you use the test PDF linked at https://github.com/JabRef/jabref/tree/feature/xmp-provement/src/test/resources/pdfs/KoppAZ-MADR-ZEUS-2018?rgh-link-date=2018-04-12T15%3A02%3A56Z? What do you see in your PDF program? What do you mean by "not succeeded"? |
Follow up of #3895
"Proceedings of the 10\textsuperscript{th} Central European Workshop on Services and their Composition ({ZEUS} 2018" should become "Proceedings of the 10th Central European Workshop on Services and their Composition ({ZEUS} 2018)"
{}
in the XMP.<rdf:li>bibtex/url/https://adr.github.io/madr/</rdf:li>
is the correct RDF searlization for an URL. According to https://www.w3.org/TR/rdf-syntax-grammar/#section-Syntax-list-elements, it should be<rdf:li rdf:resource="https://adr.github.io/madr"/>
- this affects export and import; ADR; MADR; architecture decision records; architectural decision records; Nygard
, which is good enough. (See Ctrl+D in Acrobat Reader)Test entry:
Test setting now at https://github.com/JabRef/jabref/tree/feature/xmp-provement/src/test/resources/pdfs/KoppAZ-MADR-ZEUS-2018
The text was updated successfully, but these errors were encountered: