Showing preview only (691K chars total). Download the full file or copy to clipboard to get everything.
Repository: ccfddl/ccf-deadlines
Branch: main
Commit: 50747dad3a7e
Files: 478
Total size: 603.5 KB
Directory structure:
gitextract_m4_4t1wg/
├── .github/
│ ├── FUNDING.yml
│ ├── mergify.yml
│ ├── pull_request_template.md
│ └── workflows/
│ ├── deploy.yml
│ ├── merge_check.yml
│ └── pre-commit.yml
├── .gitignore
├── .pre-commit-config.yaml
├── .readme_assets/
│ └── best-practice.drawio
├── Cargo.toml
├── LICENSE
├── README.md
├── accept_rates/
│ ├── AI/
│ │ ├── aaai.yml
│ │ ├── acl.yml
│ │ ├── acml.yml
│ │ ├── aistats.yml
│ │ ├── coling.yml
│ │ ├── colt.yml
│ │ ├── cvpr.yml
│ │ ├── ecai.yml
│ │ ├── eccv.yml
│ │ ├── emnlp.yml
│ │ ├── iccv.yml
│ │ ├── iclr.yml
│ │ ├── icml.yml
│ │ ├── iconip.yml
│ │ ├── icra.yml
│ │ ├── ijcai.yml
│ │ ├── ijcnn.yml
│ │ ├── iros.yml
│ │ ├── naacl.yml
│ │ ├── nips.yml
│ │ └── uai.yml
│ ├── CG/
│ │ ├── icassp.yml
│ │ ├── icip.yml
│ │ ├── icme.yml
│ │ ├── icmr.yml
│ │ ├── interspeech.yml
│ │ ├── mm.yml
│ │ ├── sig.yml
│ │ └── siga.yml
│ ├── CT/
│ │ ├── cav.yml
│ │ ├── lics.yml
│ │ └── stoc.yml
│ ├── DB/
│ │ ├── cikm.yml
│ │ ├── ecir.yml
│ │ ├── eusipco.yml
│ │ ├── icde.yml
│ │ ├── icdm.yml
│ │ ├── recsys.yml
│ │ ├── sdm.yml
│ │ ├── sigir.yml
│ │ ├── sigkdd.yml
│ │ ├── sigmod.yml
│ │ ├── vldb.yml
│ │ └── wsdm.yml
│ ├── DS/
│ │ ├── asplos.yml
│ │ ├── atc.yml
│ │ ├── eurosys.yml
│ │ ├── fast.yml
│ │ ├── hpca.yml
│ │ ├── isca.yml
│ │ ├── micro.yml
│ │ ├── ppopp.yml
│ │ ├── rtas.yml
│ │ └── sigmetrics.yml
│ ├── HI/
│ │ ├── chi.yml
│ │ ├── cscw.yml
│ │ ├── cscwd
│ │ ├── ubicomp.yml
│ │ └── uist.yml
│ ├── MX/
│ │ ├── recomb.yml
│ │ ├── rtss.yml
│ │ └── www.yml
│ ├── NW/
│ │ ├── globecom.yml
│ │ ├── imc.yml
│ │ ├── infocom.yml
│ │ ├── mmsys.yml
│ │ ├── mobicom.yml
│ │ ├── mobihoc.yml
│ │ ├── mobisys.yml
│ │ ├── nsdi.yml
│ │ ├── sensys.yml
│ │ └── sigcomm.yml
│ ├── SC/
│ │ ├── acsac.yml
│ │ ├── ccs.yml
│ │ ├── crypto.yml
│ │ ├── esorics.yml
│ │ ├── eurocrypt.yml
│ │ ├── fse.yml
│ │ ├── ih&mmsec.yml
│ │ ├── ndss.yml
│ │ ├── uss.yml
│ │ └── wisec.yml
│ └── SE/
│ ├── ase.yml
│ ├── ecoop.yml
│ ├── icfp.yml
│ ├── icse.yml
│ ├── issta.yml
│ ├── oopsla.yml
│ ├── osdi.yml
│ ├── pldi.yml
│ ├── popl.yml
│ └── sosp.yml
├── conference/
│ ├── AI/
│ │ ├── aaai.yml
│ │ ├── aamas.yml
│ │ ├── accv.yml
│ │ ├── acl.yml
│ │ ├── acml.yml
│ │ ├── aistats.yml
│ │ ├── alt.yml
│ │ ├── bmvc.yml
│ │ ├── cec.yml
│ │ ├── cicai.yml
│ │ ├── coling.yml
│ │ ├── colm.yml
│ │ ├── colt.yml
│ │ ├── conll.yml
│ │ ├── corl.yml
│ │ ├── cpal.yml
│ │ ├── cvpr.yml
│ │ ├── dai.yml
│ │ ├── eacl.yml
│ │ ├── ecai.yml
│ │ ├── eccv.yml
│ │ ├── emnlp.yml
│ │ ├── esann.yml
│ │ ├── fg.yml
│ │ ├── gecco.yml
│ │ ├── icann.yml
│ │ ├── icaps.yml
│ │ ├── iccbr.yml
│ │ ├── iccv.yml
│ │ ├── icdar.yml
│ │ ├── iclr.yml
│ │ ├── icml.yml
│ │ ├── iconip.yml
│ │ ├── icpr.yml
│ │ ├── icra.yml
│ │ ├── ictai.yml
│ │ ├── ijcai.yml
│ │ ├── ijcb.yml
│ │ ├── ijcnlp.yml
│ │ ├── ijcnn.yml
│ │ ├── iros.yml
│ │ ├── kr.yml
│ │ ├── ksem.yml
│ │ ├── log.yml
│ │ ├── naacl.yml
│ │ ├── nips.yml
│ │ ├── nlpcc.yml
│ │ ├── ppsn.yml
│ │ ├── pricai.yml
│ │ ├── probml.yml
│ │ ├── rss.yml
│ │ ├── rulemlrr.yml
│ │ ├── uai.yml
│ │ └── wacv.yml
│ ├── CG/
│ │ ├── 3dv.yml
│ │ ├── PacificVis.yml
│ │ ├── SGP.yml
│ │ ├── casa.yml
│ │ ├── cccg.yml
│ │ ├── cgi.yml
│ │ ├── cvm.yml
│ │ ├── eg.yml
│ │ ├── egsr.yml
│ │ ├── eurovis.yml
│ │ ├── gmp.yml
│ │ ├── icassp.yml
│ │ ├── icip.yml
│ │ ├── icme.yml
│ │ ├── icmr.yml
│ │ ├── icvrv.yml
│ │ ├── interspeech.yml
│ │ ├── ismar.yml
│ │ ├── mm.yml
│ │ ├── mmasia.yml
│ │ ├── mmm.yml
│ │ ├── pg.yml
│ │ ├── prcv.yml
│ │ ├── sca.yml
│ │ ├── sig.yml
│ │ ├── siga.yml
│ │ ├── slt.yml
│ │ ├── smi.yml
│ │ ├── spm.yml
│ │ ├── vinci.yml
│ │ ├── vis.yml
│ │ └── vr.yml
│ ├── CT/
│ │ ├── cade.yml
│ │ ├── cav.yml
│ │ ├── cocoon.yml
│ │ ├── concur.yml
│ │ ├── fmcad.yml
│ │ ├── focs.yml
│ │ ├── hscc.yml
│ │ ├── icalp.yml
│ │ ├── ijcar.yml
│ │ ├── isit.yml
│ │ ├── lics.yml
│ │ ├── sat.yml
│ │ ├── setta.yml
│ │ ├── socg.yml
│ │ ├── soda.yml
│ │ └── stoc.yml
│ ├── DB/
│ │ ├── adma.yml
│ │ ├── apweb.yml
│ │ ├── cidr.yml
│ │ ├── cikm.yml
│ │ ├── dasfaa.yml
│ │ ├── ecir.yml
│ │ ├── edbt.yml
│ │ ├── eusipco.yml
│ │ ├── icde.yml
│ │ ├── icdm.yml
│ │ ├── icdt.yml
│ │ ├── iswc.yml
│ │ ├── pakdd.yml
│ │ ├── pkdd.yml
│ │ ├── pods/
│ │ │ └── pods.yml
│ │ ├── recsys.yml
│ │ ├── sdm.yml
│ │ ├── sigir.yml
│ │ ├── sigkdd.yml
│ │ ├── sigmod.yml
│ │ ├── vldb.yml
│ │ ├── wisa.yml
│ │ └── wsdm.yml
│ ├── DS/
│ │ ├── GLSVLSI.yml
│ │ ├── appt.yml
│ │ ├── apsys.yml
│ │ ├── asap.yml
│ │ ├── aspdac.yml
│ │ ├── asplos.yml
│ │ ├── atc.yml
│ │ ├── ats.yml
│ │ ├── cf.yml
│ │ ├── cgo.yml
│ │ ├── cluster.yml
│ │ ├── dac.yml
│ │ ├── date.yml
│ │ ├── dcc.yml
│ │ ├── ets.yml
│ │ ├── europar.yml
│ │ ├── eurosys.yml
│ │ ├── fast.yml
│ │ ├── fccm.yml
│ │ ├── fpga.yml
│ │ ├── fpt.yml
│ │ ├── hotchips.yml
│ │ ├── hotstorage.yml
│ │ ├── hpca.yml
│ │ ├── hpcc.yml
│ │ ├── hpdc.yml
│ │ ├── ica3pp.yml
│ │ ├── iccad.yml
│ │ ├── iccd.yml
│ │ ├── icdcs.yml
│ │ ├── icpads.yml
│ │ ├── icpp.yml
│ │ ├── ics.yml
│ │ ├── iiswc.yml
│ │ ├── ipdps.yml
│ │ ├── isca.yml
│ │ ├── iscas.yml
│ │ ├── ispa.yml
│ │ ├── itc-asia.yml
│ │ ├── itc.yml
│ │ ├── jcc.yml
│ │ ├── micro.yml
│ │ ├── msst.yml
│ │ ├── netys.yml
│ │ ├── pact.yml
│ │ ├── pdcat.yml
│ │ ├── podc.yml
│ │ ├── ppopp.yml
│ │ ├── rtas.yml
│ │ ├── sc.yml
│ │ ├── sec.yml
│ │ ├── sigmetrics.yml
│ │ ├── socc.yml
│ │ ├── spaa.yml
│ │ ├── systor.yml
│ │ └── vee.yml
│ ├── HI/
│ │ ├── assets.yml
│ │ ├── chi.yml
│ │ ├── collaboratecom.yml
│ │ ├── cscw.yml
│ │ ├── cscwd.yml
│ │ ├── dis.yml
│ │ ├── ecscw.yml
│ │ ├── group.yml
│ │ ├── icmi.yml
│ │ ├── icwsm.yml
│ │ ├── iss.yml
│ │ ├── iui.yml
│ │ ├── percom.yml
│ │ ├── ubicomp.yml
│ │ ├── uic.yml
│ │ └── uist.yml
│ ├── MX/
│ │ ├── apbc.yml
│ │ ├── bibm.yml
│ │ ├── bigdata.yml
│ │ ├── bis.yml
│ │ ├── cloud.yml
│ │ ├── cogsci.yml
│ │ ├── emsoft.yml
│ │ ├── icic.yml
│ │ ├── isbra.yml
│ │ ├── miccai.yml
│ │ ├── mlsys.yml
│ │ ├── recomb.yml
│ │ ├── rtss.yml
│ │ ├── sigspatial.yml
│ │ ├── smc.yml
│ │ ├── wine.yml
│ │ └── www.yml
│ ├── NW/
│ │ ├── apnet.yml
│ │ ├── conext.yml
│ │ ├── forte.yml
│ │ ├── globecom.yml
│ │ ├── icc.yml
│ │ ├── icccn.yml
│ │ ├── icnp.yml
│ │ ├── imc.yml
│ │ ├── infocom.yml
│ │ ├── ipsn.yml
│ │ ├── iscc.yml
│ │ ├── iwqos.yml
│ │ ├── lcn.yml
│ │ ├── mmsys.yml
│ │ ├── mobicom.yml
│ │ ├── mobihoc.yml
│ │ ├── mobisys.yml
│ │ ├── msn.yml
│ │ ├── mswim.yml
│ │ ├── networking.yml
│ │ ├── nossdav.yml
│ │ ├── nsdi.yml
│ │ ├── secon.yml
│ │ ├── sensys.yml
│ │ ├── sigcomm.yml
│ │ ├── wasa.yml
│ │ ├── wcnc.yml
│ │ ├── wicon.yml
│ │ └── wowmom.yml
│ ├── SC/
│ │ ├── acisp.yml
│ │ ├── acns.yml
│ │ ├── acsac.yml
│ │ ├── asiaccs.yml
│ │ ├── asiacrypt.yml
│ │ ├── blocksys.yml
│ │ ├── ccs.yml
│ │ ├── ches.yml
│ │ ├── codaspy.yml
│ │ ├── crypto.yml
│ │ ├── cscloud.yml
│ │ ├── csfw.yml
│ │ ├── ct-rsa.yml
│ │ ├── dfrws-apac.yml
│ │ ├── dfrws.yml
│ │ ├── dimva.yml
│ │ ├── dsn.yml
│ │ ├── esorics.yml
│ │ ├── eurocrypt.yml
│ │ ├── eurosp.yml
│ │ ├── fc.yml
│ │ ├── fse.yml
│ │ ├── hotsec.yml
│ │ ├── icdf2c.yml
│ │ ├── icics.yml
│ │ ├── ifip119.yml
│ │ ├── ih&mmsec.yml
│ │ ├── indocrypt.yml
│ │ ├── inscrypt.yml
│ │ ├── isc.yml
│ │ ├── ndss.yml
│ │ ├── noms.yml
│ │ ├── nspw.yml
│ │ ├── pam.yml
│ │ ├── pets.yml
│ │ ├── pkc.yml
│ │ ├── raid.yml
│ │ ├── sac.yml
│ │ ├── sacmat.yml
│ │ ├── satml.yml
│ │ ├── sec.yml
│ │ ├── securecomm.yml
│ │ ├── soups.yml
│ │ ├── sp.yml
│ │ ├── srds.yml
│ │ ├── tcc.yml
│ │ ├── trustcom.yml
│ │ ├── uss.yml
│ │ └── wisec.yml
│ ├── SE/
│ │ ├── aplas.yml
│ │ ├── apsec.yml
│ │ ├── ase.yml
│ │ ├── atva.yml
│ │ ├── caise.yml
│ │ ├── compsac.yml
│ │ ├── cp.yml
│ │ ├── ease.yml
│ │ ├── ecoop.yml
│ │ ├── esem.yml
│ │ ├── etaps.yml
│ │ ├── fm.yml
│ │ ├── fse.yml
│ │ ├── hotos.yml
│ │ ├── iceccs.yml
│ │ ├── icfem.yml
│ │ ├── icfp.yml
│ │ ├── icpc.yml
│ │ ├── icse.yml
│ │ ├── icsme.yml
│ │ ├── icsoc.yml
│ │ ├── icst.yml
│ │ ├── icws.yml
│ │ ├── internetware.yml
│ │ ├── ispass.yml
│ │ ├── issre.yml
│ │ ├── issta.yml
│ │ ├── lctes.yml
│ │ ├── middleware.yml
│ │ ├── models.yml
│ │ ├── msr.yml
│ │ ├── oopsla.yml
│ │ ├── osdi.yml
│ │ ├── pldi.yml
│ │ ├── popl.yml
│ │ ├── qrs.yml
│ │ ├── re.yml
│ │ ├── refsq.yml
│ │ ├── rv.yml
│ │ ├── saner.yml
│ │ ├── sas.yml
│ │ ├── scam.yml
│ │ ├── seke.yml
│ │ ├── sosp.yml
│ │ ├── sse.yml
│ │ ├── tase.yml
│ │ └── vmcai.yml
│ └── types.yml
├── conference-yaml-schema.yml
├── extensions/
│ ├── chrome/
│ │ ├── README.md
│ │ ├── background.js
│ │ ├── manifest.json
│ │ ├── popup.css
│ │ ├── popup.html
│ │ └── popup.js
│ ├── cli/
│ │ ├── ccfddl/
│ │ │ ├── __init__.py
│ │ │ ├── __main__.py
│ │ │ ├── convert_to_ical.py
│ │ │ └── convert_to_rss.py
│ │ ├── readme.md
│ │ ├── req.txt
│ │ └── setup.py
│ └── ical/
│ └── readme.md
├── index.html
├── public/
│ └── styles.css
├── scripts/
│ ├── merge.py
│ └── validate.py
└── src/
├── components/
│ ├── calendar_popover.rs
│ ├── checkbox_button.rs
│ ├── conf.rs
│ ├── countdown.rs
│ ├── gitbutton.rs
│ ├── header.rs
│ ├── mod.rs
│ ├── showtable.rs
│ ├── subscription_modal.rs
│ ├── timeline.rs
│ └── timezone.rs
├── lib.rs
├── main.rs
└── pages/
├── home.rs
└── mod.rs
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/FUNDING.yml
================================================
# These are supported funding model platforms
github: ccfddl
================================================
FILE: .github/mergify.yml
================================================
pull_request_rules:
- name: say hi on new contribution
conditions:
- base=main
- label!=updateconf
actions:
comment:
message: |
Welcome to ccf-deadlines!
We're delighted to have you onboard (p≧w≦q)
label:
add: ['updateconf']
- name: ask the maintainer team to review PR
conditions:
- label!=invalid
- "#approved-reviews-by<1"
actions:
request_reviews:
teams:
- "maintainers"
- name: automatic merge for master when CI passes and 1 reviews
conditions:
- "#approved-reviews-by>=1"
- check-success=build
- check-success=pre-commit
- base=main
actions:
merge:
method: squash
label:
add: ['ready-to-merge']
comment:
message: |
Great job!
Thank you @{{author}} for your contribution!
================================================
FILE: .github/pull_request_template.md
================================================
<!-- Thank you for contributing to ccf-deadlines!
PR Title Format: Update conf_name conf_year
-->
### Which conference does this PR update?
<!-- List conf_name conf_year below-->
-
### Related URL
<!-- List useful URLs for reviewers to check -->
-
================================================
FILE: .github/workflows/deploy.yml
================================================
name: Deploy
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Setup Node.js environment
uses: actions/setup-node@main
with:
node-version: '15.x'
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install PyYAML jsonschema icalendar xlin
- name: Assemble yml files
run: |
mkdir -p public/conference && cd public/conference
python ../../scripts/merge.py ../../conference --exclude "types.yml" > allconf.yml
python ../../scripts/merge.py ../../accept_rates > allacc.yml
cp ../../conference/types.yml .
cd ../..
- name: Generate iCal files
run: |
python extensions/cli/ccfddl/convert_to_ical.py
mv *.ics public/conference/
- name: Generate RSS feeds
run: |
python extensions/cli/ccfddl/convert_to_rss.py
mv *.xml public/conference/
# Install Rust Nightly Toolchain, with Clippy & Rustfmt
- name: Install nightly Rust
uses: dtolnay/rust-toolchain@nightly
with:
components: clippy, rustfmt
- name: Add WASM target
run: rustup target add wasm32-unknown-unknown
- name: Download and install Trunk binary
run: wget -qO- https://github.com/trunk-rs/trunk/releases/download/v0.18.4/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- name: Build with Trunk
# "${GITHUB_REPOSITORY#*/}" evaluates into the name of the repository
# using --public-url something will allow trunk to modify all the href paths like from favicon.ico to repo_name/favicon.ico .
# this is necessary for github pages where the site is deployed to username.github.io/repo_name and all files must be requested
# relatively as favicon.ico. if we skip public-url option, the href paths will instead request username.github.io/favicon.ico which
# will obviously return error 404 not found.
run: ./trunk build --release
- name: Config Git
run: |
git config --global user.email "jacklightchen@gmail.com"
git config --global user.name "jacklightChen"
- name: Deploy
run: |
cd dist
echo 'ccfddl.com' > CNAME
git init
git add --all
git commit -m "Site Update:`TZ=':Asia/Shanghai' date +' %Y-%m-%d %H:%m:%S'`"
git push --force https://${{ secrets.ACCESS_TOKEN }}@github.com/ccfddl/ccfddl.github.io.git master:page
================================================
FILE: .github/workflows/merge_check.yml
================================================
name: MergeCheck
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Setup Node.js environment
uses: actions/setup-node@main
with:
node-version: '15.x'
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install PyYAML jsonschema
- name: Assemble yml files
run: |
mkdir -p public/conference && cd public/conference
python ../../scripts/merge.py ../../conference --exclude "types.yml" > allconf.yml
python ../../scripts/merge.py ../../accept_rates > allacc.yml
cp ../../conference/types.yml .
cd ../..
# Install Rust Nightly Toolchain, with Clippy & Rustfmt
- name: Install nightly Rust
uses: dtolnay/rust-toolchain@nightly
with:
components: clippy, rustfmt
- name: Add WASM target
run: rustup target add wasm32-unknown-unknown
- name: Download and install Trunk binary
run: wget -qO- https://github.com/trunk-rs/trunk/releases/download/v0.18.4/trunk-x86_64-unknown-linux-gnu.tar.gz | tar -xzf-
- name: Build with Trunk
# "${GITHUB_REPOSITORY#*/}" evaluates into the name of the repository
# using --public-url something will allow trunk to modify all the href paths like from favicon.ico to repo_name/favicon.ico .
# this is necessary for github pages where the site is deployed to username.github.io/repo_name and all files must be requested
# relatively as favicon.ico. if we skip public-url option, the href paths will instead request username.github.io/favicon.ico which
# will obviously return error 404 not found.
run: ./trunk build --release
================================================
FILE: .github/workflows/pre-commit.yml
================================================
name: pre-commit
on:
workflow_dispatch:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1
================================================
FILE: .gitignore
================================================
# Created by https://www.toptal.com/developers/gitignore/api/python,rust
# Edit at https://www.toptal.com/developers/gitignore?templates=python,rust
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock
# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
.pdm.toml
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
### Python Patch ###
# Poetry local configuration file - https://python-poetry.org/docs/configuration/#local-configuration
poetry.toml
# ruff
.ruff_cache/
# LSP config files
pyrightconfig.json
### Rust ###
# Generated by Cargo
# will have compiled files and executables
debug/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
# End of https://www.toptal.com/developers/gitignore/api/python,rust
AGENTS.md
.DS_Store
node_modules
dist
public/conference
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Generated by Cargo
# will have compiled files and executables
/target/
# These are backup files generated by rustfmt
**/*.rs.bk
================================================
FILE: .pre-commit-config.yaml
================================================
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-case-conflict
- id: check-merge-conflict
- id: check-yaml
- id: end-of-file-fixer
- id: fix-byte-order-marker
- id: mixed-line-ending
args: [--fix=lf]
- id: trailing-whitespace
- repo: local
hooks:
- id: validate
name: Validate Conference yaml files
entry: python scripts/validate.py
language: python
additional_dependencies: [PyYAML, jsonschema]
types: [python]
- repo: https://github.com/google/yamlfmt
rev: v0.17.2
hooks:
- id: yamlfmt
name: Format YAML files
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.33.1
hooks:
- id: check-github-workflows
name: Check GitHub Workflow configuration
================================================
FILE: .readme_assets/best-practice.drawio
================================================
<mxfile host="65bd71144e">
<diagram id="scfeG7vpldKUv0kFTR0y" name="Page-1">
<mxGraphModel dx="1398" dy="859" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
<mxCell id="2" value="Upstream Repo" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;" parent="1" vertex="1">
<mxGeometry x="80" y="320" width="120" height="40" as="geometry"/>
</mxCell>
<mxCell id="6" value="" style="edgeStyle=none;html=1;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fillColor=#f8cecc;strokeColor=#b85450;exitX=0.5;exitY=1;exitDx=0;exitDy=0;" parent="1" source="20" target="21" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="280" y="370" as="sourcePoint"/>
<mxPoint x="318.71546484833766" y="410.02751312787586" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="7" value="checkout&nbsp; -b feature-name" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="6" vertex="1" connectable="0">
<mxGeometry x="-0.1582" y="1" relative="1" as="geometry">
<mxPoint as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="10" value="" style="edgeStyle=none;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;entryX=0;entryY=0.5;entryDx=0;entryDy=0;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" source="21" target="22" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="350" y="440" as="sourcePoint"/>
<mxPoint x="440.1036272526535" y="432.4913643956122" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="11" value="changes" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="10" vertex="1" connectable="0">
<mxGeometry x="-0.2041" relative="1" as="geometry">
<mxPoint as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="13" value="" style="edgeStyle=none;html=1;exitX=0.5;exitY=1;exitDx=0;exitDy=0;entryX=0.5;entryY=0;entryDx=0;entryDy=0;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" source="22" target="23" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="467.38499149160816" y="459.8858115244766" as="sourcePoint"/>
<mxPoint x="454.11651594585464" y="510.58257972927277" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="14" value="push forked&nbsp; feature-name" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="13" vertex="1" connectable="0">
<mxGeometry x="-0.3582" relative="1" as="geometry">
<mxPoint y="3" as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="16" style="edgeStyle=orthogonalEdgeStyle;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" source="23" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="600" y="350" as="targetPoint"/>
<mxPoint x="490" y="540" as="sourcePoint"/>
</mxGeometry>
</mxCell>
<mxCell id="17" value="New Pull Request" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="16" vertex="1" connectable="0">
<mxGeometry x="-0.5816" y="-2" relative="1" as="geometry">
<mxPoint y="-3" as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="15" value="" style="endArrow=classic;html=1;exitX=1;exitY=0.5;exitDx=0;exitDy=0;fillColor=#f8cecc;strokeColor=#b85450;" parent="1" source="2" edge="1">
<mxGeometry width="50" height="50" relative="1" as="geometry">
<mxPoint x="340" y="345" as="sourcePoint"/>
<mxPoint x="680" y="340" as="targetPoint"/>
</mxGeometry>
</mxCell>
<mxCell id="24" value="Review" style="edgeLabel;html=1;align=center;verticalAlign=middle;resizable=0;points=[];" parent="15" vertex="1" connectable="0">
<mxGeometry x="0.7691" y="-1" relative="1" as="geometry">
<mxPoint x="-25" y="-1" as="offset"/>
</mxGeometry>
</mxCell>
<mxCell id="18" value="Local Cloned" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="80" y="400" width="120" height="40" as="geometry"/>
</mxCell>
<mxCell id="19" value="Personal Fork" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="80" y="480" width="120" height="40" as="geometry"/>
</mxCell>
<mxCell id="20" value="Main HEAD" style="ellipse;whiteSpace=wrap;html=1;fillColor=#f8cecc;strokeColor=#b85450;" parent="1" vertex="1">
<mxGeometry x="240" y="320" width="80" height="40" as="geometry"/>
</mxCell>
<mxCell id="21" value="Feature Branch" style="ellipse;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="240" y="400" width="80" height="40" as="geometry"/>
</mxCell>
<mxCell id="22" value="New Commit" style="ellipse;whiteSpace=wrap;html=1;fillColor=#d5e8d4;strokeColor=#82b366;" parent="1" vertex="1">
<mxGeometry x="400" y="400" width="80" height="40" as="geometry"/>
</mxCell>
<mxCell id="23" value="New Commit" style="ellipse;whiteSpace=wrap;html=1;fillColor=#ffe6cc;strokeColor=#d79b00;" parent="1" vertex="1">
<mxGeometry x="400" y="480" width="80" height="40" as="geometry"/>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>
================================================
FILE: Cargo.toml
================================================
[package]
name = "ccfddl"
version = "0.1.0"
edition = "2024"
[dependencies]
leptos = { version = "0.8.8", features = ["csr"] }
leptos_meta = { version = "0.8" }
leptos_router = { version = "0.8" }
console_log = {version = "1", features = ["color"] }
log = { version = "0.4" }
console_error_panic_hook = { version = "0.1" }
serde = { version = "1.0.219" }
reqwest = {version = "0.12.23", features = ["json"] }
chrono = { version = "0.4", features = ["serde"] }
chrono-tz = { version = "0.8" }
web-sys = { version="0.3", features = ["Window", "Navigator", "Storage"] }
wasm-bindgen = { version = "0.2" }
wasm-bindgen-futures = { version = "0.4.50" }
thaw = { version = "0.5.0-beta", features = ["csr"] }
icondata = { version = "0.6.0" }
serde_yaml = { version = "0.9.34" }
serde_json = { version = "1.0" }
urlencoding = { version = "2.1.0" }
[profile.release]
opt-level = 'z'
lto = true
codegen-units = 1
panic = "abort"
================================================
FILE: LICENSE
================================================
MIT License
Copyright (c) 2021 CCFDDL
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================
FILE: README.md
================================================
# CCF-Deadlines
> Helping researchers track worldwide conference ddls through collaboration.
[](https://github.com/ccfddl/ccf-deadlines/blob/main/LICENSE)
[](https://github.com/ccfddl/ccf-deadlines/commits/main)
[](https://github.com/ccfddl/ccf-deadlines/pulls)
English | [简体中文](https://translate.google.com/translate?sl=auto&tl=zh&u=https://github.com/ccfddl/ccf-deadlines)
<table>
<tr>
<td align="center"><b><a href="https://ccfddl.github.io/">🌐 Website Portal<br></a>Main Site</b></td>
<td align="center"><b><a href="https://github.com/ccfddl/ccf-deadlines/tree/main/.readme_assets/applet_qrcode.jpg">📱 Wechat Applet</a><br>Available Now</b></td>
<td align="center"><b><a href="https://ccfddl.top/">🌐 Tabular Portal</a><br>No Ladder Required</b></td>
</tr>
<tr>
<td align="center"><img src=".readme_assets/screenshot_website.png" width="280px"/></td>
<td align="center"><img src=".readme_assets/applet_qrcode.jpg" width="240px"/></td>
<td align="center"><img src=".readme_assets/screenshot_tabular.png" width="280px"/></td>
</tr>
</table>
**No More Finding and Time Conversion on Your Own!**
### Extensions
<table>
<tr>
<td align="center"><b><a href="https://github.com/ccfddl/ccf-deadlines/tree/main/extensions/cli">PyCli Tool</a><br></b></td>
<td align="center"><b><a href="https://www.raycast.com/ViGeng/ccfddl?via=ViGeng">Raycast Extension</a><br></b></td>
<td align="center"><b><a href="https://github.com/superpung/swiftbar-ccfddl/">SwiftBar Plugin</a><br></b></td>
</tr>
<tr>
<td align="center"><img src=".readme_assets/screenshot_pycli.png" width="280px"/></td>
<td align="center"><img src=".readme_assets/screenshot_raycast.png" width="280px"/></td>
<td align="center"><img src="https://raw.githubusercontent.com/superpung/swiftbar-ccfddl/refs/heads/main/docs/preview.png" width="280px"/></td>
</tr>
<tr>
<td align="center"><b><a href="https://github.com/ccfddl/ccf-deadlines/tree/main/extensions/ical">iCal Subscription</a><br></b></td>
<td align="center"><b><a href="https://github.com/ccfddl/ccf-deadlines/tree/main/extensions/chrome">Chrome Extension</a><br></b></td>
</tr>
<tr>
<td align="center"><img src=".readme_assets/screenshot_iCal.jpg" width="280px"/></td>
<td align="center"><img src=".readme_assets/screenshot_ccf-ddl-tracker.png" width="280px"/></td>
</tr>
</table>
## Community Activity

## Add/Update a conference
Contributions are welcomed and greatly appreciated!
To add or update information:
- Fork the repo
- Add/Update the yml file of conference/conf_type/conf_name.yml
- Send a [pull request](https://github.com/ccfddl/ccf-deadlines/pulls)
Tips: check [conferences recommended](https://www.ccf.org.cn/Academic_Evaluation/By_category/) or review [pdf](.readme_assets/ccf_recommended_2022.pdf)
## Conference Entry File
Example file: conference/DB/sigmod.yml
```yaml
- 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:
<table>
<tr>
<th colspan="3">Field name</th>
<th>Description</th>
</tr>
<tr>
<td colspan="3"><code>title</code>*</td>
<td>Short conference name, without year, uppercase</td>
</tr>
<tr>
<td colspan="3"><code>description</code>*</td>
<td>Description, or long name, with no session</td>
</tr>
<tr>
<td colspan="3"><code>sub</code>*</td>
<td>The category that the conference is labeled by CCF. See the matching table below</td>
</tr>
<tr>
<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>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>
<td colspan="3"><code>dblp</code>*</td>
<td>The suffix in dblp url, e.g., <code>iccv</code> in https://dblp.org/db/conf/iccv</td>
</tr>
<tr>
<td rowspan="9"><code>confs</code></td>
<td colspan="2"><code>year</code>*</td>
<td>Year the conference is happening</td>
</tr>
<tr>
<td colspan="2"><code>id</code>*</td>
<td>conference name & year, lowercase</td>
</tr>
<tr>
<td colspan="2"><code>link</code>*</td>
<td>URL to the conference home page</td>
</tr>
<tr>
<td rowspan="3"><code>timeline</code>*</td>
<td><code>abstract_deadline</code></td>
<td>Abstract deadline if applicable, optional</td>
</tr>
<tr>
<td><code>deadline</code>*</td>
<td>Deadline, in the format of <code>yyyy-mm-dd hh:mm:ss</code> or <code>TBD</code></td>
</tr>
<tr>
<td><code>comment</code></td>
<td>Some comments on the conference, optional</td>
</tr>
<tr>
<td colspan="2"><code>timezone</code>*</td>
<td>Timezone of deadline, currently support <code>UTC-12</code> ~ <code>UTC+12</code> & <code>AoE</code></td>
</tr>
<tr>
<td colspan="2"><code>date</code>*</td>
<td>When the main conference is happening, e.g., Mar 12-16, 2021</td>
</tr>
<tr>
<td colspan="2"><code>place</code>*</td>
<td>Where the main conference is happening, e.g., <code>city, country</code></td>
</tr>
</table>
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 |
## Contribution
Maintained by [@ccfddl](https://github.com/ccfddl) collaboration.
## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fccfddl%2Fccf-deadlines?ref=badge_large)
================================================
FILE: accept_rates/AI/aaai.yml
================================================
- title: AAAI
accept_rates:
- year: 2024
submitted: 9862
accepted: 2342
str: 23.7%(2342/9862 24')
rate: 0.237477185155141
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
================================================
FILE: accept_rates/AI/acl.yml
================================================
- title: ACL
accept_rates:
- year: 2023
submitted: 3872
accepted: 910
str: 23.5%(910/3872 23')
rate: 0.235020661157025
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
- year: 2024
submitted: 4407
accepted: 943
str: 21.4%(943/4407 24')
rate: 0.2139778
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/AI/acml.yml
================================================
- title: ACML
accept_rates:
- year: 2024
submitted: 353
accepted: 92
str: 26.1%(92/353 24')
rate: 0.260623229
source: https://www.acml-conf.org/
================================================
FILE: accept_rates/AI/aistats.yml
================================================
- title: AISTATS
accept_rates:
- year: 2024
submitted: 1980
accepted: 546
str: 27.6%(546/1980 24')
rate: 0.275757575757576
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
================================================
FILE: accept_rates/AI/coling.yml
================================================
- title: COLING
accept_rates:
- year: 2022
submitted: 1563
accepted: 522
str: 33.4%(522/1563 22')
rate: 0.333973128598848
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
================================================
FILE: accept_rates/AI/colt.yml
================================================
- title: COLT
accept_rates:
- year: 2020
submitted: 388
accepted: 120
str: 30.9%(120/388 20')
rate: 0.309278350515464
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
- year: 2024
submitted: 448
accepted: 160
str: 35.7%(160/448 24')
rate: 0.3571429
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/AI/cvpr.yml
================================================
- title: CVPR
accept_rates:
- year: 2023
submitted: 9155
accepted: 2360
str: 25.8%(2360/9155 23')
rate: 0.257782632441289
source: https://github.com/emeryberger/csconferences
- year: 2024
submitted: 11532
accepted: 2719
str: 23.6%(2719/11532 24')
rate: 0.2357787
source: https://csconfstats.xoveexu.com/
- year: 2025
submitted: 13008
accepted: 2878
str: 22.1%(2878/13008 25')
rate: 0,2212484625
source: https://mp.weixin.qq.com/s?__biz=Mzg4OTEwNjMzMA==&mid=2247663029&idx=1&sn=f36b388a84d4319f4b47930b3750cc3c&chksm=cec06fc2f86f6c080876f53860d9992f7fe5a3571ad1ef06474397fb01e4a5151ec7a0559f91&mpshare=1&scene=1&srcid=0318MpQJ3yoMi2832NjrF0oX&sharer_shareinfo=5f66e1303d9fb0f8fed93ef4736ebcdd&sharer_shareinfo_first=5f66e1303d9fb0f8fed93ef4736ebcdd#rd
- year: 2026
submitted: 16092
accepted: 4090
str: 25.4%(4090/16092 26')
rate: 0.2541636
source: https://www.ithome.com/0/922/931.htm
================================================
FILE: accept_rates/AI/ecai.yml
================================================
- title: ECAI
accept_rates:
- year: 2023
submitted: 1631
accepted: 391
str: 24.0%(391/1631 23')
rate: 0.23973022685469
source: https://github.com/tranhungnghiep/AI-Conference-Info
- year: 2024
submitted: 2344
accepted: 547
str: 23.3%(547/2344 24')
rate: 0.233361774744027303
source: https://github.com/tranhungnghiep/AI-Conference-Info
================================================
FILE: accept_rates/AI/eccv.yml
================================================
- title: ECCV
accept_rates:
- year: 2022
submitted: 5804
accepted: 1645
str: 28.3%(1645/5804 22')
rate: 0.28342522398346
source: https://github.com/emeryberger/csconferences
- year: 2024
submitted: 8585
accepted: 2395
str: 27.9%(2395/8585 24')
rate: 0.278975
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/AI/emnlp.yml
================================================
- title: EMNLP
accept_rates:
- year: 2022
submitted: 3242
accepted: 715
str: 22.1%(715/3242 22')
rate: 0.220542874768661
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
- year: 2023
submitted: 4909
accepted: 1047
str: 21.3%(1047/4909 23')
rate: 0.2132817
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/AI/iccv.yml
================================================
- title: ICCV
accept_rates:
- year: 2023
submitted: 8260
accepted: 2160
str: 26.2%(2160/8260 23')
rate: 0.261501210653753
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/AI/iclr.yml
================================================
- title: ICLR
accept_rates:
- year: 2024
submitted: 7304
accepted: 2250
str: 30.8%(2250/7304 24')
rate: 0.308050383351588
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
- year: 2025
submitted: 11672
accepted: 3704
str: 31.73%(3704/11672 25')
rate: 0.31734064427
source: https://papercopilot.com/statistics/iclr-statistics/
- year: 2026
submitted: 19814
accepted: 5343
str: 26.97%(5343/19814 26')
rate: 0.2696578177
source: https://papercopilot.com/statistics/iclr-statistics/
================================================
FILE: accept_rates/AI/icml.yml
================================================
- title: ICML
accept_rates:
- year: 2023
submitted: 6538
accepted: 1827
str: 27.9%(1827/6538 23')
rate: 0.279443254817987
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
- year: 2024
submitted: 9473
accepted: 2609
str: 27.5%(2609/9473 24')
rate: 0.2754143
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/AI/iconip.yml
================================================
- title: ICONIP
accept_rates:
- year: 2024
submitted: 1301
accepted: 790
str: 60.72%(790/1301 24')
rate: 0.6072252113758647
source: https://link.springer.com/book/9789819670079+https://link.springer.com/book/9789819666058
================================================
FILE: accept_rates/AI/icra.yml
================================================
- title: ICRA
accept_rates:
- year: 2022
submitted: 3313
accepted: 1428
str: 43.1%(1428/3313 22')
rate: 0.431029278599457
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/AI/ijcai.yml
================================================
- title: IJCAI
accept_rates:
- year: 2022
submitted: 4537
accepted: 679
str: 15.0%(679/4537 22')
rate: 0.149658364558078
source: https://github.com/emeryberger/csconferences
- year: 2024
submitted: 5651
accepted: 791
str: 14.0%(791/5651 24')
rate: 0.1399752
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/AI/ijcnn.yml
================================================
- title: IJCNN
accept_rates:
- year: 2023
submitted: 1888
accepted: 1034
str: 54.8%(1034/1888 23')
rate: 0.547669491525424
source: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10191349
- year: 2024
submitted: 1701
accepted: 3272
str: 52.0%(1701/3272 24')
rate: 0.519865525672371638
source: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10650734
- year: 2025
submitted: 5526
accepted: 2152
str: 38.9%(2152/5526 25')
rate: 0.389431777053927
source: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=11229321
================================================
FILE: accept_rates/AI/iros.yml
================================================
- title: IROS
accept_rates:
- year: 2022
submitted: 3579
accepted: 1716
str: 47.9%(1716/3579 22')
rate: 0.479463537300922
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
================================================
FILE: accept_rates/AI/naacl.yml
================================================
- title: NAACL
accept_rates:
- year: 2024
submitted: 2434
accepted: 565
str: 23.2%(565/2434 24')
rate: 0.2321282
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/AI/nips.yml
================================================
- title: NeurIPS
accept_rates:
- year: 2023
submitted: 12343
accepted: 3218
str: 26.1%(3218/12343 23')
rate: 0.260714575062789
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
- year: 2024
submitted: 15671
accepted: 4043
str: 25.8%(4037/15671 24')
rate: 0.2576095
source: https://media.neurips.cc/Conferences/NeurIPS2024/NeurIPS2024-Fact_Sheet.pdf
================================================
FILE: accept_rates/AI/uai.yml
================================================
- title: UAI
accept_rates:
- year: 2023
submitted: 778
accepted: 243
str: 31.2%(243/778 23')
rate: 0.312339331619537
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
- year: 2024
submitted: 715
accepted: 200
str: 28.0%(200/715 24')
rate: 0.2797203
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/CG/icassp.yml
================================================
- title: ICASSP
accept_rates:
- year: 2024
submitted: 5796
accepted: 2812
str: 48.5%(2812/5796 24')
rate: 0.485162180814355
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
================================================
FILE: accept_rates/CG/icip.yml
================================================
- title: ICIP
accept_rates:
- year: 2023
submitted: 1647
accepted: 732
str: 44.4%(732/1647 23')
rate: 0.444444444444444
source: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10222530
================================================
FILE: accept_rates/CG/icme.yml
================================================
- title: ICME
accept_rates:
- year: 2023
submitted: 1415
accepted: 488
str: 34.5%(488/1415 23')
rate: 0.344876325088339
source: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10219647
- year: 2024
submitted: 2049
accepted: 666
str: 32.5%(666/2049 24')
rate: 0.3250366
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/CG/icmr.yml
================================================
- title: ICMR
accept_rates:
- year: 2024
submitted: 281
accepted: 117
str: 41.6%(117/281 24')
rate: 0.4163701
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/CG/interspeech.yml
================================================
- title: InterSpeech
accept_rates:
- year: 2021
submitted: 1990
accepted: 963
str: 48.4%(963/1990 21')
rate: 0.48391959798995
source: https://github.com/emeryberger/csconferences
- year: 2024
submitted: 2138
accepted: 1029
str: 48.1%(1029/2138 24')
rate: 0.4812909
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/CG/mm.yml
================================================
- title: ACM MM
accept_rates:
- year: 2023
submitted: 3669
accepted: 902
str: 24.6%(902/3669 23')
rate: 0.245843554101935
source: https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3581783
================================================
FILE: accept_rates/CG/sig.yml
================================================
- title: ACM SIGGRAPH
accept_rates:
- year: 2022
submitted: 610
accepted: 133
str: 21.8%(133/610 22')
rate: 0.218032786885246
source: https://github.com/emeryberger/csconferences
- year: 2023
submitted: 611
accepted: 212
str: 34.7%(212/611 23', 126 journal papers, 86 conference papers)
rate: 0.3469721767594108
source: https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3588432
- year: 2024
submitted: 844
accepted: 252
str: 29.9%(252/844 24')
rate: 0.2985781990521327
source: https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3641519
================================================
FILE: accept_rates/CG/siga.yml
================================================
- title: ACM SIGGRAPH ASIA
accept_rates:
- year: 2024
submitted: 899
accepted: 265
str: 29.5%(265/899 24')
rate: 0.2947719688542825
source: https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3680528
================================================
FILE: accept_rates/CT/cav.yml
================================================
- title: CAV
accept_rates:
- year: 2022
submitted: 209
accepted: 40
str: 19.1%(40/209 22')
rate: 0.191387559808612
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/CT/lics.yml
================================================
- title: LICS
accept_rates:
- year: 2022
submitted: 181
accepted: 63
str: 34.8%(63/181 22')
rate: 0.348066298342541
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/CT/stoc.yml
================================================
- title: STOC
accept_rates:
- year: 2023
submitted: 480
accepted: 155
str: 32.3%(155/480 23')
rate: 0.322916666666667
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/DB/cikm.yml
================================================
- title: CIKM
accept_rates:
- year: 2023
submitted: 1472
accepted: 354
str: 24.0%(354/1472 23')
rate: 0.240489130434783
source: https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3583780
================================================
FILE: accept_rates/DB/ecir.yml
================================================
- title: ECIR
accept_rates:
- year: 2024
submitted: 230
accepted: 57
str: 24.8%(57/230 24')
rate: 0.2478261
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/DB/eusipco.yml
================================================
- title: EUSIPCO
accept_rates:
- year: 2017
submitted: 730
accepted: 461
str: 63.2%(461/730 17')
rate: 0.6315068493150685
source: https://www.eurasip.org/Proceedings/Eusipco/Eusipco2017/welcome1.html
- year: 2018
submitted: 709
accepted: 409
str: 57.7%(409/709 18')
rate: 0.5768688293370945
source: https://www.eurasip.org/Proceedings/Eusipco/Eusipco2018/welcome_TPC.html
- year: 2020
submitted: 829
accepted: 499
str: 60.2%(499/829 20')
rate: 0.6019300361881785
source: https://new.eurasip.org/Proceedings/Eusipco/Eusipco2020/HTML/welcometpc.html
================================================
FILE: accept_rates/DB/icde.yml
================================================
- title: ICDE
accept_rates:
- year: 2022
submitted: 780
accepted: 211
str: 27.1%(211/780 22')
rate: 0.27051282051282
source: https://github.com/emeryberger/csconferences
- year: 2023
submitted: 748
accepted: 229
str: 30.1%(229/748 23')
rate: 0.3061497326203209
source: https://ieeexplore.ieee.org/document/10184584
- year: 2024
submitted: 1481
accepted: 376
str: 25.4%(376/1481 24')
rate: 0.2538825
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/DB/icdm.yml
================================================
- title: ICDM
accept_rates:
- year: 2021
submitted: 990
accepted: 98
str: 9.9%(98/990 21')
rate: 0.098989898989899
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
- year: 2023
submitted: 926
accepted: 200
str: 21.6%(200/926 23')
rate: 0.2159827
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/DB/recsys.yml
================================================
- title: RecSys
accept_rates:
- year: 2020
submitted: 218
accepted: 39
str: 17.9%(39/218 20')
rate: 0.178899082568807
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
================================================
FILE: accept_rates/DB/sdm.yml
================================================
- title: SDM
accept_rates:
- year: 2024
submitted: 335
accepted: 98
str: 29.3%(98/335 24')
rate: 0.2925373
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/DB/sigir.yml
================================================
- title: SIGIR
accept_rates:
- year: 2023
submitted: 822
accepted: 165
str: 20.1%(165/822 23')
rate: 0.200729927007299
source: https://github.com/emeryberger/csconferences
- year: 2024
submitted: 791
accepted: 160
str: 20.2%(160/791 24')
rate: 0.202275600505689
source: https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3626772
================================================
FILE: accept_rates/DB/sigkdd.yml
================================================
- title: SIGKDD
accept_rates:
- year: 2023
submitted: 1416
accepted: 313
str: 22.1%(313/1416 23')
rate: 0.221045197740113
source: https://github.com/lixin4ever/Conference-Acceptance-Rate
- year: 2024
submitted: 2046
accepted: 411
str: 20.1%(411/2046 24')
rate: 0.2008797653958944
source: https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3637528
================================================
FILE: accept_rates/DB/sigmod.yml
================================================
- title: SIGMOD
accept_rates:
- year: 2023
submitted: 660
accepted: 186
str: 28.2%(186/660 23')
rate: 0.281818181818182
source: https://github.com/emeryberger/csconferences
- year: 2024
submitted: 768
accepted: 213
str: 27.7%(213/768 24')
rate: 0.27734375
source: https://dl.acm.org/doi/10.1145/3654917
================================================
FILE: accept_rates/DB/vldb.yml
================================================
- title: VLDB
accept_rates:
- year: 2023
submitted: 1074
accepted: 266
str: 24.8%(266/1074 23')
rate: 0.247672253258845
source: https://github.com/emeryberger/csconferences
- year: 2024
submitted: 1437
accepted: 280
str: 19.4%(280/1437 24')
rate: 0.1949
source: https://vldb.org/pvldb/volumes/17/
================================================
FILE: accept_rates/DB/wsdm.yml
================================================
- title: WSDM
accept_rates:
- year: 2023
submitted: 690
accepted: 123
str: 17.8%(123/690 23')
rate: 0.178260869565217
source: https://github.com/emeryberger/csconferences
- year: 2024
submitted: 615
accepted: 109
str: 17.7%(109/615 24')
rate: 0.1772358
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/DS/asplos.yml
================================================
- title: ASPLOS
accept_rates:
- year: 2023
submitted: 598
accepted: 151
str: 25.3%(151/598 23')
rate: 0.252508361204013
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/DS/atc.yml
================================================
- title: USENIX ATC
accept_rates:
- year: 2021
submitted: 341
accepted: 64
str: 18.8%(64/341 21')
rate: 0.187683284457478
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/DS/eurosys.yml
================================================
- title: EuroSys
accept_rates:
- year: 2022
submitted: 161
accepted: 45
str: 28.0%(45/161 22')
rate: 0.279503105590062
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/DS/fast.yml
================================================
- title: FAST
accept_rates:
- year: 2022
submitted: 130
accepted: 28
str: 21.5%(28/130 22')
rate: 0.215384615384615
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/DS/hpca.yml
================================================
- title: HPCA
accept_rates:
- year: 2023
submitted: 360
accepted: 91
str: 25.3%(91/360 23')
rate: 0.252777777777778
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/DS/isca.yml
================================================
- title: ISCA
accept_rates:
- year: 2023
submitted: 372
accepted: 79
str: 21.2%(79/372 23')
rate: 0.212365591397849
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/DS/micro.yml
================================================
- title: MICRO
accept_rates:
- year: 2022
submitted: 348
accepted: 83
str: 23.9%(83/348 22')
rate: 0.238505747126437
source: https://github.com/emeryberger/csconferences
- year: 2023
submitted: 434
accepted: 101
str: 23.3%(101/434 23')
rate: 0.232718894009217
source: https://github.com/emeryberger/csconferences
- year: 2024
submitted: 485
accepted: 113
str: 23.3%(113/485 24')
rate: 0.232989690721649
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/DS/ppopp.yml
================================================
- title: PPoPP
accept_rates:
- year: 2023
submitted: 131
accepted: 31
str: 23.7%(31/131 23')
rate: 0.236641221374046
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/DS/rtas.yml
================================================
- title: RTAS
accept_rates:
- year: 2022
submitted: 91
accepted: 22
str: 24.2%(22/91 22')
rate: 0.241758241758242
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/DS/sigmetrics.yml
================================================
- title: SIGMETRICS
accept_rates:
- year: 2024
submitted: 336
accepted: 52
str: 15.5%(52/336 24')
rate: 0.154762
source: https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3652963#:~:text=ACM%20SIGMETRICS%2FIFIP%20Performance%202024%20received%20336%20submissions%20across,52%20papers%20for%20an%20acceptance%20rate%20of%2015%25.
- year: 2025
submitted: 382
accepted: 66
str: 17.3%(66/382 25')
rate: 0.172775
source: https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3726854#:~:text=This%20year%2C%20ACM%20SIGMETRICS%20received%20382%20submissions%20across,66%20papers%20for%20an%20acceptance%20rate%20of%2017.3%25.
================================================
FILE: accept_rates/HI/chi.yml
================================================
- title: CHI
accept_rates:
- year: 2022
submitted: 2579
accepted: 637
str: 24.7%(637/2579 22')
rate: 0.246994959286545
source: https://github.com/emeryberger/csconferences
- year: 2023
submitted: 3180
accepted: 879
str: 27.6%(879/3180 23')
rate: 0.2764151
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/HI/cscw.yml
================================================
- title: CSCW
accept_rates:
- year: 2018
submitted: 1107
accepted: 289
str: 26.1%(289/1107 18')
rate: 0.2610659
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/HI/cscwd
================================================
- title: CSCWD
accept_rates:
- year: 2023
submitted: 380
accepted: 321
str: 84.5%(321/380 23')
rate: 0.844736842
source: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=10152776
================================================
FILE: accept_rates/HI/ubicomp.yml
================================================
- title: UbiComp
accept_rates:
- year: 2016
submitted: 389
accepted: 101
str: 26.0%(101/389 16')
rate: 0.2596401
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/HI/uist.yml
================================================
- title: UIST
accept_rates:
- year: 2022
submitted: 372
accepted: 98
str: 26.3%(98/372 22')
rate: 0.263440860215054
source: https://github.com/emeryberger/csconferences
- year: 2023
submitted: 483
accepted: 121
str: 25.1%(121/483 23')
rate: 0.2505176
source: https://csconfstats.xoveexu.com/
- year: 2024
submitted: 608
accepted: 146
str: 24.01%(146/608 24')
rate: 0.2401315789473684
source: https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3654777
================================================
FILE: accept_rates/MX/recomb.yml
================================================
- title: RECOMB
accept_rates:
- year: 2022
submitted: 188
accepted: 40
str: 21.3%(40/188 22')
rate: 0.2127659574468085
source: https://www.lamsade.dauphine.fr/~sikora/ratio/confs.php
================================================
FILE: accept_rates/MX/rtss.yml
================================================
- title: RTSS
accept_rates:
- year: 2022
submitted: 128
accepted: 37
str: 28.9%(37/128 22')
rate: 0.2890625
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/MX/www.yml
================================================
- title: WWW
accept_rates:
- year: 2023
submitted: 1900
accepted: 365
str: 19.2%(365/1900 23')
rate: 0.192105263157895
source: https://github.com/emeryberger/csconferences
- year: 2024
submitted: 2008
accepted: 405
str: 20.2%(405/2008 24')
rate: 0.2016932
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/NW/globecom.yml
================================================
- title: GLOBECOM
accept_rates:
- year: 2024
submitted: 2295
accepted: 911
str: 39.7%(911/2295 24')
rate: 0.3969498910675381
source: https://ieeexplore.ieee.org/abstract/document/10901143
================================================
FILE: accept_rates/NW/imc.yml
================================================
- title: IMC
accept_rates:
- year: 2022
submitted: 143
accepted: 38
str: 26.6%(38/143 22')
rate: 0.265734265734266
source: https://github.com/emeryberger/csconferences
- year: 2024
submitted: 253
accepted: 55
str: 21.7%(55/253 24')
rate: 0.2173913043478261
source: https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3646547
================================================
FILE: accept_rates/NW/infocom.yml
================================================
- title: INFOCOM
accept_rates:
- year: 2024
submitted: 1307
accepted: 256
str: 19.6%(256/1307 24')
rate: 0.1958684
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/NW/mmsys.yml
================================================
- title: MMSys
accept_rates:
- year: 2025
submitted: 79
accepted: 19
str: 24.1%(19/79 25')
rate: 0.240506
source: https://dl.acm.org/doi/proceedings/10.1145/3712676#acceptance-rates
================================================
FILE: accept_rates/NW/mobicom.yml
================================================
- title: MobiCom
accept_rates:
- year: 2019
submitted: 290
accepted: 55
str: 19.0%(55/290 19')
rate: 0.189655172413793
source: https://github.com/emeryberger/csconferences
- year: 2024
submitted: 288
accepted: 55
str: 19.1%(55/288 24')
rate: 0.1909722
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/NW/mobihoc.yml
================================================
- title: MobiHoc
accept_rates:
- year: 2024
submitted: 155
accepted: 38
str: 24.5%(38/155 24')
rate: 0.245161
source: https://dlnext.acm.org/doi/proceedings/10.1145/3641512
- year: 2025
submitted: 169
accepted: 39
str: 23.1%(39/169 25')
rate: 0.230769
source: https://dlnext.acm.org/doi/proceedings/10.1145/3704413
================================================
FILE: accept_rates/NW/mobisys.yml
================================================
- title: MobiSys
accept_rates:
- year: 2024
submitted: 263
accepted: 43
str: 16.3%(43/263 24')
rate: 0.1634981
source: https://csconfstats.xoveexu.com/
- year: 2025
submitted: 233
accepted: 42
str: 18.0%(42/233 25')
rate: 0.1802575
source: https://dl.acm.org/doi/proceedings/10.1145/3711875
================================================
FILE: accept_rates/NW/nsdi.yml
================================================
- title: NSDI
accept_rates:
- year: 2022
submitted: 402
accepted: 78
str: 19.4%(78/402 22')
rate: 0.194029850746269
source: https://github.com/emeryberger/csconferences
- year: 2024
submitted: 601
accepted: 112
str: 18.6%(112/601 24')
rate: 0.1863561
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/NW/sensys.yml
================================================
- title: SenSys
accept_rates:
- year: 2025
submitted: 235
accepted: 45
str: 19.1%(45/235 25')
rate: 0.19148936
source: https://dl.acm.org/doi/proceedings/10.1145/3715014
================================================
FILE: accept_rates/NW/sigcomm.yml
================================================
- title: SIGCOMM
accept_rates:
- year: 2022
submitted: 279
accepted: 55
str: 19.7%(55/279 22')
rate: 0.197132616487455
source: https://github.com/emeryberger/csconferences
- year: 2024
submitted: 366
accepted: 62
str: 16.9%(62/366 24')
rate: 0.1693989
source: https://csconfstats.xoveexu.com/
================================================
FILE: accept_rates/SC/acsac.yml
================================================
- title: ACSAC
accept_rates:
- year: 2025
submitted: 446
accepted: 84
str: 18.8%(84/446 25')
rate: 0.18834081
source: https://papers.submit.acsac.org/
================================================
FILE: accept_rates/SC/ccs.yml
================================================
- title: CCS
accept_rates:
- year: 2021
submitted: 880
accepted: 196
str: 22.3%(196/880 21')
rate: 0.222727272727273
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/SC/crypto.yml
================================================
- title: CRYPTO
accept_rates:
- year: 2022
submitted: 455
accepted: 99
str: 21.8%(99/455 22')
rate: 0.217582417582418
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/SC/esorics.yml
================================================
- title: ESORICS
accept_rates:
- year: 2024
submitted: 535
accepted: 86
str: 16.1%(86/535 24')
rate: 0.1607476635514019
source: https://esorics2024.org/accepted_papers-en
================================================
FILE: accept_rates/SC/eurocrypt.yml
================================================
- title: EUROCRYPT
accept_rates:
- year: 2022
submitted: 372
accepted: 85
str: 22.8%(85/372 22')
rate: 0.228494623655914
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/SC/fse.yml
================================================
- title: FSE
accept_rates:
- year: 2021
submitted: 407
accepted: 97
str: 23.8%(97/407 21')
rate: 0.238329238329238
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/SC/ih&mmsec.yml
================================================
- title: IH&MMSec
accept_rates:
- year: 2025
submitted: 40
accepted: 20
str: 50%(20/40 25')
rate: 0.5
source: https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3733102
================================================
FILE: accept_rates/SC/ndss.yml
================================================
- title: NDSS
accept_rates:
- year: 2022
submitted: 513
accepted: 83
str: 16.2%(83/513 22')
rate: 0.161793372319688
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/SC/uss.yml
================================================
- title: USENIX Security
accept_rates:
- year: 2022
submitted: 1414
accepted: 256
str: 18.1%(256/1414 22')
rate: 0.181046676096181
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/SC/wisec.yml
================================================
- title: WiSec
accept_rates:
- year: 2024
submitted: 144
accepted: 29
srt: 20.1(29/144 24')
rate: 0.20138889
source: https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3643833
- year: 2025
submitted: 123
accepted: 28
str: 22.8(28/123 25')
rate: 0.22764228
source: https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3734477
================================================
FILE: accept_rates/SE/ase.yml
================================================
- title: ASE
accept_rates:
- year: 2022
submitted: 531
accepted: 116
str: 21.8%(116/531 22')
rate: 0.218455743879473
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/SE/ecoop.yml
================================================
- title: ECOOP
accept_rates:
- year: 2023
submitted: 97
accepted: 44
str: 45.4%(44/97 23')
rate: 0.45360824742268
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/SE/icfp.yml
================================================
- title: ICFP
accept_rates:
- year: 2023
submitted: 90
accepted: 33
str: 36.7%(33/90 23')
rate: 0.366666666666667
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/SE/icse.yml
================================================
- title: ICSE
accept_rates:
- year: 2024
submitted: 1051
accepted: 234
str: 22.3%(234/1051 24')
rate: 0.2226451
source: https://twitter.com/ICSEconf/status/1738152138608406742
================================================
FILE: accept_rates/SE/issta.yml
================================================
- title: ISSTA
accept_rates:
- year: 2022
submitted: 250
accepted: 61
str: 24.4%(61/250 22')
rate: 0.244
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/SE/oopsla.yml
================================================
- title: OOPSLA
accept_rates:
- year: 2023
submitted: 304
accepted: 110
str: 36.2%(110/304 23')
rate: 0.361842105263158
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/SE/osdi.yml
================================================
- title: OSDI
accept_rates:
- year: 2023
submitted: 255
accepted: 50
str: 19.6%(50/255 23')
rate: 0.196078431372549
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/SE/pldi.yml
================================================
- title: PLDI
accept_rates:
- year: 2023
submitted: 281
accepted: 83
str: 29.5%(83/281 23')
rate: 0.295373665480427
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/SE/popl.yml
================================================
- title: POPL
accept_rates:
- year: 2023
submitted: 275
accepted: 74
str: 26.9%(74/275 23')
rate: 0.269090909090909
source: https://github.com/emeryberger/csconferences
================================================
FILE: accept_rates/SE/sosp.yml
================================================
- title: SOSP
accept_rates:
- year: 2021
submitted: 348
accepted: 54
str: 15.5%(54/348 21')
rate: 0.155172413793103
source: https://github.com/emeryberger/csconferences
- year: 2025
submitted: 368
accepted: 65
str: 17.7%(65/368 25')
rate: 0.1766304348
================================================
FILE: conference/AI/aaai.yml
================================================
- title: AAAI
description: AAAI Conference on Artificial Intelligence
sub: AI
rank:
ccf: A
core: A*
thcpl: 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/conference/aaai/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
- year: 2026
id: aaai26
link: https://aaai.org/conference/aaai/aaai-26/
timeline:
- abstract_deadline: '2025-07-25 23:59:59'
deadline: '2025-08-01 23:59:59'
timezone: UTC-12
date: January 20 - 27, 2026
place: Singapore EXPO
- year: 2027
id: aaai27
link: https://aaai.org/conference/aaai/aaai-27/
timeline:
- abstract_deadline: 'TBD'
deadline: 'TBD'
timezone: UTC-12
date: February 16-23, 2027
place: Montréal, Québec, Canada
================================================
FILE: conference/AI/aamas.yml
================================================
- title: AAMAS
description: International Conference on Autonomous Agents and Multiagent Systems
sub: AI
rank:
ccf: B
core: A*
thcpl: B
dblp: ifaamas
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
- year: 2025
id: aamas25
link: https://aamas2025.org/
timeline:
- abstract_deadline: '2024-10-09 23:59:59'
deadline: '2024-10-16 23:59:59'
timezone: UTC-12
date: May 19-23, 2025
place: Detroit, Michigan, USA
- year: 2026
id: aamas26
link: https://cyprusconferences.org/aamas2026
timeline:
- abstract_deadline: '2025-10-01 23:59:59'
deadline: '2025-10-08 23:59:59'
timezone: UTC-12
date: May 27-29, 2026
place: Paphos, Cyprus
================================================
FILE: conference/AI/accv.yml
================================================
- title: ACCV
description: Asian Conference on Computer Vision
sub: AI
rank:
ccf: C
core: B
thcpl: 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
- year: 2026
id: accv26
link: https://accv2026.org/
timeline:
- deadline: '2026-07-05 23:59:59'
timezone: UTC-12
date: December 14-18, 2026
place: Osaka, Japan
================================================
FILE: conference/AI/acl.yml
================================================
- title: ACL
description: Annual Meeting of the Association for Computational Linguistics
sub: AI
rank:
ccf: A
core: A*
thcpl: 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
- year: 2025
id: acl25
link: https://2025.aclweb.org/
timeline:
- deadline: '2025-02-15 23:59:59'
timezone: UTC-12
date: July 27 - August 1, 2025
place: Vienna, Austria
- year: 2026
id: acl26
link: https://2026.aclweb.org/
timeline:
- deadline: '2026-01-05 23:59:59'
timezone: UTC-12
date: July 2 - 7, 2026
place: San Diego, California, United States
================================================
FILE: conference/AI/acml.yml
================================================
- title: ACML
description: Asian Conference on Machine Learning
sub: AI
rank:
ccf: C
core: N
thcpl: N
dblp: acml
confs:
- year: 2021
id: acml21
link: http://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-07-03 23:59:59'
timezone: UTC-12
date: December 5-7, 2024
place: Hanoi, Vietnam
- year: 2025
id: acml25
link: https://www.acml-conf.org/2025/
timeline:
- deadline: '2025-05-30 23:59:59'
comment: 'Journal Track'
- deadline: '2025-06-26 23:59:59'
comment: 'Conference Track'
timezone: AoE
date: December 9-12, 2025
place: Taipei, Taiwan
================================================
FILE: conference/AI/aistats.yml
================================================
- title: AISTATS
description: International Conference on Artificial Intelligence and Statistics
sub: AI
rank:
ccf: C
core: A
thcpl: B
dblp: aistats
confs:
- year: 2022
id: aistats22
link: https://aistats.org/aistats2022/
timeline:
- deadline: '2021-10-15 11:59:00'
timezone: UTC+0
date: March 30 - April 1, 2022
place: Valencia, Spain
- year: 2024
id: aistats24
link: https://aistats.org/aistats2024/
timeline:
- deadline: '2023-10-16 23:59:59'
timezone: UTC-12
date: May 2-4, 2024
place: Valencia, Spain
- year: 2025
id: aistats25
link: https://aistats.org/aistats2025
timeline:
- abstract_deadline: '2024-10-03 23:59:59'
deadline: '2024-10-10 23:59:59'
timezone: UTC-12
date: May 3-5, 2025
place: Mai Khao, Thailand
- year: 2026
id: aistats26
link: https://virtual.aistats.org/Conferences/2026
timeline:
- abstract_deadline: '2025-09-25 23:59:59'
deadline: '2025-10-02 23:59:59'
timezone: UTC-12
date: May 2-5, 2026
place: Morocco
================================================
FILE: conference/AI/alt.yml
================================================
- title: ALT
description: International Conference on Algorithmic Learning Theory
sub: AI
rank:
ccf: C
core: B
thcpl: B
dblp: alt
confs:
- year: 2024
id: alt2024
link: http://algorithmiclearningtheory.org/alt2024/
timeline:
- abstract_deadline: '2023-09-26 23:59:59'
deadline: '2023-09-26 23:59:59'
timezone: UTC+8
date: February 25-28, 2024
place: San Diego, California
- year: 2025
id: alt2025
link: https://algorithmiclearningtheory.org/alt2025/
timeline:
- deadline: '2024-10-01 09:59:59'
timezone: UTC+0
date: February 24-27, 2025
place: Milan, Italy
- year: 2026
id: alt2026
link: https://algorithmiclearningtheory.org/alt2026/
timeline:
- deadline: '2025-10-02 09:59:59'
timezone: UTC+0
date: February 23-26, 2026
place: Fields Institute, Toronto, Canada
================================================
FILE: conference/AI/bmvc.yml
================================================
- title: BMVC
description: British Machine Vision Conference
sub: AI
rank:
ccf: C
core: A
thcpl: B
dblp: bmvc
confs:
- year: 2021
id: bmvc21
link: https://britishmachinevisionassociation.github.io/bmvc
timeline:
- deadline: '2021-06-25 23:59:59'
timezone: UTC-8
date: November 22-25, 2021
place: Virtual
- year: 2023
id: bmvc23
link: https://www.bmvc2023.org/
timeline:
- deadline: '2023-05-12 23:59:59'
timezone: UTC
date: November 20-24, 2023
place: Aberdeen, UK
- year: 2024
id: bmvc24
link: https://bmvc2024.org/
timeline:
- abstract_deadline: '2024-04-27 07:59:59'
deadline: '2024-05-11 07:59:59'
timezone: UTC+8
date: November 25-28, 2024
place: Glasgow, UK
- year: 2025
id: bmvc25
link: https://bmvc2025.bmva.org/
timeline:
- abstract_deadline: '2025-05-13 23:59:59'
deadline: '2025-05-16 23:59:59'
timezone: UTC+0
date: November 24-27, 2025
place: Sheffield, UK
- year: 2026
id: bmvc26
link: https://bmvc2026.bmva.org/
timeline:
- abstract_deadline: '2026-05-22 23:59:59'
deadline: '2026-05-29 23:59:59'
timezone: UTC+0
date: November 23-26, 2026
place: Lancaster, UK
================================================
FILE: conference/AI/cec.yml
================================================
- title: IEEE CEC
description: IEEE Congress on Evolutionary Computation
sub: AI
rank:
ccf: C
core: B
thcpl: N
dblp: cec
confs:
- year: 2025
id: cec2025
link: https://www.cec2025.org/
timeline:
- deadline: '2025-01-15 23:59:59'
timezone: UTC-12
date: June 8-12, 2025
place: Hangzhou, China
- year: 2026
id: cec2026
link: https://attend.ieee.org/wcci-2026/ieee-cec-2025/
timeline:
- deadline: '2026-01-31 23:59:59'
timezone: UTC-12
date: June 22-26, 2026
place: Maastricht Exhibition & Congress Centre (MECC), The Netherlands
================================================
FILE: conference/AI/cicai.yml
================================================
- title: CICAI
description: CAAI International Conference on Artificial Intelligence
sub: AI
rank:
ccf: N
core: N
thcpl: N
dblp: cicai
confs:
- year: 2023
id: cicai23
link: https://cicai.caai.cn/
timeline:
- deadline: '2023-06-30 23:59:59'
timezone: UTC+8
date: July 22-23, 2023
place: Fuzhou, China
================================================
FILE: conference/AI/coling.yml
================================================
- title: COLING
description: INTERNATIONNAL CONFERENCE ON COMPUTATIONAL LINGUISTICS
sub: AI
rank:
ccf: B
core: B
thcpl: B
dblp: coling
confs:
- year: 2022
id: coling22
link: https://coling2022.org/
timeline:
- deadline: '2022-05-17 23:59:00'
comment: Papers Due
timezone: AoE
date: June 12-17, 2022
place: Gyeongju, Republic of Korea
- year: 2024
id: coling24
link: https://lrec-coling-2024.lrec-conf.org/
timeline:
- deadline: '2023-10-21 23:59:59'
comment: Long, short and position papers due
timezone: UTC-12
date: May 20 - May 25, 2024
place: Torino, Italy
- year: 2025
id: coling25
link: https://coling2025.org/
timeline:
- deadline: '2024-09-16 23:59:59'
comment: First Call for Main Conference Papers
timezone: UTC-12
date: Jan 19 - Jan 24, 2025
place: Abu Dhabi, UAE
================================================
FILE: conference/AI/colm.yml
================================================
- title: COLM
description: Conference on Language Modeling
sub: AI
rank:
ccf: N
core: N
thcpl: N
dblp: colm
confs:
- year: 2024
id: colm24
link: https://colmweb.org/cfp.html
timeline:
- abstract_deadline: '2024-03-22 23:59:59'
deadline: '2024-03-29 23:59:59'
timezone: AoE
date: October 7-9, 2024
place: Philadelphia, Pennsylvania, United States
- year: 2025
id: colm25
link: https://colmweb.org/cfp.html
timeline:
- abstract_deadline: '2025-03-22 23:59:59'
deadline: '2025-03-28 23:59:59'
timezone: AoE
date: October 7-9, 2025
place: Palais des Congrès Montreal, Canada
- year: 2026
id: colm26
link: https://colmweb.org
timeline:
- abstract_deadline: '2026-03-26 23:59:59'
deadline: '2026-03-31 23:59:59'
timezone: AoE
date: October 6-9, 2026
place: Hilton Union Square, San Francisco, USA
================================================
FILE: conference/AI/colt.yml
================================================
- title: COLT
description: Annual Conference on Learning Theory
sub: AI
rank:
ccf: B
core: A*
thcpl: A
dblp: colt
confs:
- year: 2022
id: colt22
link: https://learningtheory.org/colt2022/index.html
timeline:
- deadline: '2022-02-09 15:59:59'
timezone: UTC-8
date: July 2-5, 2022
place: London, UK
- year: 2024
id: colt24
link: https://www.learningtheory.org/colt2024/
timeline:
- deadline: '2024-02-09 15:59:59'
timezone: UTC-5
date: June 30 - July 3, 2024
place: Edmonton, Canada
- year: 2025
id: colt25
link: https://learningtheory.org/colt2025/
timeline:
- deadline: '2025-02-06 16:59:59'
timezone: UTC-5
date: June 30 - July 4, 2025
place: Lyon, France
- year: 2026
id: colt26
link: https://learningtheory.org/colt2026/
timeline:
- deadline: '2026-02-04 16:59:59'
timezone: AoE
date: June 29 - July 3, 2026
place: San Diego, California
================================================
FILE: conference/AI/conll.yml
================================================
- title: CoNLL
description: Conference on Computational Natural Language Learning
sub: AI
rank:
ccf: C
core: B
thcpl: N
dblp: conll
confs:
- year: 2025
id: conll25
link: https://www.conll.org/
timeline:
- deadline: '2025-03-14 23:59:59'
timezone: UTC-12
date: July 31 - August 1, 2025
place: Vienna, Austria
- year: 2026
id: conll26
link: https://www.conll.org/
timeline:
- deadline: '2026-02-19 23:59:59'
timezone: UTC-12
date: July 3 - 4, 2026
place: San Diego, California, United States
================================================
FILE: conference/AI/corl.yml
================================================
- title: CoRL
description: The Conference on Robot Learning
sub: AI
rank:
ccf: N
core: N
thcpl: N
dblp: corl
confs:
- year: 2024
id: corl24
link: https://2024.corl.org/
timeline:
- deadline: '2024-06-06 23:59:59'
timezone: AoE
date: November 6-9, 2024
place: Munich, Germany
- year: 2025
id: corl25
link: https://www.corl.org/
timeline:
- deadline: '2025-04-30 23:59:59'
timezone: AoE
date: September 27-30, 2025
place: Seoul, Korea
- year: 2026
id: corl26
link: https://www.corl.org/
timeline:
- abstract_deadline: '2026-05-25 23:59:59'
deadline: '2026-05-28 23:59:59'
timezone: AoE
date: November 10-12, 2026
place: Austin, Texas, USA
================================================
FILE: conference/AI/cpal.yml
================================================
- title: CPAL
description: The Conference on Parsimony and Learning
sub: AI
rank:
ccf: N
core: N
thcpl: N
dblp: cpal
confs:
- year: 2025
id: cpal25
link: https://cpal.cc/
timeline:
- deadline: '2024-11-25 23:59:59'
timezone: AoE
date: March 24-27, 2025
place: California, USA
- year: 2026
id: cpal26
link: https://cpal.cc/
timeline:
- deadline: '2025-12-05 23:59:59'
timezone: AoE
date: March 23-27, 2026
place: Tübingen, Germany
================================================
FILE: conference/AI/cvpr.yml
================================================
- title: CVPR
description: IEEE/CVF Conference on Computer Vision and Pattern Recognition
sub: AI
rank:
ccf: A
core: A*
thcpl: A
dblp: cvpr
confs:
- year: 2022
id: cvpr22
link: http://cvpr2022.thecvf.com/
timeline:
- abstract_deadline: '2021-11-09 23:59:00'
deadline: '2021-11-16 23:59:00'
timezone: UTC-8
date: June 19 - June 24, 2022
place: New Orleans, Louisiana
- year: 2023
id: cvpr23
link: http://cvpr2023.thecvf.com/
timeline:
- deadline: '2022-11-11 23:59:59'
timezone: UTC-8
date: June 17-23, 2023
place: Vancouver, Canada
- year: 2024
id: cvpr24
link: https://cvpr.thecvf.com/Conferences/2024
timeline:
- deadline: '2023-11-17 23:59:59'
timezone: UTC-8
date: June 17-21, 2024
place: Seattle, USA
- year: 2025
id: cvpr25
link: https://cvpr.thecvf.com/Conferences/2025/CallForPapers
timeline:
- abstract_deadline: '2024-11-07 23:59:00'
deadline: '2024-11-14 23:59:00'
timezone: UTC-8
date: June 10-17, 2025
place: Nashville, Tennessee, USA
- year: 2026
id: cvpr26
link: https://cvpr.thecvf.com/Conferences/2026
timeline:
- abstract_deadline: '2025-11-06 23:59:00'
deadline: '2025-11-13 23:59:00'
timezone: UTC-12
date: June 3-7, 2026
place: Denver, Colorado, United States
================================================
FILE: conference/AI/dai.yml
================================================
- title: DAI
description: International Conference on Distributed Artificial Intelligence
sub: AI
rank:
ccf: C
core: N
thcpl: N
dblp: dai2
confs:
- year: 2025
id: dai2025
link: https://www.adai.ai/dai/2025/index.html
timeline:
- deadline: '2025-08-21 23:59:59'
timezone: UTC-12
date: November 21-24, 2025
place: London, United Kingdom
================================================
FILE: conference/AI/eacl.yml
================================================
- title: EACL
description: The Annual Conference of the European Chapter of the Association for Computational Linguistics
sub: AI
rank:
ccf: N
core: A
thcpl: N
dblp: eacl
confs:
- year: 2026
id: eacl26
link: https://2026.eacl.org/
timeline:
- deadline: '2025-10-06 23:59:59'
timezone: AoE
date: March 24-29, 2026
place: Rabat, Morocco
================================================
FILE: conference/AI/ecai.yml
================================================
- title: ECAI
description: European Conference on Artificial Intelligence
sub: AI
rank:
ccf: B
core: A
thcpl: N
dblp: ecai
confs:
- year: 2023
id: ecai23
link: https://ecai2023.eu/
timeline:
- abstract_deadline: '2023-05-02 23:59:59'
deadline: '2023-05-08 23:59:59'
timezone: UTC-12
date: October 2-5, 2023
place: Kraków, Poland
- year: 2024
id: ecai24
link: https://www.ecai2024.eu/
timeline:
- abstract_deadline: '2024-04-19 23:59:59'
deadline: '2024-04-25 23:59:59'
timezone: UTC-12
date: October 19-24, 2024
place: Santiago de Compostela
- year: 2025
id: ecai25
link: https://ecai2025.org/deadlines/
timeline:
- abstract_deadline: '2025-04-29 23:59:59'
deadline: '2025-05-06 23:59:59'
timezone: UTC-12
date: October 25-30, 2025
place: Bologna, ITALY
================================================
FILE: conference/AI/eccv.yml
================================================
- title: ECCV
description: European Conference on Computer Vision
sub: AI
rank:
ccf: B
core: A*
thcpl: A
dblp: eccv
confs:
- year: 2022
id: eccv22
link: https://eccv2022.ecva.net/
timeline:
# - abstract_deadline: '2021-11-09 23:59:00'
- deadline: '2022-03-07 11:59:00'
timezone: UTC-8
date: October 24 - October 28, 2022
place: Tel-Aviv, Israel
- year: 2024
id: eccv24
link: https://eccv2024.ecva.net/
timeline:
- abstract_deadline: '2024-02-29 13:00:00'
deadline: '2024-03-07 13:00:00'
timezone: UTC-8
date: September 29 - October 4, 2024
place: MiCo Milano, Italy
- year: 2026
id: eccv26
link: https://eccv.ecva.net/
timeline:
- abstract_deadline: '2026-02-26 14:00:00'
deadline: '2026-03-05 14:00:00'
timezone: UTC-8
date: September 8 - 13, 2026
place: Malmö, Sweden
================================================
FILE: conference/AI/emnlp.yml
================================================
- title: EMNLP
description: The annual Conference on Empirical Methods in Natural Language Processing
sub: AI
rank:
ccf: B
core: A*
thcpl: A
dblp: emnlp
confs:
- year: 2022
id: emnlp22
link: https://2022.emnlp.org
timeline:
- abstract_deadline: '2022-06-17 23:59:59'
deadline: '2022-06-24 23:59:59'
timezone: UTC-12
date: December 7 - 11, 2022
place: Abu Dhabi
- year: 2023
id: emnlp23
link: https://2023.emnlp.org
timeline:
- abstract_deadline: '2023-06-16 23:59:59'
deadline: '2023-06-23 23:59:59'
timezone: UTC-12
date: December 6 - 10, 2023
place: Singapore
- year: 2024
id: emnlp24
link: https://2024.emnlp.org
timeline:
- deadline: '2024-06-15 23:59:59'
timezone: UTC-12
date: November 12 - 16, 2024
place: Miami, Florida, USA
- year: 2025
id: emnlp25
link: https://2025.emnlp.org/
timeline:
- deadline: '2025-05-19 23:59:59'
timezone: UTC-12
date: November 5 - 9, 2025
place: Suzhou, China
- year: 2026
id: emnlp26
link: https://2026.emnlp.org/
timeline:
- deadline: '2026-05-25 23:59:59'
timezone: UTC-12
date: October 24 - 29, 2026
place: Budapest, Hungary
================================================
FILE: conference/AI/esann.yml
================================================
- title: ESANN
description: European Symposium on Artificial Neural Networks, Computational Intelligence and Machine Learning
sub: AI
rank:
ccf: N
core: B
thcpl: N
dblp: esann
confs:
- year: 2025
id: esann25
link: https://www.esann.org/
timeline:
- abstract_deadline: '2024-11-20 00:00:00'
deadline: '2024-11-20 00:00:00'
timezone: UTC-8
date: April 23 - April 25, 2025
place: Bruges, Belgium
- year: 2026
id: esann26
link: https://www.esann.org/
timeline:
- deadline: '2025-11-19 23:59:59'
timezone: UTC-8
date: April 22 - 24, 2026
place: Bruges, Belgium and Online
================================================
FILE: conference/AI/fg.yml
================================================
- title: FG
description: International Conference on Automatic Face and Gesture Recognition
sub: AI
rank:
ccf: C
core: B
thcpl: B
dblp: fg
confs:
- year: 2025
id: fg25
link: https://fg2025.ieee-biometrics.org/
timeline:
- deadline: '2024-09-30 23:59:59'
comment: 'Round 1'
- deadline: '2025-01-31 23:59:59'
comment: 'Round 2'
timezone: UTC-8
date: May 26-30, 2025
place: Clearwater, USA
- year: 2026
id: fg26
link: https://fg2026.ieee-biometrics.org/
timeline:
- abstract_deadline: '2025-09-25 23:59:59'
deadline: '2025-10-02 23:59:59'
comment: 'Round 1'
- abstract_deadline: '2026-01-09 23:59:59'
deadline: '2026-01-15 23:59:59'
comment: 'Round 2'
timezone: UTC-8
date: May 25-29, 2026
place: Kyoto, Japan
================================================
FILE: conference/AI/gecco.yml
================================================
- title: GECCO
description: Genetic and Evolutionary Computation Conference
sub: AI
rank:
ccf: C
core: A
thcpl: B
dblp: gecco
confs:
- year: 2025
id: gecco25
link: https://gecco-2025.sigevo.org/HomePage
timeline:
- abstract_deadline: '2025-01-22 23:59:00'
deadline: '2025-01-29 23:59:00'
comment: 'Full papers (traditional category) '
- deadline: '2025-01-29 23:59:00'
comment: 'Poster-only papers '
timezone: AoE
date: July 14-18, 2025
place: Málaga, Spain (hybrid)
- year: 2026
id: gecco26
link: https://gecco-2026.sigevo.org/HomePage
timeline:
- abstract_deadline: '2026-01-19 23:59:00'
deadline: '2026-01-26 23:59:00'
comment: 'Full papers (traditional category) '
- deadline: '2026-01-26 23:59:00'
comment: 'Poster-only papers '
timezone: AoE
date: July 13-17, 2026
place: San José, Costa Rica (hybrid)
================================================
FILE: conference/AI/icann.yml
================================================
- title: ICANN
description: International Conference on Artificial Neural Networks
sub: AI
rank:
ccf: C
core: C
thcpl: N
dblp: icann
confs:
- year: 2023
id: icann2023
link: https://e-nns.org/icann2023/
timeline:
- abstract_deadline: '2023-04-09 23:59:59'
deadline: '2023-04-09 23:59:59'
timezone: UTC-12
date: Sept 26-29, 2023
place: Crete, Greece
- year: 2024
id: icann2024
link: https://e-nns.org/icann2024/
timeline:
- deadline: '2024-03-25 23:59:59'
timezone: AoE
date: Sept 17-20, 2024
place: Lugano-Viganello, Switzerland
- year: 2025
id: icann2025
link: https://e-nns.org/icann2025/
timeline:
- deadline: '2025-03-29 23:59:59'
timezone: AoE
date: Sept 9-12, 2025
place: Kaunas, Lithuania
- year: 2026
id: icann2026
link: https://e-nns.org/icann2026/
timeline:
- deadline: '2026-03-30 23:59:59'
timezone: AoE
date: Sept 14-17, 2026
place: Conference center of the School of Psychology, University of Padua, Italy
================================================
FILE: conference/AI/icaps.yml
================================================
- title: ICAPS
description: International Conference on Automated Planning and Scheduling
sub: AI
rank:
ccf: B
core: A*
thcpl: B
dblp: icaps
confs:
- year: 2025
id: icaps25
link: https://icaps25.icaps-conference.org/
timeline:
- abstract_deadline: '2024-10-25 23:59:59'
deadline: '2024-11-01 23:59:59'
timezone: UTC-12
date: November 9-14, 2025
place: Melbourne, Victoria, Australia
- year: 2026
id: icaps26
link: https://icaps26.icaps-conference.org/
timeline:
- abstract_deadline: '2025-12-02 23:59:59'
deadline: '2025-12-08 23:59:59'
timezone: UTC-12
date: June 27 - July 2, 2026
place: Dublin, Ireland
================================================
FILE: conference/AI/iccbr.yml
================================================
- title: ICCBR
description: International Conference on Case-Based Reasoning
sub: AI
rank:
ccf: B
core: C
thcpl: N
dblp: iccbr
confs:
- year: 2024
id: iccbr2024
link: https://www.iccbr2024.org/
timeline:
- deadline: '2024-02-26 00:00:00'
comment: Early Submission
- deadline: '2024-04-02 00:00:00'
comment: Late Submission
timezone: UTC-6
date: June 1-4, 2024
place: Merida, Yucatan, Mexico
- year: 2026
id: iccbr2026
link: https://2026.iccbr.org/
timeline:
- deadline: '2026-03-20 23:59:59'
timezone: AoE
date: August 13-16, 2026
place: Bremen, Germany
================================================
FILE: conference/AI/iccv.yml
================================================
- title: ICCV
description: IEEE International Conference on Computer Vision
sub: AI
rank:
ccf: A
core: A*
thcpl: A
dblp: iccv
confs:
- year: 2021
id: iccv21
link: http://iccv2021.thecvf.com/home/
timeline:
- deadline: '2021-03-17 23:59:59'
timezone: UTC-7
date: October 10-17, 2021
place: Montreal
- year: 2023
id: iccv23
link: http://iccv2023.thecvf.com/home/
timeline:
- deadline: '2023-03-08 23:59:59'
timezone: UTC+0
date: October 2-6, 2023
place: Paris
- year: 2025
id: iccv25
link: https://iccv.thecvf.com/Conferences/2025
timeline:
- abstract_deadline: '2025-03-04 09:59:59'
deadline: '2025-03-08 09:59:59'
timezone: UTC+0
date: October 19-25, 2025
place: Honolulu, Hawaii
================================================
FILE: conference/AI/icdar.yml
================================================
- title: ICDAR
description: International Conference on Document Analysis and Recognition
sub: AI
rank:
ccf: C
core: A
thcpl: B
dblp: icdar
confs:
- year: 2025
id: icdar2025
link: https://www.icdar2025.com/home
timeline:
- abstract_deadline: '2025-02-28 23:59:59'
deadline: '2025-03-07 23:59:59'
timezone: UTC+0
date: September 17-21, 2025
place: Wuhan, China
- year: 2026
id: icdar2026
link: https://icdar2026.org/
timeline:
- abstract_deadline: '2026-02-13 23:59:59'
deadline: '2026-02-27 23:59:59'
timezone: UTC+0
date: August 30 - September 4, 2026
place: Vienna, Austria
================================================
FILE: conference/AI/iclr.yml
================================================
- title: ICLR
description: International Conference on Learning Representations
sub: AI
rank:
ccf: A
core: A*
thcpl: A
dblp: iclr
confs:
- year: 2022
id: iclr22
link: https://iclr.cc/Conferences/2022
timeline:
- abstract_deadline: '2021-09-29 12:00:00'
deadline: '2021-10-21 12:00:00'
comment: Mandatory abstract deadline on Sep 29, 2021.
timezone: UTC-12
date: April 25-29, 2022
place: Virtual conference
- year: 2023
id: iclr23
link: https://iclr.cc/Conferences/2023
timeline:
- abstract_deadline: '2022-09-21 23:59:59'
deadline: '2022-09-28 23:59:59'
comment: Mandatory abstract deadline on Sep. 11, 2022.
timezone: UTC-12
date: May 01-05, 2023
place: Kigali, Rwanda
- year: 2024
id: iclr24
link: https://iclr.cc/Conferences/2024
timeline:
- abstract_deadline: '2023-09-21 23:59:59'
deadline: '2023-09-28 23:59:59'
comment: Mandatory abstract deadline on Sep. 21, 2023.
timezone: UTC-12
date: May 07-11, 2024
place: Vienna, Austria
- year: 2025
id: iclr25
link: https://iclr.cc/Conferences/2025
timeline:
- abstract_deadline: '2024-09-27 23:59:59'
deadline: '2024-10-01 23:59:59'
timezone: UTC-12
date: April 24-28, 2025
place: Singapore
- year: 2026
id: iclr26
link: https://iclr.cc/Conferences/2026
timeline:
- abstract_deadline: '2025-09-19 23:59:59'
deadline: '2025-09-24 23:59:59'
timezone: AoE
date: May 01-05, 2026
place: Brazil
================================================
FILE: conference/AI/icml.yml
================================================
- title: ICML
description: International Conference on Machine Learning
sub: AI
rank:
ccf: A
core: A*
thcpl: A
dblp: icml
confs:
- year: 2022
id: icml22
link: https://icml.cc/Conferences/2022
timeline:
- abstract_deadline: '2022-01-20 23:59:00'
deadline: '2022-01-27 23:59:00'
comment: Mandatory abstract deadline on Jan 20, 2022.
timezone: UTC-12
date: July 17-23, 2022
place: Baltimore, Maryland USA
- year: 2023
id: icml23
link: https://icml.cc/Conferences/2023
timeline:
- abstract_deadline: '2023-01-09 07:59:59'
deadline: '2023-01-26 07:59:59'
comment: Paper Submissions Open on OpenReview Jan 09 2023 02:00 PM UTC
timezone: UTC-12
date: July 23-29, 2023
place: Hawaii Convention Center,Hawaii, USA
- year: 2024
id: icml24
link: https://icml.cc/Conferences/2024
timeline:
- deadline: '2024-02-01 23:59:59'
comment: Paper Submissions Open on OpenReview Jan 09 2024 02:00 PM UTC
timezone: UTC-12
date: July 21-27, 2024
place: Messe Wien Exhibition Congress Center, Vienna, Austria
- year: 2025
id: icml25
link: https://icml.cc/Conferences/2025
timeline:
- abstract_deadline: '2025-01-23 23:59:59'
deadline: '2025-01-30 23:59:59'
comment: Paper Submissions Open on OpenReview Jan 08 2025 11:59 PM UTC
timezone: UTC-12
date: July 11-19, 2025
place: Vancouver Convention Center, Vancouver, Canada
- year: 2026
id: icml26
link: https://icml.cc/Conferences/2026
timeline:
- abstract_deadline: '2026-01-24 11:59:59'
deadline: '2026-01-29 11:59:59'
comment: Paper Submissions Open on OpenReview Jan 08 2026 12:00AM UTC-0
timezone: UTC+0
date: July 6-12, 2026
place: Seoul, Korea
================================================
FILE: conference/AI/iconip.yml
================================================
- title: ICONIP
description: International Conference on Neural Information Processing
sub: AI
rank:
ccf: C
core: B
thcpl: N
dblp: iconip
confs:
- year: 2023
id: iconip2023
link: http://iconip2023.org/
timeline:
- deadline: '2023-06-30 11:59:00'
timezone: UTC-8
date: Nov 20-23, 2023
place: Changsha, China
- year: 2024
id: iconip2024
link: http://iconip2024.org/
timeline:
- deadline: '2024-07-22 23:59:59'
timezone: UTC-12
date: December 2-6, 2024
place: Auckland, New Zealand
- year: 2025
id: iconip2025
link: https://iconip2025.apnns.org/
timeline:
- deadline: '2025-05-22 23:59:59'
timezone: UTC-12
date: November 20-24, 2025
place: Okinawa, Japan
- year: 2026
id: iconip2026
link: https://www.iconip2026.org/
timeline:
- deadline: '2026-05-10 23:59:59'
timezone: UTC-12
date: November 23-27, 2026
place: Melbourne, Australia
================================================
FILE: conference/AI/icpr.yml
================================================
- title: ICPR
description: International Conference on Pattern Recognition
sub: AI
rank:
ccf: C
core: B
thcpl: B
dblp: icpr
confs:
- year: 2024
id: icpr24
link: https://icpr2024.org/
timeline:
- deadline: '2024-04-10 23:59:59'
timezone: UTC-7
date: Dec 01-05, 2024
place: Kolkata, India
- year: 2026
id: icpr26
link: https://icpr2026.org/
timeline:
- deadline: '2025-12-20 23:59:59'
timezone: AoE
date: August 17-21, 2026
place: Lyon, France
================================================
FILE: conference/AI/icra.yml
================================================
- title: ICRA
description: IEEE International Conference on Robotics and Automation
sub: AI
rank:
ccf: B
core: A*
thcpl: A
dblp: icra
confs:
- year: 2022
id: icra22
link: https://www.icra2022.org/
timeline:
- deadline: '2021-09-15 02:59:00'
timezone: UTC-8
date: May 23-27, 2022
place: Philadelphia (PA), USA
- year: 2023
id: icra23
link: https://www.icra2023.org/
timeline:
- deadline: '2022-09-15 23:59:59'
timezone: UTC-8
date: May 29- June 2, 2023
place: ExCeL London, UK
- year: 2024
id: icra24
link: https://2024.ieee-icra.org
timeline:
- deadline: '2023-09-15 23:59:00'
timezone: UTC-8
date: May 13-17, 2024
place: Yokohama, Japan
- year: 2025
id: icra25
link: https://2025.ieee-icra.org
timeline:
- deadline: '2024-07-15 12:00:00'
comment: submission open
- deadline: '2024-09-15 00:00:00'
comment: submission close
timezone: UTC-4
date: May 19-23, 2025
place: Atlanta (GA), USA
- year: 2026
id: icra26
link: https://2026.ieee-icra.org/
timeline:
- deadline: '2025-09-15 23:59:00'
timezone: UTC-8
date: Jun 1-5, 2026
place: Vienna, Austria
================================================
FILE: conference/AI/ictai.yml
================================================
- title: ICTAI
description: International Conference on Tools with Artificial Intellignce
sub: AI
rank:
ccf: C
core: B
thcpl: N
dblp: ictai
confs:
- year: 2021
id: ictai21
link: https://ictai.computer.org/
timeline:
- deadline: '2021-06-20 23:59:00'
timezone: UTC-7
date: November 01-03, 2021
place: Washington DC, USA
- year: 2026
id: ictai26
link: https://ictai.computer.org/2026/
timeline:
- deadline: '2026-06-30 23:59:00'
timezone: AoE
date: November 02-04, 2026
place: Boca Raton FL, USA
================================================
FILE: conference/AI/ijcai.yml
================================================
- title: IJCAI
description: International Joint Conference on Artificial Intelligence
sub: AI
rank:
ccf: B
core: A*
thcpl: B
dblp: ijcai
confs:
- year: 2022
id: ijcai22
link: https://ijcai-22.org
timeline:
- deadline: '2022-01-14 23:59:59'
timezone: UTC+1
date: July 23-29, 2022
place: Vienna, Austria.
- year: 2023
id: ijcai23
link: https://ijcai-23.org
timeline:
- abstract_deadline: '2023-01-11 23:59:59'
deadline: '2023-01-18 23:59:59'
timezone: UTC-12
date: August 19-25, 2023
place: Cape Town, South Africa.
- year: 2024
id: ijcai24
link: https://ijcai24.org/
timeline:
- abstract_deadline: '2024-01-10 23:59:59'
deadline: '2024-01-17 23:59:59'
timezone: UTC-12
date: August 3-9, 2024
place: Jeju Island, South Korea.
- year: 2025
id: ijcai25
link: https://2025.ijcai.org/
timeline:
- abstract_deadline: '2025-01-16 23:59:59'
deadline: '2025-01-23 23:59:59'
timezone: UTC-12
date: August 16-22, 2025
place: Montreal, Canada.
- year: 2026
id: ijcai26
link: https://2026.ijcai.org/
timeline:
- abstract_deadline: '2026-01-12 23:59:59'
deadline: '2026-01-19 23:59:59'
timezone: UTC-12
date: August 15-21, 2026
place: Bremen, Germany
================================================
FILE: conference/AI/ijcb.yml
================================================
- title: IJCB
description: International Joint Conference on Biometrics
sub: AI
rank:
ccf: C
core: B
thcpl: N
dblp: icb
confs:
- year: 2025
id: ijcb2025
link: https://ijcb2025.ieee-biometrics.org/
timeline:
- deadline: '2025-04-11 23:59:59'
timezone: UTC-7
date: September 8-11, 2025
place: Osaka, Japan
- year: 2026
id: ijcb2026
link: https://ijcb2026.ieee-biometrics.org/
timeline:
- deadline: '2026-04-10 23:59:59'
timezone: AoE
date: September 1-4, 2026
place: Rome, Italy
================================================
FILE: conference/AI/ijcnlp.yml
================================================
- title: IJCNLP
description: International Joint Conference on Natural Language Processing
sub: AI
rank:
ccf: N
core: B
thcpl: N
dblp: ijcnlp
confs:
- year: 2025
id: ijcnlp2025
link: https://www.afnlp.org/conferences/ijcnlp2025/
timeline:
- deadline: '2025-07-28 23:59:59'
comment: 'ACL Rolling Review'
timezone: UTC-12
date: Dec 20-24, 2025
place: Mumbai, India
================================================
FILE: conference/AI/ijcnn.yml
================================================
- title: IJCNN
description: International Joint Conference on Neural Networks
sub: AI
rank:
ccf: C
core: B
thcpl: B
dblp: ijcnn
confs:
- year: 2024
id: ijcnn2024
link: https://2024.ieeewcci.org/
timeline:
- deadline: '2024-01-29 23:59:59'
timezone: UTC-12
date: June 30 - July 5, 2024
place: Yokohama, Japan
- year: 2025
id: ijcnn2025
link: https://2025.ijcnn.org/
timeline:
- deadline: '2025-02-05 23:59:59'
timezone: UTC-12
date: June 30 - July 5, 2025
place: Rome, Italy
- year: 2026
id: ijcnn2026
link: https://attend.ieee.org/wcci-2026/
timeline:
- deadline: '2026-01-31 23:59:59'
timezone: UTC-12
date: June 21 - 26, 2026
place: Maastricht Exhibition & Congress Center, Maastricht, The Netherlands
================================================
FILE: conference/AI/iros.yml
================================================
- title: IROS
description: IEEE/RSJ International Conference on Intelligent Robots and Systems
sub: AI
rank:
ccf: C
core: A
thcpl: B
dblp: iros
confs:
- year: 2023
id: iros23
link: https://ieee-iros.org/
timeline:
- deadline: '2023-03-01 23:59:59'
timezone: UTC-8
date: October 1-5, 2023
place: Detroit, Michigan, USA
- year: 2024
id: iros24
link: http://iros2024-abudhabi.org/
timeline:
- deadline: '2024-03-15 23:59:59'
timezone: UTC-8
date: October 13-17, 2024
place: Abu Dhabi, UAE
- year: 2025
id: iros25
link: http://www.iros25.org/
timeline:
- deadline: '2025-03-01 23:59:59'
timezone: UTC-8
date: October 19-25, 2025
place: Hangzhou, China
- year: 2026
id: iros26
link: https://2026.ieee-iros.org/
timeline:
- deadline: '2026-03-02 23:59:59'
timezone: UTC-8
date: September 27 - October 1, 2026
place: Pittsburgh, PA, USA
================================================
FILE: conference/AI/kr.yml
================================================
- title: KR
description: International Conference on Principles of Knowledge Representation and Reasoning
sub: AI
rank:
ccf: B
core: A*
thcpl: N
dblp: kr
confs:
- year: 2023
id: krd23
link: https://kr.org/KR2023/
timeline:
- abstract_deadline: '2023-03-03 00:00:00'
deadline: '2023-03-14 00:00:00'
timezone: UTC-8
date: Sep 2-8, 2023
place: Rhodes, Greece
- year: 2024
id: krd24
link: https://kr.org/KR2024/
timeline:
- abstract_deadline: '2024-04-24 23:59:59'
deadline: '2024-05-01 23:59:59'
timezone: UTC-12
date: November 2-8, 2024
place: Hanoi, Vietnam
- year: 2025
id: krd25
link: https://kr.org/KR2025/
timeline:
- abstract_deadline: '2025-05-07 23:59:59'
deadline: '2025-05-12 23:59:59'
timezone: UTC-12
date: November 11-17, 2025
place: Melbourne, Australia
- year: 2026
id: krd26
link: https://kr.org/KR2026/
timeline:
- abstract_deadline: '2026-02-08 23:59:59'
deadline: '2026-02-13 23:59:59'
timezone: UTC-12
date: July 20-23, 2026
place: Lisbon, Portugal
================================================
FILE: conference/AI/ksem.yml
================================================
- title: KSEM
description: International Conference on Knowledge Science, Engineering and Management
sub: AI
rank:
ccf: C
core: C
thcpl: N
dblp: ksem
confs:
- year: 2023
id: ksem23
link: https://www.ksem2023.conferences.academy/
timeline:
- deadline: '2023-04-28 23:59:00'
timezone: UTC-8
date: Aug 16-18, 2023
place: Guangzhou, China
- year: 2024
id: ksem24
link: https://ai-edge.net/
timeline:
- deadline: '2024-02-15 23:59:00'
timezone: UTC+0
date: Aug 16-18, 2024
place: Birmingham
- year: 2025
id: ksem25
link: https://ksem2025.scimeeting.cn/
timeline:
- deadline: '2025-03-20 23:59:59'
timezone: UTC+0
date: August 4-6, 2025
place: Macao SAR, China
- year: 2026
id: ksem26
link: https://ksem2026.rosc.org.cn/
timeline:
- deadline: '2026-01-15 23:59:59'
timezone: UTC+0
date: July 17-19, 2026
place: Beijing, China
================================================
FILE: conference/AI/log.yml
================================================
- title: LOG
description: Learning on Graphs Conference
sub: AI
rank:
ccf: N
core: N
thcpl: N
dblp: log
confs:
- year: 2025
id: log2025
link: https://logconference.org/
timeline:
- abstract_deadline: '2025-08-22 23:59:59'
deadline: '2025-08-29 23:59:59'
timezone: AoE
date: December 10-12, 2025
place: Arizona State University, Phoenix, USA
================================================
FILE: conference/AI/naacl.yml
================================================
- title: NAACL
description: The Annual Conference of the North American Chapter of the Association for Computational Linguistics
sub: AI
rank:
ccf: B
core: A
thcpl: B
dblp: naacl
confs:
- year: 2022
id: naacl22
link: https://2022.naacl.org/
timeline:
- deadline: '2022-01-15 23:59:59'
timezone: UTC-12
date: July 10-15, 2022
place: Washington DC, USA
- year: 2024
id: naacl24
link: https://2024.naacl.org/
timeline:
- deadline: '2023-12-15 23:59:59'
timezone: UTC-12
date: June 16-21, 2024
place: Mexico City, Mexico
- year: 2025
id: naacl25
link: https://2025.naacl.org/
timeline:
- deadline: '2024-10-15 23:59:59'
timezone: UTC-12
date: April 29-May 4, 2025
place: Albuquerque, New Mexico, USA
================================================
FILE: conference/AI/nips.yml
================================================
- title: NeurIPS
description: Conference on Neural Information Processing Systems
sub: AI
rank:
ccf: A
core: A*
thcpl: A
dblp: nips
confs:
- year: 2021
id: nips21
link: https://neurips.cc/Conferences/2021/
timeline:
- abstract_deadline: '2021-05-21 20:00:00'
deadline: '2021-05-28 20:00:00'
timezone: UTC+0
date: December 5-14, 2021
place: Virtual
- year: 2022
id: nips22
link: https://neurips.cc/Conferences/2022
timeline:
- abstract_deadline: '2022-05-16 20:00:00'
deadline: '2022-05-19 20:00:00'
timezone: UTC+0
date: November 28-December 9, 2022
place: New Orleans, Louisiana, USA
- year: 2023
id: nips23
link: https://neurips.cc/Conferences/2023
timeline:
- abstract_deadline: '2023-05-11 20:00:00'
deadline: '2023-05-17 20:00:00'
timezone: UTC+0
date: November 28-December 9, 2023
place: New Orleans, Louisiana, USA
- year: 2024
id: nips24
link: https://neurips.cc/Conferences/2024
timeline:
- deadline: '2024-05-22 20:00:00'
timezone: UTC+0
date: December 9-December 15, 2024
place: Vancouver, Canada
- year: 2025
id: nips25
link: https://neurips.cc/Conferences/2025
timeline:
- abstract_deadline: '2025-05-11 23:59:59'
deadline: '2025-05-15 23:59:59'
timezone: AoE
date: December 2-7, 2025
place: San Diego Convention Center, USA
- year: 2026
id: nips26
link: https://neurips.cc/Conferences/2026
timeline:
- deadline: '2026-05-07 11:59:00'
timezone: UTC+0
date: December 6, 2026
place: Sydney, Australia
================================================
FILE: conference/AI/nlpcc.yml
================================================
- title: NLPCC
description: CCF International Conference on Natural Language Processing and Chinese Computing
sub: AI
rank:
ccf: C
core: N
thcpl: N
dblp: nlpcc
confs:
- year: 2025
id: nlpcc2025
link: http://tcci.ccf.org.cn/conference/2025/index.php
timeline:
- deadline: '2025-04-20 23:59:59'
timezone: UTC+8
date: August 8-10, 2025
place: Urumqi, China
- year: 2026
id: nlpcc2026
link: http://tcci.ccf.org.cn/conference/2026/
timeline:
- deadline: '2026-05-26 23:59:59'
timezone: UTC+8
date: November 3-5, 2026
place: Macau, China
================================================
FILE: conference/AI/ppsn.yml
================================================
- title: PPSN
description: International Conference on Parallel Problem Solving From Nature
sub: AI
rank:
ccf: B
core: A
thcpl: N
dblp: ppsn
confs:
- year: 2024
id: ppsn24
link: https://ppsn2024.fh-ooe.at/
timeline:
- deadline: '2024-04-18 23:59:59'
timezone: UTC-12
date: September 14-18, 2024
place: University of Applied Sciences Upper Austria, Softwarepark Hagenberg, Austria
- year: 2026
id: ppsn26
link: https://ppsn2026.disi.unitn.it/
timeline:
- deadline: '2026-03-28 23:59:59'
timezone: AoE
date: August 29-September 2, 2026
place: University of Trento, Trento, Italy
================================================
FILE: conference/AI/pricai.yml
================================================
- title: PRICAI
description: Pacific Rim International Conference on Artificial Intelligence
sub: AI
rank:
ccf: C
core: B
thcpl: N
dblp: pricai
confs:
- year: 2024
id: pricai2024
link: https://www.pricai.org/2024/
timeline:
- deadline: '2024-06-26 23:59:59'
timezone: UTC-12
date: Nov 18-24, 2024
place: Kyoto, Japan
- year: 2025
id: pricai2025
link: https://www.pricai.org/2025/
timeline:
- deadline: '2025-06-27 23:59:59'
timezone: UTC-12
date: Nov 17-21, 2025
place: Wellington, New Zealand
- year: 2026
id: pricai2026
link: https://2026.pricai.org/
timeline:
- deadline: '2026-06-13 23:59:59'
timezone: UTC-12
date: Nov 17-20, 2026
place: Guangzhou, China
================================================
FILE: conference/AI/probml.yml
================================================
- title: ProbML
description: Symposium on Probabilistic Machine Learning
sub: AI
rank:
ccf: N
core: N
thcpl: N
dblp: probml
confs:
- year: 2026
id: probml2026
link: https://probml.cc
timeline:
- deadline: '2026-03-20 11:59:00'
timezone: AoE
date: July 5, 2026
place: Seoul, South Korea
================================================
FILE: conference/AI/rss.yml
================================================
- title: RSS
description: Robotics Science and Systems
sub: AI
rank:
ccf: N
core: A*
thcpl: A
dblp: rss
confs:
- year: 2023
id: rss23
link: https://roboticsconference.org/
timeline:
- deadline: '2023-02-03 23:59:59'
timezone: AoE
date: July 10-14, 2023
place: Daegu, Republic of Korea
- year: 2024
id: rss24
link: https://roboticsconference.org/
timeline:
- deadline: '2024-02-02 23:59:00'
timezone: AoE
date: July 15-19, 2024
place: Delft, Netherlands
- year: 2025
id: rss25
link: https://roboticsconference.org
timeline:
- abstract_deadline: '2025-01-17 23:59:00'
deadline: '2025-01-24 23:59:00'
timezone: AoE
date: June 21-25, 2025
place: Los Angeles, California, USA
- year: 2026
id: rss26
link: https://roboticsconference.org
timeline:
- abstract_deadline: '2026-01-23 23:59:00'
deadline: '2026-01-30 23:59:00'
timezone: AoE
date: July 13-17, 2026
place: Sydney, Australia
================================================
FILE: conference/AI/rulemlrr.yml
================================================
- title: RuleML+RR
description: International Joint Conference on Rules and Reasoning
sub: AI
rank:
ccf: N
core: B
thcpl: N
dblp: rulemlrr
confs:
- year: 2026
id: rulemlrr2026
link: https://2026.declarativeai.net/events/ruleml-rr
timeline:
- abstract_deadline: '2026-05-08 23:59:59'
deadline: '2026-05-15 23:59:59'
timezone: AoE
date: August 24-26, 2026
place: Vilnius, Lithuania
================================================
FILE: conference/AI/uai.yml
================================================
- title: UAI
description: Conference on Uncertainty in Artificial Intelligence
sub: AI
rank:
ccf: B
core: A
thcpl: B
dblp: uai
confs:
- year: 2021
id: uai21
link: http://auai.org/uai2021/
timeline:
- deadline: '2021-02-19 23:59:59'
timezone: UTC+0
date: July 27-29, 2021
place: Virtual
- year: 2023
id: uai23
link: http://auai.org/uai2023/
timeline:
- deadline: '2023-02-17 23:59:59'
timezone: AoE
date: August 1-3, 2023
place: Pittsburgh, PA, USA
- year: 2024
id: uai24
link: http://auai.org/uai2024/
timeline:
- deadline: '2024-02-09 23:59:59'
timezone: AoE
date: July 15-19, 2024
place: Barcelona, Spain
- year: 2025
id: uai25
link: https://www.auai.org/uai2025/
timeline:
- deadline: '2025-02-10 23:59:59'
timezone: AoE
date: July 21-25, 2025
place: Rio de Janeiro, Brazil
- year: 2026
id: uai26
link: https://www.auai.org/uai2026/
timeline:
- deadline: '2026-02-25 23:59:59'
timezone: AoE
date: August 17-21, 2026
place: Amsterdam, Netherlands
================================================
FILE: conference/AI/wacv.yml
================================================
- title: WACV
description: IEEE/CVF Winter Conference on Applications of Computer Vision
sub: AI
rank:
ccf: N
core: A
thcpl: N
dblp: wacv
confs:
- year: 2025
id: wacv25
link: https://wacv2025.thecvf.com/
timeline:
- deadline: '2024-07-15 23:59:59'
comment: first round
- deadline: '2024-09-09 23:59:59'
comment: second round
timezone: UTC-7
date: February 28 - March 4, 2025
place: Tucson, Arizona, USA
- year: 2026
id: wacv26
link: https://wacv.thecvf.com/
timeline:
- abstract_deadline: '2025-07-11 23:59:00'
deadline: '2025-07-18 23:59:59'
comment: First round
- abstract_deadline: '2025-09-12 23:59:00'
deadline: '2025-09-19 23:59:59'
comment: Second round
timezone: AoE
date: Mar 6 - 10, 2026
place: Tucson, Arizona, USA
================================================
FILE: conference/CG/3dv.yml
================================================
- title: 3DV
description: International Conference on 3D Vision
sub: CG
rank:
ccf: C
core: N
thcpl: N
dblp: 3dim
confs:
- year: 2024
id: 3dv2024
link: https://3dvconf.github.io/2024/
timeline:
- deadline: '2023-08-07 23:59:59'
timezone: UTC-7
date: March 18-21, 2024
place: Davos, Switzerland
- year: 2025
id: 3dv2025
link: https://3dvconf.github.io/2025/
timeline:
- deadline: '2024-08-12 23:59:59'
timezone: UTC-7
date: March 25-28, 2025
place: Singapore
- year: 2026
id: 3dv2026
link: https://3dvconf.github.io/2026/
timeline:
- deadline: '2025-08-18 23:59:59'
timezone: UTC-7
date: March 24-27, 2026
place: Metro Vancouver, BC, Canada
================================================
FILE: conference/CG/PacificVis.yml
================================================
- title: PacificVis
description: IEEE Pacific Visualization Symposium
sub: CG
rank:
ccf: C
core: B
thcpl: B
dblp: pacificvis
confs:
- year: 2025
id: pacificvis25
link: https://pacificvis2025.github.io/pages/index.html
timeline:
- abstract_deadline: '2024-09-15 23:59:00'
deadline: '2024-09-22 23:59:00'
comment: 'Journal track'
- abstract_deadline: '2024-11-13 23:59:00'
deadline: '2024-11-20 23:59:00'
comment: 'Conference track'
timezone: AoE
date: April 22 - 25, 2025
place: Chang Yung-fa Foundation International Convention Center, Taipei, Taiwan
- year: 2026
id: pacificvis26
link: https://pacificvis2026.github.io/
timeline:
- abstract_deadline: '2025-09-01 23:59:00'
deadline: '2025-09-07 23:59:00'
comment: 'Journal track'
- abstract_deadline: '2025-11-01 23:59:00'
deadline: '2025-11-08 23:59:00'
comment: 'Conference track'
timezone: AoE
date: April 20 - 23, 2026
place: Sydney, Australia
================================================
FILE: conference/CG/SGP.yml
================================================
- title: SGP
description: Eurographics Symposium on Geometry Processing
sub: CG
rank:
ccf: B
core: B
thcpl: B
dblp: sgp
confs:
- year: 2025
id: sgp25
link: https://sgp2025.my.canva.site/
timeline:
- abstract_deadline: '2025-02-04 23:59:59'
deadline: '2025-02-07 23:59:59'
comment: 'First (visa-friendly) round'
- abstract_deadline: '2025-04-08 23:59:59'
deadline: '2025-04-11 23:59:59'
comment: 'Second (traditional) round'
timezone: AoE
date: June 30 - July 4, 2025
place: BILBAO, SPAIN
- year: 2026
id: sgp26
link: https://sgp26.org/
timeline:
- abstract_deadline: '2026-02-02 23:59:59'
deadline: '2026-02-04 23:59:59'
comment: 'First round'
- abstract_deadline: '2026-04-13 23:59:59'
deadline: '2026-04-15 23:59:59'
comment: 'Second round'
timezone: AoE
date: July 1 - 3, 2026
place: Bern, Switzerland
================================================
FILE: conference/CG/casa.yml
================================================
- title: CASA
description: International Conference on Computer Animation and Social Agents
sub: CG
rank:
ccf: C
core: N
thcpl: N
dblp: ca
confs:
- year: 2024
id: casa2024
link: https://casa2024.wtu.edu.cn/index.htm
timeline:
- deadline: '2024-03-05 23:59:59'
timezone: AoE
date: June 5-7, 2024
place: Wuhan, China
- year: 2025
id: casa2025
link: https://casa2025.sciencesconf.org/
timeline:
- deadline: '2025-03-08 23:59:59'
timezone: AoE
date: June 2-5, 2025
place: Strasbourg, France
================================================
FILE: conference/CG/cccg.yml
================================================
- title: CCCG
description: Canadian Conference on Computational Geometry
sub: CG
rank:
ccf: N
core: N
thcpl: N
dblp: cccg
confs:
- year: 2026
id: cccg2026
link: https://sites.google.com/view/cccg-2026/home
timeline:
- deadline: '2026-04-30 23:59:59'
comment: 'Submission Deadline'
timezone: AoE
date: August 12-14, 2026
place: Orillia, Ontario, Canada
================================================
FILE: conference/CG/cgi.yml
================================================
- title: CGI
description: Computer Graphics International
sub: CG
rank:
ccf: C
core: C
thcpl: N
dblp: cgi
confs:
- year: 2024
id: cgi24
link: https://www.cgs-network.org/cgi24/
timeline:
- deadline: '2024-02-10 23:59:00'
timezone: UTC
date: July 1-5, 2024
place: Geneva, Switzerland
- year: 2025
id: cgi25
link: https://www.cgs-network.org/cgi25/
timeline:
- deadline: '2025-02-18 23:59:00'
timezone: UTC
date: July 14-18, 2025
place: Hong Kong, China
- year: 2026
id: cgi26
link: https://www.cgs-network.org/cgi26/
timeline:
- deadline: '2026-03-12 23:59:00'
comment: 'First Track: Call for papers with final publication in The Visual Computer Journal'
- deadline: '2026-04-20 23:59:00'
comment: 'Second Track: Call for papers with final publication in LNCS Book published by Springer or in The Visual Computer journal or Computer Animation and Virtual Worlds Journal'
timezone: UTC
date: July 06-10, 2026
place: London, UK
================================================
FILE: conference/CG/cvm.yml
================================================
- title: CVM
description: The international conference on Computational Visual Media
sub: CG
rank:
ccf: C
core: N
thcpl: N
dblp: cvm
confs:
- year: 2025
id: cvm25
link: http://iccvm.org/2025/
timeline:
- abstract_deadline: '2024-10-09 23:59:59'
deadline: '2024-10-12 23:59:59'
timezone: UTC+0
date: April 19-21, 2025
place: Hong Kong, China
- year: 2026
id: cvm26
link: http://iccvm.org/2026/
timeline:
- abstract_deadline: '2025-10-10 23:59:59'
deadline: '2025-10-13 23:59:59'
timezone: UTC+0
date: April 10-12, 2026
place: Seoul, Korea
================================================
FILE: conference/CG/eg.yml
================================================
- title: Eurographics
description: Eurographics
sub: CG
rank:
ccf: B
core: B
thcpl: B
dblp: eurographics
confs:
- year: 2024
id: eg24
link: https://eg2024.cyens.org.cy/
timeline:
- abstract_deadline: '2023-09-28 23:59:59'
deadline: '2023-10-05 23:59:59'
timezone: UTC
date: April 22-26, 2024
place: Limassol, Cyprus
- year: 2025
id: eg25
link: https://eg25.cs.ucl.ac.uk/main/home.html
timeline:
- abstract_deadline: '2024-10-01 23:59:59'
deadline: '2024-10-03 23:59:59'
timezone: UTC
date: May 12-16, 2025
place: London, UK
- year: 2026
id: eg26
link: https://eg2026.github.io/
timeline:
- abstract_deadline: '2025-09-22 23:59:59'
deadline: '2025-09-26 23:59:59'
timezone: UTC
date: May 4-8, 2026
place: Aachen, Germany
================================================
FILE: conference/CG/egsr.yml
================================================
- title: EGSR
description: Eurographics Symposium on Rendering
sub: CG
rank:
ccf: B
core: N
thcpl: N
dblp: rt
confs:
- year: 2025
id: egsr2025
link: https://conferences.eg.org/egsr2025/
timeline:
- abstract_deadline: '2025-04-01 23:59:59'
deadline: '2025-04-07 23:59:59'
timezone: UTC
date: June 25-27, 2025
place: Copenhagen, Denmark
- year: 2026
id: egsr2026
link: https://egsr2026.inria.fr/
timeline:
- abstract_deadline: '2026-04-08 23:59:59'
deadline: '2026-04-15 23:59:59'
timezone: UTC
date: July 1-3, 2026
place: Bordeaux, France
================================================
FILE: conference/CG/eurovis.yml
================================================
- title: EuroVis
description: Eurographics Conference on Visualization
sub: CG
rank:
ccf: B
core: B
thcpl: B
dblp: vissym
confs:
- year: 2025
id: eurovis2025
link: https://www.eurovis2025.lu/
timeline:
- abstract_deadline: '2024-11-27 23:59:59'
deadline: '2024-12-04 23:59:59'
timezone: AoE
date: June 2-6, 2025
place: Luxembourg City, Luxembourg
- year: 2026
id: eurovis2026
link: https://www.eurovis.org.uk/
timeline:
- abstract_deadline: '2025-11-26 23:59:59'
deadline: '2024-12-03 23:59:59'
timezone: AoE
date: June 8-12, 2026
place: Nottingham, United Kingdom
================================================
FILE: conference/CG/gmp.yml
================================================
- title: GMP
description: International Conference on Geometric Modeling and Processing
sub: CG
rank:
ccf: C
core: C
thcpl: N
dblp: gmp
confs:
- year: 2024
id: gmp2024
link: https://irc.cs.sdu.edu.cn/gmp2024/index.html
timeline:
- deadline: '2023-12-11 23:59:59'
comment: Abstract submission
- deadline: '2023-12-18 23:59:59'
comment: Full paper submission
timezone: UTC
date: June 5-7, 2024
place: Qingdao, China
- year: 2025
id: gmp2025
link: https://sites.wustl.edu/gmp2025/
timeline:
- abstract_deadline: '2024-12-09 23:59:59'
deadline: '2024-12-16 23:59:59'
timezone: UTC
date: May 28-30, 2025
place: Washington University in St. Louis, USA
- year: 2026
id: gmp26
link: https://gmp2026.kma.zcu.cz/
timeline:
- abstract_deadline: '2025-12-16 23:59:59'
deadline: '2025-12-18 23:59:59'
timezone: UTC
date: May 27-29, 2026
place: Pilsen, Czech Republic
================================================
FILE: conference/CG/icassp.yml
================================================
- title: ICASSP
description: IEEE International Conference on Acoustics, Speech, and Signal Processing
sub: CG
rank:
ccf: B
core: B
thcpl: B
dblp: icassp
confs:
- year: 2022
id: icassp22
link: https://2022.ieeeicassp.org
timeline:
- deadline: '2021-10-06 23:59:59'
timezone: UTC+0
date: May 22-27, 2022
place: Singapore
- year: 2023
id: icassp23
link: https://2023.ieeeicassp.org
timeline:
- deadline: '2022-10-26 23:59:59'
timezone: UTC-12
date: June 4-9, 2023
place: Rhodes Island, Greece
- year: 2024
id: icassp24
link: https://2024.ieeeicassp.org/
timeline:
- deadline: '2023-09-06 23:59:59'
timezone: UTC-12
date: April 14-19, 2024
place: COEX, Seoul, Korea
- year: 2025
id: icassp25
link: https://2025.ieeeicassp.org/
timeline:
- deadline: '2024-09-12 23:59:59'
timezone: UTC-7
date: April 6-11, 2025
place: Hyderabad, India
- year: 2026
id: icassp26
link: https://2026.ieeeicassp.org/
timeline:
- deadline: '2025-09-17 23:59:59'
timezone: UTC-12
date: May 4-8, 2026
place: Barcelona, Spain
- year: 2027
id: icassp27
link: https://2027.ieeeicassp.org/
timeline:
- deadline: 'TBD'
timezone: UTC-12
date: May 16-21, 2027
place: Toronto, Canada
================================================
FILE: conference/CG/icip.yml
================================================
- title: ICIP
description: The IEEE International Conference on Image Processing
sub: CG
rank:
ccf: C
core: B
thcpl: B
dblp: icip
confs:
- year: 2023
id: icip23
link: https://2023.ieeeicip.org/
timeline:
- deadline: '2023-02-15 23:59:59'
timezone: UTC+0
date: Oct 8-11, 2023
place: Kuala Lumpur, Malaysia
- year: 2024
id: icip24
link: https://2024.ieeeicip.org/
timeline:
- deadline: '2024-01-31 23:59:59'
timezone: UTC+0
date: Oct 27-30, 2024
place: Abu Dhabi, United Arab Emirates
- year: 2025
id: icip25
link: https://2025.ieeeicip.org/
timeline:
- deadline: '2025-01-22 23:59:59'
timezone: UTC+0
date: Sep 14-17, 2025
place: Anchorage Alaska, USA
- year: 2026
id: icip26
link: https://2026.ieeeicip.org/
timeline:
- deadline: '2026-02-04 23:59:59'
timezone: UTC+0
date: Sep 13-17, 2026
place: Tampere, Finland
================================================
FILE: conference/CG/icme.yml
================================================
- title: ICME
description: The IEEE International Conference on Multimedia & Expo
sub: CG
rank:
ccf: B
core: A
thcpl: N
dblp: icme
confs:
- year: 2022
id: icme22
link: http://2022.ieeeicme.org/paper.html
timeline:
- deadline: '2021-12-12 23:59:59'
timezone: UTC-8
date: July 18-22, 2022
place: Taipei, Taiwan, China
- year: 2023
id: icme23
link: https://www.2023.ieeeicme.org/
timeline:
- deadline: '2022-12-22 23:59:59'
timezone: UTC+0
date: July 10-14, 2023
place: Brisbane, Australia
- year: 2024
id: icme24
link: https://2024.ieeeicme.org/
timeline:
- deadline: '2023-12-30 23:59:59'
timezone: UTC+0
date: July 15-19, 2024
place: Niagra Falls, Canada
- year: 2025
id: icme25
link: https://2025.ieeeicme.org/
timeline:
- deadline: '2024-12-23 23:59:59'
timezone: UTC+0
date: June 30 - July 4, 2025
place: Nantes, France
- year: 2026
id: icme26
link: https://2026.ieeeicme.org/
timeline:
- deadline: '2025-12-31 23:59:59'
timezone: UTC-12
date: July 6 - July 10, 2026
place: Bangkok, Thailand
================================================
FILE: conference/CG/icmr.yml
================================================
- title: ICMR
description: ACM SIGMM International Conference on Multimedia Retrieval
sub: CG
rank:
ccf: B
core: B
thcpl: B
dblp: mir
confs:
- year: 2024
id: icmr24
link: https://icmr2024.org/index.html
timeline:
- deadline: '2024-02-01 23:59:59'
timezone: UTC-12
date: June 11-13, 2024
place: Phuket, Thailand
- year: 2025
id: icmr25
link: https://www.icmr-2025.org/
timeline:
- deadline: '2025-02-23 23:59:59'
timezone: UTC-12
date: June 30 - July 3, 2025
place: Chicago, USA
- year: 2026
id: icmr26
link: https://icmr2026.org/calls.html
timeline:
- deadline: '2026-02-13 23:59:59'
timezone: UTC-12
date: June 16-19, 2026
place: Amsterdam, Netherlands
================================================
FILE: conference/CG/icvrv.yml
================================================
- title: ICVRV
description: International Conference on Virtual Reality and Visualization
sub: CG
rank:
ccf: N
core: N
thcpl: N
dblp: icvrv
confs:
- year: 2025
id: icvrv25
link: https://icvrv2025.aconf.org/
timeline:
- abstract_deadline: '2025-08-15 23:59:59'
deadline: '2025-08-22 23:59:59'
timezone: AoE
date: December 19-21, 2025
place: Bogota, Colombia
================================================
FILE: conference/CG/interspeech.yml
================================================
- title: InterSpeech
description: Conference of the International Speech Communication Association
sub: CG
rank:
ccf: B
core: A
thcpl: N
dblp: interspeech
confs:
- year: 2022
id: interspeech22
link: https://www.interspeech2022.org/
timeline:
- deadline: '2022-03-21 23:59:59'
timezone: UTC+9
date: September 18-22, 2022
place: Incheon, South Korea
- year: 2023
id: interspeech23
link: https://www.interspeech2023.org/
timeline:
- deadline: '2023-03-08 23:59:59'
timezone: UTC+0
date: August 20-24, 2023
place: Dublin, Ireland
- year: 2024
id: interspeech24
link: https://www.interspeech2024.org/
timeline:
- abstract_deadline: '2024-03-01 23:59:59'
deadline: '2024-03-09 23:59:59'
timezone: UTC+0
date: September 1-5, 2024
place: Greece
- year: 2025
id: interspeech25
link: https://www.interspeech2025.org/home
timeline:
- deadline: '2025-02-19 23:59:59'
timezone: UTC+0
date: August 17-22, 2025
place: Rotterdam, Netherlands
- year: 2026
id: interspeech26
link: https://interspeech2026.org/
timeline:
- deadline: '2026-02-25 23:59:59'
timezone: UTC+0
date: September 27 - October 1, 2026
place: Sydney, Australia
================================================
FILE: conference/CG/ismar.yml
================================================
- title: ISMAR
description: International Symposium on Mixed and Augmented Reality
sub: CG
rank:
ccf: B
core: A*
thcpl: B
dblp: ismar
confs:
- year: 2023
id: ismar2023
link: https://ismar23.org/
timeline:
- abstract_deadline: '2023-06-05 23:59:59'
deadline: '2023-06-12 23:59:59'
timezone: AoE
date: Oct 16-20, 2023
place: Sydney, Australia
- year: 2024
id: ismar2024
link: https://ieeeismar.org/
timeline:
- abstract_deadline: '2024-05-03 23:59:59'
deadline: '2024-05-08 23:59:59'
timezone: AoE
date: Oct 21-25, 2024
place: Greater Seattle Area, USA
- year: 2025
id: ismar2025
link: https://www.ieeeismar.net/2025/
timeline:
- abstract_deadline: '2025-04-04 23:59:59'
deadline: '2025-04-11 23:59:59'
timezone: AoE
date: Oct 8-12, 2025
place: Daejeon, South Korea
- year: 2026
id: ismar2026
link: https://www.ieeeismar.net/2026/
timeline:
- abstract_deadline: '2026-03-09 23:59:59'
deadline: '2026-03-16 23:59:59'
timezone: AoE
date: Oct 5-9, 2026
place: Bari, Italy
================================================
FILE: conference/CG/mm.yml
================================================
- title: ACM MM
description: ACM International Conference on Multimedia
sub: CG
rank:
ccf: A
core: A*
thcpl: A
dblp: mm
confs:
- year: 2021
id: mm21
link: https://2021.acmmm.org/
timeline:
- abstract_deadline: '2021-04-10 23:59:59'
deadline: '2021-04-17 23:59:59'
timezone: AoE
date: October 21-24, 2021
place: Chengdu, China
- year: 2022
id: mm22
link: https://2022.acmmm.org/
timeline:
- abstract_deadline: '2022-03-31 23:59:59'
deadline: '2022-04-07 23:59:59'
timezone: UTC-12
date: October 10-14, 2022
place: Lisbon, Portugal
- year: 2023
id: mm23
link: https://www.acmmm2023.org/
timeline:
- abstract_deadline: '2023-04-23 23:59:59'
deadline: '2023-05-04 23:59:59'
timezone: UTC-12
date: October 29-November 02, 2023
place: Ottawa, Ontario, Canada
- year: 2024
id: mm24
link: https://2024.acmmm.org/
timeline:
- abstract_deadline: '2024-04-08 23:59:59'
deadline: '2024-04-12 23:59:59'
timezone: UTC-12
date: October 28-November 01, 2024
place: Melbourne, Australia
- year: 2025
id: mm25
link: https://acmmm2025.org/
timeline:
- abstract_deadline: '2025-04-04 23:59:59'
deadline: '2025-04-11 23:59:59'
timezone: UTC-12
date: October 27-31, 2025
place: Dublin, Ireland
- year: 2026
id: mm26
link: https://2026.acmmm.org/
timeline:
- abstract_deadline: '2026-03-25 23:59:59'
deadline: '2026-04-01 23:59:59'
timezone: AoE
date: November 10-14, 2026
place: Rio de Janeiro, Brazil
================================================
FILE: conference/CG/mmasia.yml
================================================
- title: MMAsia
description: ACM Multimedia Asia
sub: CG
rank:
ccf: C
core: N
thcpl: N
dblp: mmasia
confs:
- year: 2023
id: mmasia23
link: http://www.mmasia2023.org/
timeline:
- deadline: '2023-07-22 23:59:59'
timezone: AoE
date: December 06-08, 2023
place: Tainan, Taiwan
- year: 2025
id: mmasia25
link: https://mmasia2025.org/
timeline:
- deadline: '2025-07-25 23:59:59'
timezone: AoE
date: December 9-12, 2025
place: Grand Millenium Hotel, Kuala Lumpur, Malaysia
================================================
FILE: conference/CG/mmm.yml
================================================
- title: MMM
description: International Conference on Multimedia Modeling
sub: CG
rank:
ccf: C
core: B
thcpl: N
dblp: mmm
confs:
- year: 2025
id: mmm25
link: https://mmm2025.net/
timeline:
- deadline: '2024-08-19 23:59:59'
timezone: AoE
date: January 7-10, 2025
place: Nara, Japan
- year: 2026
id: mmm26
link: https://mmm2026.cz/
timeline:
- deadline: '2025-08-19 23:59:59'
timezone: AoE
date: January 29-31, 2026
place: Prague, Czech Republic
- year: 2027
id: mmm27
link: https://www.mmm2027.net/
timeline:
- deadline: '2026-08-16 23:59:59'
timezone: AoE
date: January 5-8, 2027
place: Siem Reap, Cambodia
================================================
FILE: conference/CG/pg.yml
================================================
- title: PG
description: Pacific Graphics, The Pacific Conference on Computer Graphics and Applications
sub: CG
rank:
ccf: B
core: N
thcpl: B
dblp: pg
confs:
- year: 2024
id: pg24
link: http://pg2024.hsu.edu.cn/
timeline:
- abstract_deadline: '2024-05-31 21:59:00'
deadline: '2024-06-07 21:59:00'
timezone: UTC
date: October 13-16, 2024
place: Huangshan, China
- year: 2023
id: pg23
link: https://pg2023.org/
timeline:
- abstract_deadline: '2023-06-01 23:59:59'
deadline: '2023-06-06 23:59:59'
timezone: AoE
date: October 10-13, 2023
place: Daejeon, South Korea
- year: 2025
id: pg25
link: https://pg2025.nccu.edu.tw/
timeline:
- abstract_deadline: '2025-05-30 23:59:59'
deadline: '2025-06-06 23:59:59'
timezone: AoE
date: October 14-17, 2025
place: National Chengchi University, Taipei, Taiwan
================================================
FILE: conference/CG/prcv.yml
================================================
- title: PRCV
description: Chinese Conference on Pattern Recognition and Computer Vision
sub: CG
rank:
ccf: C
core: N
thcpl: N
dblp: prcv
confs:
- year: 2023
id: prcv23
link: https://prcv2023.xmu.edu.cn/
timeline:
- deadline: '2023-06-20 23:59:59'
timezone: UTC+8
date: Oct 13-15, 2023
place: Xiamen, China
- year: 2024
id: prcv24
link: http://www.prcv.cn/
timeline:
- abstract deadline: '2024-04-18 23:59:59'
deadline: '2024-04-28 23:59:59'
timezone: UTC+8
date: Oct 18-20, 2024
place: Urumchi, China
- year: 2025
id: prcv25
link: http://2025.prcv.cn/
timeline:
- deadline: '2025-06-30 23:59:59'
timezone: UTC+8
date: Oct 16-19, 2025
place: Shanghai, China
- year: 2026
id: prcv26
link: https://www.prcv.cn/web/#/home
timeline:
- deadline: '2026-04-15 23:59:59'
timezone: UTC+8
date: Aug 22-25, 2026
place: Harbin, China
================================================
FILE: conference/CG/sca.yml
================================================
- title: SCA
description: ACM SIGGRAPH/Eurographics Symposium on Computer Animation
sub: CG
rank:
ccf: B
core: B
thcpl: B
dblp: sca
confs:
- year: 2024
id: sca24
link: https://computeranimation.org/
timeline:
- deadline: '2024-04-29 23:59:59'
comment: Submission deadline (papers and posters)
timezone: UTC
date: August 21-23, 2024
place: McGill University, Montreal, Canada
- year: 2025
id: sca25
link: https://computeranimation.org/
timeline:
- deadline: '2025-04-07 23:59:59'
comment: Submission deadline (papers)
- deadline: '2025-06-15 23:59:59'
comment: Submission deadline (posters)
timezone: AoE
date: August 8-10, 2025
place: Vancouver, Canada
- year: 2026
id: sca26
link: https://computeranimation.org/
timeline:
- abstract_deadline: '2026-04-10 23:59:59'
deadline: '2026-04-17 23:59:59'
comment: Submission deadline (papers)
- deadline: '2026-06-01 23:59:59'
comment: Submission deadline (posters)
timezone: AoE
date: July 8-10, 2026
place: Barcelona, Spain
================================================
FILE: conference/CG/sig.yml
================================================
- title: ACM SIGGRAPH
description: ACM SIGGRAPH Annual Conference
sub: CG
rank:
ccf: A
core: A*
thcpl: A
dblp: siggraph
confs:
- year: 2026
id: siggraph26
link: https://s2026.siggraph.org/
timeline:
- abstract_deadline: '2026-01-15 22:00:00'
deadline: '2026-01-22 22:00:00'
timezone: UTC+0
date: July 19 - 23, 2026
place: Los Angeles, California
- year: 2025
id: siggraph25
link: https://s2025.siggraph.org/
timeline:
- abstract_deadline: '2025-01-16 22:00:00'
deadline: '2025-01-23 22:00:00'
timezone: UTC+0
date: August 10 - 14, 2025
place: Vancouver, BC, Canada
- year: 2024
id: siggraph24
link: https://s2024.siggraph.org/
timeline:
- abstract_deadline: '2024-01-23 22:00:00'
deadline: '2024-01-24 22:00:00'
timezone: UTC+0
date: July 28 - August 1, 2024
place: Denver
- year: 2023
id: siggraph23
link: https://s2023.siggraph.org/
timeline:
- abstract_deadline: '2023-01-24 22:00:00'
deadline: '2023-01-25 22:00:00'
timezone: UTC+0
date: August 6-10, 2023
place: Los Angeles
- year: 2022
id: siggraph22
link: https://s2022.siggraph.org/
timeline:
- abstract_deadline: '2022-01-26 22:00:00'
deadline: '2022-01-27 22:00:00'
timezone: UTC+0
date: August 7-11, 2022
place: Vancouver
- year: 2021
id: siggraph21
link: https://s2021.siggraph.org/
timeline:
- abstract_deadline: '2021-01-27 22:00:00'
deadline: '2021-01-28 22:00:00'
timezone: UTC+0
date: August 9-13, 2021
place: Virtual
================================================
FILE: conference/CG/siga.yml
================================================
- title: ACM SIGGRAPH ASIA
description: ACM SIGGRAPH Annual Conference in Asia
sub: CG
rank:
ccf: A
core: N
thcpl: N
dblp: siggrapha
confs:
- year: 2026
id: siggrapha26
link: https://asia.siggraph.org/2026/
timeline:
- abstract_deadline: '2026-05-05 23:59:00'
deadline: '2026-05-12 23:59:00'
timezone: UTC-12
date: December 1-4, 2026
place: KLCC, Kuala Lumpur, Malaysia
- year: 2025
id: siggrapha25
link: https://asia.siggraph.org/2025/
timeline:
- abstract_deadline: '2025-05-16 23:59:00'
deadline: '2025-05-23 23:59:00'
timezone: UTC-12
date: December 15-18, 2025
place: Hong Kong, China
- year: 2024
id: siggrapha24
link: https://asia.siggraph.org/2024/
timeline:
- abstract_deadline: '2024-05-12 23:59:00'
deadline: '2024-05-19 23:59:00'
timezone: UTC-12
date: December 3-6, 2024
place: Tokyo, Japan
- year: 2023
id: siggrapha23
link: https://asia.siggraph.org/2023/
timeline:
- abstract_deadline: '2023-05-16 23:59:00'
deadline: '2023-05-23 23:59:00'
timezone: UTC-12
date: December 12-15, 2023
place: Sydney, Australia
- year: 2021
id: siggrapha21
link: https://sa2021.siggraph.org/
timeline:
- abstract_deadline: '2021-05-20 22:00:00'
deadline: '2021-05-21 22:00:00'
timezone: UTC+0
date: December 14-17, 2021
place: Tokyo, Japan
================================================
FILE: conference/CG/slt.yml
================================================
- title: SLT
description: IEEE Spoken Language Technology (SLT) Workshop
sub: CG
rank:
ccf: C
core: N
thcpl: N
dblp: slt
confs:
- year: 2026
id: slt26
link: https://attend.ieee.org/slt-2026/
timeline:
- deadline: '2026-06-17 23:59:59'
timezone: AoE
date: December 13-16, 2026
place: Palermo, Sicily, Italy
================================================
FILE: conference/CG/smi.yml
================================================
- title: SMI
description: Shape Modeling International
sub: CG
rank:
ccf: C
core: N
thcpl: N
dblp: smi
confs:
- year: 2025
id: smi25
link: https://smiconf.github.io/2025/
timeline:
- abstract_deadline: '2025-04-14 23:59:59'
deadline: '2025-04-22 23:59:59'
timezone: AoE
date: October 29 - November 2, 2025
place: Hangzhou, Zhejiang, P.R. China
================================================
FILE: conference/CG/spm.yml
================================================
- title: SPM
description: Symposium on Solid and Physical Modeling
sub: CG
rank:
ccf: B
core: C
thcpl: B
dblp: sma
confs:
- year: 2025
id: spm25
link: https://spmconf2025.github.io/SPM2025/
timeline:
- abstract_deadline: '2025-03-08 23:59:59'
deadline: '2025-03-15 23:59:59'
timezone: AoE
date: October 29 - November 2, 2025
place: Hangzhou, Zhejiang, P.R. China
================================================
FILE: conference/CG/vinci.yml
================================================
- title: VINCI
description: International Symposium on Visual Information Communication and Interaction
sub: CG
rank:
ccf: N
core: C
thcpl: N
dblp: vinci
confs:
- year: 2025
id: vinci2025
link: https://vinci2025.games.cg.jku.at
timeline:
- deadline: '2025-06-27 23:59:59'
timezone: AoE
date: December 1-3, 2025
place: Linz, Austria
================================================
FILE: conference/CG/vis.yml
================================================
- title: IEEE VIS
description: IEEE Visualization Conference
sub: CG
rank:
ccf: A
core: A
thcpl: A
dblp: visualization
confs:
- year: 2023
id: vis23
link: https://ieeevis.org/year/2023/welcome
timeline:
- abstract_deadline: '2023-03-21 23:59:59'
deadline: '2023-03-31 23:59:59'
timezone: AoE
date: October 22-27, 2023
place: Melbourne, Australia
- year: 2025
id: vis25
link: https://ieeevis.org/year/2025/welcome
timeline:
- abstract_deadline: '2025-03-21 23:59:59'
deadline: '2025-03-31 23:59:59'
timezone: AoE
date: November 2-7, 2025
place: Vienna, Austria
- year: 2026
id: vis26
link: https://ieeevis.org/year/2026/welcome
timeline:
- abstract_deadline: '2026-03-21 23:59:59'
deadline: '2026-03-31 23:59:59'
timezone: AoE
date: November 9-13, 2026
place: Boston, Massachusetts, USA
================================================
FILE: conference/CG/vr.yml
================================================
- title: IEEE VR
description: IEEE Virtual Reality
sub: CG
rank:
ccf: A
core: A*
thcpl: A
dblp: vr
confs:
- year: 2024
id: vr24
link: http://ieeevr.org/2024/
timeline:
- abstract_deadline: '2023-09-27 23:59:59'
deadline: '2023-10-04 23:59:59'
timezone: AoE
date: March 16-20, 2024
place: Orlando, Florida USA
- year: 2025
id: vr25
link: https://ieeevr.org/2025/
timeline:
- abstract_deadline: '2024-09-11 23:59:59'
deadline: '2024-09-18 23:59:59'
timezone: AoE
date: March 8-12, 2025
place: Saint-Malo, France
- year: 2026
id: vr26
link: https://ieeevr.org/2026/
timeline:
- abstract_deadline: '2025-09-05 23:59:59'
deadline: '2025-09-12 23:59:59'
timezone: AoE
date: March 21 - 25, 2026
place: Daegu, Korea
================================================
FILE: conference/CT/cade.yml
================================================
- title: CADE
description: The Conference on Automated Deduction
sub: CT
rank:
ccf: B
core: A
thcpl: B
dblp: cade
confs:
- year: 2025
id: cade25
link: https://www.dhbw-stuttgart.de/cade-30/
timeline:
- abstract_deadline: '2025-02-17 23:59:59'
deadline: '2025-02-24 23:59:59'
timezone: AoE
date: July 28-31, 2025
place: DHBW Stuttgart, Stuttgart, Germany
================================================
FILE: conference/CT/cav.yml
================================================
- title: CAV
description: International Conference on Computer-Aided Verification
sub: CT
rank:
ccf: A
core: A*
thcpl: A
dblp: cav
confs:
- year: 2022
id: cav22
link: http://i-cav.org/2022/
timeline:
- deadline: '2022-01-21 23:59:59'
timezone: AoE
date: Aug 7-10, 2022
place: Technion, Haifa, Israel
- year: 2025
id: cav25
link: https://conferences.i-cav.org/2025/
timeline:
- deadline: '2025-01-31 23:59:59'
timezone: AoE
date: July 21-25, 2025
place: Zagreb, Croatia
- year: 2026
id: cav26
link: https://conferences.i-cav.org/2026/
timeline:
- deadline: '2026-01-28 23:59:59'
timezone: AoE
date: July 26-29, 2026
place: Lisbon, Portugal
================================================
FILE: conference/CT/cocoon.yml
================================================
- title: COCOON
description: International Computing and Combinatorics Conference
sub: CT
rank:
ccf: B
core: N
thcpl: N
dblp: cocoon
confs:
- year: 2025
id: cocoon25
link: https://tcsuestc.com/cocoon2025
timeline:
- deadline: '2025-03-05 23:59:59'
timezone: AoE
date: August 15-17, 2025
place: Chengdu, China
- year: 2026
id: cocoon26
link: https://event.ntu.edu.sg/cocoon2026
timeline:
- deadline: '2025-03-04 23:59:59'
timezone: AoE
date: July 23-25, 2026
place: Singapore
================================================
FILE: conference/CT/concur.yml
================================================
- title: CONCUR
description: 'International Conference on Concurrency Theory'
sub: CT
rank:
ccf: B
core: B
thcpl: B
dblp: concur
confs:
- year: 2025
id: concur25
link: https://conferences.au.dk/confest2025/concur
timeline:
- deadline: '2025-04-09 23:59:59'
abstract_deadline: "2025-04-03 23:59:59"
timezone: AoE
date: Aug 26-29, 2025
place: Aarhus, Denmark
- year: 2026
id: concur26
link: https://confest-2026.github.io/concur/
timeline:
- deadline: '2026-04-27 23:59:59'
abstract_deadline: "2026-04-20 23:59:59"
timezone: AoE
date: Sep 1-4, 2026
place: Liverpool, UK
================================================
FILE: conference/CT/fmcad.yml
================================================
- title: FMCAD
description: 'Formal Methods in Computer-Aided Design'
sub: CT
rank:
ccf: B
core: B
thcpl: B
dblp: fmcad
confs:
- year: 2025
id: fmcad25
link: https://fmcad.forsyte.at/FMCAD25/
timeline:
- deadline: '2025-04-27 23:59:00'
abstract_deadline: "2025-04-20 23:59:00"
timezone: AoE
date: Oct. 6-10, 2025
place: Menlo Park, USA
- year: 2026
id: fmcad26
link: https://fmcad.forsyte.at/FMCAD26/
timeline:
- deadline: '2026-04-26 23:59:59'
abstract_deadline: "2026-05-03 23:59:59"
timezone: AoE
date: Sep. 14-18, 2026
place: Graz, Austria
================================================
FILE: conference/CT/focs.yml
================================================
- title: FOCS
description: IEEE Symposium on Foundations of Computer Science
sub: CT
rank:
ccf: A
core: A*
thcpl: A
dblp: focs
confs:
- year: 2024
id: focs24
link: https://focs.computer.org/2024/
timeline:
- deadline: '2024-04-04 20:00:00'
timezone: UTC-5
date: October 27-30, 2024
place: Chicago, IL, USA
- year: 2025
id: focs25
link: https://focs.computer.org/2025/
timeline:
- deadline: '2025-04-03 20:00:00'
timezone: UTC-5
date: December 14-17, 2025
place: Sydney, Australia
- year: 2026
id: focs26
link: https://sanjeevkhanna.org/FOCS2026_CFP.html
timeline:
- deadline: '2026-04-01 21:00:00'
timezone: UTC
date: November 8-11, 2026
place: New York City, NY, USA
================================================
FILE: conference/CT/hscc.yml
================================================
- title: HSCC
description: "International Conference on Hybrid Systems: Computation and Control"
sub: CT
rank:
ccf: B
core: N
thcpl: B
dblp: hybrid
confs:
- year: 2026
id: hscc26
link: https://www.isis.vanderbilt.edu/events/hscciccps-2026
timeline:
- abstract_deadline: '2025-11-06 23:59:59'
deadline: '2025-11-13 23:59:59'
timezone: AoE
date: May 11-14, 2026
place: Saint Malo, France
================================================
FILE: conference/CT/icalp.yml
================================================
- title: ICALP
description: EATCS International Colloquium on Automata, Languages, and Programming
sub: CT
rank:
ccf: B
core: A*
thcpl: A
dblp: icalp
confs:
- year: 2025
id: icalp25
link: https://conferences.au.dk/icalp2025
timeline:
- deadline: '2025-02-08 23:59:59'
comment: 'Submissions'
timezone: AoE
date: July 8-11, 2025
place: Aarhus, Denmark
- year: 2026
id: icalp26
link: https://icalppodcspaa2026.cs.rhul.ac.uk/
timeline:
- deadline: '2026-02-06 23:59:59'
timezone: AoE
date: July 6-10, 2026
place: London, UK
================================================
FILE: conference/CT/ijcar.yml
================================================
- title: IJCAR
description: International Joint Conference on Automated Reasoning
sub: CT
rank:
ccf: B
core: A
thcpl: B
dblp: ijcar
confs:
- year: 2026
id: ijcar26
link: https://www.floc26.org/ijcar
timeline:
- abstract_deadline: '2026-02-06 23:59:59'
deadline: '2025-02-15 23:59:59'
timezone: AoE
date: July 26-29, 2026
place: Lisbon, Portugal
================================================
FILE: conference/CT/isit.yml
================================================
- title: ISIT
description: IEEE International Symposium on Information Theory
sub: CT
rank:
ccf: N
core: B
thcpl: B
dblp: isit
confs:
- year: 2026
id: isit26
link: https://2026.ieee-isit.org/
timeline:
- deadline: '2026-01-16 23:59:59'
timezone: AoE
date: June 28 - July 3, 2026
place: Guangzhou, China
================================================
FILE: conference/CT/lics.yml
================================================
- title: LICS
description: IEEE Symposium on Logic in Computer Science
sub: CT
rank:
ccf: A
core: A*
thcpl: A
dblp: lics
confs:
- year: 2023
id: lics
link: https://lics.siglog.org/lics23/
timeline:
- deadline: '2023-01-23 23:59:59'
timezone: AoE
date: June 26-29, 2023
place: Boston University, USA
- year: 2026
id: lics26
link: https://lics.siglog.org/lics26/
timeline:
- abstract_deadline: '2026-01-15 23:59:59'
deadline: '2026-01-22 23:59:59'
timezone: AoE
date: July 20-23, 2026
place: Lisbon, Portugal
================================================
FILE: conference/CT/sat.yml
================================================
- title: SAT
description: International Conference on Theory and Applications of Satisfiability Testing
sub: CT
rank:
ccf: B
core: A
thcpl: B
dblp: sat
confs:
- year: 2026
id: sat26
link: https://satisfiability.org/SAT26/
timeline:
- abstract_deadline: '2026-03-02 23:59:59'
deadline: '2026-03-10 23:59:59'
timezone: AoE
date: July 20 - July 23, 2026
place: Lisbon, Portugal
================================================
FILE: conference/CT/setta.yml
================================================
- title: SETTA
description: 'Symposium on Dependable Software Engineering: Theories, Tools and Applications'
sub: CT
rank:
ccf: C
core: N
thcpl: N
dblp: setta
confs:
- year: 2024
id: setta24
link: https://setta2024.cs.cityu.edu.hk
timeline:
- abstract_deadline: '2024-08-16 23:59:59'
deadline: '2024-08-28 23:59:59'
comment: 'deadline is extended from Aug. 23'
timezone: AoE
date: Nov 26-28, 2024
place: Hong Kong, China
- year: 2025
id: setta25
link: https://www.setta2025.uk
timeline:
- deadline: '2025-04-30 23:59:59'
comment: 'Round 1 Paper Submission'
- deadline: '2025-08-20 23:59:59'
comment: 'Round 2 Paper Submission'
timezone: AoE
date: Dec, 2025
place: Oxford, UK
================================================
FILE: conference/CT/socg.yml
================================================
- title: SOCG
description: International Symposium on Computational Geometry
sub: CT
rank:
ccf: B
core: A
thcpl: B
dblp: compgeom
confs:
- year: 2025
id: socg25
link: https://socg25.github.io/
timeline:
- abstract_deadline: '2024-11-06 23:59:00'
deadline: '2024-12-03 23:59:00'
timezone: AoE
date: June 23-27, 2025
place: Kanazawa, Japan
- year: 2026
id: socg26
link: https://cgweek26.computational-geometry.org/contribute/
timeline:
- abstract_deadline: '2025-11-25 23:59:00'
deadline: '2025-12-02 23:59:00'
timezone: AoE
date: June 2-5, 2026
place: New Brunswick, New Jersey, USA
================================================
FILE: conference/CT/soda.yml
================================================
- title: SODA
description: ACM-SIAM Symposium on Discrete Algorithms
sub: CT
rank:
ccf: A
core: A*
thcpl: A
dblp: soda
confs:
- year: 2025
id: soda25
link: https://www.siam.org/conferences/cm/conference/soda25
timeline:
- deadline: '2024-07-05 23:59:59'
timezone: UTC-12
date: January 12-15, 2025
place: New Orleans, Louisiana, USA
- year: 2026
id: soda26
link: https://www.siam.org/conferences-events/siam-conferences/soda26/
timeline:
- deadline: '2025-07-14 23:59:59'
timezone: UTC-12
date: January 11-14, 2026
place: Hyatt Regency Vancouver, Vancouver, Canada
- year: 2027
id: soda27
link: https://www.siam.org/conferences-events/siam-conferences/soda27/
timeline:
- deadline: '2026-07-09 23:59:59'
timezone: UTC-12
date: January 24-27, 2027
place: Philadelphia, Pennsylvania, USA
================================================
FILE: conference/CT/stoc.yml
================================================
- title: STOC
description: ACM Symposium on the Theory of Computing
sub: CT
rank:
ccf: A
core: A*
thcpl: A
dblp: stoc
confs:
- year: 2021
id: stoc21
link: http://acm-stoc.org/stoc2021/
timeline:
- deadline: '2020-11-06 11:59:59'
timezone: UTC-5
date: June 21-25, 2021
place: Virtual
- year: 2025
id: stoc25
link: http://acm-stoc.org/stoc2025/
timeline:
- deadline: '2024-11-04 19:59:59'
timezone: UTC-5
date: June 23-27, 2025
place: Prague, Czech Republic
- year: 2026
id: stoc26
link: https://acm-stoc.org/stoc2026/
timeline:
- deadline: '2025-11-04 16:59:59'
timezone: UTC-5
date: June 22-26, 2026
place: Salt Lake City, Utah, USA
================================================
FILE: conference/DB/adma.yml
================================================
- title: ADMA
description: The International Conference on Advanced Data Mining and Applications
sub: DB
rank:
ccf: C
core: C
thcpl: N
dblp: adma
confs:
- year: 2023
id: adma23
link: https://adma2023.uqcloud.net/index.html
timeline:
- abstract_deadline: '2023-04-08 23:59:59'
deadline: '2023-04-15 23:59:59'
timezone: UTC-7
date: August 21 - 23, 2023
place: Shenyang, China
- year: 2024
id: adma24
link: https://adma2024.github.io
timeline:
- deadline: '2024-06-01 23:59:59'
timezone: AoE
date: December 3 - 5, 2024
place: Sydney, Australia
- year: 2025
id: adma25
link: https://adma2025.github.io
timeline:
- deadline: '2025-05-08 23:59:59'
timezone: AoE
date: October 22 - 24, 2025
place: Kyoto, Japan
- year: 2026
id: adma26
link: https://adma2026.github.io/
timeline:
- deadline: 'TBD'
timezone: AoE
date: November 1 - 3, 2026
place: Hong Kong, China
================================================
FILE: conference/DB/apweb.yml
================================================
- title: APWeb-WAIM
description: APWeb-WAIM joint international conference on Web and Big Data
sub: DB
rank:
ccf: C
core: C
thcpl: N
dblp: APWeb
confs:
- year: 2024
id: apweb24
link: https://apweb2024.zjnu.edu.cn/
timeline:
- deadline: '2024-03-20 23:59:59'
comment: first round
- deadline: '2024-05-23 23:59:59'
comment: second round
timezone: UTC-12
date: August 30 - Septemper 1, 2024
place: Jinhua, China
- year: 2025
id: apweb25
link: https://apweb2025.sau.edu.cn/
timeline:
- deadline: '2025-03-02 23:59:59'
comment: first round
- deadline: '2025-05-04 23:59:59'
comment: second round
timezone: UTC-8
date: August 28-30, 2025
place: Shenyang, China
- year: 2026
id: apweb26
link: https://conferences.sigappfr.org/apweb2026/
timeline:
- deadline: '2026-03-31 23:59:59'
comment: first round
- deadline: '2026-05-04 23:59:59'
comment: second round
timezone: AoE
date: September 7-9, 2026
place: Danang, Vietnam
================================================
FILE: conference/DB/cidr.yml
================================================
- title: CIDR
description: International Conference on Innovative Data Systems Research
sub: DB
rank:
ccf: B
core: A
thcpl: N
dblp: cidr
confs:
- year: 2024
id: cidr24
link: https://www.cidrdb.org/cidr2024/
timeline:
- deadline: '2023-07-27 23:59:59'
timezone: UTC-8
date: Jan 14-17, 2024
place: Chaminade, USA
- year: 2025
id: cidr25
link: https://www.cidrdb.org/cidr2025/
timeline:
- deadline: '2024-08-02 23:59:59'
timezone: UTC-7
date: Jan 19-22, 2025
place: Amsterdam, The Netherlands
- year: 2026
id: cidr26
link: https://www.cidrdb.org/cidr2026/
timeline:
- deadline: '2025-08-05 23:59:59'
timezone: UTC-7
date: Jan 18-21, 2026
place: Chaminade Resort & Spa, Santa Cruz, California, USA
================================================
FILE: conference/DB/cikm.yml
================================================
- title: CIKM
description: ACM International Conference on Information and Knowledge Management
sub: DB
rank:
ccf: B
core: A
thcpl: B
dblp: cikm
confs:
- year: 2020
id: cikm20
link: https://www.cikm2020.org/
timeline:
- deadline: '2020-05-01 23:59:59'
timezone: UTC-12
date: October 19-23, 2021
place: Galway, Ireland
- year: 2021
id: cikm21
link: https://www.cikm2021.org/
timeline:
- deadline: '2021-05-26 23:59:59'
timezone: AoE
date: November 01-05, 2021
place: Queensland, Australia
- year: 2022
id: cikm22
link: https://www.cikm2022.org/
timeline:
- abstract_deadline: '2022-05-12 23:59:59'
deadline: '2022-05-19 23:59:59'
timezone: AoE
date: October 17-22, 2022
place: Atlanta, Georgia, USA
- year: 2023
id: cikm23
link: https://uobevents.eventsair.com/cikm2023/
timeline:
- abstract_deadline: '2023-05-26 23:59:59'
deadline: '2023-06-02 23:59:59'
timezone: AoE
date: October 21-25, 2023
place: Birmingham, UK
- year: 2024
id: cikm24
link: https://cikm2024.org/
timeline:
- abstract_deadline: '2024-05-13 23:59:59'
deadline: '2024-05-20 23:59:59'
timezone: AoE
date: October 21-25, 2024
place: Boise, Idaho, USA
- year: 2025
id: cikm25
link: https://cikm2025.org
timeline:
- abstract_deadline: '2025-05-16 23:59:59'
deadline: '2025-05-23 23:59:59'
timezone: AoE
date: November 10-14, 2025
place: Coex, Seoul, Korea
- year: 2026
id: cikm26
link: https://cikm2026.diag.uniroma1.it/
timeline:
- abstract_deadline: '2026-05-18 23:59:59'
deadline: '2026-05-25 23:59:59'
timezone: AoE
date: November 7-11, 2026
place: Rome, Italy
================================================
FILE: conference/DB/dasfaa.yml
================================================
- title: DASFAA
description: Database Systems for Advanced Applications
sub: DB
rank:
ccf: B
core: B
thcpl: B
dblp: dasfaa
confs:
- year: 2021
id: dasfaa21
link: http://dm.iis.sinica.edu.tw/DASFAA2021/
timeline:
- deadline: '2020-10-28 23:59:59'
timezone: UTC-7
date: April 11-14, 2021
place: Taipei, China
- year: 2022
id: dasfaa22
link: https://www.dasfaa2022.org/
timeline:
- abstract_deadline: '2021-10-28 23:59:59'
deadline: '2021-11-04 23:59:59'
timezone: AoE
date: April 11-14, 2022
place: Hyderabad, India
- year: 2023
id: dasfaa23
link: http://www.tjudb.cn/dasfaa2023/
timeline:
- abstract_deadline: '2022-10-28 23:59:59'
deadline: '2022-11-04 23:59:59'
timezone: AoE
date: April 17-20, 2023
place: Tianjin, China
- year: 2024
id: dasfaa24
link: https://www.dasfaa2024.org/
timeline:
- abstract_deadline: '2023-12-15 23:59:59'
deadline: '2023-12-22 23:59:59'
timezone: AoE
date: July 3-5, 2024
place: Gifu, Japan
- year: 2025
id: dasfaa25
link: https://dasfaa2025.github.io
timeline:
- deadline: '2024-11-25 23:59:59'
timezone: AoE
date: May 25-28, 2025
place: Singapore
- year: 2026
id: dasfaa26
link: https://dasfaa2026.github.io/
timeline:
- abstract_deadline: '2025-10-20 23:59:59'
deadline: '2025-10-27 23:59:59'
timezone: AoE
date: April 21-24, 2026
place: Jeju Island, South Korea
================================================
FILE: conference/DB/ecir.yml
================================================
- title: ECIR
description: European Conference on Information Retrieval
sub: DB
rank:
ccf: C
core: A
thcpl: B
dblp: ecir
confs:
- year: 2025
id: ecir25
link: https://ecir2025.eu/key-dates/
timeline:
- abstract_deadline: '2024-10-02 23:59:59'
deadline: '2024-10-09 23:59:59'
timezone: UTC-12
date: April 06 - April 10, 2025
place: Lucca, Italy
- year: 2026
id: ecir26
link: https://ecir2026.eu/
timeline:
- abstract_deadline: '2025-09-25 23:59:59'
deadline: '2025-10-02 23:59:59'
timezone: AoE
date: March 30 - April 01, 2026
place: Delft, The Netherlands
================================================
FILE: conference/DB/edbt.yml
================================================
- title: EDBT
description: International Conference on Extending Database Technology
sub: DB
rank:
ccf: B
core: A
thcpl: B
dblp: edbt
confs:
- year: 2022
id: edbt22
link: https://conferences.inf.ed.ac.uk/edbticdt2022/
timeline:
- deadline: '2021-10-01 23:59:59'
timezone: AoE
date: Mar 29-April 01, 2022
place: Edinburgh, UK
- year: 2023
id: edbt23
link: http://edbticdt2023.cs.uoi.gr/
timeline:
- deadline: '2022-02-15 23:59:59'
- deadline: '2022-06-01 23:59:59'
- deadline: '2022-09-30 23:59:59'
timezone: AoE
date: March 28-31, 2023
place: Ioannina, Greece
- year: 2024
id: edbt24
link: https://dastlab.github.io/edbticdt2024/
timeline:
- deadline: '2023-02-15 23:59:59'
- deadline: '2023-06-01 23:59:59'
- deadline: '2023-10-03 23:59:59'
timezone: AoE
date: March 25-28, 2024
place: Paestum, Italy
- year: 2025
id: edbt25
link: https://edbticdt2025.upc.edu/
timeline:
- deadline: '2024-02-07 23:59:59'
- deadline: '2024-06-05 23:59:59'
- deadline: '2024-10-09 23:59:59'
timezone: AoE
date: March 25-28, 2025
place: Barcelona, Spain
- year: 2026
id: edbt26
link: https://edbticdt2026.github.io/
timeline:
- deadline: '2025-02-05 23:59:59'
- deadline: '2025-06-04 23:59:59'
- deadline: '2025-10-08 23:59:59'
timezone: AoE
date: March 24-27, 2026
place: Tampere, Finland
================================================
FILE: conference/DB/eusipco.yml
================================================
- title: EUSIPCO
description: European Signal Processing Conference
sub: SE
rank:
ccf: N
core: N
thcpl: N
dblp: eusipcolyon
confs:
- year: 2024
id: eusipco2024
link: https://eusipcolyon.sciencesconf.org/
timeline:
- deadline: '2024-03-14 18:00:00'
comment: first round
timezone: UTC-8
date: August 26-30, 2024
place: LYON, FRANCE
- year: 2025
id: eusipco2025
link: https://eusipco2025.org/
timeline:
- deadline: '2025-03-13 23:59:59'
timezone: AoE
date: September 8-12, 2025
place: Isola delle Femmine, Palermo, Italy
- year: 2026
id: eusipco26
link: https://eusipco2026.org/
timeline:
- deadline: '2026-02-13 23:59:59'
timezone: AoE
date: August 31 - September 4, 2026
place: Bruges, Belgium
================================================
FILE: conference/DB/icde.yml
================================================
- title: ICDE
description: IEEE International Conference on Data Engineering
sub: DB
rank:
ccf: A
core: A*
thcpl: A
dblp: icde
confs:
- year: 2021
id: icde21
link: https://icde2021.gr/
timeline:
- deadline: '2020-10-01 23:59:59'
timezone: AoE
date: April 19-22, 2021
place: Virtual
- year: 2022
id: icde22
link: https://icde2022.ieeecomputer.my/important-dates/
timeline:
- deadline: '2021-07-21 23:59:59'
comment: first round
- deadline: '2021-11-17 23:59:59'
comment: second round
timezone: UTC-8
date: May 9-12, 2022
place: Kuala Lumpur, Malaysia
- year: 2023
id: icde23
link: https://icde2023.ics.uci.edu/
timeline:
- deadline: '2022-04-25 23:59:59'
comment: first round
- deadline: '2022-07-08 23:59:59'
comment: second round
- deadline: '2022-10-08 23:59:59'
comment: third round
timezone: UTC-8
date: April 3-7, 2023
place: Anaheim, California, USA
- year: 2024
id: icde24
link: https://icde2024.github.io/
timeline:
- deadline: '2023-07-28 23:59:59'
comment: first round
- deadline: '2023-12-03 23:59:59'
comment: second round
timezone: AoE
date: April 16-19, 2024
place: Utrecht, Netherlands
- year: 2025
id: icde25
link: https://ieee-icde.org/2025/
timeline:
- deadline: '2024-08-02 23:59:59'
comment: first round
- deadline: '2024-11-25 23:59:59'
comment: second round
timezone: AoE
date: May 19-23, 2025
place: Hong Kong, China
- year: 2026
id: icde26
link: https://icde2026.github.io/
timeline:
- deadline: '2025-06-18 17:00:00'
comment: first round
- deadline: '2025-10-27 17:00:00'
comment: second round
timezone: UTC-7
date: May 4-8, 2026
place: Montréal, Canada
- year: 2027
id: icde27
link: https://icde2027.github.io/
timeline:
- deadline: '2026-06-11 17:00:00'
comment: first round
- deadline: '2026-11-11 17:00:00'
comment: second round
timezone: UTC-7
date: May 17-21, 2027
place: Copenhagen, Denmark
================================================
FILE: conference/DB/icdm.yml
================================================
- title: ICDM
description: IEEE International Conference on Data Mining
sub: DB
rank:
ccf: B
core: A*
thcpl: B
dblp: icdm
confs:
- year: 2021
id: icdm21
link: https://icdm2021.auckland.ac.nz/
timeline:
- deadline: '2021-06-12 14:59:00'
timezone: UTC+8
date: December 7-10, 2021
place: Auckland, New Zealand
- year: 2022
id: icdm22
link: https://icdm22.cse.usf.edu/key-dates.html
timeline:
- deadline: '2022-06-10 23:59:00'
timezone: UTC-7
date: November 30 - December 3
place: Orlando, FL, USA
- year: 2023
id: icdm23
link: http://cloud-conf.net/icdm2023/index.html
timeline:
- deadline: '2023-07-01 23:59:59'
timezone: UTC+8
date: December 1-4, 2023
place: Shanghai, China
- year: 2024
id: icdm2024
link: https://icdm2024.org/dates/
timeline:
- deadline: '2024-06-14 23:59:59'
timezone: AoE
date: December 9-12, 2024
place: Abu Dhabi, UAE
- year: 2025
id: icdm2025
link: https://www3.cs.stonybrook.edu/~icdm2025/cfp.html
timeline:
- deadline: '2025-06-06 23:59:59'
timezone: AoE
date: November 12-15, 2025
place: Washington DC, USA
- year: 2026
id: icdm2026
link: http://icdm2026.neu.edu.cn/
timeline:
- abstract_deadline: '2026-05-30 23:59:59'
deadline: '2026-06-06 23:59:59'
timezone: AoE
date: November 12-15, 2026
place: Shenyang, China
================================================
FILE: conference/DB/icdt.yml
================================================
- title: ICDT
description: International Conference on Database Theory
sub: DB
rank:
ccf: B
core: A
thcpl: B
dblp: icdt
confs:
- year: 2022
id: icdt22
link: https://conferences.inf.ed.ac.uk/edbticdt2022/
timeline:
- abstract_deadline: '2021-09-06 23:59:59'
deadline: '2021-09-13 23:59:59'
timezone: AoE
date: Mar 29-April 01, 2022
place: Edinburgh, UK
- year: 2025
id: icdt25
link: https://edbticdt2025.upc.edu/
timeline:
- abstract_deadline: '2024-03-11 23:59:59'
deadline: '2024-03-18 23:59:59'
- abstract_deadline: '2024-09-12 23:59:59'
deadline: '2024-09-19 23:59:59'
timezone: AoE
date: March 25-28, 2025
place: Barcelona, Spain
- year: 2026
id: icdt26
link: https://edbticdt2026.github.io/
timeline:
- abstract_deadline: '2025-03-13 23:59:59'
deadline: '2025-03-20 23:59:59'
- abstract_deadline: '2025-09-03 23:59:59'
deadline: '2025-09-10 23:59:59'
timezone: AoE
date: March 24-27, 2026
place: Tampere, Finland
================================================
FILE: conference/DB/iswc.yml
================================================
- title: ISWC
description: International Semantic Web Conference
sub: DB
rank:
ccf: B
core: A
thcpl: B
dblp: semweb
confs:
- year: 2022
id: iswc22
link: https://iswc2022.semanticweb.org/
timeline:
- deadline: '2022-04-28 23:59:59'
comment: Abstracts Due
- deadline: '2022-05-05 23:59:59'
comment: Full Papers Due
timezone: AoE
date: October 23-27, 2022
place: Hangzhou, China
- year: 2023
id: iswc23
link: https://iswc2023.semanticweb.org
timeline:
- abstract_deadline: '2023-05-02 23:59:59'
deadline: '2023-05-09 23:59:59'
timezone: AoE
date: November 6-10, 2023
place: Athens, Greece
- year: 2024
id: iswc24
link: https://iswc2024.semanticweb.org/
timeline:
- abstract_deadline: '2024-04-10 23:59:59'
deadline: '2024-04-17 23:59:59'
timezone: AoE
date: November 11-15, 2024
place: Baltimore, USA
- year: 2025
id: iswc25
link: https://iswc2025.semanticweb.org
timeline:
- abstract_deadline: '2025-05-06 23:59:59'
deadline: '2025-05-13 23:59:59'
timezone: AoE
date: November 2-6, 2025
place: Nara, Japan
- year: 2026
id: iswc26
link: https://iswc2026.semanticweb.org/
timeline:
- abstract_deadline: '2026-05-02 23:59:59'
deadline: '2026-05-07 23:59:59'
timezone: AoE
date: October 25-29, 2026
place: Bari, Italy
================================================
FILE: conference/DB/pakdd.yml
================================================
- title: PAKDD
description: Pacific-Asia Conference on Knowledge Discovery and Data Mining
sub: DB
rank:
ccf: C
core: B
thcpl: N
dblp: pakdd
confs:
- year: 2025
id: pakdd25
link: https://pakdd2025.org
timeline:
- deadline: '2024-11-30 23:59:59'
timezone: UTC-8
date: June 10-13, 2025
place: Sydney, Australia
- year: 2026
id: pakdd26
link: https://www.pakdd2026.org/
timeline:
- deadline: '2025-11-15 23:59:59'
timezone: UTC-8
date: June 9-12, 2026
place: Hong Kong, China
================================================
FILE: conference/DB/pkdd.yml
================================================
- title: ECML-PKDD
description: European Conference on Machine Learning and 25th Principles and Practice of Knowledge Discovery in Databases
sub: DB
rank:
ccf: B
core: A
thcpl: N
dblp: pkdd
confs:
- year: 2021
id: ecmlpkdd21
link: https://2021.ecmlpkdd.org/
timeline:
- abstract_deadline: '2021-03-26 23:59:59'
deadline: '2021-04-02 23:59:59'
timezone: AoE
date: September 13-17, 2021
place: Virtual
- year: 2022
id: ecmlpkdd22
link: https://2022.ecmlpkdd.org/index.php/key-dates-deadlines/
timeline:
- abstract_deadline: '2022-03-30 23:59:59'
deadline: '2022-04-06 23:59:59'
timezone: AoE
date: September 19-23, 2022
place: Grenoble, France
- year: 2023
id: ecmlpkdd23
link: https://2023.ecmlpkdd.org/submissions/key-dates-deadlines/
timeline:
- abstract_deadline: '2023-03-26 23:59:59'
deadline: '2023-04-02 23:59:59'
timezone: AoE
date: September 18-22, 2023
place: Turin, Italy
- year: 2024
id: ecmlpkdd2024
link: https://2024.ecmlpkdd.org/submissions/key-dates-and-deadlines/
timeline:
- abstract_deadline: '2024-03-15 23:59:59'
deadline: '2024-03-22 23:59:59'
timezone: AoE
date: September 9-13, 2024
place: Vilnius, Lithuania
- year: 2025
id: ecmlpkdd2025
link: https://ecmlpkdd.org/2025/
timeline:
- abstract_deadline: '2025-03-07 23:59:59'
deadline: '2025-03-14 23:59:59'
timezone: AoE
date: September 15-19, 2025
place: Porto, Portugal
- year: 2026
id: ecmlpkdd2026
link: https://ecmlpkdd.org/2026/
timeline:
- abstract_deadline: '2026-03-05 23:59:59'
deadline: '2026-03-12 23:59:59'
timezone: AoE
date: September 7-11, 2026
place: Naples, Italy
================================================
FILE: conference/DB/pods/pods.yml
================================================
- title: PODS
description: ACM Symposium on Principles of Database Systems
sub: DB
rank:
ccf: B
core: A*
thcpl: A
dblp: pods
confs:
- year: 2025
id: pods25
link: https://2025.sigmod.org/
timeline:
- abstract_deadline: '2024-05-31 17:00:00'
deadline: '2024-06-07 17:00:00'
comment: 'FIRST SUBMISSION CYCLE'
- abstract_deadline: '2024-12-02 17:00:00'
deadline: '2024-12-09 17:00:00'
comment: 'SECOND SUBMISSION CYCLE'
timezone: UTC-7
date: June 22-27, 2025
place: Berlin, Germany
================================================
FILE: conference/DB/recsys.yml
================================================
- title: RecSys
description: ACM Conference on Recommender Systems
sub: DB
rank:
ccf: B
core: A
thcpl: B
dblp: recsys
confs:
- year: 2023
id: recsys23
link: https://recsys.acm.org/recsys23
timeline:
- abstract_deadline: '2023-04-14 23:59:59'
deadline: '2023-04-21 23:59:59'
timezone: AoE
date: September 18-22, 2023
place: Singapore
- year: 2024
id: recsys24
link: https://recsys.acm.org/recsys24
timeline:
- abstract_deadline: '2024-04-22 23:59:59'
deadline: '2024-04-29 23:59:59'
timezone: AoE
date: October 14-18, 2024
place: Bari, Italy
- year: 2025
id: recsys25
link: https://recsys.acm.org/recsys25
timeline:
- abstract_deadline: '2025-04-01 23:59:59'
deadline: '2025-04-08 23:59:59'
timezone: AoE
date: September 22-26, 2025
place: Prague, Czech Republic
- year: 2026
id: recsys26
link: https://recsys.acm.org/recsys26
timeline:
- abstract_deadline: '2026-04-14 23:59:59'
deadline: '2026-04-21 23:59:59'
timezone: AoE
date: September 28 - October 2, 2026
place: Minneapolis, Minnesota, USA
================================================
FILE: conference/DB/sdm.yml
================================================
- title: SDM
description: SIAM International Conference on Data Mining
sub: DB
rank:
ccf: B
core: A
thcpl: B
dblp: sdm
confs:
- year: 2024
id: sdm2024
link: https://www.siam.org/conferences/cm/conference/sdm24
timeline:
- deadline: '2023-09-16 15:00:00'
timezone: UTC-8
date: April 18-20, 2024
place: Houston, TX, USA
- year: 2025
id: sdm2025
link: https://www.siam.org/conferences-events/siam-conferences/sdm25
timeline:
- abstract_deadline: '2024-09-27 23:59:59'
deadline: '2024-10-04 23:59:59'
timezone: UTC-8
date: May 1-3, 2025
place: Alexandria, Virginia, USA
================================================
FILE: conference/DB/sigir.yml
================================================
- title: SIGIR
description: International Conference on Research on Development in Information Retrieval
sub: DB
rank:
ccf: A
core: A*
thcpl: A
dblp: sigir
confs:
- year: 2021
id: sigir21
link: http://sigir.org/sigir2021/
timeline:
- abstract_deadline: '2021-02-02 23:59:59'
deadline: '2021-02-09 23:59:59'
timezone: AoE
date: July 11-15, 2021
place: Virtual
- year: 2022
id: sigir22
link: https://sigir.org/sigir2022/
timeline:
- abstract_deadline: '2022-01-21 23:59:59'
deadline: '2022-01-28 23:59:59'
timezone: AoE
date: July 11-15, 2022
place: Madrid
- year: 2023
id: sigir23
link: https://sigir.org/sigir2023/
timeline:
- abstract_deadline: '2023-01-24 23:59:59'
deadline: '2023-01-31 23:59:59'
timezone: AoE
date: July 23-27, 2023
place: Taipei, Taiwan
- year: 2024
id: sigir24
link: https://sigir-2024.github.io/index.html
timeline:
- abstract_deadline: '2024-01-19 23:59:59'
deadline: '2024-01-25 23:59:59'
timezone: AoE
date: July 14-18, 2024
place: Washington D.C., USA
- year: 2025
id: sigir25
link: https://sigir2025.dei.unipd.it/
timeline:
- abstract_deadline: '2025-01-16 23:59:59'
deadline: '2025-01-23 23:59:59'
timezone: AoE
date: July 13-18, 2025
place: Padova, Italy
- year: 2026
id: sigir26
link: https://sigir2026.org/en-AU
timeline:
- abstract_deadline: '2026-01-15 23:59:59'
deadline: '2026-01-22 23:59:59'
timezone: AoE
date: July 20-24, 2026
place: Melbourne, Australia
================================================
FILE: conference/DB/sigkdd.yml
================================================
- title: SIGKDD
description: ACM Knowledge Discovery and Data Mining
sub: DB
rank:
ccf: A
core: A*
thcpl: A
dblp: kdd
confs:
- year: 2021
id: sigkdd21
link: https://www.kdd.org/kdd2021/
timeline:
- deadline: '2021-02-08 23:59:59'
timezone: AoE
date: August 14-18, 2021
place: Singapore
- year: 2022
id: sigkdd22
link: https://www.kdd.org/kdd2022/
timeline:
- deadline: '2022-02-10 23:59:59'
timezone: AoE
date: August 14-18, 20
gitextract_m4_4t1wg/
├── .github/
│ ├── FUNDING.yml
│ ├── mergify.yml
│ ├── pull_request_template.md
│ └── workflows/
│ ├── deploy.yml
│ ├── merge_check.yml
│ └── pre-commit.yml
├── .gitignore
├── .pre-commit-config.yaml
├── .readme_assets/
│ └── best-practice.drawio
├── Cargo.toml
├── LICENSE
├── README.md
├── accept_rates/
│ ├── AI/
│ │ ├── aaai.yml
│ │ ├── acl.yml
│ │ ├── acml.yml
│ │ ├── aistats.yml
│ │ ├── coling.yml
│ │ ├── colt.yml
│ │ ├── cvpr.yml
│ │ ├── ecai.yml
│ │ ├── eccv.yml
│ │ ├── emnlp.yml
│ │ ├── iccv.yml
│ │ ├── iclr.yml
│ │ ├── icml.yml
│ │ ├── iconip.yml
│ │ ├── icra.yml
│ │ ├── ijcai.yml
│ │ ├── ijcnn.yml
│ │ ├── iros.yml
│ │ ├── naacl.yml
│ │ ├── nips.yml
│ │ └── uai.yml
│ ├── CG/
│ │ ├── icassp.yml
│ │ ├── icip.yml
│ │ ├── icme.yml
│ │ ├── icmr.yml
│ │ ├── interspeech.yml
│ │ ├── mm.yml
│ │ ├── sig.yml
│ │ └── siga.yml
│ ├── CT/
│ │ ├── cav.yml
│ │ ├── lics.yml
│ │ └── stoc.yml
│ ├── DB/
│ │ ├── cikm.yml
│ │ ├── ecir.yml
│ │ ├── eusipco.yml
│ │ ├── icde.yml
│ │ ├── icdm.yml
│ │ ├── recsys.yml
│ │ ├── sdm.yml
│ │ ├── sigir.yml
│ │ ├── sigkdd.yml
│ │ ├── sigmod.yml
│ │ ├── vldb.yml
│ │ └── wsdm.yml
│ ├── DS/
│ │ ├── asplos.yml
│ │ ├── atc.yml
│ │ ├── eurosys.yml
│ │ ├── fast.yml
│ │ ├── hpca.yml
│ │ ├── isca.yml
│ │ ├── micro.yml
│ │ ├── ppopp.yml
│ │ ├── rtas.yml
│ │ └── sigmetrics.yml
│ ├── HI/
│ │ ├── chi.yml
│ │ ├── cscw.yml
│ │ ├── cscwd
│ │ ├── ubicomp.yml
│ │ └── uist.yml
│ ├── MX/
│ │ ├── recomb.yml
│ │ ├── rtss.yml
│ │ └── www.yml
│ ├── NW/
│ │ ├── globecom.yml
│ │ ├── imc.yml
│ │ ├── infocom.yml
│ │ ├── mmsys.yml
│ │ ├── mobicom.yml
│ │ ├── mobihoc.yml
│ │ ├── mobisys.yml
│ │ ├── nsdi.yml
│ │ ├── sensys.yml
│ │ └── sigcomm.yml
│ ├── SC/
│ │ ├── acsac.yml
│ │ ├── ccs.yml
│ │ ├── crypto.yml
│ │ ├── esorics.yml
│ │ ├── eurocrypt.yml
│ │ ├── fse.yml
│ │ ├── ih&mmsec.yml
│ │ ├── ndss.yml
│ │ ├── uss.yml
│ │ └── wisec.yml
│ └── SE/
│ ├── ase.yml
│ ├── ecoop.yml
│ ├── icfp.yml
│ ├── icse.yml
│ ├── issta.yml
│ ├── oopsla.yml
│ ├── osdi.yml
│ ├── pldi.yml
│ ├── popl.yml
│ └── sosp.yml
├── conference/
│ ├── AI/
│ │ ├── aaai.yml
│ │ ├── aamas.yml
│ │ ├── accv.yml
│ │ ├── acl.yml
│ │ ├── acml.yml
│ │ ├── aistats.yml
│ │ ├── alt.yml
│ │ ├── bmvc.yml
│ │ ├── cec.yml
│ │ ├── cicai.yml
│ │ ├── coling.yml
│ │ ├── colm.yml
│ │ ├── colt.yml
│ │ ├── conll.yml
│ │ ├── corl.yml
│ │ ├── cpal.yml
│ │ ├── cvpr.yml
│ │ ├── dai.yml
│ │ ├── eacl.yml
│ │ ├── ecai.yml
│ │ ├── eccv.yml
│ │ ├── emnlp.yml
│ │ ├── esann.yml
│ │ ├── fg.yml
│ │ ├── gecco.yml
│ │ ├── icann.yml
│ │ ├── icaps.yml
│ │ ├── iccbr.yml
│ │ ├── iccv.yml
│ │ ├── icdar.yml
│ │ ├── iclr.yml
│ │ ├── icml.yml
│ │ ├── iconip.yml
│ │ ├── icpr.yml
│ │ ├── icra.yml
│ │ ├── ictai.yml
│ │ ├── ijcai.yml
│ │ ├── ijcb.yml
│ │ ├── ijcnlp.yml
│ │ ├── ijcnn.yml
│ │ ├── iros.yml
│ │ ├── kr.yml
│ │ ├── ksem.yml
│ │ ├── log.yml
│ │ ├── naacl.yml
│ │ ├── nips.yml
│ │ ├── nlpcc.yml
│ │ ├── ppsn.yml
│ │ ├── pricai.yml
│ │ ├── probml.yml
│ │ ├── rss.yml
│ │ ├── rulemlrr.yml
│ │ ├── uai.yml
│ │ └── wacv.yml
│ ├── CG/
│ │ ├── 3dv.yml
│ │ ├── PacificVis.yml
│ │ ├── SGP.yml
│ │ ├── casa.yml
│ │ ├── cccg.yml
│ │ ├── cgi.yml
│ │ ├── cvm.yml
│ │ ├── eg.yml
│ │ ├── egsr.yml
│ │ ├── eurovis.yml
│ │ ├── gmp.yml
│ │ ├── icassp.yml
│ │ ├── icip.yml
│ │ ├── icme.yml
│ │ ├── icmr.yml
│ │ ├── icvrv.yml
│ │ ├── interspeech.yml
│ │ ├── ismar.yml
│ │ ├── mm.yml
│ │ ├── mmasia.yml
│ │ ├── mmm.yml
│ │ ├── pg.yml
│ │ ├── prcv.yml
│ │ ├── sca.yml
│ │ ├── sig.yml
│ │ ├── siga.yml
│ │ ├── slt.yml
│ │ ├── smi.yml
│ │ ├── spm.yml
│ │ ├── vinci.yml
│ │ ├── vis.yml
│ │ └── vr.yml
│ ├── CT/
│ │ ├── cade.yml
│ │ ├── cav.yml
│ │ ├── cocoon.yml
│ │ ├── concur.yml
│ │ ├── fmcad.yml
│ │ ├── focs.yml
│ │ ├── hscc.yml
│ │ ├── icalp.yml
│ │ ├── ijcar.yml
│ │ ├── isit.yml
│ │ ├── lics.yml
│ │ ├── sat.yml
│ │ ├── setta.yml
│ │ ├── socg.yml
│ │ ├── soda.yml
│ │ └── stoc.yml
│ ├── DB/
│ │ ├── adma.yml
│ │ ├── apweb.yml
│ │ ├── cidr.yml
│ │ ├── cikm.yml
│ │ ├── dasfaa.yml
│ │ ├── ecir.yml
│ │ ├── edbt.yml
│ │ ├── eusipco.yml
│ │ ├── icde.yml
│ │ ├── icdm.yml
│ │ ├── icdt.yml
│ │ ├── iswc.yml
│ │ ├── pakdd.yml
│ │ ├── pkdd.yml
│ │ ├── pods/
│ │ │ └── pods.yml
│ │ ├── recsys.yml
│ │ ├── sdm.yml
│ │ ├── sigir.yml
│ │ ├── sigkdd.yml
│ │ ├── sigmod.yml
│ │ ├── vldb.yml
│ │ ├── wisa.yml
│ │ └── wsdm.yml
│ ├── DS/
│ │ ├── GLSVLSI.yml
│ │ ├── appt.yml
│ │ ├── apsys.yml
│ │ ├── asap.yml
│ │ ├── aspdac.yml
│ │ ├── asplos.yml
│ │ ├── atc.yml
│ │ ├── ats.yml
│ │ ├── cf.yml
│ │ ├── cgo.yml
│ │ ├── cluster.yml
│ │ ├── dac.yml
│ │ ├── date.yml
│ │ ├── dcc.yml
│ │ ├── ets.yml
│ │ ├── europar.yml
│ │ ├── eurosys.yml
│ │ ├── fast.yml
│ │ ├── fccm.yml
│ │ ├── fpga.yml
│ │ ├── fpt.yml
│ │ ├── hotchips.yml
│ │ ├── hotstorage.yml
│ │ ├── hpca.yml
│ │ ├── hpcc.yml
│ │ ├── hpdc.yml
│ │ ├── ica3pp.yml
│ │ ├── iccad.yml
│ │ ├── iccd.yml
│ │ ├── icdcs.yml
│ │ ├── icpads.yml
│ │ ├── icpp.yml
│ │ ├── ics.yml
│ │ ├── iiswc.yml
│ │ ├── ipdps.yml
│ │ ├── isca.yml
│ │ ├── iscas.yml
│ │ ├── ispa.yml
│ │ ├── itc-asia.yml
│ │ ├── itc.yml
│ │ ├── jcc.yml
│ │ ├── micro.yml
│ │ ├── msst.yml
│ │ ├── netys.yml
│ │ ├── pact.yml
│ │ ├── pdcat.yml
│ │ ├── podc.yml
│ │ ├── ppopp.yml
│ │ ├── rtas.yml
│ │ ├── sc.yml
│ │ ├── sec.yml
│ │ ├── sigmetrics.yml
│ │ ├── socc.yml
│ │ ├── spaa.yml
│ │ ├── systor.yml
│ │ └── vee.yml
│ ├── HI/
│ │ ├── assets.yml
│ │ ├── chi.yml
│ │ ├── collaboratecom.yml
│ │ ├── cscw.yml
│ │ ├── cscwd.yml
│ │ ├── dis.yml
│ │ ├── ecscw.yml
│ │ ├── group.yml
│ │ ├── icmi.yml
│ │ ├── icwsm.yml
│ │ ├── iss.yml
│ │ ├── iui.yml
│ │ ├── percom.yml
│ │ ├── ubicomp.yml
│ │ ├── uic.yml
│ │ └── uist.yml
│ ├── MX/
│ │ ├── apbc.yml
│ │ ├── bibm.yml
│ │ ├── bigdata.yml
│ │ ├── bis.yml
│ │ ├── cloud.yml
│ │ ├── cogsci.yml
│ │ ├── emsoft.yml
│ │ ├── icic.yml
│ │ ├── isbra.yml
│ │ ├── miccai.yml
│ │ ├── mlsys.yml
│ │ ├── recomb.yml
│ │ ├── rtss.yml
│ │ ├── sigspatial.yml
│ │ ├── smc.yml
│ │ ├── wine.yml
│ │ └── www.yml
│ ├── NW/
│ │ ├── apnet.yml
│ │ ├── conext.yml
│ │ ├── forte.yml
│ │ ├── globecom.yml
│ │ ├── icc.yml
│ │ ├── icccn.yml
│ │ ├── icnp.yml
│ │ ├── imc.yml
│ │ ├── infocom.yml
│ │ ├── ipsn.yml
│ │ ├── iscc.yml
│ │ ├── iwqos.yml
│ │ ├── lcn.yml
│ │ ├── mmsys.yml
│ │ ├── mobicom.yml
│ │ ├── mobihoc.yml
│ │ ├── mobisys.yml
│ │ ├── msn.yml
│ │ ├── mswim.yml
│ │ ├── networking.yml
│ │ ├── nossdav.yml
│ │ ├── nsdi.yml
│ │ ├── secon.yml
│ │ ├── sensys.yml
│ │ ├── sigcomm.yml
│ │ ├── wasa.yml
│ │ ├── wcnc.yml
│ │ ├── wicon.yml
│ │ └── wowmom.yml
│ ├── SC/
│ │ ├── acisp.yml
│ │ ├── acns.yml
│ │ ├── acsac.yml
│ │ ├── asiaccs.yml
│ │ ├── asiacrypt.yml
│ │ ├── blocksys.yml
│ │ ├── ccs.yml
│ │ ├── ches.yml
│ │ ├── codaspy.yml
│ │ ├── crypto.yml
│ │ ├── cscloud.yml
│ │ ├── csfw.yml
│ │ ├── ct-rsa.yml
│ │ ├── dfrws-apac.yml
│ │ ├── dfrws.yml
│ │ ├── dimva.yml
│ │ ├── dsn.yml
│ │ ├── esorics.yml
│ │ ├── eurocrypt.yml
│ │ ├── eurosp.yml
│ │ ├── fc.yml
│ │ ├── fse.yml
│ │ ├── hotsec.yml
│ │ ├── icdf2c.yml
│ │ ├── icics.yml
│ │ ├── ifip119.yml
│ │ ├── ih&mmsec.yml
│ │ ├── indocrypt.yml
│ │ ├── inscrypt.yml
│ │ ├── isc.yml
│ │ ├── ndss.yml
│ │ ├── noms.yml
│ │ ├── nspw.yml
│ │ ├── pam.yml
│ │ ├── pets.yml
│ │ ├── pkc.yml
│ │ ├── raid.yml
│ │ ├── sac.yml
│ │ ├── sacmat.yml
│ │ ├── satml.yml
│ │ ├── sec.yml
│ │ ├── securecomm.yml
│ │ ├── soups.yml
│ │ ├── sp.yml
│ │ ├── srds.yml
│ │ ├── tcc.yml
│ │ ├── trustcom.yml
│ │ ├── uss.yml
│ │ └── wisec.yml
│ ├── SE/
│ │ ├── aplas.yml
│ │ ├── apsec.yml
│ │ ├── ase.yml
│ │ ├── atva.yml
│ │ ├── caise.yml
│ │ ├── compsac.yml
│ │ ├── cp.yml
│ │ ├── ease.yml
│ │ ├── ecoop.yml
│ │ ├── esem.yml
│ │ ├── etaps.yml
│ │ ├── fm.yml
│ │ ├── fse.yml
│ │ ├── hotos.yml
│ │ ├── iceccs.yml
│ │ ├── icfem.yml
│ │ ├── icfp.yml
│ │ ├── icpc.yml
│ │ ├── icse.yml
│ │ ├── icsme.yml
│ │ ├── icsoc.yml
│ │ ├── icst.yml
│ │ ├── icws.yml
│ │ ├── internetware.yml
│ │ ├── ispass.yml
│ │ ├── issre.yml
│ │ ├── issta.yml
│ │ ├── lctes.yml
│ │ ├── middleware.yml
│ │ ├── models.yml
│ │ ├── msr.yml
│ │ ├── oopsla.yml
│ │ ├── osdi.yml
│ │ ├── pldi.yml
│ │ ├── popl.yml
│ │ ├── qrs.yml
│ │ ├── re.yml
│ │ ├── refsq.yml
│ │ ├── rv.yml
│ │ ├── saner.yml
│ │ ├── sas.yml
│ │ ├── scam.yml
│ │ ├── seke.yml
│ │ ├── sosp.yml
│ │ ├── sse.yml
│ │ ├── tase.yml
│ │ └── vmcai.yml
│ └── types.yml
├── conference-yaml-schema.yml
├── extensions/
│ ├── chrome/
│ │ ├── README.md
│ │ ├── background.js
│ │ ├── manifest.json
│ │ ├── popup.css
│ │ ├── popup.html
│ │ └── popup.js
│ ├── cli/
│ │ ├── ccfddl/
│ │ │ ├── __init__.py
│ │ │ ├── __main__.py
│ │ │ ├── convert_to_ical.py
│ │ │ └── convert_to_rss.py
│ │ ├── readme.md
│ │ ├── req.txt
│ │ └── setup.py
│ └── ical/
│ └── readme.md
├── index.html
├── public/
│ └── styles.css
├── scripts/
│ ├── merge.py
│ └── validate.py
└── src/
├── components/
│ ├── calendar_popover.rs
│ ├── checkbox_button.rs
│ ├── conf.rs
│ ├── countdown.rs
│ ├── gitbutton.rs
│ ├── header.rs
│ ├── mod.rs
│ ├── showtable.rs
│ ├── subscription_modal.rs
│ ├── timeline.rs
│ └── timezone.rs
├── lib.rs
├── main.rs
└── pages/
├── home.rs
└── mod.rs
SYMBOL INDEX (119 symbols across 20 files)
FILE: extensions/chrome/background.js
constant STORAGE_KEY (line 1) | const STORAGE_KEY = "deadlines";
constant MS_PER_DAY (line 2) | const MS_PER_DAY = 24 * 60 * 60 * 1000;
constant BRAND_COLOR (line 3) | const BRAND_COLOR = "#334155";
constant ICON_STROKE (line 4) | const ICON_STROKE = "#1f2937";
function createIconImageData (line 6) | function createIconImageData(size) {
function ensureActionIcon (line 33) | function ensureActionIcon() {
function toTimestamp (line 48) | function toTimestamp(value) {
function getSoonestDays (line 53) | function getSoonestDays(deadlines) {
function updateBadge (line 68) | function updateBadge() {
FILE: extensions/chrome/popup.js
constant STORAGE_KEY (line 1) | const STORAGE_KEY = "deadlines";
constant MS_PER_DAY (line 2) | const MS_PER_DAY = 24 * 60 * 60 * 1000;
constant REFRESH_INTERVAL_MS (line 3) | const REFRESH_INTERVAL_MS = 60 * 1000;
constant LANG_STORAGE_KEY (line 21) | const LANG_STORAGE_KEY = "language";
function t (line 81) | function t(key, fallback = "") {
function applyTranslations (line 87) | function applyTranslations() {
function setLanguage (line 109) | function setLanguage(lang) {
function normalizeText (line 117) | function normalizeText(value) {
function toTimestamp (line 124) | function toTimestamp(value) {
function daysLeft (line 129) | function daysLeft(datetime) {
function formatDate (line 136) | function formatDate(datetime) {
function parseIcsDate (line 149) | function parseIcsDate(value) {
function parseIcs (line 176) | function parseIcs(text) {
function parseTimezoneOffset (line 221) | function parseTimezoneOffset(timezone) {
function parseDeadlineWithTimezone (line 230) | function parseDeadlineWithTimezone(deadline, timezone) {
function parseAllConfYaml (line 244) | function parseAllConfYaml(text) {
function renderCcfddlList (line 316) | function renderCcfddlList(items) {
function filterCcfddlList (line 352) | function filterCcfddlList() {
function addImportedDeadline (line 369) | function addImportedDeadline(item) {
function mergeCcfddlItems (line 381) | function mergeCcfddlItems(items) {
function loadCcfddlData (line 391) | async function loadCcfddlData() {
function render (line 431) | function render(deadlines) {
function loadDeadlines (line 486) | function loadDeadlines() {
function startAutoRefresh (line 492) | function startAutoRefresh() {
function saveDeadlines (line 505) | function saveDeadlines(deadlines) {
function removeDeadline (line 511) | function removeDeadline(index) {
FILE: extensions/cli/ccfddl/__main__.py
function parse_tz (line 12) | def parse_tz(tz):
function parse_args (line 23) | def parse_args():
function format_duraton (line 40) | def format_duraton(ddl_time: datetime, now: datetime) -> str:
function main (line 60) | def main():
FILE: extensions/cli/ccfddl/convert_to_ical.py
function load_mapping (line 11) | def load_mapping(path: str = "conference/types.yml"):
function get_timezone (line 20) | def get_timezone(tz_str: str) -> timezone:
function create_vtimezone (line 34) | def create_vtimezone(tz: timezone) -> Timezone:
function convert_to_ical (line 53) | def convert_to_ical(
function add_index_entry (line 212) | def add_index_entry(index, key: str, file_path: str):
function reverse_index (line 216) | def reverse_index(file_paths: list[str], subs: list[str]):
FILE: extensions/cli/ccfddl/convert_to_rss.py
function convert_to_rss (line 10) | def convert_to_rss(
FILE: scripts/merge.py
function find_yml_files (line 13) | def find_yml_files(base_path, exclude_pattern="types.yml"):
function main (line 38) | def main():
FILE: scripts/validate.py
function load_conference_yaml_schema (line 28) | def load_conference_yaml_schema():
class ConferenceTest (line 34) | class ConferenceTest(TestCase):
method test_conference_yaml_schema (line 35) | def test_conference_yaml_schema(self):
function run_test (line 58) | def run_test(testcase, msg):
function usage (line 69) | def usage():
FILE: src/components/calendar_popover.rs
function CalendarPopover (line 5) | pub fn CalendarPopover(
FILE: src/components/checkbox_button.rs
constant NON_RANK_VALUE (line 4) | const NON_RANK_VALUE: &str = "N";
type FilterDropdownOption (line 7) | pub struct FilterDropdownOption {
function normalize_rank_filter_selection (line 13) | pub fn normalize_rank_filter_selection(selected_values: &mut HashSet<Str...
function ccf_filter_options (line 19) | pub fn ccf_filter_options() -> Vec<FilterDropdownOption> {
function core_filter_options (line 44) | pub fn core_filter_options() -> Vec<FilterDropdownOption> {
function thcpl_filter_options (line 74) | pub fn thcpl_filter_options() -> Vec<FilterDropdownOption> {
function MultiSelectDropdown (line 95) | pub fn MultiSelectDropdown(
FILE: src/components/conf.rs
type Conference (line 5) | pub struct Conference {
type Rank (line 15) | pub struct Rank {
type ConferenceYear (line 22) | pub struct ConferenceYear {
type ConfAccRate (line 33) | pub struct ConfAccRate {
type AccYear (line 39) | pub struct AccYear {
type Timeline (line 49) | pub struct Timeline {
type Category (line 56) | pub struct Category {
type TimePoint (line 63) | pub struct TimePoint {
type ConfItem (line 69) | pub struct ConfItem {
function fetch_all_conf (line 100) | pub async fn fetch_all_conf(
function fetch_all_acc (line 111) | pub async fn fetch_all_acc(
function get_categories (line 122) | pub fn get_categories() -> Vec<Category> {
function fetch_all_category (line 178) | pub async fn fetch_all_category() -> Result<Vec<Category>, Box<dyn std::...
FILE: src/components/countdown.rs
function CountDown (line 6) | pub fn CountDown(
function use_interval (line 41) | pub fn use_interval<T, F>(interval_millis: T, f: F)
FILE: src/components/gitbutton.rs
function GitButton (line 4) | pub fn GitButton() -> impl IntoView {
FILE: src/components/header.rs
type CommitData (line 8) | struct CommitData {
type CommitInfo (line 13) | struct CommitInfo {
function Header (line 18) | pub fn Header() -> impl IntoView {
function fetch_latest_commit (line 88) | async fn fetch_latest_commit() -> Result<(bool, String), Box<dyn std::er...
FILE: src/components/showtable.rs
function ShowTable (line 21) | pub fn ShowTable() -> impl IntoView {
function load_utc_map (line 1045) | fn load_utc_map() -> HashMap<String, String> {
function get_browser_time_and_timezone (line 1066) | fn get_browser_time_and_timezone() -> (DateTime<FixedOffset>, FixedOffse...
function get_browser_time_and_timezone (line 1080) | fn get_browser_time_and_timezone() -> (DateTime<FixedOffset>, FixedOffse...
function user_agent (line 1090) | fn user_agent() -> String;
function is_client_device (line 1093) | fn is_client_device() -> bool {
function is_mobile_device (line 1097) | fn is_mobile_device() -> bool {
function get_from_local_storage (line 1136) | fn get_from_local_storage(key: &str) -> Option<String> {
function set_in_local_storage (line 1142) | fn set_in_local_storage(key: &str, value: &str) {
FILE: src/components/subscription_modal.rs
type SubscriptionLink (line 9) | pub struct SubscriptionLink {
type IcsSubscription (line 14) | pub type IcsSubscription = SubscriptionLink;
function sanitize_filter_value (line 16) | fn sanitize_filter_value(value: &str) -> String {
function format_rank_label (line 20) | fn format_rank_label(system: &str, rank: &str) -> String {
function format_rank_summary_value (line 29) | fn format_rank_summary_value(system: &str, rank: &str) -> String {
function sorted_values (line 38) | fn sorted_values(values: &HashSet<String>) -> Vec<String> {
function build_subscription_urls (line 44) | fn build_subscription_urls(
function generate_ics_urls (line 154) | pub fn generate_ics_urls(
function generate_rss_urls (line 172) | pub fn generate_rss_urls(
function copy_text_to_clipboard (line 190) | fn copy_text_to_clipboard(text: &str) {
function get_platform_instruction (line 206) | fn get_platform_instruction(use_english: bool) -> String {
function render_filter_summary (line 246) | fn render_filter_summary(
function render_link_limit_message (line 306) | fn render_link_limit_message(link_count: usize, use_english: bool) -> St...
function SubscriptionModal (line 321) | pub fn SubscriptionModal(
FILE: src/components/timeline.rs
function TimeLine (line 6) | pub fn TimeLine(time_points: Vec<TimePoint>) -> impl IntoView {
function calculate_position_percent (line 369) | fn calculate_position_percent(time: &DateTime<FixedOffset>, start: f64, ...
function get_browser_time_and_timezone (line 375) | fn get_browser_time_and_timezone() -> (DateTime<FixedOffset>, FixedOffse...
function get_browser_time_and_timezone (line 389) | fn get_browser_time_and_timezone() -> (DateTime<FixedOffset>, FixedOffse...
function timestamp_to_datetime (line 396) | fn timestamp_to_datetime(timestamp: f64, timezone: FixedOffset) -> DateT...
function initialize_timeline (line 402) | fn initialize_timeline(
function update_selected_dot (line 498) | fn update_selected_dot(
FILE: src/components/timezone.rs
function get_timezone_name (line 6) | pub fn get_timezone_name() -> Option<String> {
function get_timezone_name (line 13) | pub fn get_timezone_name() -> Option<String> {
function get_timezone_name_or_utc (line 19) | pub fn get_timezone_name_or_utc() -> String {
function get_supported_timezone (line 25) | pub fn get_supported_timezone() -> Option<Tz> {
function get_timezone_or_utc (line 31) | pub fn get_timezone_or_utc() -> Tz {
FILE: src/lib.rs
function App (line 14) | pub fn App() -> impl IntoView {
FILE: src/main.rs
function main (line 4) | fn main() {
FILE: src/pages/home.rs
function Home (line 9) | pub fn Home() -> impl IntoView {
Condensed preview — 478 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (667K chars).
[
{
"path": ".github/FUNDING.yml",
"chars": 61,
"preview": "# These are supported funding model platforms\ngithub: ccfddl\n"
},
{
"path": ".github/mergify.yml",
"chars": 890,
"preview": "pull_request_rules:\n - name: say hi on new contribution\n conditions:\n - base=main\n - label!=updateconf\n "
},
{
"path": ".github/pull_request_template.md",
"chars": 251,
"preview": "<!-- Thank you for contributing to ccf-deadlines!\n\nPR Title Format: Update conf_name conf_year\n-->\n\n### Which conference"
},
{
"path": ".github/workflows/deploy.yml",
"chars": 2746,
"preview": "name: Deploy\non:\n push:\n branches: [main]\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - name: Checkou"
},
{
"path": ".github/workflows/merge_check.yml",
"chars": 1958,
"preview": "name: MergeCheck\non:\n pull_request:\n branches: [main]\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - n"
},
{
"path": ".github/workflows/pre-commit.yml",
"chars": 235,
"preview": "name: pre-commit\non:\n workflow_dispatch:\n pull_request:\n push:\njobs:\n pre-commit:\n runs-on: ubuntu-latest\n ste"
},
{
"path": ".gitignore",
"chars": 4320,
"preview": "# Created by https://www.toptal.com/developers/gitignore/api/python,rust\n# Edit at https://www.toptal.com/developers/git"
},
{
"path": ".pre-commit-config.yaml",
"chars": 868,
"preview": "repos:\n - repo: https://github.com/pre-commit/pre-commit-hooks\n rev: v5.0.0\n hooks:\n - id: check-case-confli"
},
{
"path": ".readme_assets/best-practice.drawio",
"chars": 6644,
"preview": "<mxfile host=\"65bd71144e\">\n <diagram id=\"scfeG7vpldKUv0kFTR0y\" name=\"Page-1\">\n <mxGraphModel dx=\"1398\" dy=\"859"
},
{
"path": "Cargo.toml",
"chars": 924,
"preview": "[package]\nname = \"ccfddl\"\nversion = \"0.1.0\"\nedition = \"2024\"\n\n[dependencies]\nleptos = { version = \"0.8.8\", features = [\""
},
{
"path": "LICENSE",
"chars": 1063,
"preview": "MIT License\n\nCopyright (c) 2021 CCFDDL\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof "
},
{
"path": "README.md",
"chars": 7676,
"preview": "# CCF-Deadlines\n\n> Helping researchers track worldwide conference ddls through collaboration.\n\n[\n "
},
{
"path": "accept_rates/AI/acml.yml",
"chars": 181,
"preview": "- title: ACML\n accept_rates:\n - year: 2024\n submitted: 353\n accepted: 92\n str: 26.1%(92/353 24')\n "
},
{
"path": "accept_rates/AI/aistats.yml",
"chars": 224,
"preview": "- title: AISTATS\n accept_rates:\n - year: 2024\n submitted: 1980\n accepted: 546\n str: 27.6%(546/1980 24"
},
{
"path": "accept_rates/AI/coling.yml",
"chars": 223,
"preview": "- title: COLING\n accept_rates:\n - year: 2022\n submitted: 1563\n accepted: 522\n str: 33.4%(522/1563 22'"
},
{
"path": "accept_rates/AI/colt.yml",
"chars": 376,
"preview": "- title: COLT\n accept_rates:\n - year: 2020\n submitted: 388\n accepted: 120\n str: 30.9%(120/388 20')\n "
},
{
"path": "accept_rates/AI/cvpr.yml",
"chars": 1022,
"preview": "- title: CVPR\n accept_rates:\n - year: 2023\n submitted: 9155\n accepted: 2360\n str: 25.8%(2360/9155 23'"
},
{
"path": "accept_rates/AI/ecai.yml",
"chars": 406,
"preview": "- title: ECAI\n accept_rates:\n - year: 2023\n submitted: 1631\n accepted: 391\n str: 24.0%(391/1631 23')\n"
},
{
"path": "accept_rates/AI/eccv.yml",
"chars": 370,
"preview": "- title: ECCV\n accept_rates:\n - year: 2022\n submitted: 5804\n accepted: 1645\n str: 28.3%(1645/5804 22'"
},
{
"path": "accept_rates/AI/emnlp.yml",
"chars": 383,
"preview": "- title: EMNLP\n accept_rates:\n - year: 2022\n submitted: 3242\n accepted: 715\n str: 22.1%(715/3242 22')"
},
{
"path": "accept_rates/AI/iccv.yml",
"chars": 211,
"preview": "- title: ICCV\n accept_rates:\n - year: 2023\n submitted: 8260\n accepted: 2160\n str: 26.2%(2160/8260 23'"
},
{
"path": "accept_rates/AI/iclr.yml",
"chars": 598,
"preview": "- title: ICLR\n accept_rates:\n - year: 2024\n submitted: 7304\n accepted: 2250\n str: 30.8%(2250/7304 24'"
},
{
"path": "accept_rates/AI/icml.yml",
"chars": 384,
"preview": "- title: ICML\n accept_rates:\n - year: 2023\n submitted: 6538\n accepted: 1827\n str: 27.9%(1827/6538 23'"
},
{
"path": "accept_rates/AI/iconip.yml",
"chars": 258,
"preview": "- title: ICONIP\n accept_rates:\n - year: 2024\n submitted: 1301\n accepted: 790\n str: 60.72%(790/1301 24"
},
{
"path": "accept_rates/AI/icra.yml",
"chars": 211,
"preview": "- title: ICRA\n accept_rates:\n - year: 2022\n submitted: 3313\n accepted: 1428\n str: 43.1%(1428/3313 22'"
},
{
"path": "accept_rates/AI/ijcai.yml",
"chars": 369,
"preview": "- title: IJCAI\n accept_rates:\n - year: 2022\n submitted: 4537\n accepted: 679\n str: 15.0%(679/4537 22')"
},
{
"path": "accept_rates/AI/ijcnn.yml",
"chars": 640,
"preview": "- title: IJCNN\n accept_rates:\n - year: 2023\n submitted: 1888\n accepted: 1034\n str: 54.8%(1034/1888 23"
},
{
"path": "accept_rates/AI/iros.yml",
"chars": 223,
"preview": "- title: IROS\n accept_rates:\n - year: 2022\n submitted: 3579\n accepted: 1716\n str: 47.9%(1716/3579 22'"
},
{
"path": "accept_rates/AI/naacl.yml",
"chars": 190,
"preview": "- title: NAACL\n accept_rates:\n - year: 2024\n submitted: 2434\n accepted: 565\n str: 23.2%(565/2434 24')"
},
{
"path": "accept_rates/AI/nips.yml",
"chars": 434,
"preview": "- title: NeurIPS\n accept_rates:\n - year: 2023\n submitted: 12343\n accepted: 3218\n str: 26.1%(3218/1234"
},
{
"path": "accept_rates/AI/uai.yml",
"chars": 375,
"preview": "- title: UAI\n accept_rates:\n - year: 2023\n submitted: 778\n accepted: 243\n str: 31.2%(243/778 23')\n "
},
{
"path": "accept_rates/CG/icassp.yml",
"chars": 225,
"preview": "- title: ICASSP\n accept_rates:\n - year: 2024\n submitted: 5796\n accepted: 2812\n str: 48.5%(2812/5796 2"
},
{
"path": "accept_rates/CG/icip.yml",
"chars": 230,
"preview": "- title: ICIP\n accept_rates:\n - year: 2023\n submitted: 1647\n accepted: 732\n str: 44.4%(732/1647 23')\n"
},
{
"path": "accept_rates/CG/icme.yml",
"chars": 389,
"preview": "- title: ICME\n accept_rates:\n - year: 2023\n submitted: 1415\n accepted: 488\n str: 34.5%(488/1415 23')\n"
},
{
"path": "accept_rates/CG/icmr.yml",
"chars": 187,
"preview": "- title: ICMR\n accept_rates:\n - year: 2024\n submitted: 281\n accepted: 117\n str: 41.6%(117/281 24')\n "
},
{
"path": "accept_rates/CG/interspeech.yml",
"chars": 376,
"preview": "- title: InterSpeech\n accept_rates:\n - year: 2021\n submitted: 1990\n accepted: 963\n str: 48.4%(963/199"
},
{
"path": "accept_rates/CG/mm.yml",
"chars": 224,
"preview": "- title: ACM MM\n accept_rates:\n - year: 2023\n submitted: 3669\n accepted: 902\n str: 24.6%(902/3669 23'"
},
{
"path": "accept_rates/CG/sig.yml",
"chars": 639,
"preview": "- title: ACM SIGGRAPH\n accept_rates:\n - year: 2022\n submitted: 610\n accepted: 133\n str: 21.8%(133/610"
},
{
"path": "accept_rates/CG/siga.yml",
"chars": 234,
"preview": "- title: ACM SIGGRAPH ASIA\n accept_rates:\n - year: 2024\n submitted: 899\n accepted: 265\n str: 29.5%(26"
},
{
"path": "accept_rates/CT/cav.yml",
"chars": 204,
"preview": "- title: CAV\n accept_rates:\n - year: 2022\n submitted: 209\n accepted: 40\n str: 19.1%(40/209 22')\n "
},
{
"path": "accept_rates/CT/lics.yml",
"chars": 205,
"preview": "- title: LICS\n accept_rates:\n - year: 2022\n submitted: 181\n accepted: 63\n str: 34.8%(63/181 22')\n "
},
{
"path": "accept_rates/CT/stoc.yml",
"chars": 207,
"preview": "- title: STOC\n accept_rates:\n - year: 2023\n submitted: 480\n accepted: 155\n str: 32.3%(155/480 23')\n "
},
{
"path": "accept_rates/DB/cikm.yml",
"chars": 222,
"preview": "- title: CIKM\n accept_rates:\n - year: 2023\n submitted: 1472\n accepted: 354\n str: 24.0%(354/1472 23')\n"
},
{
"path": "accept_rates/DB/ecir.yml",
"chars": 185,
"preview": "- title: ECIR\n accept_rates:\n - year: 2024\n submitted: 230\n accepted: 57\n str: 24.8%(57/230 24')\n "
},
{
"path": "accept_rates/DB/eusipco.yml",
"chars": 652,
"preview": "- title: EUSIPCO\n accept_rates:\n - year: 2017\n submitted: 730\n accepted: 461\n str: 63.2%(461/730 17')"
},
{
"path": "accept_rates/DB/icde.yml",
"chars": 544,
"preview": "- title: ICDE\n accept_rates:\n - year: 2022\n submitted: 780\n accepted: 211\n str: 27.1%(211/780 22')\n "
},
{
"path": "accept_rates/DB/icdm.yml",
"chars": 373,
"preview": "- title: ICDM\n accept_rates:\n - year: 2021\n submitted: 990\n accepted: 98\n str: 9.9%(98/990 21')\n "
},
{
"path": "accept_rates/DB/recsys.yml",
"chars": 219,
"preview": "- title: RecSys\n accept_rates:\n - year: 2020\n submitted: 218\n accepted: 39\n str: 17.9%(39/218 20')\n "
},
{
"path": "accept_rates/DB/sdm.yml",
"chars": 184,
"preview": "- title: SDM\n accept_rates:\n - year: 2024\n submitted: 335\n accepted: 98\n str: 29.3%(98/335 24')\n "
},
{
"path": "accept_rates/DB/sigir.yml",
"chars": 398,
"preview": "- title: SIGIR\n accept_rates:\n - year: 2023\n submitted: 822\n accepted: 165\n str: 20.1%(165/822 23')\n "
},
{
"path": "accept_rates/DB/sigkdd.yml",
"chars": 416,
"preview": "- title: SIGKDD\n accept_rates:\n - year: 2023\n submitted: 1416\n accepted: 313\n str: 22.1%(313/1416 23'"
},
{
"path": "accept_rates/DB/sigmod.yml",
"chars": 373,
"preview": "- title: SIGMOD\n accept_rates:\n - year: 2023\n submitted: 660\n accepted: 186\n str: 28.2%(186/660 23')\n"
},
{
"path": "accept_rates/DB/vldb.yml",
"chars": 367,
"preview": "- title: VLDB\n accept_rates:\n - year: 2023\n submitted: 1074\n accepted: 266\n str: 24.8%(266/1074 23')\n"
},
{
"path": "accept_rates/DB/wsdm.yml",
"chars": 364,
"preview": "- title: WSDM\n accept_rates:\n - year: 2023\n submitted: 690\n accepted: 123\n str: 17.8%(123/690 23')\n "
},
{
"path": "accept_rates/DS/asplos.yml",
"chars": 209,
"preview": "- title: ASPLOS\n accept_rates:\n - year: 2023\n submitted: 598\n accepted: 151\n str: 25.3%(151/598 23')\n"
},
{
"path": "accept_rates/DS/atc.yml",
"chars": 211,
"preview": "- title: USENIX ATC\n accept_rates:\n - year: 2021\n submitted: 341\n accepted: 64\n str: 18.8%(64/341 21'"
},
{
"path": "accept_rates/DS/eurosys.yml",
"chars": 208,
"preview": "- title: EuroSys\n accept_rates:\n - year: 2022\n submitted: 161\n accepted: 45\n str: 28.0%(45/161 22')\n "
},
{
"path": "accept_rates/DS/fast.yml",
"chars": 205,
"preview": "- title: FAST\n accept_rates:\n - year: 2022\n submitted: 130\n accepted: 28\n str: 21.5%(28/130 22')\n "
},
{
"path": "accept_rates/DS/hpca.yml",
"chars": 205,
"preview": "- title: HPCA\n accept_rates:\n - year: 2023\n submitted: 360\n accepted: 91\n str: 25.3%(91/360 23')\n "
},
{
"path": "accept_rates/DS/isca.yml",
"chars": 205,
"preview": "- title: ISCA\n accept_rates:\n - year: 2023\n submitted: 372\n accepted: 79\n str: 21.2%(79/372 23')\n "
},
{
"path": "accept_rates/DS/micro.yml",
"chars": 560,
"preview": "- title: MICRO\n accept_rates:\n - year: 2022\n submitted: 348\n accepted: 83\n str: 23.9%(83/348 22')\n "
},
{
"path": "accept_rates/DS/ppopp.yml",
"chars": 206,
"preview": "- title: PPoPP\n accept_rates:\n - year: 2023\n submitted: 131\n accepted: 31\n str: 23.7%(31/131 23')\n "
},
{
"path": "accept_rates/DS/rtas.yml",
"chars": 203,
"preview": "- title: RTAS\n accept_rates:\n - year: 2022\n submitted: 91\n accepted: 22\n str: 24.2%(22/91 22')\n "
},
{
"path": "accept_rates/DS/sigmetrics.yml",
"chars": 685,
"preview": "- title: SIGMETRICS\n accept_rates:\n - year: 2024\n submitted: 336\n accepted: 52\n str: 15.5%(52/336 24'"
},
{
"path": "accept_rates/HI/chi.yml",
"chars": 367,
"preview": "- title: CHI\n accept_rates:\n - year: 2022\n submitted: 2579\n accepted: 637\n str: 24.7%(637/2579 22')\n "
},
{
"path": "accept_rates/HI/cscw.yml",
"chars": 189,
"preview": "- title: CSCW\n accept_rates:\n - year: 2018\n submitted: 1107\n accepted: 289\n str: 26.1%(289/1107 18')\n"
},
{
"path": "accept_rates/HI/cscwd",
"chars": 211,
"preview": "- title: CSCWD\n accept_rates:\n - year: 2023\n submitted: 380\n accepted: 321\n str: 84.5%(321/380 23')\n rate:"
},
{
"path": "accept_rates/HI/ubicomp.yml",
"chars": 190,
"preview": "- title: UbiComp\n accept_rates:\n - year: 2016\n submitted: 389\n accepted: 101\n str: 26.0%(101/389 16')"
},
{
"path": "accept_rates/HI/uist.yml",
"chars": 554,
"preview": "- title: UIST\n accept_rates:\n - year: 2022\n submitted: 372\n accepted: 98\n str: 26.3%(98/372 22')\n "
},
{
"path": "accept_rates/MX/recomb.yml",
"chars": 219,
"preview": "- title: RECOMB\n accept_rates:\n - year: 2022\n submitted: 188\n accepted: 40\n str: 21.3%(40/188 22')\n "
},
{
"path": "accept_rates/MX/rtss.yml",
"chars": 197,
"preview": "- title: RTSS\n accept_rates:\n - year: 2022\n submitted: 128\n accepted: 37\n str: 28.9%(37/128 22')\n "
},
{
"path": "accept_rates/MX/www.yml",
"chars": 367,
"preview": "- title: WWW\n accept_rates:\n - year: 2023\n submitted: 1900\n accepted: 365\n str: 19.2%(365/1900 23')\n "
},
{
"path": "accept_rates/NW/globecom.yml",
"chars": 224,
"preview": "- title: GLOBECOM\n accept_rates:\n - year: 2024\n submitted: 2295\n accepted: 911\n str: 39.7%(911/2295 2"
},
{
"path": "accept_rates/NW/imc.yml",
"chars": 393,
"preview": "- title: IMC\n accept_rates:\n - year: 2022\n submitted: 143\n accepted: 38\n str: 26.6%(38/143 22')\n "
},
{
"path": "accept_rates/NW/infocom.yml",
"chars": 192,
"preview": "- title: INFOCOM\n accept_rates:\n - year: 2024\n submitted: 1307\n accepted: 256\n str: 19.6%(256/1307 24"
},
{
"path": "accept_rates/NW/mmsys.yml",
"chars": 218,
"preview": "- title: MMSys\n accept_rates:\n - year: 2025\n submitted: 79\n accepted: 19\n str: 24.1%(19/79 25')\n "
},
{
"path": "accept_rates/NW/mobicom.yml",
"chars": 363,
"preview": "- title: MobiCom\n accept_rates:\n - year: 2019\n submitted: 290\n accepted: 55\n str: 19.0%(55/290 19')\n "
},
{
"path": "accept_rates/NW/mobihoc.yml",
"chars": 385,
"preview": "- title: MobiHoc\n accept_rates:\n - year: 2024\n submitted: 155\n accepted: 38\n str: 24.5%(38/155 24')\n "
},
{
"path": "accept_rates/NW/mobisys.yml",
"chars": 361,
"preview": "- title: MobiSys\n accept_rates:\n - year: 2024\n submitted: 263\n accepted: 43\n str: 16.3%(43/263 24')\n "
},
{
"path": "accept_rates/NW/nsdi.yml",
"chars": 362,
"preview": "- title: NSDI\n accept_rates:\n - year: 2022\n submitted: 402\n accepted: 78\n str: 19.4%(78/402 22')\n "
},
{
"path": "accept_rates/NW/sensys.yml",
"chars": 206,
"preview": "- title: SenSys\n accept_rates:\n - year: 2025\n submitted: 235\n accepted: 45\n str: 19.1%(45/235 25')\n "
},
{
"path": "accept_rates/NW/sigcomm.yml",
"chars": 363,
"preview": "- title: SIGCOMM\n accept_rates:\n - year: 2022\n submitted: 279\n accepted: 55\n str: 19.7%(55/279 22')\n "
},
{
"path": "accept_rates/SC/acsac.yml",
"chars": 187,
"preview": "- title: ACSAC\n accept_rates:\n - year: 2025\n submitted: 446\n accepted: 84\n str: 18.8%(84/446 25')\n "
},
{
"path": "accept_rates/SC/ccs.yml",
"chars": 206,
"preview": "- title: CCS\n accept_rates:\n - year: 2021\n submitted: 880\n accepted: 196\n str: 22.3%(196/880 21')\n "
},
{
"path": "accept_rates/SC/crypto.yml",
"chars": 207,
"preview": "- title: CRYPTO\n accept_rates:\n - year: 2022\n submitted: 455\n accepted: 99\n str: 21.8%(99/455 22')\n "
},
{
"path": "accept_rates/SC/esorics.yml",
"chars": 207,
"preview": "- title: ESORICS\n accept_rates:\n - year: 2024\n submitted: 535\n accepted: 86\n str: 16.1%(86/535 24')\n "
},
{
"path": "accept_rates/SC/eurocrypt.yml",
"chars": 210,
"preview": "- title: EUROCRYPT\n accept_rates:\n - year: 2022\n submitted: 372\n accepted: 85\n str: 22.8%(85/372 22')"
},
{
"path": "accept_rates/SC/fse.yml",
"chars": 204,
"preview": "- title: FSE\n accept_rates:\n - year: 2021\n submitted: 407\n accepted: 97\n str: 23.8%(97/407 21')\n "
},
{
"path": "accept_rates/SC/ih&mmsec.yml",
"chars": 204,
"preview": "- title: IH&MMSec\n accept_rates:\n - year: 2025\n submitted: 40\n accepted: 20\n str: 50%(20/40 25')\n "
},
{
"path": "accept_rates/SC/ndss.yml",
"chars": 205,
"preview": "- title: NDSS\n accept_rates:\n - year: 2022\n submitted: 513\n accepted: 83\n str: 16.2%(83/513 22')\n "
},
{
"path": "accept_rates/SC/uss.yml",
"chars": 220,
"preview": "- title: USENIX Security\n accept_rates:\n - year: 2022\n submitted: 1414\n accepted: 256\n str: 18.1%(256"
},
{
"path": "accept_rates/SC/wisec.yml",
"chars": 391,
"preview": "- title: WiSec\n accept_rates:\n - year: 2024\n submitted: 144\n accepted: 29\n srt: 20.1(29/144 24')\n "
},
{
"path": "accept_rates/SE/ase.yml",
"chars": 206,
"preview": "- title: ASE\n accept_rates:\n - year: 2022\n submitted: 531\n accepted: 116\n str: 21.8%(116/531 22')\n "
},
{
"path": "accept_rates/SE/ecoop.yml",
"chars": 203,
"preview": "- title: ECOOP\n accept_rates:\n - year: 2023\n submitted: 97\n accepted: 44\n str: 45.4%(44/97 23')\n "
},
{
"path": "accept_rates/SE/icfp.yml",
"chars": 203,
"preview": "- title: ICFP\n accept_rates:\n - year: 2023\n submitted: 90\n accepted: 33\n str: 36.7%(33/90 23')\n "
},
{
"path": "accept_rates/SE/icse.yml",
"chars": 212,
"preview": "- title: ICSE\n accept_rates:\n - year: 2024\n submitted: 1051\n accepted: 234\n str: 22.3%(234/1051 24')\n"
},
{
"path": "accept_rates/SE/issta.yml",
"chars": 194,
"preview": "- title: ISSTA\n accept_rates:\n - year: 2022\n submitted: 250\n accepted: 61\n str: 24.4%(61/250 22')\n "
},
{
"path": "accept_rates/SE/oopsla.yml",
"chars": 209,
"preview": "- title: OOPSLA\n accept_rates:\n - year: 2023\n submitted: 304\n accepted: 110\n str: 36.2%(110/304 23')\n"
},
{
"path": "accept_rates/SE/osdi.yml",
"chars": 205,
"preview": "- title: OSDI\n accept_rates:\n - year: 2023\n submitted: 255\n accepted: 50\n str: 19.6%(50/255 23')\n "
},
{
"path": "accept_rates/SE/pldi.yml",
"chars": 205,
"preview": "- title: PLDI\n accept_rates:\n - year: 2023\n submitted: 281\n accepted: 83\n str: 29.5%(83/281 23')\n "
},
{
"path": "accept_rates/SE/popl.yml",
"chars": 205,
"preview": "- title: POPL\n accept_rates:\n - year: 2023\n submitted: 275\n accepted: 74\n str: 26.9%(74/275 23')\n "
},
{
"path": "accept_rates/SE/sosp.yml",
"chars": 316,
"preview": "- title: SOSP\n accept_rates:\n - year: 2021\n submitted: 348\n accepted: 54\n str: 15.5%(54/348 21')\n "
},
{
"path": "conference/AI/aaai.yml",
"chars": 1905,
"preview": "- title: AAAI\n description: AAAI Conference on Artificial Intelligence\n sub: AI\n rank:\n ccf: A\n core: A*\n th"
},
{
"path": "conference/AI/aamas.yml",
"chars": 1277,
"preview": "- title: AAMAS\n description: International Conference on Autonomous Agents and Multiagent Systems\n sub: AI\n rank:\n "
},
{
"path": "conference/AI/accv.yml",
"chars": 558,
"preview": "- title: ACCV\n description: Asian Conference on Computer Vision\n sub: AI\n rank:\n ccf: C\n core: B\n thcpl: N\n "
},
{
"path": "conference/AI/acl.yml",
"chars": 1428,
"preview": "- title: ACL\n description: Annual Meeting of the Association for Computational Linguistics\n sub: AI\n rank:\n ccf: A"
},
{
"path": "conference/AI/acml.yml",
"chars": 1144,
"preview": "- title: ACML\n description: Asian Conference on Machine Learning\n sub: AI\n rank:\n ccf: C\n core: N\n thcpl: N\n"
},
{
"path": "conference/AI/aistats.yml",
"chars": 1168,
"preview": "- title: AISTATS\n description: International Conference on Artificial Intelligence and Statistics\n sub: AI\n rank:\n "
},
{
"path": "conference/AI/alt.yml",
"chars": 938,
"preview": "- title: ALT\n description: International Conference on Algorithmic Learning Theory\n sub: AI\n rank:\n ccf: C\n cor"
},
{
"path": "conference/AI/bmvc.yml",
"chars": 1368,
"preview": "- title: BMVC\n description: British Machine Vision Conference\n sub: AI\n rank:\n ccf: C\n core: A\n thcpl: B\n d"
},
{
"path": "conference/AI/cec.yml",
"chars": 643,
"preview": "- title: IEEE CEC\n description: IEEE Congress on Evolutionary Computation\n sub: AI\n rank:\n ccf: C\n core: B\n "
},
{
"path": "conference/AI/cicai.yml",
"chars": 370,
"preview": "- title: CICAI\n description: CAAI International Conference on Artificial Intelligence\n sub: AI\n rank:\n ccf: N\n "
},
{
"path": "conference/AI/coling.yml",
"chars": 971,
"preview": "- title: COLING\n description: INTERNATIONNAL CONFERENCE ON COMPUTATIONAL LINGUISTICS\n sub: AI\n rank:\n ccf: B\n c"
},
{
"path": "conference/AI/colm.yml",
"chars": 987,
"preview": "- title: COLM\n description: Conference on Language Modeling\n sub: AI\n rank:\n ccf: N\n core: N\n thcpl: N\n dbl"
},
{
"path": "conference/AI/colt.yml",
"chars": 1054,
"preview": "- title: COLT\n description: Annual Conference on Learning Theory\n sub: AI\n rank:\n ccf: B\n core: A*\n thcpl: A"
},
{
"path": "conference/AI/conll.yml",
"chars": 608,
"preview": "- title: CoNLL\n description: Conference on Computational Natural Language Learning\n sub: AI\n rank:\n ccf: C\n cor"
},
{
"path": "conference/AI/corl.yml",
"chars": 813,
"preview": "- title: CoRL\n description: The Conference on Robot Learning\n sub: AI\n rank:\n ccf: N\n core: N\n thcpl: N\n db"
},
{
"path": "conference/AI/cpal.yml",
"chars": 548,
"preview": "- title: CPAL\n description: The Conference on Parsimony and Learning\n sub: AI\n rank:\n ccf: N\n core: N\n thcpl"
},
{
"path": "conference/AI/cvpr.yml",
"chars": 1473,
"preview": "- title: CVPR\n description: IEEE/CVF Conference on Computer Vision and Pattern Recognition\n sub: AI\n rank:\n ccf: A"
},
{
"path": "conference/AI/dai.yml",
"chars": 405,
"preview": "- title: DAI\n description: International Conference on Distributed Artificial Intelligence\n sub: AI\n rank:\n ccf: C"
},
{
"path": "conference/AI/eacl.yml",
"chars": 405,
"preview": "- title: EACL\n description: The Annual Conference of the European Chapter of the Association for Computational Linguist"
},
{
"path": "conference/AI/ecai.yml",
"chars": 950,
"preview": "- title: ECAI\n description: European Conference on Artificial Intelligence\n sub: AI\n rank:\n ccf: B\n core: A\n "
},
{
"path": "conference/AI/eccv.yml",
"chars": 964,
"preview": "- title: ECCV\n description: European Conference on Computer Vision\n sub: AI\n rank:\n ccf: B\n core: A*\n thcpl:"
},
{
"path": "conference/AI/emnlp.yml",
"chars": 1348,
"preview": "- title: EMNLP\n description: The annual Conference on Empirical Methods in Natural Language Processing\n sub: AI\n rank"
},
{
"path": "conference/AI/esann.yml",
"chars": 695,
"preview": "- title: ESANN\n description: European Symposium on Artificial Neural Networks, Computational Intelligence and Machine L"
},
{
"path": "conference/AI/fg.yml",
"chars": 901,
"preview": "- title: FG\n description: International Conference on Automatic Face and Gesture Recognition\n sub: AI\n rank:\n ccf:"
},
{
"path": "conference/AI/gecco.yml",
"chars": 1002,
"preview": "- title: GECCO\n description: Genetic and Evolutionary Computation Conference\n sub: AI\n rank:\n ccf: C\n core: A\n "
},
{
"path": "conference/AI/icann.yml",
"chars": 1143,
"preview": "- title: ICANN\n description: International Conference on Artificial Neural Networks\n sub: AI\n rank:\n ccf: C\n co"
},
{
"path": "conference/AI/icaps.yml",
"chars": 744,
"preview": "- title: ICAPS\n description: International Conference on Automated Planning and Scheduling\n sub: AI\n rank:\n ccf: B"
},
{
"path": "conference/AI/iccbr.yml",
"chars": 700,
"preview": "- title: ICCBR\n description: International Conference on Case-Based Reasoning\n sub: AI\n rank:\n ccf: B\n core: C\n"
},
{
"path": "conference/AI/iccv.yml",
"chars": 856,
"preview": "- title: ICCV\n description: IEEE International Conference on Computer Vision\n sub: AI\n rank:\n ccf: A\n core: A*\n"
},
{
"path": "conference/AI/icdar.yml",
"chars": 714,
"preview": "- title: ICDAR\n description: International Conference on Document Analysis and Recognition\n sub: AI\n rank:\n ccf: C"
},
{
"path": "conference/AI/iclr.yml",
"chars": 1681,
"preview": "- title: ICLR\n description: International Conference on Learning Representations\n sub: AI\n rank:\n ccf: A\n core:"
},
{
"path": "conference/AI/icml.yml",
"chars": 1928,
"preview": "- title: ICML\n description: International Conference on Machine Learning\n sub: AI\n rank:\n ccf: A\n core: A*\n "
},
{
"path": "conference/AI/iconip.yml",
"chars": 1045,
"preview": "- title: ICONIP\n description: International Conference on Neural Information Processing\n sub: AI\n rank:\n ccf: C\n "
},
{
"path": "conference/AI/icpr.yml",
"chars": 560,
"preview": "- title: ICPR\n description: International Conference on Pattern Recognition\n sub: AI\n rank:\n ccf: C\n core: B\n "
},
{
"path": "conference/AI/icra.yml",
"chars": 1338,
"preview": "- title: ICRA\n description: IEEE International Conference on Robotics and Automation\n sub: AI\n rank:\n ccf: B\n c"
},
{
"path": "conference/AI/ictai.yml",
"chars": 612,
"preview": "- title: ICTAI\n description: International Conference on Tools with Artificial Intellignce\n sub: AI\n rank:\n ccf: C"
},
{
"path": "conference/AI/ijcai.yml",
"chars": 1438,
"preview": "- title: IJCAI\n description: International Joint Conference on Artificial Intelligence\n sub: AI\n rank:\n ccf: B\n "
},
{
"path": "conference/AI/ijcb.yml",
"chars": 595,
"preview": "- title: IJCB\n description: International Joint Conference on Biometrics\n sub: AI\n rank:\n ccf: C\n core: B\n t"
},
{
"path": "conference/AI/ijcnlp.yml",
"chars": 443,
"preview": "- title: IJCNLP\n description: International Joint Conference on Natural Language Processing\n sub: AI\n rank:\n ccf: "
},
{
"path": "conference/AI/ijcnn.yml",
"chars": 870,
"preview": "- title: IJCNN\n description: International Joint Conference on Neural Networks\n sub: AI\n rank:\n ccf: C\n core: B"
},
{
"path": "conference/AI/iros.yml",
"chars": 1044,
"preview": "- title: IROS\n description: IEEE/RSJ International Conference on Intelligent Robots and Systems\n sub: AI\n rank:\n c"
},
{
"path": "conference/AI/kr.yml",
"chars": 1221,
"preview": "- title: KR\n description: International Conference on Principles of Knowledge Representation and Reasoning\n sub: AI\n "
},
{
"path": "conference/AI/ksem.yml",
"chars": 1034,
"preview": "- title: KSEM\n description: International Conference on Knowledge Science, Engineering and Management\n sub: AI\n rank:"
},
{
"path": "conference/AI/log.yml",
"chars": 421,
"preview": "- title: LOG\n description: Learning on Graphs Conference\n sub: AI\n rank:\n ccf: N\n core: N\n thcpl: N\n dblp: "
},
{
"path": "conference/AI/naacl.yml",
"chars": 862,
"preview": "- title: NAACL\n description: The Annual Conference of the North American Chapter of the Association for Computational L"
},
{
"path": "conference/AI/nips.yml",
"chars": 1762,
"preview": "- title: NeurIPS\n description: Conference on Neural Information Processing Systems\n sub: AI\n rank:\n ccf: A\n cor"
},
{
"path": "conference/AI/nlpcc.yml",
"chars": 650,
"preview": "- title: NLPCC\n description: CCF International Conference on Natural Language Processing and Chinese Computing\n sub: A"
},
{
"path": "conference/AI/ppsn.yml",
"chars": 695,
"preview": "- title: PPSN\n description: International Conference on Parallel Problem Solving From Nature\n sub: AI\n rank:\n ccf:"
},
{
"path": "conference/AI/pricai.yml",
"chars": 826,
"preview": "- title: PRICAI\n description: Pacific Rim International Conference on Artificial Intelligence\n sub: AI\n rank:\n ccf"
},
{
"path": "conference/AI/probml.yml",
"chars": 356,
"preview": "- title: ProbML\n description: Symposium on Probabilistic Machine Learning\n sub: AI\n rank:\n ccf: N\n core: N\n "
},
{
"path": "conference/AI/rss.yml",
"chars": 1112,
"preview": "- title: RSS\n description: Robotics Science and Systems\n sub: AI\n rank:\n ccf: N\n core: A*\n thcpl: A\n dblp: "
},
{
"path": "conference/AI/rulemlrr.yml",
"chars": 460,
"preview": "- title: RuleML+RR\n description: International Joint Conference on Rules and Reasoning\n sub: AI\n rank:\n ccf: N\n "
},
{
"path": "conference/AI/uai.yml",
"chars": 1211,
"preview": "- title: UAI\n description: Conference on Uncertainty in Artificial Intelligence\n sub: AI\n rank:\n ccf: B\n core: "
},
{
"path": "conference/AI/wacv.yml",
"chars": 920,
"preview": "- title: WACV\n description: IEEE/CVF Winter Conference on Applications of Computer Vision\n sub: AI\n rank:\n ccf: N\n"
},
{
"path": "conference/CG/3dv.yml",
"chars": 805,
"preview": "- title: 3DV\n description: International Conference on 3D Vision\n sub: CG\n rank:\n ccf: C\n core: N\n thcpl: N\n"
},
{
"path": "conference/CG/PacificVis.yml",
"chars": 1113,
"preview": "- title: PacificVis\n description: IEEE Pacific Visualization Symposium\n sub: CG\n rank:\n ccf: C\n core: B\n thc"
},
{
"path": "conference/CG/SGP.yml",
"chars": 1019,
"preview": "- title: SGP\n description: Eurographics Symposium on Geometry Processing\n sub: CG\n rank:\n ccf: B\n core: B\n t"
},
{
"path": "conference/CG/casa.yml",
"chars": 605,
"preview": "- title: CASA\n description: International Conference on Computer Animation and Social Agents\n sub: CG\n rank:\n ccf:"
},
{
"path": "conference/CG/cccg.yml",
"chars": 432,
"preview": "- title: CCCG\n description: Canadian Conference on Computational Geometry\n sub: CG\n rank:\n ccf: N\n core: N\n "
},
{
"path": "conference/CG/cgi.yml",
"chars": 1119,
"preview": "- title: CGI\n description: Computer Graphics International\n sub: CG\n rank:\n ccf: C\n core: C\n thcpl: N\n dblp"
},
{
"path": "conference/CG/cvm.yml",
"chars": 676,
"preview": "- title: CVM\n description: The international conference on Computational Visual Media\n sub: CG\n rank:\n ccf: C\n "
},
{
"path": "conference/CG/eg.yml",
"chars": 916,
"preview": "- title: Eurographics\n description: Eurographics\n sub: CG\n rank:\n ccf: B\n core: B\n thcpl: B\n dblp: eurograp"
},
{
"path": "conference/CG/egsr.yml",
"chars": 676,
"preview": "- title: EGSR\n description: Eurographics Symposium on Rendering\n sub: CG\n rank:\n ccf: B\n core: N\n thcpl: N\n "
},
{
"path": "conference/CG/eurovis.yml",
"chars": 703,
"preview": "- title: EuroVis\n description: Eurographics Conference on Visualization\n sub: CG\n rank:\n ccf: B\n core: B\n th"
},
{
"path": "conference/CG/gmp.yml",
"chars": 1068,
"preview": "- title: GMP\n description: International Conference on Geometric Modeling and Processing\n sub: CG\n rank:\n ccf: C\n "
},
{
"path": "conference/CG/icassp.yml",
"chars": 1458,
"preview": "- title: ICASSP\n description: IEEE International Conference on Acoustics, Speech, and Signal Processing\n sub: CG\n ran"
},
{
"path": "conference/CG/icip.yml",
"chars": 1028,
"preview": "- title: ICIP\n description: The IEEE International Conference on Image Processing\n sub: CG\n rank:\n ccf: C\n core"
},
{
"path": "conference/CG/icme.yml",
"chars": 1257,
"preview": "- title: ICME\n description: The IEEE International Conference on Multimedia & Expo\n sub: CG\n rank:\n ccf: B\n cor"
},
{
"path": "conference/CG/icmr.yml",
"chars": 820,
"preview": "- title: ICMR\n description: ACM SIGMM International Conference on Multimedia Retrieval\n sub: CG\n rank:\n ccf: B\n "
},
{
"path": "conference/CG/icvrv.yml",
"chars": 437,
"preview": "- title: ICVRV\n description: International Conference on Virtual Reality and Visualization\n sub: CG\n rank:\n ccf: N"
},
{
"path": "conference/CG/interspeech.yml",
"chars": 1386,
"preview": "- title: InterSpeech\n description: Conference of the International Speech Communication Association\n sub: CG\n rank:\n "
},
{
"path": "conference/CG/ismar.yml",
"chars": 1221,
"preview": "- title: ISMAR\n description: International Symposium on Mixed and Augmented Reality\n sub: CG\n rank:\n ccf: B\n co"
},
{
"path": "conference/CG/mm.yml",
"chars": 1750,
"preview": "- title: ACM MM\n description: ACM International Conference on Multimedia\n sub: CG\n rank:\n ccf: A\n core: A*\n "
},
{
"path": "conference/CG/mmasia.yml",
"chars": 584,
"preview": "- title: MMAsia\n description: ACM Multimedia Asia\n sub: CG\n rank:\n ccf: C\n core: N\n thcpl: N\n dblp: mmasia\n"
},
{
"path": "conference/CG/mmm.yml",
"chars": 773,
"preview": "- title: MMM\n description: International Conference on Multimedia Modeling\n sub: CG\n rank:\n ccf: C\n core: B\n "
},
{
"path": "conference/CG/pg.yml",
"chars": 991,
"preview": "- title: PG\n description: Pacific Graphics, The Pacific Conference on Computer Graphics and Applications\n sub: CG\n ra"
},
{
"path": "conference/CG/prcv.yml",
"chars": 1046,
"preview": "- title: PRCV\n description: Chinese Conference on Pattern Recognition and Computer Vision\n sub: CG\n rank:\n ccf: C\n"
},
{
"path": "conference/CG/sca.yml",
"chars": 1211,
"preview": "- title: SCA\n description: ACM SIGGRAPH/Eurographics Symposium on Computer Animation\n sub: CG\n rank:\n ccf: B\n c"
},
{
"path": "conference/CG/sig.yml",
"chars": 1755,
"preview": "- title: ACM SIGGRAPH\n description: ACM SIGGRAPH Annual Conference\n sub: CG\n rank:\n ccf: A\n core: A*\n thcpl:"
},
{
"path": "conference/CG/siga.yml",
"chars": 1549,
"preview": "- title: ACM SIGGRAPH ASIA\n description: ACM SIGGRAPH Annual Conference in Asia\n sub: CG\n rank:\n ccf: A\n core: "
},
{
"path": "conference/CG/slt.yml",
"chars": 376,
"preview": "- title: SLT\n description: IEEE Spoken Language Technology (SLT) Workshop\n sub: CG\n rank:\n ccf: C\n core: N\n "
},
{
"path": "conference/CG/smi.yml",
"chars": 424,
"preview": "- title: SMI\n description: Shape Modeling International\n sub: CG\n rank:\n ccf: C\n core: N\n thcpl: N\n dblp: s"
},
{
"path": "conference/CG/spm.yml",
"chars": 443,
"preview": "- title: SPM\n description: Symposium on Solid and Physical Modeling\n sub: CG\n rank:\n ccf: B\n core: C\n thcpl:"
},
{
"path": "conference/CG/vinci.yml",
"chars": 402,
"preview": "- title: VINCI\n description: International Symposium on Visual Information Communication and Interaction\n sub: CG\n ra"
},
{
"path": "conference/CG/vis.yml",
"chars": 982,
"preview": "- title: IEEE VIS\n description: IEEE Visualization Conference\n sub: CG\n rank:\n ccf: A\n core: A\n thcpl: A\n d"
},
{
"path": "conference/CG/vr.yml",
"chars": 904,
"preview": "- title: IEEE VR\n description: IEEE Virtual Reality\n sub: CG\n rank:\n ccf: A\n core: A*\n thcpl: A\n dblp: vr\n "
},
{
"path": "conference/CT/cade.yml",
"chars": 434,
"preview": "- title: CADE\n description: The Conference on Automated Deduction\n sub: CT\n rank:\n ccf: B\n core: A\n thcpl: B"
},
{
"path": "conference/CT/cav.yml",
"chars": 805,
"preview": "- title: CAV\n description: International Conference on Computer-Aided Verification\n sub: CT\n rank:\n ccf: A\n cor"
},
{
"path": "conference/CT/cocoon.yml",
"chars": 593,
"preview": "- title: COCOON\n description: International Computing and Combinatorics Conference\n sub: CT\n rank:\n ccf: B\n cor"
},
{
"path": "conference/CT/concur.yml",
"chars": 706,
"preview": "- title: CONCUR\n description: 'International Conference on Concurrency Theory'\n sub: CT\n rank:\n ccf: B\n core: B"
},
{
"path": "conference/CT/fmcad.yml",
"chars": 682,
"preview": "- title: FMCAD\n description: 'Formal Methods in Computer-Aided Design'\n sub: CT\n rank:\n ccf: B\n core: B\n thc"
},
{
"path": "conference/CT/focs.yml",
"chars": 834,
"preview": "- title: FOCS\n description: IEEE Symposium on Foundations of Computer Science\n sub: CT\n rank:\n ccf: A\n core: A*"
},
{
"path": "conference/CT/hscc.yml",
"chars": 466,
"preview": "- title: HSCC\n description: \"International Conference on Hybrid Systems: Computation and Control\"\n sub: CT\n rank:\n "
},
{
"path": "conference/CT/icalp.yml",
"chars": 648,
"preview": "- title: ICALP\n description: EATCS International Colloquium on Automata, Languages, and Programming\n sub: CT\n rank:\n "
},
{
"path": "conference/CT/ijcar.yml",
"chars": 425,
"preview": "- title: IJCAR\n description: International Joint Conference on Automated Reasoning\n sub: CT\n rank:\n ccf: B\n cor"
},
{
"path": "conference/CT/isit.yml",
"chars": 373,
"preview": "- title: ISIT\n description: IEEE International Symposium on Information Theory\n sub: CT\n rank:\n ccf: N\n core: B"
}
]
// ... and 278 more files (download for full content)
About this extraction
This page contains the full source code of the ccfddl/ccf-deadlines GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 478 files (603.5 KB), approximately 191.6k tokens, and a symbol index with 119 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.