Exposing metadata for editors of edited volumes
I am writing a custom Hugo style (https://github.com/jonathan-g/hugo-finisterre) for my personal web site and I want to have it emit metadata tags or COinS spans so users can import publications listed on my publications page into Zotero.
I've read the documentation at https://www.zotero.org/support/dev/exposing_metadata/ and my hugo templates are mostly working well using a combination of highwire, opengraph, and Dublin Core tags, except for one thing:
I've read the documentation at https://www.zotero.org/support/dev/exposing_metadata/ and my hugo templates are mostly working well using a combination of highwire, opengraph, and Dublin Core tags, except for one thing:
- I can't figure out which tags to use for specifying book editors when the publication is a chapter in an edited volume or a paper published in a conference proceedings.
it's a bit hard to understand the exact mappings, but in a nutshell, the JSON LD translator converts the info to quads & then uses the RDF one to import; that one has a whole host of metadata schemas, including schema.org, implemented.
Note that you can't test this out easily since it depends on another PR on the Zotero core code.
This sounds like a great solution for me, once it's implemented, because my templates already emit schema.org metadata for the publications, so it will be straightforward for me to also emit a JSON-LD object containing a corresponding data structure.