Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: thcpl ranking #541

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Description of the fields:
<td>The level that the conference is ranked by CORE, e.g., <code>A*</code>, <code>A</code>, <code>B</code>, <code>C</code>, <code>N</code></td>
</tr>
<tr>
<td colspan="2"><code>th-cpl</code></td>
<td colspan="2"><code>thcpl</code></td>
<td>The level that the conference is ranked by TH-CPL, e.g., <code>A</code>, <code>B</code>, <code>N</code></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<td>会议在CORE中被标注的等级, 示例, <code>A*</code>,<code>A</code>, <code>B</code>, <code>C</code>, <code>N</code></td>
</tr>
<tr>
<td colspan="2"><code>th-cpl</code></td>
<td colspan="2"><code>thcpl</code></td>
<td>会议在TH-CPL中被标注的等级, 示例, <code>A</code>, <code>B</code>, <code>N</code></td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion conference-yaml-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ items:
- B
- C
- N
th-cpl:
thcpl:
description: The level that the conference is ranked by Tsinghua, e.g., A, B, C
type: string
enum:
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/aaai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: A
core: A*
th-cpl: A
thcpl: A
dblp: aaai
confs:
- year: 2022
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/aamas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: B
core: A*
th-cpl: B
thcpl: B
dblp: atal
confs:
- year: 2023
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/accv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: B
th-cpl: N
thcpl: N
dblp: accv
confs:
- year: 2024
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/acl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: A
core: A*
th-cpl: A
thcpl: A
dblp: acl
confs:
- year: 2022
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/acml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: N
th-cpl: N
thcpl: N
dblp: acml
confs:
- year: 2021
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/aistats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: A
th-cpl: B
thcpl: B
dblp: aistats
confs:
- year: 2022
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/alt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: B
th-cpl: B
thcpl: B
dblp: alt
confs:
- year: 2024
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/bmvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: A
th-cpl: B
thcpl: B
dblp: bmvc
confs:
- year: 2021
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/cicai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: N
core: N
th-cpl: N
thcpl: N
dblp: cicai
confs:
- year: 2023
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/coling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: B
core: B
th-cpl: B
thcpl: B
dblp: coling
confs:
- year: 2022
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/colm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: N
core: N
th-cpl: N
thcpl: N
dblp: colm
confs:
- year: 2024
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/colt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: B
core: A*
th-cpl: A
thcpl: A
dblp: colt
confs:
- year: 2022
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/cvpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: A
core: A*
th-cpl: A
thcpl: A
dblp: cvpr
confs:
- year: 2022
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/ecai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: B
core: A
th-cpl: N
thcpl: N
dblp: ecai
confs:
- year: 2023
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/eccv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: B
core: A*
th-cpl: A
thcpl: A
dblp: eccv
confs:
- year: 2022
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/emnlp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: B
core: A*
th-cpl: A
thcpl: A
dblp: emnlp
confs:
- year: 2022
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/icann.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: C
th-cpl: N
thcpl: N
dblp: icann
confs:
- year: 2023
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/iccbr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: B
core: C
th-cpl: N
thcpl: N
dblp: iccbr
confs:
- year: 2024
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/iccv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: A
core: A*
th-cpl: A
thcpl: A
dblp: iccv
confs:
- year: 2021
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/iclr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: N
core: A*
th-cpl: A
thcpl: A
dblp: iclr
confs:
- year: 2022
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/icml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: A
core: A*
th-cpl: A
thcpl: A
dblp: icml
confs:
- year: 2022
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/iconip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: B
th-cpl: N
thcpl: N
dblp: iconip
confs:
- year: 2023
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/icpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: B
th-cpl: B
thcpl: B
dblp: icpr
confs:
- year: 2024
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/icra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: B
core: A*
th-cpl: A
thcpl: A
dblp: icra
confs:
- year: 2022
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/ictai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: B
th-cpl: N
thcpl: N
dblp: ictai
confs:
- year: 2021
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/ijcai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: A
core: A*
th-cpl: B
thcpl: B
dblp: ijcai
confs:
- year: 2022
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/ijcnn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: B
th-cpl: B
thcpl: B
dblp: ijcnn
confs:
- year: 2024
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/iros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: A
th-cpl: B
thcpl: B
dblp: iros
confs:
- year: 2023
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/kr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
rank:
ccf: B
core: A*
th-cpl: N
thcpl: N
dblp: kr
confs:
- year: 2023
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/ksem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: C
th-cpl: N
thcpl: N
dblp: ksem
confs:
- year: 2023
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/naacl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
rank:
ccf: B
core: A
th-cpl: B
thcpl: B
dblp: naacl
confs:
- year: 2022
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/nips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: A
core: A*
th-cpl: A
thcpl: A
dblp: nips
confs:
- year: 2021
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/ppsn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: B
core: A
th-cpl: N
thcpl: N
dblp: ppsn
confs:
- year: 2024
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/pricai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: B
th-cpl: N
thcpl: N
dblp: pricai
confs:
- year: 2024
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/rss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: N
core: A*
th-cpl: N
thcpl: N
dblp: rss
confs:
- year: 2023
Expand Down
2 changes: 1 addition & 1 deletion conference/AI/uai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: B
core: A
th-cpl: B
thcpl: B
dblp: uai
confs:
- year: 2021
Expand Down
2 changes: 1 addition & 1 deletion conference/CG/3dv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: N
th-cpl: N
thcpl: N
dblp: 3dim
confs:
- year: 2024
Expand Down
2 changes: 1 addition & 1 deletion conference/CG/casa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: N
th-cpl: N
thcpl: N
dblp: ca
confs:
- year: 2024
Expand Down
2 changes: 1 addition & 1 deletion conference/CG/cgi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: C
th-cpl: N
thcpl: N
dblp: cgi
confs:
- year: 2024
Expand Down
2 changes: 1 addition & 1 deletion conference/CG/eg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: B
core: B
th-cpl: B
thcpl: B
dblp: eurographics
confs:
- year: 2024
Expand Down
2 changes: 1 addition & 1 deletion conference/CG/gmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
rank:
ccf: C
core: C
th-cpl: N
thcpl: N
dblp: gmp
confs:
- year: 2024
Expand Down
Loading
Loading