Skip to content

Commit

Permalink
更新JCR2023
Browse files Browse the repository at this point in the history
  • Loading branch information
hitfyd committed Jun 21, 2024
1 parent 91ca790 commit 2402fe6
Show file tree
Hide file tree
Showing 10 changed files with 43,380 additions and 21,529 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,5 @@ CMakeLists.txt.user
*.dll
*.exe

build/*

Binary file removed README.assets/image-20210109135105489.png
Binary file not shown.
Binary file removed README.assets/image-20210109140159082.png
Binary file not shown.
Binary file added README.assets/image-20240621181839127.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added README.assets/image-20240621182229245.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

中科院分区表升级版数据来源于[advanced.fenqubiao.com](http://advanced.fenqubiao.com),信息包括期刊是否为Review、是否为Open Access、Web of Science收录类型(分为SCI、SCIE、SSCI、ESCI等)、是否为Top期刊、大类分区信息、(一至多个)小类分区信息,最新为2023年版(2023年12月27日发布),并保留2022年版、2021年版作为对比。

JCR期刊影响因子和分区更新到2022版(2023年6月28日发布),并保留2021年、2020年的影响因子
JCR期刊影响因子和最佳分区更新到2023版(2024年6月20日发布),并保留2022年影响因子和最佳分区、2021年影响因子和2020年的影响因子

国际期刊预警等级来源于[《国际预警期刊名单》(2020、2021、2023、2024年)](https://ewl.fenqubiao.com/#/README),2024年版不再区分预警等级而改为预警原因。

Expand All @@ -24,7 +24,7 @@ JCR期刊影响因子和分区更新到2022版(2023年6月28日发布),并

国际期刊信息的原始数据随附在源代码中。

使用[DB Browser for SQLite](https://sqlitebrowser.org/)创建jcr.db,csv格式原始数据的导入顺序(jcr.db中的表名)为JCR2022、JCR2021、JCR2020、GJQKYJMD2024、GJQKYJMD2023、GJQKYJMD2021、GJQKYJMD2020、CCF2022、CCFT2022、FQBJCR2023、FQBJCR2022、FQBJCR2021。
使用[DB Browser for SQLite](https://sqlitebrowser.org/)创建jcr.db,csv格式原始数据的导入顺序(jcr.db中的表名)为JCR2023、JCR2022、JCR2021、JCR2020、GJQKYJMD2024、GJQKYJMD2023、GJQKYJMD2021、GJQKYJMD2020、CCF2022、CCFT2022、FQBJCR2023、FQBJCR2022、FQBJCR2021。

### 导入新的分区信息

Expand Down Expand Up @@ -66,13 +66,13 @@ JCR期刊影响因子和分区更新到2022版(2023年6月28日发布),并

## 使用说明

软件的使用十分方便,如图所示,输入期刊名称,点击“查询”或输入“回车”即可获得期刊详细信息。“Top期刊”和“国际期刊预警等级”属性进行突出显示。
软件的使用十分方便,如图所示,输入期刊名称,点击“查询”或输入“回车”即可获得期刊详细信息。

![image-20210109135105489](README.assets/image-20210109135105489.png)
![image-20240621181839127](README.assets/image-20240621181839127.png)

期刊名称输入时具备联想功能,并且不区分大小写。

![image-20210109140159082](README.assets/image-20210109140159082.png)
![image-20240621182229245](README.assets/image-20240621182229245.png)

如上图中红框所示,软件还具有4个属性选项:

Expand Down
2 changes: 1 addition & 1 deletion showjcr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <QMenu>

const QString ShowJCR::author = "hitfyd";
const QString ShowJCR::version = "v2024-1.0";
const QString ShowJCR::version = "v2024-1.1";
const QString ShowJCR::email = "[email protected]";
const QString ShowJCR::codeURL = "https://github.com/hitfyd/ShowJCR";
const QString ShowJCR::updateURL = "https://github.com/hitfyd/ShowJCR/releases";
Expand Down
43,046 changes: 21,523 additions & 21,523 deletions 中科院分区表及JCR原始数据文件/JCR2022-UTF8.csv

Large diffs are not rendered by default.

21,849 changes: 21,849 additions & 0 deletions 中科院分区表及JCR原始数据文件/JCR2023-UTF8.csv

Large diffs are not rendered by default.

Binary file modified 中科院分区表及JCR原始数据文件/jcr.db
Binary file not shown.

0 comments on commit 2402fe6

Please sign in to comment.