How to search "publication" in Zotero LookUp engine?
I want to search the "publication" filed of journal article, for example to search the basic information (e.g. zone, IF...) of journal "Nature".
So i plan to modify the "engines.json" file, but i don't know the code for "publication".
We all know the code for "title" is {z:title}, so anybody knows the code for "publication"?
Thanks.
So i plan to modify the "engines.json" file, but i don't know the code for "publication".
We all know the code for "title" is {z:title}, so anybody knows the code for "publication"?
Thanks.
here is the code I used to search journal title in SJR:
{
"_name": "SJR",
"_alias": "SJR",
"_description": "Scimago Journal Ranking",
"_icon": "https://www.scimagojr.com/favicon.ico",
"_hidden": false,
"_urlTemplate": "https://www.scimagojr.com/journalsearch.php?q={rft:jtitle}",
"_urlParams": [],
"_urlNamespaces": {
"rft": "info:ofi/fmt:kev:mtx:journal",
"z": "http://www.zotero.org/namespaces/openSearch#",
"": "http://a9.com/-/spec/opensearch/1.1/"
},
"_iconSourceURI": "https://www.scimagojr.com/favicon.ico"
}