Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
papertools
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yutong Wu
papertools
Commits
2e7b5dfe
Commit
2e7b5dfe
authored
May 09, 2025
by
matianyun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update readme.md
parent
67203ba8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
check_ccfa_strict/readme.md
+11
-4
No files found.
check_ccfa_strict/readme.md
View file @
2e7b5dfe
...
@@ -65,10 +65,17 @@ SIGMOD,ACM SIGMOD International Conference on Management of Data
...
@@ -65,10 +65,17 @@ SIGMOD,ACM SIGMOD International Conference on Management of Data
## 判别规则
## 判别规则
-
优先提取“期刊/会议名称”中的括号内容(支持中英文括号),与 CCF-A 列表
`abbr`
精确匹配。
1.
**简称优先判断**
-
如果未匹配,再用整个“期刊/会议名称”与 CCF-A 的
`fullname`
精确匹配。
-
**先提取括号内简称**
(支持中英文括号),只保留英文字母。
-
匹配到即判为“是”,否则为“否”。
-
**再提取冒号前简称**
(支持英文冒号
`:`
和中文冒号
`:`
),只保留英文字母。
-
如果存在简称(即括号简称或冒号前简称),将其与 CCF-A 列表的缩写(abbr)进行
**精确匹配**
:
-
**匹配成功则判为“是”**
。
-
**如果简称存在但未匹配成功,直接判为“否”**
,不再进行全称判断。
2.
**全称匹配判断**
-
**仅当上述两种简称均不存在时**
,才对“期刊/会议名称”与 CCF-A 列表的全称(fullname)进行
**包含匹配**
:
-
只要 CCF-A 全称出现在名称中,即判为“是”;
- 否则判为“否”。
---
---
## 依赖环境
## 依赖环境
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment