Giter VIP home page Giter VIP logo

ccfddl / ccf-deadlines Goto Github PK

View Code? Open in Web Editor NEW
5.6K 20.0 387.0 8.95 MB

⏰ Collaboratively track deadlines of conferences recommended by CCF (Website, Python Cli, Wechat Applet) / If you find it useful, please star this project, thanks~

Home Page: https://ccfddl.github.io

License: MIT License

JavaScript 1.85% Vue 79.27% HTML 1.35% Python 16.39% Shell 1.14%
artificial-intelligence deadline software-engineering data-management computer-systems social-computing networked-systems security-systems ccf-rankings conf-deadline

ccf-deadlines's Introduction

CCF-Deadlines

LICENSE Build Status Open PRs

English | 简体中文

Help researchers track deadlines of conferences recommended by China Computer Federation (CCF).

Tabular Preview
[No Ladder Required]
PyCli Preview
[Work In Progress]
Wechat Applet
[Work In Progress]

No More Finding and Time Conversion on Your Own!

Add/Update a conference

Contributions are welcomed and greatly appreciated! For further contribution and waterblowing, email [email protected] through your edu email address with wechatid to join the CCFDDL organization.

To add or update information:

  • Fork the repo
  • Add/Update the yml file of conference/conf_type/conf_name.yml
  • Send a pull request

Tips: check conferences recommended or review pdf

Conference Entry File

Example file: conference/DB/sigmod.yml

- title: SIGMOD
  description: ACM Conference on Management of Data
  sub: DB
  rank:
    ccf: A
    core: A*
    thcpl: A
  dblp: sigmod
  confs:
    - year: 2022
      id: sigmod22
      link: http://2022.sigmod.org/
      timeline:
        - deadline: '2021-07-02 17:00:00'
          comment: 'first round'
        - deadline: '2021-09-15 17:00:00'
          comment: 'second round'
      timezone: UTC-8
      date: June 12-17, 2022
      place: Philadelphia, PA, USA

Description of the fields:

Field name Description
title* Short conference name, without year, uppercase
description* Description, or long name, with no session
sub* The category that the conference is labeled by CCF. See the matching table below
rank* ccf* The level that the conference is ranked by CCF, e.g., A, B, C, N
core The level that the conference is ranked by CORE, e.g., A*, A, B, C, N
thcpl The level that the conference is ranked by TH-CPL, e.g., A, B, N
dblp* The suffix in dblp url, e.g., iccv in https://dblp.uni-trier.de/db/conf/iccv
confs year* Year the conference is happening
id* conference name & year, lowercase
link* URL to the conference home page
timeline* abstract_deadline Abstract deadline if applicable, optional
deadline* Deadline, in the format of yyyy-mm-dd hh:mm:ss or TBD
comment Some comments on the conference, optional
timezone* Timezone of deadline, currently support UTC-12 ~ UTC+12 & AoE
date* When the main conference is happening, e.g., Mar 12-16, 2021
place* Where the main conference is happening, e.g., city, country

Fields marked with asterisk (*) are required.

The matching table:

sub Category name
DS Computer Architecture/Parallel Programming/Storage Technology
NW Network System
SC Network and System Security
SE Software Engineering/Operating System/Programming Language Design
DB Database/Data Mining/Information Retrieval
CT Computing Theory
CG Graphics
AI Artificial Intelligence
HI Computer-Human Interaction
MX Interdiscipline/Mixture/Emerging

Community activity Time period

Timeline graph Issue status graph Pull request status graph Top contributors

Contribution

Maintained by @jacklightChen, @0x4f5da2, @kzoacn, @cubercsl, @spingARbor, @liborui, @PAN-Ziyue, @xuhangc, @RyunMi, @Lukangkang123, @oliverck, @fffmath, @Allenpandas, @yuang-chen, @hepengfei5709, @ViGeng, @QianpengLi577.

Inspired by ai-deadlines.

Best Practice

We recommend branch-based workflow, which is a common practice in open source projects. As shown in the figure below, The basic idea is to create a new branch for each feature or bug fix. Then this new branch can be pushed to forked repository. All changes will be merged into upstream main branch through pull requests.

License

FOSSA Status

ccf-deadlines's People

Contributors

