This is a Zotero library lookup engine for SUDOC.
Unfortunately, Zotero has removed the ability to add these lookup engines
to Zotero from a user interface (see https://github.com/zotero/zotero-connectors/issues/81).
You can add the following snippet to the file named locate/engines.json
in your Zotero data directory.
To find out where your Zotero data directory is, check your Zotero
preferences, Advanced tab for the data directory location.
{ "_name": "SUDOC", "_alias": "SUDOC", "_urlTemplate": "http://www.sudoc.abes.fr/cbs//DB=2.1/SET=2/TTL=1/CMD?ACT=SRCHA&IKT=1016&SRT=RLV&TRM={z:title}+{rft:aufirst?}+{rft:aulast?}", "_description": "Search SUDOC", "_urlParams": [], "_hidden": false, "_icon": "http://www.sudoc.abes.fr/~c_psi/psi_images/img_psi/3.0/favicons/default.ico", "_urlNamespaces": { "rft": "info:ofi/fmt:kev:mtx:journal", "z": "http://www.zotero.org/namespaces/openSearch#", "": "http://a9.com/-/spec/opensearch/1.1/" } }
As an example, here is a complete locate/engines.json
file with
the default CrossRef and Google scholar lookup engines as well.
[ { "_name": "SUDOC", "_alias": "SUDOC", "_urlTemplate": "http://www.sudoc.abes.fr/cbs//DB=2.1/SET=2/TTL=1/CMD?ACT=SRCHA&IKT=1016&SRT=RLV&TRM={z:title}+{rft:aufirst?}+{rft:aulast?}", "_description": "Search SUDOC", "_urlParams": [], "_hidden": false, "_icon": "http://www.sudoc.abes.fr/~c_psi/psi_images/img_psi/3.0/favicons/default.ico", "_urlNamespaces": { "rft": "info:ofi/fmt:kev:mtx:journal", "z": "http://www.zotero.org/namespaces/openSearch#", "": "http://a9.com/-/spec/opensearch/1.1/" } } , { "_name": "CrossRef Lookup", "_alias": "CrossRef Lookup", "_urlTemplate": "https://crossref.org/openurl?{z:openURL}&pid=zter:zter321", "_description": "CrossRef Search Engine", "_urlParams": [], "_hidden": false, "_icon": "https://crossref.org/favicon.ico", "_urlNamespaces": { "rft": "info:ofi/fmt:kev:mtx:journal", "z": "http://www.zotero.org/namespaces/openSearch#", "": "http://a9.com/-/spec/opensearch/1.1/" } } , { "_name": "Google Scholar", "_alias": "Google Scholar", "_urlTemplate": "https://scholar.google.com/scholar?as_q=&as_epq={z:title}&as_occt=title&as_sauthors={rft:aufirst?}+{rft:aulast?}&as_ylo={z:year?}&as_yhi={z:year?}&as_sdt=1.&as_sdtp=on&as_sdtf=&as_sdts=22&", "_description": "Google Scholar Search", "_urlParams": [], "_hidden": false, "_icon": "https://scholar.google.com/favicon.ico", "_urlNamespaces": { "rft": "info:ofi/fmt:kev:mtx:journal", "z": "http://www.zotero.org/namespaces/openSearch#", "": "http://a9.com/-/spec/opensearch/1.1/" } } ]