redleafnew / zotero-updateifsE

Green Frog https://github.com/redleafnew/zotero-updateifs 的easyScholar数据版。更新影响因子,其他一系列工具,详见Readme
GNU Affero General Public License v3.0
713 stars 22 forks source link

easyscholar查不到此期刊的等级信息 #145

Closed CarbonArt closed 7 months ago

CarbonArt commented 7 months ago

错误信息

redleafnew commented 7 months ago

在Zotero中选中条目,Tools-Developer-Run JS,看看结果是什么

var items = ZoteroPane.getSelectedItems();
  var item = items[0]; 
  let secretKey = Zotero.Prefs.get('extensions.zotero.greenfrog.secretkey', true);
  //publicationTitle =encodeURIComponent(item.getField('publicationTitle'));
  var publicationTitle = Zotero.ItemTypes.getName(item.itemTypeID) == 'journalArticle' ?
      encodeURIComponent(item.getField('publicationTitle')) :
      encodeURIComponent(item.getField('conferenceName') );

  var url = `https://easyscholar.cc/open/getPublicationRank?secretKey=${secretKey}&publicationName=${publicationTitle}`;
  let req = await Zotero.HTTP.request('GET', url, { responseType: 'json' });
  return req.response;
CarbonArt commented 7 months ago

复制运行后的结果: 结果

redleafnew commented 7 months ago

应该是期刊名称的问题,把文献条目的JSON格式发上来看看

CarbonArt commented 7 months ago

应该就是你说的期刊名称的问题,我手动修改了期刊的全称,然后之前的那个错误信息就没有出现,但是我发现还有其他问题,就是影响影子更新不出来,之前可以不知道从什么开始就不行了。

image
redleafnew commented 7 months ago

哪个期刊,把条目JSON发上来。

CarbonArt commented 7 months ago

怎么查看条目的JSON格式?

redleafnew commented 7 months ago

条目上右击,导出,JSON

CarbonArt commented 7 months ago

[Uploading 导出的条目.json…]()

redleafnew commented 7 months ago

无法下载,用记事本打开,把里面内容粘贴到这也可以

CarbonArt commented 7 months ago

![Uploading 1.png…]() ![Uploading 2.png…]()

CarbonArt commented 7 months ago
  |   -- | -- 0 |   id | "http://zotero.org/users/6480813/items/5BI9NSZY" type | "article-journal" abstract | "The α-umpolung of carbonyl compounds significantly expands the boundaries of traditional carbonyl chemistry. Despite various umpolung methods available today, reversing the inherent reactivity of carbonyls still remains a substantial challenge. In this article, we report the first use of sulfonium salts, in lieu of well-established hypervalent iodines, for the carbonyl umpolung event. The protocol enables the incorporation of a wide variety of heteroatom nucleophiles into the α-carbon of 2-oxazolines. The success of this investigation hinges on the following factors: (1) the use of sulfoxides, which are abundant, structurally diverse and tunable, and easily accessible, ensures the identification of a superior oxidant namely phenoxathiin sulfoxide for the umpolung reaction; (2) the “assembly/deprotonation” protocol previously developed for rearrangement reactions in our laboratory was successfully applied here for the construction of α-umpoled 2-oxazolines." container-title | "Chemical Science" DOI | "10.1039/D2SC00476C" ISSN | "2041-6539" issue | "18" journalAbbreviation | "Chem. Sci." language | "el" note | "publisher: The Royal Society of Chemistry" page | "5164-5170" source | "pubs.rsc.org" title | "Sulfur(IV)-mediated umpolung α-heterofunctionalization of 2-oxazolines" URL | "https://pubs.rsc.org/en/content/articlelanding/2022/sc/d2sc00476c" volume | "13" author |   0 |   family | "Zhang" given | "Qifeng" 1 |   family | "Liang" given | "Yuchen" 2 |   family | "Li" given | "Ruiqi" 3 |   family | "Huang" given | "Ziyi" 4 |   family | "Kong" given | "Lichun" 5 |   family | "Du" given | "Peng" 6 |   family | "Peng" given | "Bo" accessed |   date-parts |   0 |   0 | "2024" 1 | 2 2 | 20 issued |   date-parts |   0 |   0 | "2022" 1 | 5 2 | 11
redleafnew commented 7 months ago

不要图片格式,我无法复制

CarbonArt commented 7 months ago

重新复制了,现在可以吗?

redleafnew commented 7 months ago

格式是乱的,我导入不到我的Zotero中

CarbonArt commented 7 months ago

导出的条目.json

CarbonArt commented 7 months ago

现在呢?

redleafnew commented 7 months ago

publisher: The Royal Society of Chemistry JCR分区: Q1 中科院分区升级版: 化学1区 影响因子: 8.4 5年影响因子: 8.6 EI: 是 中科院升级版Top分区: 化学TOP 中科院升级版小类分区: 化学:综合1区 ESI: 化学 南农高质量: A

CarbonArt commented 7 months ago

那我这个问题的原因可能是什么?

CarbonArt commented 7 months ago

从easyscholar更新期刊信息,就是没有影响因子

redleafnew commented 7 months ago

哪没有影响因子?

CarbonArt commented 7 months ago

![Uploading 22.png…]()

CarbonArt commented 7 months ago

![Uploading 33.png…]()

redleafnew commented 7 months ago

图片看不到

CarbonArt commented 7 months ago

44

CarbonArt commented 7 months ago

右侧栏-“其他”也没有影响因子信息

redleafnew commented 7 months ago

你用得哪个版本的GreenFrog和Zotero?

CarbonArt commented 7 months ago

greenfrog是0.18.0,zotero是7.0.0-beta.68

redleafnew commented 7 months ago

QQ:1361942015,安装Todesk远程看一下。