• zotero 添加文献搜索引擎实现期刊分区的快速查询


    参考博客

    https://www.jianshu.com/p/3ce2f43daa3a

    修改engines.json文件. 需要注意的是不能有空格,全部使用tab键。

    该文件是一个json文件,里面引用到的zotero的键的名字,可以参考:

    https://api.zotero.org/schema

    下面是我添加的内容:

    
    

    [
    {
    "_name": "CrossRef Lookup",
    "_alias": "CrossRef",
    "_description": "CrossRef Search Engine",
    "_icon": "file:///C:/Users/LEnovo/Zotero/locate/CrossRef%20Lookup.ico",
    "_hidden": false,
    "_urlTemplate": "https://crossref.org/openurl?{z:openURL}&pid=zter:zter321",
    "_urlParams": [],
    "_urlNamespaces": {
    "z": "http://www.zotero.org/namespaces/openSearch#",
    "": "http://a9.com/-/spec/opensearch/1.1/"
    },
    "_iconSourceURI": "https://crossref.org/favicon.ico"
    },
    {
    "_name": "Google Scholar Search",
    "_alias": "Google Scholar",
    "_description": "Google Scholar Search",
    "_icon": null,
    "_hidden": false,
    "_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&",
    "_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://scholar.google.com/favicon.ico"
    },
    {
    "_name": "CNKI搜索",
    "_alias": "CNKI",
    "_description": "CNKI搜索",
    "_icon": "http://cnki.net/favicon.ico",
    "_hidden": false,
    "_urlTemplate": "http://kns.cnki.net/kns/brief/default_result.aspx?txt_1_sel=SU%24%=%7C&txt_1_value1={z:title}&txt_1_special1=%&txt_extension=&currentid=txt_1_value1&dbJson=coreJson&dbPrefix=SCDB&db_opt=CJFQ,CDFD,CMFD,CPFD,IPFD,CCND,CCJD&singleDB=SCDB&db_codes=CJFQ,CDFD,CMFD,CPFD,IPFD,CCND,CCJD&singleDBName=againConfigJson=false&action=scdbsearch&ua=1.11",
    "_urlParams": [],
    "_urlNamespaces": {
    "z": "http://www.zotero.org/namespaces/openSearch#",
    "": "http://a9.com/-/spec/opensearch/1.1/"
    },
    "_iconSourceURI": "http://cnki.net/favicon.ico"
    },
    {
    "_name": "letpub",
    "_alias": "letpub",
    "_description": "letpub搜索",
    "_icon": "https://www.letpub.com.cn/images/favicon.ico",
    "_hidden": false,
    "_urlTemplate": "https://www.letpub.com.cn/index.php?page=journalapp&view=search&searchname={z:publicationTitle}&searchissn=&searchfield=&searchimpactlow=&searchimpacthigh=&searchscitype=&view=search&searchcategory1=&searchcategory2=&searchjcrkind=&searchopenaccess=&searchsort=relevance",
    "_urlParams": [],
    "_urlNamespaces": {
    "z": "http://www.zotero.org/namespaces/openSearch#",
    "": "http://a9.com/-/spec/opensearch/1.1/"
    }
    },
    {
    "_name": "武汉大学TOPJ",
    "_alias": "武汉大学TOPJ",
    "_description": "武汉大学高影响力学术期刊投稿指南搜索",
    "_icon": null,
    "_hidden": false,
    "_urlTemplate": "http://topj.lib.whu.edu.cn/search3.asp?shortname1={z:publicationTitle}",
    "_urlParams": [],
    "_urlNamespaces": {
    "z": "http://www.zotero.org/namespaces/openSearch#",
    "": "http://a9.com/-/spec/opensearch/1.1/"
    }
    },
    {
    "_name": "SCIHUB",
    "_alias": "SCIHUB by long DOI",
    "_description": "SCIHUB by long DOI",
    "_icon": "https://scihub.wikicn.top/favicon.ico",
    "_hidden": false,
    "_urlTemplate": "https://scihub.wikicn.top/{z:DOI}",
    "_urlParams": [],
    "_urlNamespaces": {
    "z": "http://www.zotero.org/namespaces/openSearch#",
    "": "http://a9.com/-/spec/opensearch/1.1/"
    }
    }
    ]

     
  • 相关阅读:
    ArcGIS API ForJS 3.25开发总结(持续更新)
    geotools实现将shp导入mysql
    OL4如何以TMS服务调用WMTS服务的缓存切片
    PostGIS type: LINESTRING[2] We have a Multilinestring with 2 parts, can't use -S switch!解决方案
    OL4加载geowebcache 部署的离线切片
    geoserver发布自定义坐标系矢量切片(以北京54投影坐标系为例)
    geoserver使用sld(点通过svg填充)样式
    关于用geoserver进行切图自定义GridSet出现EPSG:2379: 0.0,0.0,-1.0,-1.0
    OL4通过ajax加载geoserver中WMS的GetFeatureInfo实现点击查询(解决跨域问题)
    作为一个GIS开发人员,你必须知道的坐标系那些事
  • 原文地址:https://www.cnblogs.com/wybert/p/14225202.html
Copyright © 2020-2023  润新知