Item Type defaults to Journal Article
Hi, I've added Google Scholar tags to a site I'm developing and these are appearing in the Zotero plugin as expected.
How can I control the Item Type value? It presently defaults to Journal Article, but I would prefer it to display Encyclopedia Article. Is there a tag I can use to control this field?
Many thanks.
How can I control the Item Type value? It presently defaults to Journal Article, but I would prefer it to display Encyclopedia Article. Is there a tag I can use to control this field?
Many thanks.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
<meta name="dc.type" content="bookitem"/>
or content="bookchapter"The relevant code is here: https://github.com/zotero/translators/blob/master/RDF.js#L390
(I think you may technically be able to use name="zotero.type" content="encyclopediaArticle" to force encyclopedia article, but that's a hack that no other software will understand and I'd discourage it -- definitely as the only type description; not sure if it could work in addition to a regular dc.type)