This is a Zotero library lookup engine for Free Library of Philadelphia - Fox Chase Branch.
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": "Free Library of Philadelphia - Fox Chase Branch", "_alias": "Free Library of Philadelphia - Fox Chase Branch", "_urlTemplate": "https://catalog.freelibrary.org/web2/tramp2.exe/form/log_in?setting_key=ENGLISH&servers=1home&query={rft:isbn}&location_group_filter=FOXCHASE&buttons=K_Keyword%3Ddo_keyword_search+default_value%3Dsearch_button_easy+index%3Ddefault+search_button_easy%3DK_Keyword&buttons=*%3Ddo_keyword_search+default_value%3Dsearch_button_easy+index%3Ddefault+search_button_easy%3DK_Keyword&K_Keyword=Keyword&buttons=K_Author%3Ddo_keyword_search+default_value%3Dsearch_button_easy+index%3DAU+search_button_easy%3DK_Author&buttons=K_Title%3Ddo_keyword_search+default_value%3Dsearch_button_easy+index%3DTI+search_button_easy%3DK_Title&buttons=K_Subject%3Ddo_keyword_search+default_value%3Dsearch_button_easy+index%3DSU+search_button_easy%3DK_Subject&buttons=K_Series%3Ddo_keyword_search+default_value%3Dsearch_button_easy+index%3DSER+search_button_easy%3DK_Series&buttons=K_Periodical%3Ddo_keyword_search+default_value%3Dsearch_button_easy+index%3DPER+search_button_easy%3DK_Periodical&buttons=prev%3Dprevious_search&buttons=next%3Dnext_search", "_description": "Search Free Library of Philadelphia - Fox Chase Branch", "_urlParams": [], "_hidden": false,"_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": "Free Library of Philadelphia - Fox Chase Branch", "_alias": "Free Library of Philadelphia - Fox Chase Branch", "_urlTemplate": "https://catalog.freelibrary.org/web2/tramp2.exe/form/log_in?setting_key=ENGLISH&servers=1home&query={rft:isbn}&location_group_filter=FOXCHASE&buttons=K_Keyword%3Ddo_keyword_search+default_value%3Dsearch_button_easy+index%3Ddefault+search_button_easy%3DK_Keyword&buttons=*%3Ddo_keyword_search+default_value%3Dsearch_button_easy+index%3Ddefault+search_button_easy%3DK_Keyword&K_Keyword=Keyword&buttons=K_Author%3Ddo_keyword_search+default_value%3Dsearch_button_easy+index%3DAU+search_button_easy%3DK_Author&buttons=K_Title%3Ddo_keyword_search+default_value%3Dsearch_button_easy+index%3DTI+search_button_easy%3DK_Title&buttons=K_Subject%3Ddo_keyword_search+default_value%3Dsearch_button_easy+index%3DSU+search_button_easy%3DK_Subject&buttons=K_Series%3Ddo_keyword_search+default_value%3Dsearch_button_easy+index%3DSER+search_button_easy%3DK_Series&buttons=K_Periodical%3Ddo_keyword_search+default_value%3Dsearch_button_easy+index%3DPER+search_button_easy%3DK_Periodical&buttons=prev%3Dprevious_search&buttons=next%3Dnext_search", "_description": "Search Free Library of Philadelphia - Fox Chase Branch", "_urlParams": [], "_hidden": false,"_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/" } } ]