Skip to content

Commit

Permalink
Feat: add more ranking standards (#539)
Browse files Browse the repository at this point in the history
* Feat: more ranking standards
  • Loading branch information
jacklightChen committed Jun 19, 2024
1 parent a8b3734 commit e92e8cb
Show file tree
Hide file tree
Showing 234 changed files with 6,915 additions and 6,157 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,17 @@ Description of the fields:
<td>The category that the conference is labeled by CCF. See the matching table below</td>
</tr>
<tr>
<td colspan="3"><code>rank</code>*</td>
<td>The level that the conference is ranked by CCF, e.g., <code>A</code>, <code>B</code>, <code>C</code></td>
<td rowspan="3"><code>rank</code>*</td>
<td colspan="2"><code>ccf</code>*</td>
<td>The level that the conference is ranked by CCF, e.g., <code>A</code>, <code>B</code>, <code>C</code>, <code>N</code></td>
</tr>
<tr>
<td colspan="2"><code>core</code></td>
<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>The level that the conference is ranked by TH-CPL, e.g., <code>A</code>, <code>B</code>, <code>N</code></td>
</tr>
<tr>
<td colspan="3"><code>dblp</code>*</td>
Expand Down
13 changes: 11 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,17 @@
<td>会议在CCF中被标注的类别, 可参考下面的辅助文档</td>
</tr>
<tr>
<td colspan="3"><code>rank</code>*</td>
<td>会议在CCF中被标注的等级, 示例, <code>A</code>, <code>B</code>, <code>C</code></td>
<td rowspan="3"><code>rank</code>*</td>
<td colspan="2"><code>ccf</code>*</td>
<td>会议在CCF中被标注的等级, 示例, <code>A</code>, <code>B</code>, <code>C</code>, <code>N</code></td>
</tr>
<tr>
<td colspan="2"><code>core</code></td>
<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>会议在TH-CPL中被标注的等级, 示例, <code>A</code>, <code>B</code>, <code>N</code></td>
</tr>
<tr>
<td colspan="3"><code>dblp</code>*</td>
Expand Down
35 changes: 28 additions & 7 deletions conference-yaml-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,34 @@ items:
- HI
- MX
rank:
description: The level that the conference is ranked by CCF, e.g., A, B, C
type: string
enum:
- A
- B
- C
- N
type: object
required:
- ccf
properties:
ccf:
description: The level that the conference is ranked by CCF, e.g., A, B, C
type: string
enum:
- A
- B
- C
- N
core:
description: The level that the conference is ranked by CORE, e.g., A, B, C
type: string
enum:
- A*
- A
- B
- C
- N
th-cpl:
description: The level that the conference is ranked by Tsinghua, e.g., A, B, C
type: string
enum:
- A
- B
- N
dblp:
description: The suffix in dblp url, e.g., iccv in dblp.uni-trier.de/db/conf/iccv
type: string
Expand Down
87 changes: 45 additions & 42 deletions conference/AI/aaai.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,45 @@
- title: AAAI
description: AAAI Conference on Artificial Intelligence
sub: AI
rank: A
dblp: aaai
confs:
- year: 2022
id: aaai22
link: https://aaai.org/Conferences/AAAI-22/
timeline:
- abstract_deadline: '2021-08-30 23:59:59'
deadline: '2021-09-08 23:59:59'
timezone: UTC-12
date: February 22 - March 1, 2022
place: Vancouver, British Columbia, Canada
- year: 2023
id: aaai23
link: https://www.aaai.org/Conferences/AAAI-23/
timeline:
- abstract_deadline: '2022-08-08 23:59:59'
deadline: '2022-08-15 23:59:59'
timezone: UTC-12
date: February 7 - February 14, 2023
place: Washington, DC, USA
- year: 2024
id: aaai24
link: https://www.aaai.org/aaai-conference/
timeline:
- abstract_deadline: '2023-08-08 23:59:59'
deadline: '2023-08-15 23:59:59'
timezone: UTC-12
date: February 20 - February 27, 2024
place: Vancouver, British Columbia, Canada
- year: 2025
id: aaai25
link: https://aaai.org/aaai-conference/save-the-date-aaai-25/
timeline:
- abstract_deadline: '2024-08-07 23:59:59'
deadline: '2024-08-15 23:59:59'
timezone: UTC-12
date: February 25 - March 4, 2025
place: PHILADELPHIA, PENNSYLVANIA, USA
- title: AAAI
description: AAAI Conference on Artificial Intelligence
sub: AI
rank:
ccf: A
core: A*
th-cpl: A
dblp: aaai
confs:
- year: 2022
id: aaai22
link: https://aaai.org/Conferences/AAAI-22/
timeline:
- abstract_deadline: '2021-08-30 23:59:59'
deadline: '2021-09-08 23:59:59'
timezone: UTC-12
date: February 22 - March 1, 2022
place: Vancouver, British Columbia, Canada
- year: 2023
id: aaai23
link: https://www.aaai.org/Conferences/AAAI-23/
timeline:
- abstract_deadline: '2022-08-08 23:59:59'
deadline: '2022-08-15 23:59:59'
timezone: UTC-12
date: February 7 - February 14, 2023
place: Washington, DC, USA
- year: 2024
id: aaai24
link: https://www.aaai.org/aaai-conference/
timeline:
- abstract_deadline: '2023-08-08 23:59:59'
deadline: '2023-08-15 23:59:59'
timezone: UTC-12
date: February 20 - February 27, 2024
place: Vancouver, British Columbia, Canada
- year: 2025
id: aaai25
link: https://aaai.org/aaai-conference/save-the-date-aaai-25/
timeline:
- abstract_deadline: '2024-08-07 23:59:59'
deadline: '2024-08-15 23:59:59'
timezone: UTC-12
date: February 25 - March 4, 2025
place: PHILADELPHIA, PENNSYLVANIA, USA
51 changes: 27 additions & 24 deletions conference/AI/aamas.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
- title: AAMAS
description: International Conference on Autonomous Agents and Multiagent Systems
sub: AI
rank: B
dblp: atal
confs:
- year: 2023
id: aamas23
link: https://aamas2023.soton.ac.uk/
timeline:
- abstract_deadline: '2022-10-21 00:00:00'
deadline: '2022-10-28 00:00:00'
timezone: UTC-8
date: May 29 - June 2, 2023
place: London, UK
- year: 2024
id: aamas24
link: https://www.aamas2024-conference.auckland.ac.nz/
timeline:
- abstract_deadline: '2023-10-02 23:59:59'
deadline: '2023-10-09 23:59:59'
timezone: UTC-12
date: May 6-10, 2024
place: Auckland, New Zealand
- title: AAMAS
description: International Conference on Autonomous Agents and Multiagent Systems
sub: AI
rank:
ccf: B
core: A*
th-cpl: B
dblp: atal
confs:
- year: 2023
id: aamas23
link: https://aamas2023.soton.ac.uk/
timeline:
- abstract_deadline: '2022-10-21 00:00:00'
deadline: '2022-10-28 00:00:00'
timezone: UTC-8
date: May 29 - June 2, 2023
place: London, UK
- year: 2024
id: aamas24
link: https://www.aamas2024-conference.auckland.ac.nz/
timeline:
- abstract_deadline: '2023-10-02 23:59:59'
deadline: '2023-10-09 23:59:59'
timezone: UTC-12
date: May 6-10, 2024
place: Auckland, New Zealand
31 changes: 17 additions & 14 deletions conference/AI/accv.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
- title: ACCV
description: Asian Conference on Computer Vision
sub: AI
rank: C
dblp: accv
confs:
- year: 2024
id: accv24
link: https://accv2024.org/
timeline:
- deadline: '2024-07-02 23:59:59'
timezone: UTC-12
date: December 8-12, 2024
place: Hanoi, Vietnam
- title: ACCV
description: Asian Conference on Computer Vision
sub: AI
rank:
ccf: C
core: B
th-cpl: N
dblp: accv
confs:
- year: 2024
id: accv24
link: https://accv2024.org/
timeline:
- deadline: '2024-07-02 23:59:59'
timezone: UTC-12
date: December 8-12, 2024
place: Hanoi, Vietnam
71 changes: 37 additions & 34 deletions conference/AI/acl.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,37 @@
- title: ACL
description: Annual Meeting of the Association for Computational Linguistics
sub: AI
rank: A
dblp: acl
confs:
- year: 2022
id: acl22
link: https://www.2022.aclweb.org/
timeline:
- deadline: '2021-09-15 23:59:59'
- deadline: '2021-10-15 23:59:59'
- deadline: '2021-11-15 23:59:59'
comment: 'final submission deadline'
timezone: UTC-12
date: May 22-27, 2022
place: Dublin, Ireland
- year: 2023
id: acl23
link: https://2023.aclweb.org/
timeline:
- abstract_deadline: '2023-01-13 23:59:59'
deadline: '2023-01-20 23:59:59'
timezone: UTC-12
date: July 9-14, 2023
place: Toronto, Canada
- year: 2024
id: acl24
link: https://2024.aclweb.org/
timeline:
- deadline: '2024-02-15 23:59:59'
timezone: UTC-12
date: August 11-16, 2024
place: Bangkok, Thailand
- title: ACL
description: Annual Meeting of the Association for Computational Linguistics
sub: AI
rank:
ccf: A
core: A*
th-cpl: A
dblp: acl
confs:
- year: 2022
id: acl22
link: https://www.2022.aclweb.org/
timeline:
- deadline: '2021-09-15 23:59:59'
- deadline: '2021-10-15 23:59:59'
- deadline: '2021-11-15 23:59:59'
comment: final submission deadline
timezone: UTC-12
date: May 22-27, 2022
place: Dublin, Ireland
- year: 2023
id: acl23
link: https://2023.aclweb.org/
timeline:
- abstract_deadline: '2023-01-13 23:59:59'
deadline: '2023-01-20 23:59:59'
timezone: UTC-12
date: July 9-14, 2023
place: Toronto, Canada
- year: 2024
id: acl24
link: https://2024.aclweb.org/
timeline:
- deadline: '2024-02-15 23:59:59'
timezone: UTC-12
date: August 11-16, 2024
place: Bangkok, Thailand
63 changes: 33 additions & 30 deletions conference/AI/acml.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,33 @@
- title: ACML
description: Asian Conference on Machine Learning
sub: AI
rank: C
dblp: acml
confs:
- year: 2021
id: acml21
link: http:https://www.acml-conf.org/2021/
timeline:
- deadline: '2021-06-25 23:59:59'
timezone: UTC-7
date: November 17-19, 2021
place: Virtual
- year: 2023
id: acml23
link: https://www.acml-conf.org/2023/index.html
timeline:
- deadline: '2023-06-23 23:59:59'
timezone: UTC-12
date: November 11-14, 2023
place: İstanbul, Turkey
- year: 2024
id: acml24
link: https://www.acml-conf.org/2024/index.html
timeline:
- deadline: '2024-06-26 23:59:59'
timezone: UTC-12
date: December 5-7, 2024
place: Hanoi, Vietnam
- title: ACML
description: Asian Conference on Machine Learning
sub: AI
rank:
ccf: C
core: N
th-cpl: N
dblp: acml
confs:
- year: 2021
id: acml21
link: http:https://www.acml-conf.org/2021/
timeline:
- deadline: '2021-06-25 23:59:59'
timezone: UTC-7
date: November 17-19, 2021
place: Virtual
- year: 2023
id: acml23
link: https://www.acml-conf.org/2023/index.html
timeline:
- deadline: '2023-06-23 23:59:59'
timezone: UTC-12
date: November 11-14, 2023
place: İstanbul, Turkey
- year: 2024
id: acml24
link: https://www.acml-conf.org/2024/index.html
timeline:
- deadline: '2024-06-26 23:59:59'
timezone: UTC-12
date: December 5-7, 2024
place: Hanoi, Vietnam
Loading

0 comments on commit e92e8cb

Please sign in to comment.