We need more tags throug COINS!
Does anyone know where we can find a list of tags that can be imported into Zotero through COINS?
We would like to know:
- which openurl tags are supported by Zotero (besides the traditional tags like rft.atitle, rft.au, rft.date, etc. which we already configured)?
- the list of mtx objects (=type of documents) supported by Zotero via COINS?
Thanks!
We would like to know:
- which openurl tags are supported by Zotero (besides the traditional tags like rft.atitle, rft.au, rft.date, etc. which we already configured)?
- the list of mtx objects (=type of documents) supported by Zotero via COINS?
Thanks!
https://www.zotero.org/svn/extension/trunk/chrome/content/zotero/xpcom/ingester.js
btitle,atitle,jtitle,stitle,date,volume,issue,pages,spage,epage,issn,eissn,aucorp,isbn,pub,place.edition,series,inst,degree, assignee,number,appldate,identifier,description,rights,subject,source
aulast,invlast,aufirst,invfirst,au,creator,contributor,inventor
The OpenURL 1.0 spec only allows for mtx to be book, dissertation, journal, patent, or a dublin core entity. Zotero supports any of these. rft.genre allows more types (book section, conference, report), though.
You can also use rft.type.
(See http://generator.ocoins.info/ in the "Generic" DC formats)
Thanks!