0x4f5da2 avatar allenpandas avatar cs-gavin-huang avatar cubercsl avatar dodoxxb avatar doujiang-zheng avatar feizhai-ai avatar fffmath avatar grandnew avatar hepengfei5709 avatar jacklightchen avatar kzoacn avatar liborui avatar liuup avatar liyewen521 avatar lukangkang123 avatar mergify[bot] avatar oncecemic avatar pengwei-jin avatar qianpengli577 avatar raphael-hao avatar spingarbor avatar vigeng avatar wujiahao15 avatar xingt-tang avatar xuhangc avatar yqtianust avatar zepengw avatar ztw33 avatar zyy0721 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ccf-deadlines's Issues

A small suggestion

Sorry, I apologize. I have raised an issue that has already been resolved. Could you please help me delete the topic? Thank you very much.

ICPC2022 is not shown up

ICPC2022 is not shown up in the website of demo although it exists in the folder of conference/SE.

why not pack it up as a python package?

I am 100% sure that those who read/use these sources are all capable of coding, Python for specific.
Since nowaday a homepage is less visited even though it is in your favorites, I suggest packing it up as a python package.
Followers could simply import the package to filter/display the dataframe for his own use, other than visiting a homepage.
The codes will be more or less like :

import ccfddl
ddl = ccfddl.get_latest(category=['AI','DB'], begin ='2023-01-26' , level = ['A','B'])  # a pandas dataframe
ddl # do whatever you like

In this way, ccfddl will stick to everyone's computer, and every day use of course.

A Modest Proposal

It would be even better if there was a display of previous years' acceptance rate!

Daylight saving time correction

Take SIGMOD as an example,

RESEARCH PAPER SUBMISSION CYCLE A (All Deadlines are 11:59 PM Pacific Time)

should be UTC-7, the webpage shows UTC-8

generate .ics file for calendar

Hi @lipiji @sdogsq @oraluben @zwillim @Hsword ,
Good project and good UI design!
Could someone help write some functionality to generate .ics file?

The only two options we have are: 1) google calendar 2) apple calendar
However, there are still a lot of people still using other calendars for various reasons.
They all use the standard calendar format file: .ics

Also, if someone can help add the functionality to let users set multiple conference deadline, and generate a single .ics file for that could be better!

[cli] add multiple filter conditions support

The existing cli command cannot filter multiple conditions.
For example,

python -m ccfddl --sub ai # supported
python -m ccfddl --sub ai cg # not supported
python -m ccfddl --sub db --conf cvpr vr sigmod # not supported

I would like to new a PR to fix this.

Deadline for COLING 2022

The COLING 2022 deadline appears to have adopted an incorrect time zone.

The information on the official website shows ``Note: All deadlines are: 11:59 PM UTC-12:00''.

FSE (NIS) is mistaken with ESEC/FSE (TCSE_SS_PDL).

Fast Software Encryption (FSE, a security conference) is different from ACM SIGSOFT Symposium on the Foundation of Software Engineering/ European Software Engineering Conference (ESEC/FSE, a software engineering conference). Please revise conference/SC/fse.yml and correct the information.

Update EMNLP deadlines please~~

The annual Conference on Empirical Methods in Natural Language Processing (EMNLP) 2022:
https://2022.emnlp.org/calls/papers/Important-Dates

Anonymity period begins | May 24, 2022
Abstract deadline for START direct submissions | June 17, 2022
Direct paper submission deadline(long & short papers) | June 24, 2022
Submission deadline for ARR papers | July 24, 2022
Author response period | Aug 23 – Aug 29, 2022
Notification of acceptance(long & short papers) | Oct 6, 2022
Camera-ready papers due(long & short papers) | Oct 21, 2022
Workshops & Tutorials | December 7-8, 2022
Conference | December 9-11, 2022

Deadline for aaai 2023

The Thirty-Seventh AAAI Conference on Artificial Intelligence (AAAI-23)
https://www.aaai.org/Conferences/AAAI-23/

July 4, 2022: AAAI-23 web site open for author registration
July 11, 2022: AAAI-23 web site open for paper submission
August 8, 2022: Abstracts due at 11:59 PM UTC-12
August 15, 2022: Full papers due at 11:59 PM UTC-12

Add English Translation for Conf/Journal `types`

Except for the target category (types.yml), everything else is in English.

For consistency, shall we translate the category names (conference/types.yml) into English?
Or add extra English translation besides the Chinese names?

image

能否加入会议ICLR?

您好!

感谢你们的努力,创造出这个非常有价值的工具!

请问能否加入ICLR的截止时间呢?虽然ICLR暂时未被列入CCF,但在国内外机器学习领域都有很大的影响力,国内很多高校的评定中,ICLR都是等同于CCF A的存在。

盼回复,谢谢!

UAI should be added

Nice web for integrating the majority of CCF conferences, but the UAI is absent, unfortunately.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.