Giter Club home page Giter Club logo

ccfddl / ccf-deadlines Goto Github PK

View Code? Open in Web Editor NEW
5.1K 22.0 361.0 8.78 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.87% Vue 79.05% HTML 1.36% Python 16.56% Shell 1.15%
artificial-intelligence deadline software-engineering data-management computer-systems social-computing networked-systems security-systems ccf-rankings conf-deadline

ccf-deadlines's People

Contributors

0x4f5da2 avatar allenpandas avatar cubercsl avatar doujiang-zheng avatar feizhai-ai avatar fffmath avatar grandnew avatar hengxin avatar hepengfei5709 avatar jacklightchen avatar jusperlee avatar kzoacn avatar liborui avatar liyewen521 avatar lukangkang123 avatar mergify[bot] avatar oncecemic avatar pengwei-jin avatar qianpengli577 avatar raphael-hao avatar spingarbor avatar sumsky21 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  avatar  avatar

ccf-deadlines's Issues

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

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''.

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

A Modest Proposal

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

UAI should be added

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

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

[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.

ICPC2022 is not shown up

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

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!

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 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.

能否加入会议ICLR?

您好!

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

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

盼回复,谢谢!

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.

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.