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
================================================
### Which conference does this PR update?
-
### Related URL
-
================================================
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
================================================
================================================
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)
**No More Finding and Time Conversion on Your Own!**
### Extensions
## 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:
| Field name |
Description |
title* |
Short conference name, without year, uppercase |
description* |
Description, or long name, with no session |
sub* |
The category that the conference is labeled by CCF. See the matching table below |
rank* |
ccf* |
The level that the conference is ranked by CCF, e.g., A, B, C, N |
core |
The level that the conference is ranked by CORE, e.g., A*, A, B, C, N |
thcpl |
The level that the conference is ranked by TH-CPL, e.g., A, B, N |
dblp* |
The suffix in dblp url, e.g., iccv in https://dblp.org/db/conf/iccv |
confs |
year* |
Year the conference is happening |
id* |
conference name & year, lowercase |
link* |
URL to the conference home page |
timeline* |
abstract_deadline |
Abstract deadline if applicable, optional |
deadline* |
Deadline, in the format of yyyy-mm-dd hh:mm:ss or TBD |
comment |
Some comments on the conference, optional |
timezone* |
Timezone of deadline, currently support UTC-12 ~ UTC+12 & AoE |
date* |
When the main conference is happening, e.g., Mar 12-16, 2021 |
place* |
Where the main conference is happening, e.g., city, country |
Fields marked with asterisk (*) are required.
The matching table:
| `sub` | Category name |
| ----- | ----------------------------------------------------------------- |
| `DS` | Computer Architecture/Parallel Programming/Storage Technology |
| `NW` | Network System |
| `SC` | Network and System Security |
| `SE` | Software Engineering/Operating System/Programming Language Design |
| `DB` | Database/Data Mining/Information Retrieval |
| `CT` | Computing Theory |
| `CG` | Graphics |
| `AI` | Artificial Intelligence |
| `HI` | Computer-Human Interaction |
| `MX` | Interdiscipline/Mixture/Emerging |
## 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, 2022
place: Washington DC Convention Center, USA
- year: 2023
id: sigkdd23
link: https://kdd.org/kdd2023/
timeline:
- deadline: '2023-02-02 23:59:59'
timezone: AoE
date: August 6-10, 2023
place: Long Beach Convention & Entertainment Center, USA
- year: 2024
id: sigkdd24
link: https://kdd2024.kdd.org/research-track-call-for-papers/
timeline:
- abstract_deadline: '2024-02-01 23:59:59'
deadline: '2024-02-08 23:59:59'
# comment: '1st deadline'
timezone: AoE
date: August 25-29, 2024
place: Barcelona, Spain
- year: 2025
id: sigkdd25
link: https://kdd2025.kdd.org/
timeline:
- abstract_deadline: '2024-08-01 23:59:59'
deadline: '2024-08-08 23:59:59'
comment: 1st round of 2 total rounds
- abstract_deadline: '2025-02-03 23:59:59'
deadline: '2025-02-10 23:59:59'
comment: 2nd round of 2 total rounds
timezone: AoE
date: August 3-7, 2025
place: Toronto, ON, Canada
- year: 2026
id: sigkdd26
link: https://kdd2026.kdd.org/
timeline:
- abstract_deadline: '2025-07-24 23:59:59'
deadline: '2025-07-31 23:59:59'
comment: 1st round of 2 total rounds
- abstract_deadline: '2026-02-01 23:59:59'
deadline: '2026-02-08 23:59:59'
comment: 2nd round of 2 total rounds
timezone: AoE
date: August 9-13, 2026
place: Jeju, Korea
================================================
FILE: conference/DB/sigmod.yml
================================================
- title: SIGMOD
description: ACM Conference on Management of Data
sub: DB
rank:
ccf: A
core: A*
thcpl: A
dblp: sigmod
confs:
- year: 2021
id: sigmod21
link: http://2021.sigmod.org/
timeline:
- deadline: '2020-09-22 17:00:00'
comment: second round
timezone: UTC-8
date: June 20-25, 2021
place: Xi'an, China
- 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
- year: 2023
id: sigmod23
link: http://2023.sigmod.org/
timeline:
- deadline: '2022-04-15 23:59:00'
comment: first round
- deadline: '2022-07-15 23:59:00'
comment: second round
- deadline: '2022-10-15 23:59:00'
comment: third round
timezone: UTC-8
date: June 18-23, 2022
place: Seattle, WA, USA
- year: 2024
id: sigmod24
link: http://2024.sigmod.org/
timeline:
- deadline: '2023-01-15 23:59:00'
comment: round 1
- deadline: '2023-04-15 23:59:00'
comment: round 2
- deadline: '2023-07-15 23:59:00'
comment: round 3
- deadline: '2023-10-15 23:59:00'
comment: round 4
timezone: UTC-7
date: June 11-16, 2024
place: Santiago, Chile
- year: 2025
id: sigmod25
link: https://2025.sigmod.org/
timeline:
- abstract_deadline: '2024-01-10 23:59:00'
deadline: '2024-01-17 23:59:00'
comment: round 1
- abstract_deadline: '2024-04-10 23:59:00'
deadline: '2024-04-17 23:59:00'
comment: round 2
- abstract_deadline: '2024-07-10 23:59:00'
deadline: '2024-07-17 23:59:00'
comment: round 3
- abstract_deadline: '2024-10-10 23:59:00'
deadline: '2024-10-17 23:59:00'
comment: round 4
timezone: AoE
date: June 22-27, 2025
place: Berlin, Germany
- year: 2026
id: sigmod26
link: https://2026.sigmod.org/
timeline:
- abstract_deadline: '2025-01-10 23:59:00'
deadline: '2025-01-17 23:59:00'
comment: round 1
- abstract_deadline: '2025-04-10 23:59:00'
deadline: '2025-04-17 23:59:00'
comment: round 2
- abstract_deadline: '2025-07-10 23:59:00'
deadline: '2025-07-17 23:59:00'
comment: round 3
- abstract_deadline: '2025-10-10 23:59:00'
deadline: '2025-10-17 23:59:00'
comment: round 4
timezone: AoE
date: May 31-June 5, 2026
place: Bangalore, India
- year: 2027
id: sigmod27
link: https://2027.sigmod.org/
timeline:
- abstract_deadline: '2026-01-10 23:59:00'
deadline: '2026-01-17 23:59:00'
comment: round 1
- abstract_deadline: '2026-04-10 23:59:00'
deadline: '2026-04-17 23:59:00'
comment: round 2
- abstract_deadline: '2026-07-10 23:59:00'
deadline: '2026-07-17 23:59:00'
comment: round 3
- abstract_deadline: '2026-10-10 23:59:00'
deadline: '2026-10-17 23:59:00'
comment: round 4
timezone: AoE
date: June 13-19, 2027
place: Huntington Beach, CA, USA
================================================
FILE: conference/DB/vldb.yml
================================================
- title: VLDB
description: International Conference on Very Large Data Bases
sub: DB
rank:
ccf: A
core: A*
thcpl: A
dblp: vldb
confs:
- year: 2021
id: vldb21
link: http://www.vldb.org/2021/
timeline:
- deadline: '2020-04-01 17:00:00'
- deadline: '2020-05-01 17:00:00'
- deadline: '2020-06-01 17:00:00'
- deadline: '2020-07-01 17:00:00'
- deadline: '2020-08-01 17:00:00'
- deadline: '2020-09-01 17:00:00'
- deadline: '2020-10-01 17:00:00'
- deadline: '2020-11-01 17:00:00'
- deadline: '2020-12-01 17:00:00'
- deadline: '2021-01-01 17:00:00'
- deadline: '2021-02-01 17:00:00'
- deadline: '2021-03-01 17:00:00'
timezone: UTC-7
date: August 16-20, 2021
place: Copenhagen, Denmark
- year: 2022
id: vldb22
link: http://www.vldb.org/2022/
timeline:
- deadline: '2021-04-01 17:00:00'
- deadline: '2021-05-01 17:00:00'
- deadline: '2021-06-01 17:00:00'
- deadline: '2021-07-01 17:00:00'
- deadline: '2021-08-01 17:00:00'
- deadline: '2021-09-01 17:00:00'
- deadline: '2021-10-01 17:00:00'
- deadline: '2021-11-01 17:00:00'
- deadline: '2021-12-01 17:00:00'
- deadline: '2022-01-01 17:00:00'
- deadline: '2022-02-01 17:00:00'
- deadline: '2022-03-01 17:00:00'
timezone: UTC-7
date: September 05-09, 2022
place: Sydney, Australia
- year: 2023
id: vldb23
link: http://www.vldb.org/2023/
timeline:
- deadline: '2022-04-01 17:00:00'
- deadline: '2022-05-01 17:00:00'
- deadline: '2022-06-01 17:00:00'
- deadline: '2022-07-01 17:00:00'
- deadline: '2022-08-01 17:00:00'
- deadline: '2022-09-01 17:00:00'
- deadline: '2022-10-01 17:00:00'
- deadline: '2022-11-01 17:00:00'
- deadline: '2022-12-01 17:00:00'
- deadline: '2023-01-01 17:00:00'
- deadline: '2023-02-01 17:00:00'
- deadline: '2023-03-01 17:00:00'
timezone: UTC-7
date: August 28 - September 01, 2023
place: Vancouver, Canada
- year: 2024
id: vldb24
link: http://www.vldb.org/2024/
timeline:
- deadline: '2023-04-01 17:00:00'
- deadline: '2023-05-01 17:00:00'
- deadline: '2023-06-01 17:00:00'
- deadline: '2023-07-01 17:00:00'
- deadline: '2023-08-01 17:00:00'
- deadline: '2023-09-01 17:00:00'
- deadline: '2023-10-01 17:00:00'
- deadline: '2023-11-01 17:00:00'
- deadline: '2023-12-01 17:00:00'
- deadline: '2024-01-01 17:00:00'
- deadline: '2024-02-01 17:00:00'
- deadline: '2024-03-01 17:00:00'
timezone: UTC-7
date: August 25-29, 2024
place: Guangzhou, China (and hybrid)
- year: 2025
id: vldb25
link: http://www.vldb.org/2025/
timeline:
- deadline: '2024-04-01 17:00:00'
- deadline: '2024-05-01 17:00:00'
- deadline: '2024-06-01 17:00:00'
- deadline: '2024-07-01 17:00:00'
- deadline: '2024-08-01 17:00:00'
- deadline: '2024-09-01 17:00:00'
- deadline: '2024-10-01 17:00:00'
- deadline: '2024-11-01 17:00:00'
- deadline: '2024-12-01 17:00:00'
- deadline: '2025-01-01 17:00:00'
- deadline: '2025-02-01 17:00:00'
- deadline: '2025-03-01 17:00:00'
timezone: UTC-7
date: September 1-5, 2025
place: London, United Kingdom
- year: 2026
id: vldb26
link: https://www.vldb.org/2026/
timeline:
- deadline: '2025-04-01 17:00:00'
- deadline: '2025-05-01 17:00:00'
- deadline: '2025-06-01 17:00:00'
- deadline: '2025-07-01 17:00:00'
- deadline: '2025-08-01 17:00:00'
- deadline: '2025-09-01 17:00:00'
- deadline: '2025-10-01 17:00:00'
- deadline: '2025-11-01 17:00:00'
- deadline: '2025-12-01 17:00:00'
- deadline: '2026-01-01 17:00:00'
- deadline: '2026-02-01 17:00:00'
- deadline: '2026-03-01 17:00:00'
timezone: UTC-7
date: August 31 - September 4, 2026
place: Boston, MA, USA
================================================
FILE: conference/DB/wisa.yml
================================================
- title: WISA
description: Web Information Systems and Applications
sub: DB
rank:
ccf: C
core: N
thcpl: N
dblp: wisa
confs:
- year: 2026
id: wisa2026
link: https://conf.ccf.org.cn/WISA2026
timeline:
- abstract_deadline: '2026-04-21 23:59:59'
deadline: '2026-04-28 23:59:59'
timezone: UTC+8
date: August 07-09, 2026
place: Kunming, China
================================================
FILE: conference/DB/wsdm.yml
================================================
- title: WSDM
description: International Conference on Web Search and Data Mining
sub: DB
rank:
ccf: B
core: A
thcpl: A
dblp: wsdm
confs:
- year: 2022
id: wsdm22
link: https://www.wsdm-conference.org/2022/
timeline:
- deadline: '2021-08-09 23:59:59'
timezone: UTC-12
date: February 21-25, 2022
place: Phoenix, Arizona, USA
- year: 2023
id: wsdm23
link: https://www.wsdm-conference.org/2023/
timeline:
- deadline: '2022-08-12 23:59:59'
timezone: UTC-12
date: February 27 - March 3, 2023
place: Singapore
- year: 2024
id: wsdm24
link: https://www.wsdm-conference.org/2024/
timeline:
- deadline: '2023-08-10 23:59:59'
timezone: UTC-12
date: March 4 - March 8, 2024
place: Mérida, México
- year: 2025
id: wsdm25
link: https://www.wsdm-conference.org/2025/
timeline:
- deadline: '2024-08-14 23:59:59'
timezone: UTC-12
date: March 10 - March 14, 2025
place: Hannover, Germany
- year: 2026
id: wsdm26
link: https://wsdm-conference.org/2026/
timeline:
- abstract_deadline: '2025-08-07 23:59:59'
deadline: '2025-08-14 23:59:59'
timezone: UTC-12
date: February 22 - 26, 2026
place: Boise, Idaho, USA
================================================
FILE: conference/DS/GLSVLSI.yml
================================================
- title: GLSVLSI
description: Great Lakes Symposium on VLSI
sub: DS
rank:
ccf: C
core: N
thcpl: N
dblp: glvlsi
confs:
- year: 2025
id: glsvlsi2025
link: https://www.glsvlsi.org/
timeline:
- deadline: '2025-03-17 23:59:00'
timezone: UTC-5
date: June 30-July 2, 2025
place: New Orleans, LA, USA
- year: 2026
id: glsvlsi2026
link: https://www.glsvlsi.org/
timeline:
- deadline: '2026-03-16 23:59:00'
timezone: UTC-5
date: June 22-24, 2026
place: Finger Lakes, NY, USA
================================================
FILE: conference/DS/appt.yml
================================================
- title: APPT
description: International Symposium on Advanced Parallel Programming Technologies
sub: DS
rank:
ccf: C
core: N
thcpl: N
dblp: appt
confs:
- year: 2026
id: appt2026
link: https://www.appt-conference.com/2026
timeline:
- abstract_deadline: '2026-03-27 23:59:00'
deadline: '2026-04-03 23:59:00'
timezone: AoE
date: July 27-31, 2026
place: Brussels, Belgium
================================================
FILE: conference/DS/apsys.yml
================================================
- title: APSys
description: ACM SIGOPS Asia-Pacific Workshop on Systems
sub: DS
rank:
ccf: N
core: N
thcpl: N
dblp: apsys
confs:
- year: 2024
id: apsys2024
link: https://apsys2024.github.io/
timeline:
- abstract_deadline: '2024-04-25 23:59:00'
deadline: '2024-05-02 23:59:00'
comment: call for papers
timezone: AoE
date: September 4-5, 2024
place: Kyoto, Japan
- year: 2025
id: apsys2025
link: https://apsys2025.github.io/
timeline:
- abstract_deadline: '2025-05-29 23:59:00'
deadline: '2025-06-05 23:59:00'
timezone: AoE
date: October 12-13, 2025
place: Seoul, South Korea
================================================
FILE: conference/DS/asap.yml
================================================
- title: ASAP
description: IEEE International Conference on Application-Specific Systems, Architectures, and Processors
sub: DS
rank:
ccf: C
core: N
thcpl: N
dblp: asap
confs:
- year: 2026
id: asap2026
link: https://2026.asap-conf.org/
timeline:
- abstract_deadline: '2026-03-27 23:59:59'
deadline: '2026-04-03 23:59:59'
timezone: AoE
date: September 3-4, 2026
place: London, UK
================================================
FILE: conference/DS/aspdac.yml
================================================
- title: ASP-DAC
description: Asia and South Pacific Design Automation Conference
sub: DS
rank:
ccf: C
core: C
thcpl: B
dblp: aspdac
confs:
- year: 2024
id: aspdac24
link: https://www.aspdac.com/aspdac2024/
timeline:
- deadline: '2023-07-28 17:00:00'
comment: abstract deadline
- deadline: '2023-08-04 19:00:00'
comment: full paper deadline
timezone: AoE
date: Jan 22-25, 2024
place: Sondo Convensia, Incheon, Korea
- year: 2025
id: aspdac25
link: https://www.aspdac.com/aspdac2025/
timeline:
- deadline: '2024-07-05 17:00:00'
comment: abstract deadline
- deadline: '2024-07-12 17:00:00'
comment: full paper deadline
timezone: AoE
date: Jan 20-23, 2025
place: Tokyo Odaiba Miraikan, Japan
- year: 2026
id: aspdac26
link: https://www.aspdac.com/aspdac2026/
timeline:
- abstract_deadline: '2025-07-04 17:00:00'
deadline: '2025-07-11 17:00:00'
timezone: AoE
date: Jan 19-22, 2026
place: Hong Kong Disneyland
================================================
FILE: conference/DS/asplos.yml
================================================
- title: ASPLOS
description: International Conference on Architectural Support for Programming Languages and Operating Systems
sub: DS
rank:
ccf: A
core: A*
thcpl: A
dblp: asplos
confs:
- year: 2021
id: asplos21
link: https://asplos-conference.org/
timeline:
- deadline: '2020-08-21 23:59:59'
timezone: AoE
date: April 19-23, 2021
place: Virtual
- year: 2022
id: asplos22
link: https://asplos-conference.org/
timeline:
- deadline: '2021-08-06 23:59:59'
timezone: AoE
date: Feb 28-March 4, 2022
place: Virtual
- year: 2023
id: asplos23
link: https://asplos-conference.org/asplos-2023-cfp/
timeline:
- deadline: '2022-03-24 17:59:59'
comment: Spring Registration Deadline
- deadline: '2022-03-31 17:59:59'
comment: Spring Submission Deadline
- deadline: '2022-06-30 17:59:59'
comment: Summber Registration Deadline
- deadline: '2022-07-07 17:59:59'
comment: Summer Submission Deadline
- deadline: '2022-10-13 17:59:59'
comment: Fall Registration Deadline
- deadline: '2022-10-20 17:59:59'
comment: Fall Submission Deadline
timezone: UTC-4
date: March 25-March 29, 2023
place: Vancouver, Canada
- year: 2024
id: asplos24
link: https://www.asplos-conference.org/asplos2024/cfp/
timeline:
- deadline: '2023-04-14 02:59:59'
comment: Spring Registration Deadline
- deadline: '2023-04-21 02:59:59'
comment: Spring Submission Deadline
- deadline: '2023-08-04 02:59:59'
comment: Summber Registration Deadline
- deadline: '2023-08-11 02:59:59'
comment: Summer Submission Deadline
- deadline: '2023-11-24 02:59:59'
comment: Fall Registration Deadline
- deadline: '2023-12-01 02:59:59'
comment: Fall Submission Deadline
timezone: UTC+8
date: April, 2024
place: California, U.S.A.
- year: 2025
id: asplos25
link: https://www.asplos-conference.org/asplos2025/cfp/
timeline:
- abstract_deadline: '2024-02-23 23:59:59'
deadline: '2024-03-01 23:59:59'
comment: Spring Submission Deadline
- abstract_deadline: '2024-06-17 23:59:59'
deadline: '2024-06-24 23:59:59'
comment: Summer Submission Deadline
- abstract_deadline: '2024-10-11 23:59:59'
deadline: '2024-10-18 23:59:59'
comment: Fall Submission Deadline
timezone: AoE
date: March-April, 2025
place: Rotterdam, Netherland.
- year: 2026
id: asplos26
link: https://www.asplos-conference.org/asplos2026/cfp/
timeline:
- abstract_deadline: '2025-03-05 23:59:59'
deadline: '2025-03-12 23:59:59'
comment: Spring Submission Deadline
- abstract_deadline: '2025-08-13 23:59:59'
deadline: '2025-08-20 23:59:59'
comment: Summer Submission Deadline
timezone: UTC-4
date: March 22-26, 2026
place: Pittsburgh, PA, USA
- year: 2027
id: asplos27
link: https://www.asplos-conference.org/call-for-papers-asplos27/
timeline:
- deadline: '2026-04-15 23:59:59'
comment: April Cycle Submission Deadline
- deadline: '2026-09-09 23:59:59'
comment: September Cycle Submission Deadline
timezone: AoE
date: TBD
place: Crete, Greece
================================================
FILE: conference/DS/atc.yml
================================================
- title: USENIX ATC
description: USENIX Annual Technical Conference
sub: DS
rank:
ccf: A
core: A
thcpl: A
dblp: usenix
confs:
- year: 2021
id: atc2021
link: https://www.usenix.org/conference/atc21/
timeline:
- deadline: '2021-01-12 23:59:59'
timezone: AoE
date: July 14-16, 2021
place: SANTA CLARA, USA
- year: 2022
id: atc2022
link: https://www.usenix.org/conference/atc22/
timeline:
- deadline: '2022-01-13 23:59:59'
timezone: UTC+0
date: July 11-13, 2022
place: Omni La Costa Resort & Spa in Carlsbad, CA, USA
- year: 2023
id: atc2023
link: https://www.usenix.org/conference/atc23/
timeline:
- abstract_deadline: '2023-01-05 23:59:59'
deadline: '2023-01-12 23:59:59'
timezone: UTC+0
date: July 10-12, 2023
place: BOSTON, MA, USA
- year: 2024
id: atc2024
link: https://www.usenix.org/conference/atc24/
timeline:
- abstract_deadline: '2024-01-09 23:59:59'
deadline: '2024-01-16 23:59:59'
timezone: UTC+0
date: July 10-12, 2024
place: Santa Clara, CA, USA
- year: 2025
id: atc2025
link: https://www.usenix.org/conference/atc25
timeline:
- abstract_deadline: '2025-01-07 23:59:59'
deadline: '2025-01-14 23:59:59'
timezone: UTC+0
date: July 7-9, 2025
place: Boston, MA, USA
- year: 2026
id: atc2026
link: https://sigops.org/s/conferences/atc/2026/index.html
timeline:
- deadline: '2026-06-10 23:59:59'
timezone: UTC+0
date: November 15-18, 2026
place: Hyatt Hotel, Shatin, Hong Kong, China
================================================
FILE: conference/DS/ats.yml
================================================
- title: ATS
description: IEEE Asian Test Symposium
sub: DS
rank:
ccf: C
core: N
thcpl: N
dblp: ats
confs:
- year: 2026
id: ats2026
link: https://www.ats2026.tw/
timeline:
- deadline: '2026-06-06 23:59:59'
timezone: UTC+8
date: December 1-3, 2026
place: Taiwan
================================================
FILE: conference/DS/cf.yml
================================================
- title: CF
description: ACM International Conference on Computing Frontiers
sub: DS
rank:
ccf: C
core: N
thcpl: N
dblp: cf
confs:
- year: 2024
id: cf2024
link: https://www.computingfrontiers.org/2024/
timeline:
- deadline: '2024-01-08 23:59:59'
timezone: AoE
date: May 7-9, 2024
place: Ischia, Italy
- year: 2026
id: cf2026
link: https://www.computingfrontiers.org/2026/
timeline:
- abstract_deadline: '2026-01-12 23:59:59'
deadline: '2026-01-19 23:59:59'
timezone: AoE
date: May 19-21, 2026
place: Catania, Sicily, Italy
================================================
FILE: conference/DS/cgo.yml
================================================
- title: IEEE/ACM CGO
description: The International Symposium on Code Generation and Optimization
sub: DS
rank:
ccf: B
core: A
thcpl: B
dblp: cgo
confs:
- year: 2025
id: cgo2025
link: https://conf.researchr.org/home/cgo-2025
timeline:
- deadline: '2024-05-30 23:59:59'
timezone: AoE
date: TBD
place: TBD
- year: 2024
id: cgo2024
link: https://conf.researchr.org/home/cgo-2024
timeline:
- deadline: '2023-05-19 23:59:59'
timezone: AoE
date: March 2-6, 2024
place: Edinburgh, United Kingdom
- year: 2026
id: cgo2026
link: https://conf.researchr.org/home/cgo-2026
timeline:
- deadline: '2025-05-29 23:59:59'
comment: 'First Submission'
- deadline: '2025-09-11 23:59:59'
comment: 'Second Submission'
timezone: AoE
date: January 31 - 4 February, 2026
place: Sydney, Australia
================================================
FILE: conference/DS/cluster.yml
================================================
- title: CLUSTER
description: IEEE International Conference on Cluster Computing
sub: DS
rank:
ccf: B
core: B
thcpl: B
dblp: cluster
confs:
- year: 2022
id: cluster22
link: https://clustercomp.org/2022
timeline:
- deadline: '2022-05-13 23:59:59'
comment: Full Paper Deadline
timezone: UTC-12
date: September 6-9, 2022
place: Heidelberg, Germany
- year: 2023
id: cluster23
link: https://clustercomp.org/2023
timeline:
- deadline: '2023-05-11 23:59:59'
comment: Full Paper Deadline
timezone: AoE
date: October 31-November 3, 2023
place: Santa Fe, New Mexico, USA
- year: 2024
id: cluster24
link: https://clustercomp.org/2024
timeline:
- deadline: '2024-05-09 23:59:59'
comment: Full Paper Deadline
timezone: AoE
date: September 24-27, 2024
place: Kobe, Japan
- year: 2025
id: cluster25
link: https://clustercomp.org/2025
timeline:
- deadline: '2025-05-02 23:59:59'
comment: Full Paper Deadline
timezone: AoE
date: September 2-5, 2025
place: Edinburgh, United Kingdom
================================================
FILE: conference/DS/dac.yml
================================================
- title: DAC
description: Design Automation Conference
sub: DS
rank:
ccf: A
core: A
thcpl: A
dblp: dac
confs:
- year: 2022
id: dac22
link: https://www.dac.com/DAC-2022
timeline:
- deadline: '2021-11-15 17:00:00'
comment: abstract deadline
- deadline: '2021-11-22 17:00:00'
comment: full paper deadline
timezone: UTC-8
date: July 10-14, 2022
place: San Francisco, CA
- year: 2023
id: dac23
link: https://www.dac.com/Conference/2023-Call-for-Contributions
timeline:
- deadline: '2022-11-14 17:00:00'
comment: abstract deadline
- deadline: '2022-11-21 17:00:00'
comment: full paper deadline
timezone: UTC-8
date: July 9-13, 2023
place: San Francisco, CA
- year: 2024
id: dac24
link: https://www.dac.com/Conference/2024-Call-for-Contributions
timeline:
- abstract_deadline: '2023-11-13 17:00:00'
deadline: '2023-11-20 17:00:00'
timezone: UTC-8
date: June 23-27, 2024
place: San Francisco, CA
- year: 2025
id: dac25
link: https://www.dac.com/Conference/2025-Call-for-Contributions
timeline:
- abstract_deadline: '2024-11-12 17:00:00'
deadline: '2024-11-19 17:00:00'
timezone: UTC-8
date: June 22-25, 2025
place: San Francisco, CA
- year: 2026
id: dac26
link: https://dac.com/2026/call-for-contributions
timeline:
- abstract_deadline: '2025-11-11 17:00:00'
deadline: '2025-11-18 17:00:00'
timezone: UTC-8
date: July 26-29, 2026
place: Long Beach, CA
================================================
FILE: conference/DS/date.yml
================================================
- title: DATE
description: Design, Automation & Test in Europe
sub: DS
rank:
ccf: B
core: B
thcpl: B
dblp: date
confs:
- year: 2023
id: date2023
link: https://www.date-conference.com/
timeline:
- deadline: '2022-09-18 23:59:59'
comment: abstract deadline
- deadline: '2022-09-25 23:59:59'
comment: full paper deadline
timezone: UTC+1
date: April 17-19, 2023
place: Antwerp, BE
- year: 2024
id: date2024
link: https://www.date-conference.com/
timeline:
- abstract_deadline: '2023-09-10 23:59:59'
deadline: '2023-09-17 23:59:59'
timezone: AoE
date: March 25-27, 2024
place: Valencia, Spain
- year: 2025
id: date2025
link: https://www.date-conference.com/date-2025-call-papers
timeline:
- abstract_deadline: '2024-09-15 23:59:59'
deadline: '2024-09-22 23:59:59'
timezone: AoE
date: March 31- April 2, 2025
place: Palais des congrès de Lyon, Lyon, France
- year: 2026
id: date2026
link: https://www.date-conference.com/call-for-papers
timeline:
- abstract_deadline: '2025-09-07 23:59:59'
deadline: '2025-09-14 23:59:59'
timezone: AoE
date: April 20- April 22, 2026
place: Verona, Italy
================================================
FILE: conference/DS/dcc.yml
================================================
- title: DCC
description: Data Compression Conference
sub: DS
rank:
ccf: B
core: A*
thcpl: B
dblp: dcc
confs:
- year: 2025
id: dcc2025
link: https://datacompressionconference.org/
timeline:
- deadline: '2024-10-11 23:59:59'
timezone: UTC-8
date: March 18-21, 2025
place: Snowbird, Utah, U.S.
================================================
FILE: conference/DS/ets.yml
================================================
- title: ETS
description: IEEE European Test Symposium
sub: DS
rank:
ccf: C
core: B
thcpl: N
dblp: ets
confs:
- year: 2024
id: ets2024
link: https://ets24.ewi.tudelft.nl/
timeline:
- abstract_deadline: '2023-12-08 23:59:59'
deadline: '2023-12-16 23:59:59'
timezone: AoE
date: May 20-24, 2024
place: The Hague, Netherlands
- year: 2025
id: ets2025
link: https://ets2025.taltech.ee/
timeline:
- abstract_deadline: '2024-12-09 23:59:59'
deadline: '2024-12-15 23:59:59'
timezone: AoE
date: May 26-30, 2025
place: Tallinn, Estonia
- year: 2026
id: ets2026
link: https://ets2026.uniwa.gr/
timeline:
- abstract_deadline: '2025-12-15 23:59:59'
deadline: '2026-01-12 23:59:59'
timezone: AoE
date: May 25-29, 2026
place: Chania, Greec
================================================
FILE: conference/DS/europar.yml
================================================
- title: Euro-Par
description: European Conference on Parallel and Distributed Computing
sub: DS
rank:
ccf: B
core: B
thcpl: N
dblp: europar
confs:
- year: 2023
id: euro-par23
link: https://2023.euro-par.org
timeline:
- abstract_deadline: '2023-02-17 23:59:59'
deadline: '2023-02-24 23:59:59'
timezone: AoE
date: August 28-September 1, 2023
place: Limassol, Cyprus
- year: 2024
id: euro-par24
link: https://2024.euro-par.org
timeline:
- abstract_deadline: '2024-03-15 23:59:59'
deadline: '2024-03-25 23:59:59'
timezone: AoE
date: August 28-30, 2023
place: Madrid, Spain
- year: 2025
id: euro-par25
link: https://2025.euro-par.org/
timeline:
- abstract_deadline: '2025-03-03 23:59:59'
deadline: '2025-03-17 23:59:59'
timezone: AoE
date: August 25-29, 2025
place: Dresden, Germany
- year: 2026
id: euro-par26
link: https://2026.euro-par.org/
timeline:
- abstract_deadline: '2026-02-27 23:59:59'
deadline: '2026-03-06 23:59:59'
timezone: AoE
date: August 24-28, 2026
place: Pisa, Italy
================================================
FILE: conference/DS/eurosys.yml
================================================
- title: EuroSys
description: European Conference on Computer Systems
sub: DS
rank:
ccf: A
core: A
thcpl: A
dblp: eurosys
confs:
- year: 2021
id: eurosys2021
link: https://2021.eurosys.org/
timeline:
- abstract_deadline: '2020-10-01 23:59:59'
deadline: '2020-10-09 23:59:59'
timezone: AoE
date: April 26-29, 2021
place: Edinburgh, UK
- year: 2022
id: eurosys2022
link: https://2022.eurosys.org/
timeline:
- abstract_deadline: '2021-10-01 23:59:59'
deadline: '2021-10-09 23:59:59'
timezone: AoE
date: April 5-8, 2022
place: Rennes, France
- year: 2023
id: eurosys2023
link: https://2023.eurosys.org/
timeline:
- abstract_deadline: '2022-05-10 23:59:59'
deadline: '2022-05-17 23:59:59'
comment: Spring Submission Deadline
- abstract_deadline: '2022-10-11 23:59:59'
deadline: '2022-10-18 23:59:59'
comment: Fall Submission Deadline
timezone: AoE
date: May 9-12, 2023
place: Rome, Italy
- year: 2024
id: eurosys2024
link: https://www.eurosys.org/news/eurosys-2024
timeline:
- deadline: '2023-05-18 00:00:00'
comment: Spring Submission Deadline
- deadline: '2023-10-19 23:59:59'
comment: Fall Submission Deadline
timezone: UTC
date: April 23-26, 2024
place: Athens, Greece
- year: 2025
id: eurosys2025
link: https://www.eurosys.org/news/eurosys-2025
timeline:
- abstract_deadline: '2024-05-14 23:59:59'
deadline: '2024-05-21 23:59:59'
comment: Spring Submission Deadline
- abstract_deadline: '2024-10-15 23:59:59'
deadline: '2024-10-22 23:59:59'
comment: Fall Submission Deadline
timezone: AoE
date: March-April, 2025
place: Rotterdam, The Netherlands.
- year: 2026
id: eurosys2026
link: https://2026.eurosys.org/
timeline:
- abstract_deadline: '2025-05-08 23:59:59'
deadline: '2025-05-15 23:59:59'
comment: Spring Submission Deadline
- abstract_deadline: '2025-09-18 23:59:59'
deadline: '2025-09-25 23:59:59'
comment: Fall Submission Deadline
timezone: AoE
date: April 13-16, 2026
place: Edinburgh, UK
================================================
FILE: conference/DS/fast.yml
================================================
- title: FAST
description: USENIX Conference on File and Storage Technologies
sub: DS
rank:
ccf: A
core: A
thcpl: A
dblp: fast
confs:
- year: 2021
id: fast21
link: https://www.usenix.org/conference/fast21/
timeline:
- deadline: '2020-09-24 23:59:59'
timezone: UTC-7
date: February 23-25, 2021
place: Virtual
- year: 2022
id: fast22
link: https://www.usenix.org/conference/fast22/
timeline:
- deadline: '2021-09-23 23:59:59'
timezone: UTC-7
date: February 21-24, 2022
place: SANTA CLARA, CA, USA
- year: 2023
id: fast23
link: https://www.usenix.org/conference/fast23
timeline:
- deadline: '2022-09-22 23:59:59'
timezone: UTC-7
date: FEBRUARY 20-23, 2023
place: SANTA CLARA, CA, USA
- year: 2024
id: fast24
link: https://www.usenix.org/conference/fast24
timeline:
- deadline: '2023-09-21 23:59:59'
timezone: UTC-7
date: FEBRUARY 27-29, 2024
place: SANTA CLARA, CA, USA
- year: 2025
id: fast25
link: https://www.usenix.org/conference/fast25
timeline:
- deadline: '2024-09-17 23:59:59'
timezone: UTC-7
date: FEBRUARY 25-27, 2025
place: SANTA CLARA, CA, USA
- year: 2026
id: fast26
link: https://www.usenix.net/conference/fast26
timeline:
- deadline: '2025-03-18 23:59:00'
comment: Spring deadline
- deadline: '2025-09-16 23:59:00'
comment: Fall deadline
timezone: AoE
date: FEBRUARY 24-26, 2026
place: SANTA CLARA, CA, USA
- year: 2027
id: fast27
link: https://www.usenix.org/conference/fast27
timeline:
- deadline: '2026-03-17 23:59:00'
comment: Spring deadline
- deadline: '2026-09-15 23:59:00'
comment: Fall deadline
timezone: AoE
date: FEBRUARY 23-25, 2027
place: Renton, WA, USA
================================================
FILE: conference/DS/fccm.yml
================================================
- title: FCCM
description: IEEE Symposium on Field-Programmable Custom Computing Machines
sub: DS
rank:
ccf: C
core: B
thcpl: N
dblp: fccm
confs:
- year: 2022
id: fccm22
link: https://www.fccm.org/
timeline:
- deadline: '2022-01-03 23:59:59'
comment: abstract deadline
- deadline: '2022-01-10 23:59:59'
comment: full paper deadline
timezone: AoE
date: May 15-18, 2022
place: New York City, USA
- year: 2024
id: fccm24
link: https://www.fccm.org/
timeline:
- deadline: '2024-01-09 23:59:59'
comment: abstract deadline
- deadline: '2024-01-15 23:59:59'
comment: full paper deadline
timezone: AoE
date: May 5-8, 2024
place: Orlando, USA
- year: 2025
id: fccm25
link: https://www.fccm.org/
timeline:
- abstract_deadline: '2025-01-10 23:59:59'
deadline: '2025-01-17 23:59:59'
timezone: AoE
date: May 4-7, 2025
place: Fayetteville, Arkansas, USA
================================================
FILE: conference/DS/fpga.yml
================================================
- title: FPGA
description: ACM/SIGDA International Symposium on Field-Programmable Gate Arrays
sub: DS
rank:
ccf: B
core: N
thcpl: A
dblp: fpga
confs:
- year: 2023
id: fpga2023
link: https://www.isfpga.org/
timeline:
- deadline: '2022-09-16 23:59:59'
comment: Abstracts Due
- deadline: '2022-09-23 23:59:59'
comment: Submissions Due
timezone: UTC-7
date: February 12 - February 14, 2023
place: Monterey, California, USA
- year: 2024
id: fpga2024
link: https://www.isfpga.org/
timeline:
- deadline: '2023-10-06 23:59:59'
comment: Abstracts Due
- deadline: '2023-10-13 23:59:59'
comment: Submissions Due
timezone: UTC-7
date: March 3 - March 5, 2024
place: Monterey, California, USA
- year: 2025
id: fpga2025
link: https://www.isfpga.org/
timeline:
- deadline: '2024-10-01 23:59:59'
comment: Abstracts Due
- deadline: '2024-10-08 23:59:59'
comment: Submissions Due
timezone: UTC-12
date: February 27 - March 01, 2025
place: Monterey, California, USA
- year: 2026
id: fpga2026
link: https://www.isfpga.org/
timeline:
- deadline: '2025-09-24 23:59:59'
comment: Abstracts Due
- deadline: '2025-10-01 23:59:59'
comment: Submissions Due
timezone: UTC-12
date: February 22 - February 24, 2026
place: Monterey, California, USA
================================================
FILE: conference/DS/fpt.yml
================================================
- title: FPT
description: International Conference on Field Programmable Technology
sub: DS
rank:
ccf: C
core: N
thcpl: N
dblp: fpt
confs:
- year: 2024
id: fpt2024
link: https://fpt2024.org/
timeline:
- deadline: '2024-07-14 23:59:59'
comment: Title and Abstract Due (Conference Track)
- deadline: '2024-07-21 23:59:59'
comment: Submission Due (Conference Track)
timezone: AoE
date: December 10 - December 12, 2024
place: Sydney, Australia
- year: 2025
id: fpt2025
link: https://fpt2025.shanghaitech.edu.cn
timeline:
- deadline: '2025-07-20 23:59:59'
comment: Title and Abstract Due (Conference Track)
- deadline: '2025-08-01 23:59:59'
comment: Submission Due (Conference Track)
timezone: AoE
date: December 02 - December 05, 2025
place: Shanghai, China
================================================
FILE: conference/DS/hotchips.yml
================================================
- title: Hot Chips
description: "Hot Chips: A Symposium on High Performance Chips"
sub: DS
rank:
ccf: B
core: C
thcpl: B
dblp: hotchips
confs:
- year: 2025
id: hcs2025
link: https://www.hotchips.org/
timeline:
- deadline: '2025-04-16 23:59:59'
timezone: AoE
date: August 24-26, 2025
place: Memorial Auditorium, Stanford, Palo Alto, CA
- year: 2026
id: hcs2026
link: https://www.hotchips.org/
timeline:
- deadline: '2025-03-29 23:59:59'
timezone: AoE
date: August 23-25, 2026
place: Memorial Auditorium, Stanford, Palo Alto, CA
================================================
FILE: conference/DS/hotstorage.yml
================================================
- title: HotStorage
description: ACM Workshop on Hot Topics in Storage and File Systems
sub: DS
rank:
ccf: C
core: N
thcpl: N
dblp: hotstorage
confs:
- year: 2026
id: hotstorage2026
link: https://www.hotstorage.org/2026/
timeline:
- deadline: '2026-06-05 23:59:59'
timezone: AoE
date: September 28-29, 2026
place: Prague, Czechia
================================================
FILE: conference/DS/hpca.yml
================================================
- title: HPCA
description: IEEE International Symposium on High-Performance Computer Architecture
sub: DS
rank:
ccf: A
core: A*
thcpl: A
dblp: hpca
confs:
- year: 2022
id: hpca22
link: https://hpca-conf.org/2022/
timeline:
- deadline: '2021-07-23 23:59:59'
comment: abstract deadline
- deadline: '2021-07-30 23:59:59'
comment: full paper deadline
timezone: UTC+0
date: Feb 12-16, 2022
place: Seoul, South Korea
- year: 2023
id: hpca23
link: https://hpca-conf.org/2023/
timeline:
- deadline: '2022-07-25 23:59:59'
comment: abstract deadline
- deadline: '2022-08-01 23:59:59'
comment: full paper deadline
timezone: UTC
date: Feb 25-Mar 01, 2023
place: Montreal, QC, Canada
- year: 2024
id: hpca24
link: https://hpca-conf.org/2024/
timeline:
- deadline: '2023-07-28 23:59:59'
comment: abstract deadline
- deadline: '2023-08-04 23:59:59'
comment: full paper deadline
timezone: UTC-7
date: March 2-6, 2024
place: Edinburgh, Scotland, UK
- year: 2025
id: hpca25
link: https://hpca-conf.org/2025/
timeline:
- abstract_deadline: '2024-07-26 23:59:59'
deadline: '2024-08-03 06:59:59'
timezone: UTC
date: March 1-5, 2025
place: Las Vegas, USA.
- year: 2026
id: hpca26
link: https://hpca-conf.org/2026/
timeline:
- abstract_deadline: '2025-07-25 23:59:59'
deadline: '2025-08-01 23:59:59'
timezone: UTC
date: Feb 25-Mar 1, 2026
place: Sydney, NSW, Australia
================================================
FILE: conference/DS/hpcc.yml
================================================
- title: HPCC
description: IEEE International Conference on High Performance Computing and Communications
sub: DS
rank:
ccf: C
core: C
thcpl: N
dblp: hpcc
confs:
- year: 2025
id: hpcc2025
link: https://hpcn.exeter.ac.uk/hpcc2025/
timeline:
- deadline: '2025-05-18 23:59:59'
timezone: AoE
date: August 13-15, 2025
place: Exeter, UK
================================================
FILE: conference/DS/hpdc.yml
================================================
- title: HPDC
description: ACM Symposium on High-Performance Parallel and Distributed Computing
sub: DS
rank:
ccf: A
core: A
thcpl: B
dblp: hpdc
confs:
- year: 2025
id: hpdc2025
link: https://hpdc.sci.utah.edu/2025/
timeline:
- deadline: '2025-02-07 11:59:59'
comment: paper submission deadline
timezone: UTC
date: July 20-23, 2025
place: Notre Dame, IN, USA
- year: 2026
id: hpdc2026
link: https://hpdc.sci.utah.edu/2026/
timeline:
- deadline: '2026-01-29 23:59:59'
comment: abstract registration deadline
- deadline: '2026-02-05 23:59:59'
comment: paper submission deadline
timezone: AoE
date: July 13-16, 2026
place: Cleveland, OH, USA
================================================
FILE: conference/DS/ica3pp.yml
================================================
- title: ICA3PP
description: International Conference on Algorithms and Architectures for Parallel Processing
sub: DS
rank:
ccf: C
core: C
thcpl: N
dblp: ica3pp
confs:
- year: 2022
id: ica3pp
link: https://ica3pp2022.compute.dtu.dk/
timeline:
- deadline: '2021-05-30 17:00:00'
comment: first round
- deadline: '2021-06-30 17:00:00'
comment: second round
timezone: UTC-8
date: October 10-12, 2022
place: Copenhagen, Denmark
- year: 2023
id: ica3pp
link: http://tjutanklab.com/ica3pp2023/
timeline:
- deadline: '2023-05-30 23:59:00'
comment: Paper Submission Due
timezone: UTC-8
date: October 20-22, 2022
place: Tianjin, China
- year: 2025
id: ica3pp
link: https://ieee-cybermatics.org/2025/ica3pp/
timeline:
- deadline: '2025-06-30 23:59:00'
comment: Paper Submission Due
timezone: UTC-8
date: October 30- November 2, 2025
place: Zhengzhou, Henan, China
================================================
FILE: conference/DS/iccad.yml
================================================
- title: ICCAD
description: IEEE/ACM International Conference on Computer-Aided Design
sub: DS
rank:
ccf: B
core: A
thcpl: B
dblp: iccad
confs:
- year: 2022
id: iccad22
link: https://iccad.com/
timeline:
- deadline: '2022-05-16 23:59:59'
comment: Abstract Deadline
- deadline: '2022-05-23 23:59:59'
comment: Full Paper Deadline
timezone: UTC-12
date: Oct 29 - Nov 3, 2022
place: San Diego, CA, USA
- year: 2023
id: iccad23
link: https://iccad.com/
timeline:
- deadline: '2023-05-15 23:59:59'
comment: Abstract Deadline
- deadline: '2023-05-22 23:59:59'
comment: Full Paper Deadline
timezone: UTC-12
date: Oct 29 - Nov 2, 2023
place: San Diego, CA, USA
- year: 2024
id: iccad24
link: https://2024.iccad.com/
timeline:
- abstract_deadline: '2024-04-28 23:59:59'
deadline: '2024-05-05 23:59:59'
timezone: UTC-12
date: October 27 - 31, 2024
place: New Jersey, USA
- year: 2025
id: iccad25
link: https://2025.iccad.com
timeline:
- abstract_deadline: '2025-04-14 23:59:59'
deadline: '2025-04-21 23:59:59'
timezone: UTC-12
date: October 26 - 30, 2025
place: MUNICH, GERMANY
- year: 2026
id: iccad26
link: https://iccad.com/2026
timeline:
- abstract_deadline: '2026-04-07 23:59:59'
deadline: '2026-04-14 23:59:59'
timezone: UTC-12
date: November 8 - 12, 2026
place: San Jose, California, USA
================================================
FILE: conference/DS/iccd.yml
================================================
- title: ICCD
description: International Conference on Computer Design
sub: DS
rank:
ccf: B
core: N
thcpl: B
dblp: iccd
confs:
- year: 2023
id: iccd23
link: https://www.iccd-conf.com/Call_for_papers.html
timeline:
- abstract_deadline: '2023-06-09 23:59:00'
deadline: '2023-06-16 23:59:00'
comment: abstract and full paper deadline
timezone: AoE
date: November 6-8, 2023
place: Washington DC, USA
- year: 2024
id: iccd24
link: https://www.iccd-conf.com/Call_for_papers.html
timeline:
- abstract_deadline: '2024-05-20 23:59:00'
deadline: '2024-05-20 23:59:00'
comment: abstract and full paper deadline
timezone: AoE
date: November, 2024
place: Milan, Italy
- year: 2025
id: iccd25
link: https://www.iccd-conf.com/home.html
timeline:
- deadline: '2025-05-25 23:59:00'
timezone: AoE
date: November 10-12, 2025
place: Dallas, USA
================================================
FILE: conference/DS/icdcs.yml
================================================
- title: ICDCS
description: IEEE International Conference on Distributed Computing Systems
sub: DS
rank:
ccf: B
core: A
thcpl: B
dblp: icdcs
confs:
- year: 2020
id: icdcs20
link: https://icdcs2020.sg/
timeline:
- abstract_deadline: '2020-01-06 23:59:59'
deadline: '2020-01-13 23:59:59'
timezone: UTC-7
date: July 8-10, 2020
place: Singapore
- year: 2021
id: icdcs21
link: https://icdcs2021.us/
timeline:
- abstract_deadline: '2021-01-06 23:59:59'
deadline: '2021-01-13 23:59:59'
timezone: UTC-5
date: July 7-10, 2021
place: Virtual
- year: 2022
id: icdcs22
link: https://icdcs2022.icdcs.org/
timeline:
- abstract_deadline: '2022-01-24 23:59:59'
deadline: '2022-01-31 23:59:59'
timezone: UTC-5
date: July 10-13, 2022
place: Bologna, Italy
- year: 2023
id: icdcs23
link: https://icdcs2023.icdcs.org/
timeline:
- abstract_deadline: '2023-01-14 23:59:59'
deadline: '2023-01-21 23:59:59'
timezone: UTC-5
date: July 18-21, 2023
place: Hong Kong, China
- year: 2024
id: icdcs24
link: https://icdcs2024.icdcs.org/
timeline:
- abstract_deadline: '2024-01-12 23:59:59'
deadline: '2024-01-19 23:59:59'
timezone: UTC-12
date: July 16-19, 2024
place: New Jersey, USA
- year: 2025
id: icdcs25
link: https://www.icdcs2025.com
timeline:
- abstract_deadline: '2024-12-04 23:59:59'
deadline: '2024-12-11 23:59:59'
timezone: UTC-12
date: July 21-23, 2025
place: Glasgow, Scotland, UK
- year: 2026
id: icdcs26
link: http://icdcs2026.icdcs.org/
timeline:
- abstract_deadline: '2026-01-21 23:59:59'
deadline: '2026-01-21 23:59:59'
timezone: AoE
date: June 22-25, 2026
place: Seoul, South Korea
================================================
FILE: conference/DS/icpads.yml
================================================
- title: ICPADS
description: IEEE International Conference on Parallel and Distributed Systems
sub: DS
rank:
ccf: C
core: N
thcpl: N
dblp: icpads
confs:
- year: 2025
id: icpads25
link: http://ieee-icpads.org.cn/
timeline:
- deadline: '2025-08-31 18:00:00'
timezone: UTC+8
date: December 14-18, 2025
place: Hefei, China
================================================
FILE: conference/DS/icpp.yml
================================================
- title: ICPP
description: International Conference on Parallel Processing
sub: DS
rank:
ccf: B
core: B
thcpl: B
dblp: icpp
confs:
- year: 2021
id: icpp21
link: https://oaciss.uoregon.edu/icpp21/
timeline:
- deadline: '2021-04-16 23:59:59'
timezone: AoE
date: August 9-12, 2021
place: Chicago, USA
- year: 2022
id: icpp22
link: https://icpp22.gitlabpages.inria.fr/
timeline:
- abstract_deadline: '2022-04-08 23:59:59'
deadline: '2022-04-14 23:59:59'
timezone: AoE
date: August 29-Sept 12, 2022
place: Bordeaux, France
- year: 2023
id: icpp23
link: https://icpp23.sci.utah.edu/
timeline:
- deadline: '2023-04-14 23:59:59'
comment: Abstract Submission
- deadline: '2023-04-22 23:59:59'
comment: Paper Submission
timezone: AoE
date: August 7-August 10, 2023
place: Salt Lake City, UTAH, USA
- year: 2024
id: icpp24
link: https://icpp2024.org/
timeline:
- abstract_deadline: '2024-04-22 23:59:59'
deadline: '2024-04-29 23:59:59'
timezone: AoE
date: August 12-15, 2024
place: Gotland, Sweden
- year: 2025
id: icpp25
link: https://icpp2025.sdsc.edu
timeline:
- deadline: '2025-05-01 23:59:59'
timezone: AoE
date: September 8-11, 2025
place: San Diego, CA, USA
- year: 2026
id: icpp26
link: https://icpp2026.github.io/
timeline:
- abstract_deadline: '2026-04-24 23:59:59'
deadline: '2026-05-01 23:59:59'
timezone: AoE
date: September 28-October 1, 2026
place: Singapore
================================================
FILE: conference/DS/ics.yml
================================================
- title: ICS
description: ACM International Conference on Supercomputing
sub: DS
rank:
ccf: B
core: A
thcpl: B
dblp: ics
confs:
- year: 2024
id: ics24
link: https://ics2024.github.io/
timeline:
- abstract_deadline: '2024-01-11 23:59:59'
deadline: '2024-01-18 23:59:59'
timezone: AoE
date: June 4-7, 2024
place: Kyoto University, Kyoto, Japan
- year: 2025
id: ics25
link: https://hpcrl.github.io/ICS2025-webpage/
timeline:
- abstract_deadline: '2025-01-13 23:59:59'
deadline: '2025-01-16 23:59:59'
timezone: AoE
date: June 9-11, 2025
place: Salt Lake City, U.S.A.
- year: 2026
id: ics26
link: https://dipsa-qub.github.io/ICS2026-webpage/
timeline:
- abstract_deadline: '2025-12-09 23:59:59'
deadline: '2025-12-16 23:59:59'
comment: 'Cycle 1'
- abstract_deadline: '2026-02-02 23:59:59'
deadline: '2026-02-09 23:59:59'
comment: 'Cycle 2'
timezone: AoE
date: July 6-9, 2026
place: Belfast, Northern Ireland, United Kingdom
================================================
FILE: conference/DS/iiswc.yml
================================================
- title: IISWC
description: IEEE International Symposium on Workload Characterization
sub: DS
rank:
ccf: N
core: N
thcpl: N
dblp: iiswc
confs:
- year: 2024
id: iiswc2024
link: https://iiswc.org/iiswc2024/
timeline:
- deadline: '2024-06-03 00:00:00'
comment: 'Submissions Due: 2024-06-03'
timezone: UTC
date: September 15-17, 2024
place: Vancouver BC Canada
- year: 2025
id: iiswc2025
link: https://iiswc.org/iiswc2025/
timeline:
- deadline: '2025-06-21 00:00:00'
comment: 'Submissions Due: 2025-06-21'
timezone: UTC
date: October 12-14, 2025
place: Irvine, USA
================================================
FILE: conference/DS/ipdps.yml
================================================
- title: IPDPS
description: IEEE International Parallel and Distributed Processing Symposium
sub: DS
rank:
ccf: B
core: A
thcpl: B
dblp: ipps
confs:
- year: 2022
id: ipdps22
link: https://www.ipdps.org/ipdps2022/
timeline:
- abstract_deadline: '2021-10-01 23:59:59'
deadline: '2021-10-08 23:59:59'
timezone: AoE
date: May 30-June 3, 2022
place: Lyon, France
- year: 2023
id: ipdps23
link: https://www.ipdps.org/ipdps2023/
timeline:
- abstract_deadline: '2022-09-29 23:59:59'
deadline: '2022-10-06 23:59:59'
timezone: AoE
date: May 15-19, 2023
place: St. Petersburg, Florida USA
- year: 2024
id: ipdps24
link: https://www.ipdps.org/
timeline:
- abstract_deadline: '2023-09-28 23:59:59'
deadline: '2023-10-05 23:59:59'
timezone: AoE
date: May 27-31, 2024
place: San Francisco, California USA
- year: 2025
id: ipdps25
link: https://www.ipdps.org/
timeline:
- abstract_deadline: '2024-10-03 23:59:59'
deadline: '2024-10-10 23:59:59'
timezone: AoE
date: June 3-7, 2025
place: Politecnico di Milano, Milan, Italy
- year: 2026
id: ipdps26
link: https://www.ipdps.org/
timeline:
- abstract_deadline: '2025-10-02 23:59:59'
deadline: '2025-10-09 23:59:59'
timezone: AoE
date: May 25-29, 2026
place: New Orleans, USA
================================================
FILE: conference/DS/isca.yml
================================================
- title: ISCA
description: International Symposium on Computer Architecture
sub: DS
rank:
ccf: A
core: A*
thcpl: A
dblp: isca
confs:
- year: 2022
id: isca22
link: https://www.iscaconf.org/isca2022/
timeline:
- deadline: '2021-11-16 23:59:59'
comment: abstract deadline
- deadline: '2021-11-23 23:59:59'
comment: full paper deadline
timezone: AoE
date: June 11-15, 2022
place: New York City, USA
- year: 2023
id: isca23
link: https://www.iscaconf.org/isca2023/
timeline:
- deadline: '2022-11-14 23:59:59'
comment: abstract deadline
- deadline: '2022-11-21 23:59:59'
comment: full paper deadline
timezone: AoE
date: June 17-23, 2023
place: Orlando, FL, USA
- year: 2024
id: isca24
link: https://iscaconf.org/isca2024/
timeline:
- deadline: '2023-11-14 23:59:59'
comment: abstract deadline
- deadline: '2023-11-21 23:59:59'
comment: full paper deadline
timezone: AoE
date: June 29-July 3, 2024
place: Buenos Aires, Argentina
- year: 2025
id: isca25
link: https://iscaconf.org/isca2025/
timeline:
- deadline: '2024-11-15 23:59:59'
comment: abstract deadline
- deadline: '2024-11-22 23:59:59'
comment: full paper deadline
timezone: AoE
date: June 21-25, 2025
place: Tokyo, Japan
- year: 2026
id: isca26
link: https://iscaconf.org/isca2026/
timeline:
- deadline: '2025-11-10 23:59:59'
comment: abstract deadline
- deadline: '2025-11-17 23:59:59'
comment: full paper deadline
timezone: AoE
date: June 27-July 1, 2026
place: Raleigh, USA
================================================
FILE: conference/DS/iscas.yml
================================================
- title: ISCAS
description: IEEE International Symposium on Circuits and Systems
sub: DS
rank:
ccf: B
core: N
thcpl: B
dblp: iscas
confs:
- year: 2025
id: iscas25
link: https://2025.ieee-iscas.org/
timeline:
- deadline: '2024-10-14 23:59:59'
timezone: AoE
date: May 25-28, 2025
place: London, UK
- year: 2026
id: iscas26
link: https://2026.ieee-iscas.org/
timeline:
- deadline: '2025-10-12 23:59:59'
timezone: AoE
date: May 24-27, 2026
place: SHANGHAI, CHINA
================================================
FILE: conference/DS/ispa.yml
================================================
- title: ISPA
description: IEEE International Symposium on Parallel and Distributed Processing with Applications
sub: DS
rank:
ccf: C
core: C
thcpl: N
dblp: ispa
confs:
- year: 2021
id: ispa21
link: http://www.cloud-conf.net/ispa2021/
timeline:
- deadline: '2021-07-09 23:59:59'
timezone: AoE
date: September 30-October 3, 2021
place: New York, USA
================================================
FILE: conference/DS/itc-asia.yml
================================================
- title: ITC-Asia
description: IEEE International Test Conference in Asia
sub: DS
rank:
ccf: C
core: N
thcpl: N
dblp: itc-asia
confs:
- year: 2026
id: itc-asia2026
link: https://www.castest.com.cn/itcasia_2026
timeline:
- abstract_deadline: '2026-04-18 23:59:59'
deadline: '2026-04-25 23:59:59'
timezone: UTC+8
date: August 19-21, 2026
place: Ningbo International Conference Center, Ningbo, China
================================================
FILE: conference/DS/itc.yml
================================================
- title: ITC
description: International Test Conference
sub: DS
rank:
ccf: B
core: A
thcpl: N
dblp: itc
confs:
- year: 2026
id: itc2026
link: https://www.itctestweek.org/
timeline:
- abstract_deadline: '2026-03-20 23:59:59'
deadline: '2026-04-24 23:59:59'
timezone: AoE
date: October 11-16, 2026
place: Grand Hyatt San Antonio Riverwalk, TX, USA
================================================
FILE: conference/DS/jcc.yml
================================================
- title: JCC
description: International Conference on JointCloud Computing
sub: DS
rank:
ccf: C
core: N
thcpl: N
dblp: N
confs:
- year: 2025
id: jcc2025
link: https://jointcloud.cloud
timeline:
- abstract_deadline: '2026-04-10 23:59:59'
deadline: '2026-04-15 23:59:59'
timezone: AoE
date: Jul 27-30, 2026
place: Tokyo, Japan
================================================
FILE: conference/DS/micro.yml
================================================
- title: MICRO
description: IEEE/ACM International Symposium on Microarchitecture
sub: DS
rank:
ccf: A
core: A
thcpl: A
dblp: micro
confs:
- year: 2021
id: micro21
link: https://www.microarch.org/micro54/
timeline:
- deadline: '2021-04-09 23:59:59'
comment: abstract deadline
- deadline: '2021-04-16 23:59:59'
comment: full paper deadline
timezone: UTC-7
date: Oct 18-22, 2021
place: Athens, Greece
- year: 2022
id: micro22
link: https://www.microarch.org/micro55/
timeline:
- deadline: '2022-04-14 11:59:59'
comment: Abstract Deadline
- deadline: '2022-04-21 11:59:59'
comment: Full Paper Deadline
timezone: UTC-7
date: Oct, 2022
place: Chicago, Illinois, USA
- year: 2023
id: micro23
link: https://www.microarch.org/micro56/
timeline:
- deadline: '2023-04-21 11:59:59'
comment: Abstract Deadline
- deadline: '2023-04-28 11:59:59'
comment: Full Paper Deadline
timezone: UTC-7
date: Oct, 2023
place: Toronto, Canada
- year: 2024
id: micro24
link: https://microarch.org/micro57/
timeline:
- deadline: '2024-04-11 11:59:59'
comment: Abstract Deadline
- deadline: '2024-04-18 11:59:59'
comment: Full Paper Deadline
timezone: UTC-5
date: November 2-6, 2024
place: Austin, Texas, USA
- year: 2025
id: micro25
link: https://microarch.org/micro58/
timeline:
- abstract_deadline: '2025-04-04 23:59:59'
deadline: '2025-04-11 23:59:59'
timezone: UTC-4
date: October 18-22, 2025
place: Seoul, Korea
- year: 2026
id: micro26
link: https://microarch.org/micro59/
timeline:
- abstract_deadline: '2026-03-31 23:59:59'
deadline: '2026-04-07 23:59:59'
timezone: UTC-4
date: October 31-November 4, 2026
place: Athens, Greece
================================================
FILE: conference/DS/msst.yml
================================================
- title: MSST
description: International Conference on Massive Storage Systems and Technology
sub: DS
rank:
ccf: B
core: N
thcpl: B
dblp: mss
confs:
- year: 2024
id: msst2024
link: https://storageconference.us/index.html
timeline:
- deadline: '2024-01-07 04:59:59'
timezone: UTC
date: June 3-7, 2024
place: Santa Clara, CA
================================================
FILE: conference/DS/netys.yml
================================================
- title: NETYS
description: The International Conference on Networked Systems
sub: DS
rank:
ccf: N
core: N
thcpl: N
dblp: netys
confs:
- year: 2024
id: netys2024
link: https://netys.net/
timeline:
- abstract_deadline: '2024-02-29 23:59:00'
deadline: '2024-03-07 23:59:00'
timezone: AoE
date: May 29-31, 2024
place: Rabat, Morocco
================================================
FILE: conference/DS/pact.yml
================================================
- title: PACT
description: International Conference on Parallel Architectures and Compilation Techniques
sub: DS
rank:
ccf: B
core: B
thcpl: B
dblp: pact
confs:
- year: 2023
id: pact23
link: https://pact2023.github.io/
timeline:
- deadline: '2023-03-25 23:59:59'
comment: Abstract submission deadline
- deadline: '2023-04-01 23:59:59'
comment: Paper submission deadline
timezone: AoE
date: October 21-October 25, 2023
place: Vienna, Austria
- year: 2024
id: pact24
link: https://pact2024.github.io/
timeline:
- deadline: '2024-03-25 23:59:59'
comment: Abstract submission deadline
- deadline: '2024-04-01 23:59:59'
comment: Paper submission deadline
timezone: AoE
date: October 13-16, 2024
place: Long Beach, California, USA
- year: 2025
id: pact25
link: https://pact2025.github.io/
timeline:
- deadline: '2025-04-11 23:59:59'
comment: Abstract submission deadline
- deadline: '2025-04-18 23:59:59'
comment: Paper submission deadline
timezone: AoE
date: November 3-6, 2025
place: Irvine, California, USA
================================================
FILE: conference/DS/pdcat.yml
================================================
- title: PDCAT
description: International Conference on Parallel and Distributed Computing, Applications and Technologies
sub: DS
rank:
ccf: N
core: C
thcpl: N
dblp: pdcat
confs:
- year: 2025
id: pdcat2025
link: https://www.pd-cat.org/
timeline:
- deadline: '2025-08-15 23:59:00'
timezone: UTC+10
date: November 22-November 24, 2025
place: Gold Coast, Australia
================================================
FILE: conference/DS/podc.yml
================================================
- title: PODC
description: ACM Symposium on Principles of Distributed Computing
sub: DS
rank:
ccf: B
core: A*
thcpl: B
dblp: podc
confs:
- year: 2024
id: podc24
link: https://www.podc.org/podc2024
timeline:
- abstract_deadline: '2024-02-11 23:59:59'
deadline: '2024-02-15 23:59:59'
timezone: AoE
date: June 17-21, 2024
place: Nantes, France
================================================
FILE: conference/DS/ppopp.yml
================================================
- title: PPoPP
description: ACM SIGPLAN Symposium on Principles & Practice of Parallel Programming
sub: DS
rank:
ccf: A
core: B
thcpl: A
dblp: ppopp
confs:
- year: 2021
id: ppopp21
link: https://ppopp21.sigplan.org/
timeline:
- abstract_deadline: '2020-08-06 23:59:59'
deadline: '2020-08-13 23:59:59'
timezone: AoE
date: February 27-Mar 3, 2021
place: Virtual
- year: 2022
id: ppopp22
link: https://ppopp22.sigplan.org/
timeline:
- abstract_deadline: '2021-08-09 23:59:59'
deadline: '2021-08-13 23:59:59'
timezone: AoE
date: February 12-16, 2022
place: Seoul, S. Korea
- year: 2023
id: ppopp23
link: https://ppopp23.sigplan.org/
timeline:
- deadline: '2022-08-17 23:59:59'
timezone: AoE
date: February 25-Mar 1, 2023
place: Montreal, Canada
- year: 2024
id: ppopp24
link: https://conf.researchr.org/home/ppopp-2024
timeline:
- deadline: '2023-08-04 23:59:59'
timezone: AoE
date: Mar 2-Mar 6, 2024
place: Edinburgh, United Kingdom
- year: 2025
id: ppopp25
link: https://ppopp25.sigplan.org/
timeline:
- deadline: '2024-08-16 23:59:59'
timezone: AoE
date: Mar 1-5, 2025
place: Las Vegas, Nevada, USA
- year: 2026
id: ppopp26
link: https://ppopp26.sigplan.org/
timeline:
- deadline: '2025-09-01 23:59:59'
timezone: AoE
date: Jan 31-Feb 4, 2026
place: Sydney, Australia
================================================
FILE: conference/DS/rtas.yml
================================================
- title: RTAS
description: IEEE Real-Time and Embedded Technology and Applications Symposium
sub: DS
rank:
ccf: B
core: A
thcpl: B
dblp: rtas
confs:
- year: 2024
id: rtas2024
link: https://2024.rtas.org/
timeline:
- deadline: '2023-10-31 11:59:59'
comment: Submission Deadline (firm)
timezone: AoE
date: May 13-16, 2024
place: Hong Kong, China
- year: 2026
id: rtas2026
link: https://2026.rtas.org/
timeline:
- deadline: '2025-11-13 11:59:59'
timezone: AoE
date: May 12-14, 2026
place: Saint Malo, France
================================================
FILE: conference/DS/sc.yml
================================================
- title: SC
description: International Conference for High Performance Computing, Networking, Storage, and Analysis
sub: DS
rank:
ccf: A
core: A
thcpl: A
dblp: sc
confs:
- year: 2022
id: sc22
link: https://sc22.supercomputing.org/
timeline:
- deadline: '2022-04-01 23:59:00'
timezone: AoE
date: November 13-18, 2022
place: Dallas, Texas, USA
- year: 2023
id: sc23
link: https://sc23.supercomputing.org/
timeline:
- deadline: '2023-04-06 23:59:00'
timezone: AoE
date: November 12-17, 2023
place: DENVER, CO, USA
- year: 2024
id: sc24
link: https://sc24.supercomputing.org/
timeline:
- abstract_deadline: '2024-03-26 23:59:59'
deadline: '2024-04-02 23:59:00'
timezone: AoE
date: November 17-22, 2024
place: ATLANTA, GA, USA
- year: 2025
id: sc25
link: https://sc25.supercomputing.org/
timeline:
- abstract_deadline: '2025-04-07 23:59:59'
deadline: '2025-04-14 23:59:00'
timezone: AoE
date: November 16-21, 2025
place: St. louis, Missouri, USA
- year: 2026
id: sc26
link: https://sc26.supercomputing.org/
timeline:
- abstract_deadline: '2026-04-01 23:59:59'
deadline: '2026-04-08 23:59:00'
timezone: AoE
date: November 15-20, 2026
place: McCormick Place, Chicago, Illinois, USA
================================================
FILE: conference/DS/sec.yml
================================================
- title: SEC
description: ACM/IEEE Symposium on Edge Computing
sub: DS
rank:
ccf: C
core: N
thcpl: N
dblp: ieeesec
confs:
- year: 2026
id: sec2026
link: https://acm-ieee-sec.org/2026/
timeline:
- abstract_deadline: '2026-04-24 23:59:59'
deadline: '2026-05-01 23:59:59'
timezone: AoE
date: Oct 13-16, 2026
place: Santa Clara University, CA, USA
================================================
FILE: conference/DS/sigmetrics.yml
================================================
- title: SIGMETRICS
description: ACM Special Interest Group on Measurement and Evaluation
sub: DS
rank:
ccf: B
core: A*
thcpl: A
dblp: sigmetrics
confs:
- year: 2025
id: sigmetrics25
link: https://www.sigmetrics.org/sigmetrics2025/
timeline:
- abstract_deadline: '2024-07-31 23:59:00'
deadline: '2024-08-07 23:59:00'
comment: summer round
- abstract_deadline: '2024-10-02 23:59:00'
deadline: '2024-10-09 23:59:00'
comment: fall round
- abstract_deadline: '2025-01-15 23:59:00'
deadline: '2025-01-22 23:59:00'
comment: winter round
timezone: AoE
date: June 9-13, 2025
place: Stony Brook, New York, USA
- year: 2026
id: sigmetrics26
link: https://www.sigmetrics.org/sigmetrics2026/
timeline:
- abstract_deadline: '2025-07-22 23:59:00'
deadline: '2025-07-29 23:59:00'
comment: 'summer round'
- abstract_deadline: '2025-10-07 23:59:00'
deadline: '2025-10-14 23:59:00'
comment: 'fall round'
- abstract_deadline: '2026-01-06 23:59:00'
deadline: '2026-01-13 23:59:00'
comment: 'winter round'
timezone: AoE
date: June 8-12, 2026
place: Ann Arbor, Michigan, USA
- year: 2027
id: sigmetrics27
link: https://www.sigmetrics.org/sigmetrics2027/
timeline:
- abstract_deadline: 'TBD'
deadline: 'TBD'
timezone: AoE
date: TBD
place: Atlanta, Georgia, USA
================================================
FILE: conference/DS/socc.yml
================================================
- title: SoCC
description: ACM Symposium on Cloud Computing
sub: DS
rank:
ccf: B
core: N
thcpl: B
dblp: cloud
confs:
- year: 2023
id: socc23
link: https://acmsocc.org/2023/
timeline:
- deadline: '2023-06-09 13:59:00'
comment: abstract and full paper deadline
timezone: UTC-7
date: October 30 - November 1, 2023
place: California, USA
- year: 2024
id: socc24
link: https://acmsocc.org/2024/
timeline:
- abstract_deadline: '2024-07-08 17:00:00'
deadline: '2024-07-15 17:00:00'
timezone: UTC-4
date: November 20-22, 2024
place: Redmond, USA
- year: 2026
id: socc26
link: https://acmsocc.org/2026/
timeline:
- abstract_deadline: '2026-02-06 23:59:59'
deadline: '2026-02-13 23:59:59'
comment: First round
- abstract_deadline: '2026-07-07 23:59:59'
deadline: '2026-07-14 23:59:59'
comment: Second round
timezone: AoE
date: November 18-20, 2026
place: Singapore
================================================
FILE: conference/DS/spaa.yml
================================================
- title: SPAA
description: ACM Symposium on Parallelism in Algorithms and Architectures
sub: DS
rank:
ccf: B
core: B
thcpl: B
dblp: spaa
confs:
- year: 2024
id: spaa24
link: https://spaa.acm.org/
timeline:
- abstract_deadline: '2024-01-19 23:59:00'
deadline: '2024-01-24 23:59:00'
timezone: AoE
date: June 17-21, 2024
place: Nantes, France
- year: 2025
id: spaa25
link: https://spaa.acm.org/call-for-papers/
timeline:
- abstract_deadline: '2025-02-21 23:59:59'
deadline: '2025-02-28 23:59:59'
timezone: AoE
date: July 28 - August 1, 2025
place: Portland, Oregon
- year: 2026
id: spaa26
link: https://spaa.acm.org/
timeline:
- abstract_deadline: '2026-02-20 23:59:59'
deadline: '2026-02-27 23:59:59'
timezone: AoE
date: July 6 - July 10, 2026
place: London, UK
================================================
FILE: conference/DS/systor.yml
================================================
- title: SYSTOR
description: The ACM International Systems and Storage Conference
sub: DS
rank:
ccf: C
core: N
thcpl: N
dblp: systor
confs:
- year: 2024
id: systor24
link: https://www.systor.org/2024/
timeline:
- deadline: '2024-03-13 23:59:59'
comment: Full and Short Papers Track
- deadline: '2024-04-03 23:59:59'
comment: Highlight Papers Track
- deadline: '2024-04-11 22:59:59'
comment: Posters with Extended Abstract Track
timezone: UTC+1
date: June 17-19, 2024
place: Tel Aviv, Israel
- year: 2025
id: systor25
link: https://www.systor.org/2025/
timeline:
- deadline: '2025-05-22 23:59:59'
comment: Full and Short Papers Track
- deadline: '2025-07-03 22:59:59'
comment: Posters with Extended Abstract Track
timezone: AoE
date: September 8-9, 2025
place: IBM Haifa, Israel
================================================
FILE: conference/DS/vee.yml
================================================
- title: VEE
description: Virtual Execution Environments
sub: DS
rank:
ccf: B
core: B
thcpl: B
dblp: vee
confs:
- year: 2022
id: vee2022
link: https://conf.researchr.org/home/vee-2022
timeline:
- deadline: '2021-12-03 23:59:59'
timezone: AoE
date: Feb 28-March 4, 2022
place: Virtual
================================================
FILE: conference/HI/assets.yml
================================================
- title: ASSETS
description: ACM SIGACCESS Conference on Computers and Accessibility
sub: HI
rank:
ccf: C
core: A
thcpl: B
dblp: assets
confs:
- year: 2025
id: assets25
link: https://assets25.sigaccess.org/
timeline:
- deadline: '2025-04-16 23:59:59'
timezone: AoE
date: Oct 26 - 29, 2025
place: Denver, Colorado
================================================
FILE: conference/HI/chi.yml
================================================
- title: CHI
description: ACM Conference on Human Factors in Computing Systems
sub: HI
rank:
ccf: A
core: A*
thcpl: A
dblp: chi
confs:
- year: 2024
id: chi24
link: http://chi2024.acm.org/
timeline:
- abstract_deadline: '2023-09-07 23:59:59'
deadline: '2023-09-14 23:59:59'
timezone: AoE
date: May 11 - May 16, 2024
place: Honolulu, Hawaii, USA
- year: 2025
id: chi25
link: https://chi2025.acm.org/
timeline:
- abstract_deadline: '2024-09-05 23:59:59'
deadline: '2024-09-12 23:59:59'
timezone: AoE
date: April 26 - May 1, 2025
place: Yokohama, Japan
- year: 2026
id: chi26
link: https://chi2026.acm.org/
timeline:
- abstract_deadline: '2025-09-04 23:59:59'
deadline: '2025-09-11 23:59:59'
timezone: AoE
date: April 13 - 17, 2026
place: Centre de Convencions Internacional de Barcelona, Barcelona, Spain
================================================
FILE: conference/HI/collaboratecom.yml
================================================
- title: CollaborateCom
description: "International Conference on Collaborative Computing: Networking, Applications and Worksharing"
sub: HI
rank:
ccf: C
core: C
thcpl: N
dblp: colcom
confs:
- year: 2025
id: collaboratecom25
link: https://collaboratecom.eai-conferences.org/2025/
timeline:
- deadline: '2025-05-01 23:59:59'
timezone: UTC-8
date: November 15-16, 2025
place: Shanghai, China
- year: 2026
id: collaboratecom26
link: https://collaboratecom.eai-conferences.org/2026/
timeline:
- deadline: '2026-05-01 23:59:59'
timezone: UTC-8
date: November 14-15, 2026
place: Hong Kong SAR, China
================================================
FILE: conference/HI/cscw.yml
================================================
- title: CSCW
description: ACM Conference on Computer Supported Cooperative Work and Social Computing
sub: HI
rank:
ccf: A
core: A
thcpl: A
dblp: cscw
confs:
- year: 2021
id: cscw21
link: https://cscw.acm.org/2021/
timeline:
- deadline: '2021-04-15 23:59:59'
timezone: AoE
date: TBD
place: Virtual
- year: 2022
id: cscw22
link: https://cscw.acm.org/2022/
timeline:
- deadline: '2022-01-15 23:59:59'
timezone: AoE
date: January 1, 2022
place: Taiwan
- year: 2023
id: cscw23
link: https://cscw.acm.org/2023/
timeline:
- deadline: '2023-06-01 23:59:59'
timezone: AoE
date: October 14-18, 2023
place: Minneapolis, MN, USA
- year: 2024
id: cscw24
link: https://cscw.acm.org/2024/
timeline:
- deadline: '2024-01-16 23:59:59'
timezone: AoE
date: November 9-13, 2024
place: San José, Costa Rica
- year: 2025
id: cscw25
link: https://cscw.acm.org/2025/
timeline:
- deadline: '2024-07-02 23:59:59'
comment: 'JULY 2024 CYCLE'
- deadline: '2024-10-29 23:59:59'
comment: 'OCTOBER 2024 CYCLE'
timezone: AoE
date: October 18-22, 2025
place: Bergen, Norway
- year: 2026
id: cscw26
link: https://cscw.acm.org/2026/
timeline:
- deadline: '2025-05-13 23:59:59'
comment: 'MAY 2025 SUBMISSION CYCLE'
timezone: AoE
date: October 10-14, 2026
place: Salt Lake City, Utah, USA
================================================
FILE: conference/HI/cscwd.yml
================================================
- title: CSCWD
description: International Conference on Computer Supported Cooperative Work in Design
sub: HI
rank:
ccf: C
core: C
thcpl: N
dblp: cscwd
confs:
- year: 2022
id: cscwd22
link: http://8.131.80.51/cscwd2022/index.html
timeline:
- deadline: '2021-11-30 23:59:59'
timezone: AoE
date: May 4-6, 2022
place: Hangzhou, China
- year: 2023
id: cscwd23
link: http://2023.cscwd.org
timeline:
- deadline: '2022-10-31 23:59:59'
timezone: AoE
date: May 24-26, 2023
place: Rio de Janeiro, Brazil
- year: 2025
id: cscwd25
link: http://2025.cscwd.org
timeline:
- deadline: '2024-11-15 23:59:59'
timezone: AoE
date: May 5-7, 2025
place: Compiègne, France
================================================
FILE: conference/HI/dis.yml
================================================
- title: DIS
description: ACM Conference on Designing Interactive Systems
sub: HI
rank:
ccf: C
core: A
thcpl: B
dblp: ACMdis
confs:
- year: 2025
id: dis25
link: https://dis.acm.org/2025/
timeline:
- abstract_deadline: '2025-01-13 23:59:59'
deadline: '2025-01-20 23:59:59'
timezone: AoE
date: July 5 - 9, 2025
place: Funchal, Madeira, Portugal
- year: 2026
id: dis26
link: https://dis.acm.org/2026/
timeline:
- abstract_deadline: '2026-01-09 23:59:59'
deadline: '2026-01-19 23:59:59'
timezone: AoE
date: June 13 - 17, 2026
place: Singapore
================================================
FILE: conference/HI/ecscw.yml
================================================
- title: ECSCW
description: European Conference on Computer Supported Cooperative Work
sub: HI
rank:
ccf: B
core: B
thcpl: N
dblp: ecscw
confs:
- year: 2025
id: ecscw25
link: https://ecscw.eusset.eu/2025/
timeline:
- deadline: '2025-02-25 23:59:59'
comment: 'Conference Papers'
timezone: AoE
date: June 30 - July 4, 2025
place: Newcastle upon Tyne, UK
- year: 2026
id: ecscw26
link: https://ecscw.eusset.eu/2026
timeline:
- deadline: '2026-03-06 23:59:59'
comment: 'Conference Papers'
timezone: AoE
date: 29 June - 3 July, 2026
place: Munich, Germany
================================================
FILE: conference/HI/group.yml
================================================
- title: GROUP
description: ACM International Conference on Supporting Group Work
sub: HI
rank:
ccf: B
core: B
thcpl: N
dblp: group
confs:
- year: 2025
id: group25
link: https://group.acm.org/conferences/group25
timeline:
- deadline: '2023-06-07 23:59:59'
comment: 'Full Paper First Wave Submissions'
- abstract_deadline: '2024-05-01 23:59:59'
deadline: '2024-05-08 23:59:59'
comment: 'Full Paper Second Wave Submissions'
timezone: AoE
date: January 12-15, 2025
place: Omni Hilton Head Oceanfront Resort, Hilton Head Island, South Carolina, USA
- year: 2027
id: group27
link: https://group.acm.org/conferences/group27/
timeline:
- abstract_deadline: '2025-07-08 23:59:59'
deadline: '2025-07-15 23:59:59'
comment: 'Full Paper First Wave Submissions'
timezone: AoE
date: January 10-13, 2027
place: St Simons Island, Georgia, USA
================================================
FILE: conference/HI/icmi.yml
================================================
- title: ICMI
description: ACM International Conference on Multimodal Interaction
sub: HI
rank:
ccf: C
core: B
thcpl: B
dblp: icmi
confs:
- year: 2024
id: icmi24
link: https://icmi.acm.org/2024/
timeline:
- abstract_deadline: '2024-04-26 23:59:59'
deadline: '2024-05-10 23:59:59'
timezone: UTC+7
date: Nov 4 - 8, 2024
place: San José, Costa Rica
- year: 2025
id: icmi25
link: https://icmi.acm.org/2025/
timeline:
- abstract_deadline: '2025-04-25 23:59:59'
deadline: '2025-05-02 23:59:59'
timezone: UTC+7
date: Oct 13 - 17, 2025
place: Canberra, Australia
- year: 2026
id: icmi26
link: https://icmi.acm.org/2026/
timeline:
- abstract_deadline: '2026-04-13 23:59:59'
deadline: '2026-04-20 23:59:59'
timezone: UTC+7
date: Oct 5 - 9, 2026
place: Napoli, Italy
================================================
FILE: conference/HI/icwsm.yml
================================================
- title: ICWSM
description: The International AAAI Conference on Web and Social Media
sub: HI
rank:
ccf: B
core: A
thcpl: N
dblp: icwsm
confs:
- year: 2025
id: icwsm2025
link: https://www.icwsm.org/2025/index.html
timeline:
- deadline: '2024-05-15 23:59:59'
comment: 1st Full-paper Deadline
- deadline: '2024-09-15 23:59:59'
comment: 2nd Full-paper Deadline
- deadline: '2025-01-15 23:59:59'
comment: 3rd Full-paper Deadline
timezone: AoE
date: June 23 - 26, 2025
place: Copenhagen, Denmark
- year: 2026
id: icwsm2026
link: https://www.icwsm.org/2026/index.html
timeline:
- deadline: '2025-05-15 23:59:59'
comment: 1st Full-paper Deadline
- deadline: '2025-09-15 23:59:59'
comment: 2nd Full-paper Deadline
- deadline: '2026-01-15 23:59:59'
comment: 3rd Full-paper Deadline
timezone: AoE
date: May 27-29, 2026
place: Los Angeles, CA, USA
================================================
FILE: conference/HI/iss.yml
================================================
- title: ISS
description: ACM International Conference on Interactive Surfaces and Spaces
sub: HI
rank:
ccf: B
core: N
thcpl: N
dblp: tabletop
confs:
- year: 2025
id: iss25
link: https://iss.acm.org/2025/
timeline:
- deadline: '2025-03-14 23:59:59'
commet: "First round 2025 \t"
- deadline: '2025-07-25 23:59:59'
commet: 'Second round 2025'
timezone: AoE
date: TBD
place: TBD
================================================
FILE: conference/HI/iui.yml
================================================
- title: IUI
description: ACM Conference on Intelligent User Interfaces
sub: HI
rank:
ccf: B
core: A
thcpl: B
dblp: iui
confs:
- year: 2024
id: iui24
link: https://iui.acm.org/2024/
timeline:
- abstract_deadline: '2023-10-02 23:59:59'
deadline: '2023-10-09 23:59:59'
timezone: AoE
date: March 18 - March 21, 2024
place: Greenville, South Carolina USA
- year: 2025
id: iui25
link: https://iui.acm.org/2025/
timeline:
- abstract_deadline: '2024-10-02 23:59:59'
deadline: '2024-10-09 23:59:59'
timezone: AoE
date: March 24 - March 27, 2025
place: Cagliari, Italy
- year: 2026
id: iui26
link: https://iui.hosting.acm.org/2026/
timeline:
- abstract_deadline: '2025-10-03 23:59:59'
deadline: '2025-10-10 23:59:59'
timezone: AoE
date: March 23 - 26, 2026
place: Paphos, Cyprus
================================================
FILE: conference/HI/percom.yml
================================================
- title: PerCom
description: IEEE International Conference on Pervasive Computing and Communications
sub: HI
rank:
ccf: B
core: A*
thcpl: B
dblp: percom
confs:
- year: 2025
id: percom25
link: https://percom.org/
timeline:
- abstract_deadline: '2024-09-29 23:59:00'
deadline: '2024-10-04 23:59:00'
timezone: AoE
date: March 17 - 21, 2025
place: Walter E. Washington Convention Center, Washington DC, USA
- year: 2026
id: percom26
link: https://percom.org/
timeline:
- abstract_deadline: '2025-10-03 23:59:00'
deadline: '2025-10-03 23:59:00'
timezone: AoE
date: March 16 - 20, 2026
place: Pisa, Italy
================================================
FILE: conference/HI/ubicomp.yml
================================================
- title: UbiComp/ISWC
description: ACM International Joint Conference on Pervasive and Ubiquitous Computing
sub: HI
rank:
ccf: A
core: N
thcpl: A
dblp: huc
confs:
- year: 2026
id: ubicomp26
link: https://www.ubicomp.org/ubicomp-iswc-2026
timeline:
- deadline: '2026-02-01 23:59:59'
comment: first round
- deadline: '2026-05-01 23:59:59'
comment: second round
- deadline: '2026-08-01 23:59:59'
comment: third round (only for resubmissions after major revisions)
- deadline: '2026-11-01 23:59:59'
comment: fourth round
timezone: AoE
date: October 11-15, 2026
place: Shanghai, China
- year: 2025
id: ubicomp25
link: https://www.ubicomp.org/ubicomp-iswc-2025
timeline:
- deadline: '2025-02-01 23:59:59'
comment: first round
- deadline: '2025-05-01 23:59:59'
comment: second round
- deadline: '2025-08-01 23:59:59'
comment: third round (only for resubmissions after major revisions)
- deadline: '2025-11-01 23:59:59'
comment: fourth round
timezone: AoE
date: October 12-16, 2025
place: Espoo, Finland
- year: 2024
id: huc24
link: https://www.ubicomp.org/ubicomp-iswc-2024
timeline:
- deadline: '2024-02-01 23:59:59'
comment: first round
- deadline: '2024-05-01 23:59:59'
comment: second round
- deadline: '2024-08-01 23:59:59'
comment: third round (only for revised paper)
- deadline: '2024-11-01 23:59:59'
comment: fourth round
timezone: AoE
date: October 5-9, 2024
place: Melbourne, Australia
- year: 2023
id: huc23
link: https://www.ubicomp.org/ubicomp-iswc-2023
timeline:
- deadline: '2023-02-15 23:59:59'
comment: first round
- deadline: '2023-05-15 23:59:59'
comment: second round
- deadline: '2023-08-15 23:59:59'
comment: third round
- deadline: '2023-11-15 23:59:59'
comment: fourth round
timezone: UTC-5
date: October 8-12, 2023
place: Cancún, Mexico
================================================
FILE: conference/HI/uic.yml
================================================
- title: UIC
description: IEEE International Conference on Ubiquitous Intelligence and Computing
sub: HI
rank:
ccf: C
core: B
thcpl: N
dblp: uic
confs:
- year: 2025
id: uic25
link: https://www.ieee-smart-world.org/2025/
timeline:
- deadline: '2025-05-01 23:59:59'
comment: 'Conference Papers'
timezone: UTC-4
date: Aug 18 - 22, 2025
place: Calgary, Alberta, Canada
================================================
FILE: conference/HI/uist.yml
================================================
- title: UIST
description: ACM Symposium on User Interface Software and Technology
sub: HI
rank:
ccf: A
core: A*
thcpl: A
dblp: uist
confs:
- year: 2024
id: uist2024
link: https://uist.acm.org/2024
timeline:
- deadline: '2024-03-27 17:00:00'
comment: abstract deadline
- deadline: '2024-04-03 17:00:00'
comment: paper deadline
timezone: UTC-8
date: October 13-16, 2024
place: Pittsburgh, Pennsylvania, USA
- year: 2025
id: uist2025
link: https://uist.acm.org/2025/
timeline:
- deadline: '2025-04-02 17:00:00'
comment: abstract deadline
- deadline: '2025-04-09 17:00:00'
comment: paper deadline
timezone: UTC-8
date: Sep 28 - Oct 1, 2025
place: Busan, Korea
- year: 2026
id: uist2026
link: https://uist.acm.org/2026/
timeline:
- abstract_deadline: '2026-03-24 23:59:59'
deadline: '2026-03-31 23:59:59'
timezone: AoE
date: November 2 - 5, 2026
place: GM Renaissance Center, Detroit, MI, USA
================================================
FILE: conference/MX/apbc.yml
================================================
- title: APBC
description: Asia Pacific Bioinformatics Conference
sub: MX
rank:
ccf: C
core: B
thcpl: N
dblp: apbc
confs:
- year: 2025
id: apbc25
link: https://bioinfo.nuaa.edu.cn/apbc2025/main.psp
timeline:
- deadline: '2025-06-15 23:59:59'
timezone: UTC+0
date: September 19-22, 2025
place: Nanjing, China
- year: 2026
id: apbc26
link: https://www.apbc2026.com/home
timeline:
- deadline: '2026-06-15 23:59:59'
timezone: UTC+0
date: October 21-24, 2026
place: Hsinchu, Taiwan, China
================================================
FILE: conference/MX/bibm.yml
================================================
- title: BIBM
description: IEEE International Conference on Bioinformatics and Biomedicine
sub: MX
rank:
ccf: B
core: N
thcpl: N
dblp: bibm
confs:
- year: 2021
id: bibm21
link: https://ieeebibm.org/BIBM2021/
timeline:
- deadline: '2021-08-28 17:00:00'
comment: Electronic submission of full papers
timezone: UTC-5
date: Dec 9-12, 2021
place: Online
- year: 2022
id: bibm22
link: http://ieeebibm.org/BIBM2022/
timeline:
- deadline: '2022-08-21 17:00:00'
comment: Electronic submission of full papers
timezone: UTC-5
date: Dec 6-9, 2022
place: Las Vegas, NV, USA
- year: 2023
id: bibm23
link: https://bidma.cpsc.ucalgary.ca/IEEE-BIBM-2023/
timeline:
- deadline: '2023-08-15 17:00:00'
comment: Electronic submission of full papers
timezone: UTC-5
date: Dec 5-8, 2023
place: Istanbul, Turkey
- year: 2024
id: bibm24
link: https://ieeebibm.org/BIBM2024/
timeline:
- deadline: '2024-06-20 17:00:00'
comment: First Round, papers submitted by the June 20 deadline will be reviewed and notified by Aug 15
- deadline: '2024-08-16 17:00:00'
comment: Second Round, papers submitted by the Aug 16, 2024 deadline, will be reviewed and notified by the Oct 16, 2024
timezone: UTC-5
date: Dec 3-6, 2024
place: Lisbon, Portugal
- year: 2025
id: bibm25
link: https://ieeebibm.org/BIBM2025/
timeline:
- deadline: '2025-08-03 17:00:00'
timezone: UTC-5
date: Dec 15-18, 2025
place: Wuhan, China
- year: 2026
id: bibm26
link: https://ieeebibm.org/BIBM2026/
timeline:
- deadline: '2026-07-05 17:00:00'
timezone: UTC-5
date: Dec 1-4, 2026
place: Dallas, USA
================================================
FILE: conference/MX/bigdata.yml
================================================
- title: BigData
description: IEEE International Conference on Big Data
sub: MX
rank:
ccf: C
core: B
thcpl: N
dblp: bigdataconf
confs:
- year: 2025
id: bigdata25
link: https://conferences.cis.um.edu.mo/ieeebigdata2025/
timeline:
- deadline: '2025-08-29 23:59:59'
timezone: AoE
date: December 8-11, 2025
place: Macau SAR, China
- year: 2026
id: bigdata26
link: https://bigdataieee.org/BigData2026/
timeline:
- deadline: '2026-08-21 23:59:59'
timezone: AoE
date: December 14-17, 2026
place: Phoenix, Arizona, United State
================================================
FILE: conference/MX/bis.yml
================================================
- title: BIS
description: International Conference on Business Information Systems
sub: MX
rank:
ccf: N
core: N
thcpl: N
dblp: bis
confs:
- year: 2025
id: bis2025
link: https://bisconf.org/2025/
timeline:
- deadline: '2025-01-31 23:59:59'
timezone: AoE
date: June 25-27, 2025
place: Poznań, Poland
- year: 2026
id: bis2026
link: https://bisconf.org/2026/
timeline:
- deadline: '2026-01-25 23:59:59'
timezone: AoE
date: June 10-12, 2026
place: Prague, Czech Republic
================================================
FILE: conference/MX/cloud.yml
================================================
- title: Cloud
description: IEEE International Conference on Cloud Computing
sub: MX
rank:
ccf: C
core: B
thcpl: B
dblp: IEEEcloud
confs:
- year: 2025
id: cloud25
link: https://services.conferences.computer.org/2025/cloud/
timeline:
- deadline: '2025-03-10 23:00:00'
timezone: AoE
date: July 7-12, 2025
place: Helsinki, Finland
================================================
FILE: conference/MX/cogsci.yml
================================================
- title: CogSci
description: Annual Meeting of the Cognitive Science Society
sub: MX
rank:
ccf: B
core: B
thcpl: N
dblp: cogsci
confs:
- year: 2023
id: cogsci23
link: https://cognitivesciencesociety.org/cogsci-2023/
timeline:
- deadline: '2023-02-01 23:59:59'
timezone: UTC+8
date: July 26-29, 2023
place: Sydney, Australia
- year: 2024
id: cogsci24
link: https://cognitivesciencesociety.org/cogsci-2024/
timeline:
- deadline: '2024-02-01 23:59:59'
timezone: UTC+8
date: July 24-27, 2024
place: Rotterdam, Netherlands
- year: 2025
id: cogsci25
link: https://cognitivesciencesociety.org/cogsci-2025/
timeline:
- deadline: '2025-02-01 23:59:59'
timezone: UTC+8
date: July 30-August 2, 2025
place: Marriott Marquis, San Francisco
- year: 2026
id: cogsci26
link: https://cognitivesciencesociety.org/cogsci-2026/
timeline:
- deadline: '2026-02-02 23:59:59'
timezone: AoE
date: July 22-25, 2026
place: Rio de Janeiro, Brazil
================================================
FILE: conference/MX/emsoft.yml
================================================
- title: EMSOFT
description: International Conference on Embedded Software
sub: MX
rank:
ccf: B
core: N
thcpl: B
dblp: emsoft
confs:
- year: 2025
id: emsoft25
link: https://esweek.org/emsoft/
timeline:
- abstract_deadline: '2025-03-23 23:59:59'
deadline: '2025-03-30 23:59:59'
timezone: AoE
date: September 28 - October 3, 2025
place: TAIPEI, TAIWAN
- year: 2026
id: emsoft26
link: https://esweek.org/emsoft/
timeline:
- abstract_deadline: '2026-03-23 23:59:59'
deadline: '2026-03-30 23:59:59'
timezone: AoE
date: October 4 - 9, 2026
place: Barcelona, Spain
================================================
FILE: conference/MX/icic.yml
================================================
- title: ICIC
description: International Conference on Intelligent Computing
sub: MX
rank:
ccf: C
core: N
thcpl: N
dblp: icic
confs:
- year: 2024
id: icic24
link: http://www.ic-icc.cn/2024/index.htm
timeline:
- deadline: '2024-04-11 12:00:00'
timezone: UTC+8
date: August 5-8, 2024
place: Tianjin, China
- year: 2025
id: icic25
link: http://www.ic-icc.cn/2025/index.php
timeline:
- deadline: '2025-04-10 11:59:59'
timezone: UTC+8
date: July 26-29, 2025
place: Ningbo, China
- year: 2026
id: icic26
link: http://www.ic-icc.cn/2026/
timeline:
- deadline: '2026-04-04 11:59:59'
timezone: UTC+8
date: July 22-26, 2026
place: Toronto, Canada
================================================
FILE: conference/MX/isbra.yml
================================================
- title: ISBRA
description: International Symposium on Bioinformatics Research and Applications
sub: MX
rank:
ccf: C
core: N
thcpl: N
dblp: isbra
confs:
- year: 2025
id: isbra25
link: https://www.helsinki.fi/en/conferences/isbra2025
timeline:
- deadline: '2025-04-01 23:59:59'
timezone: AoE
date: August 3-5, 2025
place: Helsinki, Finland
================================================
FILE: conference/MX/miccai.yml
================================================
- title: MICCAI
description: International Conference on Medical Image Computing and Computer Assisted Intervention
sub: MX
rank:
ccf: B
core: A
thcpl: B
dblp: miccai
confs:
- year: 2023
id: miccai23
link: https://conferences.miccai.org/2023/en/
timeline:
- deadline: '2023-03-09 23:59:59'
comment: Paper submission deadline
timezone: UTC+0
date: Oct 8-12, 2023
place: Vancouver, Canada
- year: 2024
id: miccai24
link: https://conferences.miccai.org/2024/en/
timeline:
- deadline: '2024-03-07 23:59:59'
comment: Main conference papers
timezone: UTC-8
date: Oct 6-10, 2024
place: Marrakesh, Morocco
- year: 2025
id: miccai25
link: https://conferences.miccai.org/2025/en/default.asp
timeline:
- abstract_deadline: '2025-02-13 23:59:00'
deadline: '2025-02-27 23:59:00'
timezone: UTC-8
date: Sep 23-27, 2025
place: Daejeon, Republic of Korea
- year: 2026
id: miccai26
link: https://conferences.miccai.org/2026/en/IMPORTANT-DATES.html
timeline:
- abstract_deadline: '2026-02-12 23:59:00'
deadline: '2026-02-26 23:59:00'
timezone: UTC-8
date: Oct 4-8, 2026
place: ADNEC Centre, Abu Dhabi, U.A.E.
================================================
FILE: conference/MX/mlsys.yml
================================================
- title: MLSys
description: Conference on Machine Learning and Systems
sub: MX
rank:
ccf: N
core: N
thcpl: N
dblp: mlsys
confs:
- year: 2021
id: mlsys21
link: https://mlsys.org/Conferences/2021
timeline:
- deadline: '2020-10-11 23:59:59'
timezone: AoE
date: April 5-9, 2021
place: virtual
- year: 2022
id: mlsys22
link: https://mlsys.org/Conferences/2022
timeline:
- deadline: '2021-10-15 20:00:00'
timezone: AoE
date: August 29-September 1, 2022
place: Santa Clara, USA
- year: 2023
id: mlsys23
link: https://mlsys.org/Conferences/2023
timeline:
- deadline: '2022-10-28 20:00:00'
timezone: AoE
date: June 5-8, 2023
place: Miami, USA
- year: 2024
id: mlsys24
link: https://mlsys.org/Conferences/2024
timeline:
- deadline: '2023-10-27 04:00:00'
timezone: AoE
date: May 12-16, 2024
place: Santa Clara, USA
- year: 2025
id: mlsys25
link: https://mlsys.org/
timeline:
- deadline: '2024-10-24 20:00:00'
timezone: AoE
date: May 13-16, 2025
place: Santa Clara, USA
- year: 2026
id: mlsys26
link: https://mlsys.org/
timeline:
- deadline: '2025-10-30 20:00:00'
timezone: AoE
date: May 17-22, 2026
place: Bellevue, Washington, USA
================================================
FILE: conference/MX/recomb.yml
================================================
- title: RECOMB
description: International Conference on Research inComputational Molecular Biology
sub: MX
rank:
ccf: B
core: B
thcpl: A
dblp: recomb
confs:
- year: 2025
id: recomb25
link: https://recomb.org/recomb2025/index.html
timeline:
- abstract_deadline: '2024-10-16 23:59:59'
deadline: '2024-10-25 23:59:59'
timezone: AoE
date: April 26-29, 2025
place: Seoul, Korea
- year: 2026
id: recomb26
link: https://recomb.org/recomb2026/
timeline:
- abstract_deadline: '2025-11-07 23:59:59'
deadline: '2025-11-14 23:59:59'
timezone: AoE
date: May 26 - 29, 2026
place: Thessaloniki, Greece
================================================
FILE: conference/MX/rtss.yml
================================================
- title: RTSS
description: The IEEE Real-Time Systems Symposium
sub: MX
rank:
ccf: A
core: A*
thcpl: B
dblp: rtss
confs:
- year: 2022
id: rtss22
link: http://2022.rtss.org/
timeline:
- deadline: '2022-05-26 23:59:59'
timezone: AoE
date: December 5-8, 2022
place: Houston, USA
- year: 2025
id: rtss25
link: http://2025.rtss.org/
timeline:
- deadline: '2025-05-22 23:59:59'
timezone: AoE
date: December 2-5, 2025
place: Boston, MA, USA
- year: 2026
id: rtss26
link: http://2026.rtss.org/
timeline:
- deadline: '2026-05-21 23:59:59'
timezone: AoE
date: December 9-11, 2026
place: Yokohama, Japan
================================================
FILE: conference/MX/sigspatial.yml
================================================
- title: SIGSPATIAL
description: ACM SIGSPATIAL International Conference on Advances in Geographic Information Systems
sub: MX
rank:
ccf: C
core: A
thcpl: N
dblp: sigspatial
confs:
- year: 2023
id: sigspatial23
link: http://sigspatial2023.sigspatial.org/
timeline:
- abstract_deadline: '2023-06-09 23:59:59'
deadline: '2023-06-16 23:59:59'
timezone: UTC-7
date: November 13-16, 2023
place: Hamburg, Germany
- year: 2025
id: sigspatial25
link: https://sigspatial2025.sigspatial.org/
timeline:
- abstract_deadline: '2025-05-23 23:59:59'
deadline: '2025-05-30 23:59:59'
timezone: UTC-7
date: November 3-6, 2025
place: Minneapolis, MN, USA
- year: 2026
id: sigspatial26
link: https://sigspatial2026.sigspatial.org/
timeline:
- abstract_deadline: '2026-05-22 23:59:59'
deadline: '2026-05-29 23:59:59'
timezone: UTC-7
date: November 3-6, 2026
place: Riverside, CA, USA
================================================
FILE: conference/MX/smc.yml
================================================
- title: SMC
description: IEEE International Conference on Systems, Man, and Cybernetics
sub: MX
rank:
ccf: C
core: B
thcpl: N
dblp: smc
confs:
- year: 2023
id: smc23
link: https://ieeesmc2023.org/
timeline:
- deadline: '2023-03-30 23:59:59'
timezone: UTC-8
date: October 1-4, 2023
place: HYATT MAUI, HAWAII, USA
- year: 2024
id: smc24
link: https://www.ieeesmc2024.org/
timeline:
- deadline: '2024-04-08 23:59:59'
timezone: UTC+8
date: October 7-10, 2024
place: Borneo Convention Centre Kuching, Sarawak, Malaysia
- year: 2025
id: smc25
link: https://www.ieeesmc2025.org/
timeline:
- deadline: '2025-05-04 23:59:59'
timezone: UTC+8
date: October 5-8, 2025
place: Vienna, Austria
- year: 2026
id: smc26
link: https://www.ieeesmc2026.org/
timeline:
- deadline: '2026-03-22 23:59:59'
timezone: UTC-7
date: October 4-7, 2026
place: Bellevue, WA, USA
================================================
FILE: conference/MX/wine.yml
================================================
- title: WINE
description: Conference on Web and Internet Economics
sub: MX
rank:
ccf: B
core: N
thcpl: N
dblp: wine
confs:
- year: 2023
id: wine2023
link: https://wine2023.shanghaitech.edu.cn/
timeline:
- deadline: '2023-07-07 23:59:59'
timezone: AoE
date: Dec 04-08, 2023
place: Shanghai, China
================================================
FILE: conference/MX/www.yml
================================================
- title: WWW
description: International World Wide Web Conferences
sub: MX
rank:
ccf: A
core: A*
thcpl: A
dblp: www
confs:
- year: 2021
id: www21
link: https://www2021.thewebconf.org/
timeline:
- abstract_deadline: '2020-10-12 23:59:59'
deadline: '2020-10-19 23:59:59'
timezone: AoE
date: April 19-23, 2021
place: Ljubljana, Slovenia
- year: 2022
id: www22
link: https://www2022.thewebconf.org/
timeline:
- abstract_deadline: '2021-10-14 23:59:59'
deadline: '2021-10-21 23:59:59'
timezone: AoE
date: April 25-29, 2022
place: Lyon, France
- year: 2023
id: www23
link: https://www2023.thewebconf.org/
timeline:
- abstract_deadline: '2022-10-06 23:59:59'
deadline: '2022-10-13 23:59:59'
timezone: AoE
date: May 1-5, 2023
place: Austin, Texas, USA
- year: 2024
id: www24
link: https://www2024.thewebconf.org/
timeline:
- abstract_deadline: '2023-10-05 23:59:59'
deadline: '2023-10-12 23:59:59'
timezone: AoE
date: May 13-17, 2024
place: Singapore
- year: 2025
id: www25
link: https://www2025.thewebconf.org/
timeline:
- abstract_deadline: '2024-10-07 23:59:59'
deadline: '2024-10-14 23:59:59'
timezone: AoE
date: April 28 - May 2, 2025
place: Sydney, Australia
- year: 2026
id: www26
link: https://www2026.thewebconf.org/
timeline:
- abstract_deadline: '2025-09-30 23:59:59'
deadline: '2025-10-07 23:59:59'
timezone: AoE
date: April 13 - 17, 2026
place: Dubaï, UAE
- year: 2027
id: www27
link: https://www2027.thewebconf.org/
timeline:
- abstract_deadline: 'TBD'
deadline: 'TBD'
timezone: AoE
date: TBD
place: Dublin, Ireland
================================================
FILE: conference/NW/apnet.yml
================================================
- title: APNet
description: Asia-Pacific Workshop on Networking
sub: NW
rank:
ccf: C
core: N
thcpl: N
dblp: apnet
confs:
- year: 2024
id: apnet24
link: https://conferences.sigcomm.org/events/apnet2024/
timeline:
- abstract_deadline: '2024-03-08 23:59:59'
deadline: '2024-03-15 23:59:59'
timezone: UTC-12
date: August 3-4, 2024
place: Sydney, Australia, co-located with SIGCOMM'24
- year: 2025
id: apnet25
link: https://conferences.sigcomm.org/events/apnet2025/
timeline:
- abstract_deadline: '2025-03-06 23:59:59'
deadline: '2025-03-13 23:59:59'
timezone: AoE
date: August 7-8, 2025
place: Shanghai, China
- year: 2026
id: apnet26
link: https://conferences.sigcomm.org/events/apnet2026/
timeline:
- deadline: '2026-03-11 23:59:59'
timezone: AoE
date: August 6-7, 2026
place: Singapore
================================================
FILE: conference/NW/conext.yml
================================================
- title: CoNEXT
description: International Conference on Emerging Networking Experiments and Technologies
sub: NW
rank:
ccf: B
core: A
thcpl: A
dblp: conext
confs:
- year: 2025
id: conext25
link: https://conferences.sigcomm.org/co-next/2025/#!/home
timeline:
- abstract_deadline: '2024-11-28 23:59:59'
deadline: '2024-12-05 23:59:59'
comment: 'Winter submission'
- abstract_deadline: '2025-05-29 23:59:59'
deadline: '2025-06-05 23:59:59'
comment: 'June submission'
timezone: AoE
date: Dec 1-4, 2025
place: HKUST, Hong Kong
- year: 2026
id: conext26
link: https://conferences.sigcomm.org/co-next/2026/#!/home
timeline:
- abstract_deadline: '2025-12-05 23:59:59'
deadline: '2025-12-12 23:59:59'
comment: 'December Cycle'
- abstract_deadline: '2026-05-29 23:59:59'
deadline: '2026-06-05 23:59:59'
comment: 'June Cycle'
timezone: AoE
date: December 7-10, 2026
place: Utrecht, The Netherlands
================================================
FILE: conference/NW/forte.yml
================================================
- title: FORTE
description: International Conference on Formal Techniques for (Networked and) Distributed Systems
sub: NW
rank:
ccf: C
core: C
thcpl: N
dblp: forte
confs:
- year: 2024
id: forte24
link: https://www.discotec.org/2024/forte
timeline:
- abstract_deadline: '2024-02-02 23:59:59'
deadline: '2024-02-09 23:59:59'
timezone: AoE
date: June 17-21, 2024
place: Groningen, The Netherlands
- year: 2026
id: forte26
link: https://www.discotec.org/2026/forte
timeline:
- abstract_deadline: '2026-01-30 23:59:59'
deadline: '2026-02-06 23:59:59'
timezone: AoE
date: June 8-12, 2026
place: Urbino, Italy
================================================
FILE: conference/NW/globecom.yml
================================================
- title: GLOBECOM
description: IEEE Global Communications Conference
sub: NW
rank:
ccf: C
core: B
thcpl: B
dblp: globecom
confs:
- year: 2023
id: globecom23
link: https://globecom2023.ieee-globecom.org/
timeline:
- deadline: '2023-04-15 23:59:59'
timezone: UTC-4
date: December 4-8, 2023
place: Kuala Lumpur, Malaysia
- year: 2025
id: globecom25
link: https://globecom2025.ieee-globecom.org/
timeline:
- deadline: '2025-04-15 23:59:59'
timezone: UTC-4
date: December 8-12, 2025
place: Taipei, Taiwan
- year: 2026
id: globecom26
link: https://globecom2026.ieee-globecom.org/
timeline:
- deadline: '2026-04-01 23:59:59'
timezone: UTC+8
date: December 7-11, 2026
place: Macao, China
================================================
FILE: conference/NW/icc.yml
================================================
- title: ICC
description: IEEE International Conference on Communications
sub: NW
rank:
ccf: C
core: N
thcpl: B
dblp: icc
confs:
- year: 2025
id: icc25
link: https://icc2025.ieee-icc.org
timeline:
- deadline: '2024-10-11 23:59:59'
timezone: AoE
date: June 8-12, 2025
place: Palais des congrès de Montréal in Montreal, Quebec, Canada
- year: 2026
id: icc26
link: https://icc2026.ieee-icc.org
timeline:
- deadline: '2025-10-31 00:59:59'
timezone: UTC-4
date: May 24-28, 2026
place: Glasgow, Scotland, UK
================================================
FILE: conference/NW/icccn.yml
================================================
- title: ICCCN
description: IEEE International Conference on Computer Communications and Networks
sub: NW
rank:
ccf: C
core: B
thcpl: N
dblp: icccn
confs:
- year: 2026
id: icccn26
link: http://www.icccn.org/ICCCN26/
timeline:
- deadline: '2026-02-13 23:59:59'
timezone: UTC-10
date: July 27-30, 2026
place: Honolulu, Hawaii, USA
================================================
FILE: conference/NW/icnp.yml
================================================
- title: ICNP
description: IEEE International Conference on Network Protocols
sub: NW
rank:
ccf: B
core: B
thcpl: A
dblp: icnp
confs:
- year: 2022
id: icnp22
link: https://icnp22.cs.ucr.edu/index.html
timeline:
- abstract_deadline: '2022-05-19 20:00:00'
deadline: '2022-05-26 20:00:00'
timezone: UTC-4
date: October 30-November 2, 2022
place: Lexington, Kentucky, USA
- year: 2023
id: icnp23
link: https://icnp23.cs.ucr.edu/index.html
timeline:
- abstract_deadline: '2023-05-24 20:00:00'
deadline: '2023-05-31 20:00:00'
timezone: UTC-4
date: October 10-13, 2023
place: Reykjavik, Iceland
- year: 2024
id: icnp24
link: https://icnp24.cs.ucr.edu/index.html
timeline:
- abstract_deadline: '2024-05-17 23:59:59'
deadline: '2024-05-24 23:59:59'
timezone: AoE
date: October 28-31, 2024
place: Charleroi, Belgium
- year: 2025
id: icnp25
link: https://ieeeicnp2025.pages.dev/
timeline:
- abstract_deadline: '2025-05-09 23:59:59'
deadline: '2025-05-16 23:59:59'
timezone: AoE
date: September 22-25, 2025
place: Seoul, South Korea
- year: 2026
id: icnp26
link: https://icnp26.cs.ucr.edu/
timeline:
- abstract_deadline: '2026-05-15 23:59:59'
deadline: '2026-05-22 23:59:59'
timezone: AoE
date: October 5-8, 2026
place: Tempe, Arizona, USA
================================================
FILE: conference/NW/imc.yml
================================================
- title: IMC
description: ACM Internet Measurement Conference
sub: NW
rank:
ccf: B
core: A
thcpl: A
dblp: imc
confs:
- year: 2024
id: imc24
link: https://conferences.sigcomm.org/imc/2024/
timeline:
- abstract_deadline: '2024-05-08 23:59:59'
deadline: '2024-05-15 23:59:59'
timezone: AoE
date: Nov 4-6, 2024
place: Madrid, Spain
- year: 2025
id: imc25
link: https://conferences.sigcomm.org/imc/2025/
timeline:
- abstract_deadline: '2024-11-14 23:59:59'
deadline: '2024-11-21 23:59:59'
comment: 'Fall deadline'
- abstract_deadline: '2025-05-08 23:59:59'
deadline: '2025-05-15 23:59:59'
comment: 'Spring deadline'
timezone: AoE
date: Oct 28-31, 2025
place: Madison, Wisconsin, USA
- year: 2026
id: imc26
link: https://conferences.sigcomm.org/imc/2026/
timeline:
- abstract_deadline: '2025-11-13 23:59:59'
deadline: '2025-11-20 23:59:59'
comment: 'Cycle 1 Deadline'
- abstract_deadline: '2026-04-22 23:59:59'
deadline: '2026-04-29 23:59:59'
comment: 'Cycle 2 Deadline'
timezone: AoE
date: November 03-06, 2026
place: Karlsruhe, Germany
================================================
FILE: conference/NW/infocom.yml
================================================
- title: INFOCOM
description: IEEE International Conference on Computer Communications
sub: NW
rank:
ccf: A
core: A*
thcpl: A
dblp: infocom
confs:
- year: 2021
id: infocom21
link: https://infocom2021.ieee-infocom.org/
timeline:
- abstract_deadline: '2020-08-08 23:59:59'
deadline: '2020-08-15 23:59:59'
timezone: UTC-4
date: May 10-13, 2021
place: Virtual
- year: 2022
id: infocom22
link: https://infocom2022.ieee-infocom.org/
timeline:
- abstract_deadline: '2021-07-24 23:59:59'
deadline: '2021-07-31 23:59:59'
timezone: UTC-4
date: May 2-5, 2022
place: Virtual
- year: 2023
id: infocom23
link: https://infocom2023.ieee-infocom.org/
timeline:
- abstract_deadline: '2022-07-25 23:59:59'
deadline: '2022-08-01 23:59:59'
timezone: UTC-4
date: May 17-20, 2023
place: New York, USA
- year: 2024
id: infocom24
link: https://infocom2024.ieee-infocom.org/
timeline:
- abstract_deadline: '2023-07-24 23:59:59'
deadline: '2023-07-31 23:59:59'
timezone: AoE
date: May 20-23, 2024
place: Vancouver, Canada
- year: 2025
id: infocom25
link: https://infocom2025.ieee-infocom.org/
timeline:
- abstract_deadline: '2024-07-24 23:59:59'
deadline: '2024-07-31 23:59:59'
timezone: UTC-7
date: May 19-22, 2025
place: London, United Kindom
- year: 2026
id: infocom26
link: https://infocom2026.ieee-infocom.org/
timeline:
- abstract_deadline: '2025-07-24 23:59:59'
deadline: '2025-07-31 23:59:59'
timezone: AoE
date: May 18 - 21, 2026
place: Tokyo, Japan
================================================
FILE: conference/NW/ipsn.yml
================================================
- title: IPSN
description: ACM/IEEE International Conference on Information Processing in Sensor Networks
sub: NW
rank:
ccf: B
core: A*
thcpl: A
dblp: ipsn
confs:
- year: 2022
id: ipsn22
link: https://ipsn.acm.org/2022/
timeline:
- abstract_deadline: '2021-10-22 23:59:59'
deadline: '2021-10-29 23:59:59'
timezone: UTC-12
date: May 4-6, 2022
place: Milan, Italy
================================================
FILE: conference/NW/iscc.yml
================================================
- title: ISCC
description: IEEE Symposium on Computers and Communications
sub: NW
rank:
ccf: C
core: C
thcpl: N
dblp: iscc
confs:
- year: 2026
id: iscc26
link: https://ieee-iscc.computer.org/2026/
timeline:
- deadline: '2026-02-15 23:59:59'
timezone: UTC+0
date: June 23-26, 2026
place: Vilamoura, Algarve, Portugal
================================================
FILE: conference/NW/iwqos.yml
================================================
- title: IWQoS
description: IEEE/ACM International Symposium on Quality of Service
sub: NW
rank:
ccf: B
core: B
thcpl: B
dblp: iwqos
confs:
- year: 2022
id: iwqos22
link: https://iwqos2022.ieee-iwqos.org/
timeline:
- abstract_deadline: '2022-02-01 23:59:59'
deadline: '2022-02-07 23:59:59'
timezone: UTC-12
date: June 10-12, 2022
place: Virtual
- year: 2023
id: iwqos23
link: https://iwqos2023.ieee-iwqos.org/
timeline:
- abstract_deadline: '2023-01-29 23:59:59'
deadline: '2023-02-07 23:59:59'
timezone: UTC-12
date: June 19-21, 2023
place: Orlando, FL, USA
- year: 2025
id: iwqos25
link: https://iwqos2025.ieee-iwqos.org/
timeline:
- abstract_deadline: '2025-02-16 23:59:59'
deadline: '2025-02-23 23:59:59'
timezone: AoE
date: July 02-04, 2025
place: Gold Coast, Australia
- year: 2026
id: iwqos26
link: https://iwqos2026.ieee-iwqos.org/
timeline:
- abstract_deadline: '2026-02-02 23:59:59'
deadline: '2026-02-09 23:59:59'
timezone: AoE
date: 29 June - 2 July, 2026
place: Dubai, United Arab Emirates
================================================
FILE: conference/NW/lcn.yml
================================================
- title: LCN
description: IEEE Conference on Local Computer Networks
sub: NW
rank:
ccf: C
core: B
thcpl: N
dblp: lcn
confs:
- year: 2026
id: lcn26
link: https://www.ieeelcn.org/
timeline:
- deadline: '2026-04-20 23:59:59'
timezone: AoE
date: October 7-9, 2026
place: Coimbra, Portugal
================================================
FILE: conference/NW/mmsys.yml
================================================
- title: MMSys
description: ACM International Conference on Multimedia Systems
sub: NW
rank:
ccf: N
core: N
thcpl: N
dblp: mmsys
confs:
- year: 2026
id: mmsys26
link: https://2026.acmmmsys.org
timeline:
- abstract_deadline: '2025-11-14 23:59:59'
deadline: '2025-11-21 23:59:59'
comment: 'Round 2 deadline'
timezone: AoE
date: April 4 - 8, 2026
place: Hong Kong SAR
================================================
FILE: conference/NW/mobicom.yml
================================================
- title: MobiCom
description: ACM Annual International Conference On Mobile Computing And Networking
sub: NW
rank:
ccf: A
core: A*
thcpl: A
dblp: mobicom
confs:
- year: 2022
id: mobicom22
link: https://www.sigmobile.org/mobicom/2022/
timeline:
- abstract_deadline: '2021-08-13 23:59:59'
deadline: '2021-08-20 23:59:59'
- abstract_deadline: '2022-03-18 23:59:59'
deadline: '2022-03-25 23:59:59'
timezone: UTC-7
date: TBD
place: TBD
- year: 2023
id: mobicom23
link: https://www.sigmobile.org/mobicom/2023/
timeline:
- abstract_deadline: '2023-03-10 23:59:59'
deadline: '2023-03-17 23:59:59'
timezone: UTC-7
date: Oct 2-6, 2023
place: Madrid, Spain
- year: 2024
id: mobicom24
link: https://www.sigmobile.org/mobicom/2024/
timeline:
- abstract_deadline: '2023-08-18 23:59:59'
deadline: '2023-08-25 23:59:59'
timezone: UTC-12
date: October, 2024
place: Washington, D.C., USA
- year: 2025
id: mobicom25
link: https://sigmobile.org/mobicom/2025/
timeline:
- abstract_deadline: '2024-08-29 23:59:59'
deadline: '2024-09-05 23:59:59'
comment: Summer Deadlines
- abstract_deadline: '2025-03-11 23:59:59'
deadline: '2025-03-18 23:59:59'
comment: Winter Deadlines
timezone: UTC-12
date: November, 2025
place: Hong Kong, China
- year: 2026
id: mobicom26
link: https://sigmobile.org/mobicom/2026/
timeline:
- abstract_deadline: '2025-08-27 23:59:59'
deadline: '2025-09-03 23:59:59'
comment: Summer Deadlines
- abstract_deadline: '2026-03-06 23:59:59'
deadline: '2026-03-13 23:59:59'
comment: Winter Deadlines
timezone: AoE
date: November, 2026
place: Austin, Texas, USA
================================================
FILE: conference/NW/mobihoc.yml
================================================
- title: MobiHoc
description: International Symposium on Mobile Ad Hoc Networking and Computing
sub: NW
rank:
ccf: B
core: A
thcpl: B
dblp: mobihoc
confs:
- year: 2022
id: mobihoc22
link: https://www.sigmobile.org/mobihoc/2022/
timeline:
- abstract_deadline: '2022-02-25 23:59:59'
deadline: '2022-03-04 23:59:59'
timezone: UTC-12
date: October 17-22, 2022
place: Seoul, South Korea
- year: 2026
id: mobihoc26
link: https://www.sigmobile.org/mobihoc/2026/
timeline:
- abstract_deadline: '2026-03-30 23:59:59'
deadline: '2026-04-06 23:59:59'
timezone: AoE
date: November 23-26, 2026
place: Tokyo, Japan
================================================
FILE: conference/NW/mobisys.yml
================================================
- title: MobiSys
description: ACM International Conference on Mobile Systems, Applications, and Services
sub: NW
rank:
ccf: B
core: A
thcpl: A
dblp: mobisys
confs:
- year: 2022
id: mobisys22
link: https://www.sigmobile.org/mobisys/2022/
timeline:
- abstract_deadline: '2021-12-13 23:59:59'
deadline: '2021-12-20 23:59:59'
timezone: UTC-12
date: TBD
place: TBD
- year: 2026
id: mobisys26
link: https://www.sigmobile.org/mobisys/2026/
timeline:
- abstract_deadline: '2025-11-28 23:59:59'
deadline: '2025-12-05 23:59:59'
timezone: AoE
date: June 21-25, 2026
place: Cambridge, UK
================================================
FILE: conference/NW/msn.yml
================================================
- title: MSN
description: International Conference on Mobility, Sensing and Networking
sub: NW
rank:
ccf: C
core: N
thcpl: N
dblp: msn
confs:
- year: 2024
id: msn24
link: https://ieee-msn.org/2024/
timeline:
- deadline: '2024-07-20 23:59:59'
timezone: UTC-12
date: December 20-22, 2024
place: Harbin, China
- year: 2025
id: msn25
link: https://ieee-msn.org/2025
timeline:
- deadline: '2025-09-15 23:59:59'
timezone: UTC-12
date: December 3-6, 2025
place: Bandung, Indonesia
================================================
FILE: conference/NW/mswim.yml
================================================
- title: MSWiM
description: International Conference on Modeling, Analysis and Simulation of Wireless and Mobile Systems
sub: NW
rank:
ccf: C
core: A
thcpl: N
dblp: mswim
confs:
- year: 2026
id: mswim26
link: https://mswimconf.com/2026/
timeline:
- deadline: '2026-06-01 23:59:59'
timezone: UTC+1
date: October 26-30, 2026
place: Paris, France
================================================
FILE: conference/NW/networking.yml
================================================
- title: Networking
description: IFIP International Conference on Networking
sub: NW
rank:
ccf: C
core: B
thcpl: B
dblp: networking
confs:
- year: 2026
id: networking26
link: https://networking.ifip.org/2026/
timeline:
- deadline: '2026-02-08 23:59:59'
timezone: AoE
date: May 24-27, 2026
place: Lugano, Switzerland
================================================
FILE: conference/NW/nossdav.yml
================================================
- title: NOSSDAV
description: International Workshop on Network and Operating System Support for Digital Audio and Video
sub: NW
rank:
ccf: B
core: B
thcpl: B
dblp: nossdav
confs:
- year: 2025
id: nossdav25
link: https://nossdav.org/2025/
timeline:
- deadline: '2025-01-17 23:59:59'
timezone: AoE
date: March 31- April 3, 2025
place: Stellenbosch, South Africa
- year: 2026
id: nossdav26
link: https://nossdav.org/2026/
timeline:
- deadline: '2026-01-16 23:59:59'
timezone: AoE
date: April 8, 2026
place: Hong Kong, China
================================================
FILE: conference/NW/nsdi.yml
================================================
- title: NSDI
description: USENIX Symposium on Networked Systems Design and Implementation
sub: NW
rank:
ccf: A
core: N
thcpl: A
dblp: nsdi
confs:
- year: 2022
id: nsdi22
link: https://www.usenix.org/conference/nsdi22/
timeline:
- abstract_deadline: '2021-03-04 20:59:59'
deadline: '2021-03-10 20:59:59'
- abstract_deadline: '2021-09-09 20:59:59'
deadline: '2021-09-15 20:59:59'
timezone: UTC-8
date: April 4-6, 2022
place: RENTON, USA
- year: 2023
id: nsdi23
link: https://www.usenix.org/conference/nsdi23/
timeline:
- abstract_deadline: '2022-04-13 23:59:59'
deadline: '2022-04-20 23:59:59'
- abstract_deadline: '2022-09-13 23:59:59'
deadline: '2022-09-20 23:59:59'
timezone: UTC-5
date: April 17-19, 2023
place: BOSTON, USA
- year: 2024
id: nsdi24
link: https://www.usenix.org/conference/nsdi24/
timeline:
- abstract_deadline: '2023-04-27 20:59:59'
deadline: '2023-05-04 20:59:59'
- abstract_deadline: '2023-09-14 20:59:59'
deadline: '2023-09-21 20:59:59'
timezone: UTC-7
date: April 16-18, 2024
place: Santa Clara, CA, USA
- year: 2025
id: nsdi25
link: https://www.usenix.org/conference/nsdi25
timeline:
- abstract_deadline: '2024-04-30 23:59:59'
deadline: '2024-05-07 23:59:59'
- abstract_deadline: '2024-09-12 23:59:59'
deadline: '2024-09-19 23:59:59'
timezone: UTC-4
date: April 28-30, 2025
place: Philadelphia, PA, USA
- year: 2026
id: nsdi26
link: https://www.usenix.org/conference/nsdi26
timeline:
- abstract_deadline: '2025-04-18 23:59:59'
deadline: '2025-04-25 23:59:59'
- abstract_deadline: '2025-09-11 23:59:59'
deadline: '2025-09-18 23:59:59'
timezone: UTC-7
date: May 4-6, 2026
place: Renton, WA, USA
- year: 2027
id: nsdi27
link: https://www.usenix.org/conference/nsdi27
timeline:
- abstract_deadline: '2026-04-16 23:59:59'
deadline: '2026-04-23 23:59:59'
- abstract_deadline: '2026-09-10 23:59:59'
deadline: '2026-09-17 23:59:59'
timezone: UTC-4
date: May 11-13, 2027
place: Providence, RI, USA
================================================
FILE: conference/NW/secon.yml
================================================
- title: SECON
description: IEEE International Conference on Sensing, Communication, and Networking
sub: NW
rank:
ccf: B
core: B
thcpl: B
dblp: secon
confs:
- year: 2026
id: secon26
link: https://secon2026.ieee-secon.org/important-dates
timeline:
- abstract_deadline: '2025-12-08 23:59:59'
deadline: '2025-12-30 23:59:59'
timezone: AoE
date: April 27-29, 2026
place: Abu Dhabi, UAE
================================================
FILE: conference/NW/sensys.yml
================================================
- title: SenSys
description: ACM Conference on Embedded Networked Sensor Systems
sub: NW
rank:
ccf: B
core: A*
thcpl: A
dblp: sensys
confs:
- year: 2026
id: sensys26
link: https://sensys.acm.org/2026/
timeline:
- abstract_deadline: '2025-06-24 23:59:00'
deadline: '2025-07-01 23:59:00'
comment: '1st deadline'
- abstract_deadline: '2025-11-06 23:59:00'
deadline: '2025-11-13 23:59:00'
comment: '2nd deadline'
timezone: AoE
date: May 11-14, 2026
place: Saint-Malo, France
================================================
FILE: conference/NW/sigcomm.yml
================================================
- title: SIGCOMM
description: ACM International Conference on Applications, Technologies, Architectures, and Protocols for Computer Communication
sub: NW
rank:
ccf: A
core: A*
thcpl: A
dblp: sigcomm
confs:
- year: 2021
id: sigcomm21
link: http://conferences.sigcomm.org/sigcomm/2021/
timeline:
- abstract_deadline: '2021-01-20 16:59:59'
deadline: '2021-01-27 16:59:59'
timezone: UTC-5
date: August 23-27, 2021
place: Virtual
- year: 2022
id: sigcomm22
link: https://conferences.sigcomm.org/sigcomm/2022/
timeline:
- abstract_deadline: '2022-01-26 23:59:59'
deadline: '2022-02-02 23:59:59'
timezone: UTC
date: August 22-26, 2022
place: Amsterdam, Netherlands
- year: 2023
id: sigcomm23
link: https://conferences.sigcomm.org/sigcomm/2023/
timeline:
- abstract_deadline: '2023-02-08 23:59:59'
deadline: '2023-02-15 23:59:59'
timezone: UTC
date: September 10-14, 2023
place: New York City, US
- year: 2024
id: sigcomm24
link: https://conferences.sigcomm.org/sigcomm/2024/
timeline:
- abstract_deadline: '2024-01-26 23:59:59'
deadline: '2024-02-02 23:59:59'
timezone: UTC
date: August 4 - 8, 2024
place: Sydney, Australia
- year: 2025
id: sigcomm25
link: https://conferences.sigcomm.org/sigcomm/2025/
timeline:
- abstract_deadline: '2025-01-24 23:59:59'
deadline: '2025-01-31 23:59:59'
timezone: UTC
date: September 8-11, 2025
place: Coimbra, Portugal
- year: 2026
id: sigcomm26
link: https://conferences.sigcomm.org/sigcomm/2026/
timeline:
- abstract_deadline: '2026-01-30 23:59:59'
deadline: '2026-02-06 23:59:59'
timezone: AoE
date: August 17 - 21, 2026
place: Denver, Colorado, USA
================================================
FILE: conference/NW/wasa.yml
================================================
- title: WASA
description: International Conference on Wireless Algorithms, Systems, and Applications
sub: NW
rank:
ccf: C
core: N
thcpl: N
dblp: wasa
confs:
- year: 2025
id: wasa25
link: http://wasa-conference.org/WASA2025/index.html
timeline:
- deadline: '2025-01-15 23:59:59'
timezone: AoE
date: June 24-26, 2025
place: Tokyo, Japan
- year: 2026
id: wasa26
link: http://wasa-conference.org/WASA2026/
timeline:
- deadline: '2026-03-15 23:59:59'
timezone: AoE
date: July 6-9, 2026
place: Xi'an, China
================================================
FILE: conference/NW/wcnc.yml
================================================
- title: WCNC
description: Wireless Communications and Networking Conference
sub: NW
rank:
ccf: C
core: N
thcpl: N
dblp: wcnc
confs:
- year: 2025
id: wcnc25
link: https://wcnc2025.ieee-wcnc.org/
timeline:
- deadline: '2024-09-02 23:59:59'
timezone: UTC-12
date: March 24-27, 2025
place: Milan, Italy
- year: 2026
id: wcnc26
link: https://wcnc2026.ieee-wcnc.org/group/21
timeline:
- deadline: '2025-09-14 23:59:59'
timezone: UTC-12
date: April 13-16, 2026
place: Kuala Lumpur, Malaysia
================================================
FILE: conference/NW/wicon.yml
================================================
- title: WiCON
description: International Wireless Internet Conference
sub: NW
rank:
ccf: N
core: N
thcpl: N
dblp: wicon
confs:
- year: 2025
id: wicon2025
link: https://wicon.eai-conferences.org/2025/
timeline:
- deadline: '2025-10-20 23:59:59'
timezone: UTC+3
date: December 19, 2025
place: Istanbul, Turkey (Online)
================================================
FILE: conference/NW/wowmom.yml
================================================
- title: WoWMoM
description: IEEE International Symposium on a World of Wireless, Mobile and Multimedia Networks
sub: NW
rank:
ccf: C
core: B
thcpl: B
dblp: wowmom
confs:
- year: 2025
id: wowmom25
link: https://wowmomconference.uta.edu/index.html
timeline:
- deadline: '2024-11-22 23:59:59'
timezone: AoE
date: May 27-30, 2025
place: Fort Worth, Texas, USA
- year: 2026
id: wowmom26
link: https://www.cs.unibo.it/wowmom2026/
timeline:
- abstract_deadline: '2025-11-18 23:59:59'
deadline: '2025-12-05 23:59:59'
timezone: AoE
date: June 16-19, 2026
place: Bologna, Italy
================================================
FILE: conference/SC/acisp.yml
================================================
- title: ACISP
description: Australasia Conference on Information Security and Privacy
sub: SC
rank:
ccf: C
core: N
thcpl: N
dblp: acisp
confs:
- year: 2021
id: acisp21
link: https://data61dsslab.github.io/acisp2021/
timeline:
- deadline: '2021-02-25 23:59:59'
comment: Paper submission Deadline
timezone: AoE
date: December 1-3, 2021
place: Perth, Australia
- year: 2024
id: acisp24
link: https://www.acisp24.com/
timeline:
- deadline: '2023-11-06 23:59:59'
comment: 1st round Deadline
- deadline: '2024-02-19 23:59:59'
comment: 2nd round Deadline
timezone: AoE
date: July 15-17, 2024
place: Australia
- year: 2025
id: acisp25
link: https://uow-ic2.github.io/acisp2025/
timeline:
- deadline: '2024-11-06 23:59:59'
comment: 1st round Deadline
- deadline: '2025-02-19 23:59:59'
comment: 2nd round Deadline
timezone: AoE
date: July 14-16, 2025
place: Wollongong, Australia
- year: 2026
id: acisp26
link: https://acisp-conference.github.io/acisp2026/index.html
timeline:
- deadline: '2025-11-27 23:59:59'
comment: 1st round Deadline
- deadline: '2026-02-26 23:59:59'
comment: 2nd round Deadline
timezone: AoE
date: July 6-9, 2026
place: Perth, Australia
================================================
FILE: conference/SC/acns.yml
================================================
- title: ACNS
description: Applied Cryptography and Network Security
sub: SC
rank:
ccf: C
core: B
thcpl: B
dblp: acns
confs:
- year: 2022
id: acns22
link: https://sites.google.com/di.uniroma1.it/acns2022
timeline:
- deadline: '2021-09-03 23:59:59'
comment: First submission deadline
- deadline: '2022-01-14 23:59:59'
comment: Second submission deadline
timezone: AoE
date: June 20-23, 2022
place: Rome, Italy
- year: 2024
id: acns24
link: https://wp.nyu.edu/acns2024/
timeline:
- deadline: '2023-07-20 23:59:59'
comment: First submission deadline
- deadline: '2023-10-20 23:59:59'
comment: Second submission deadline
timezone: AoE
date: March 5-8, 2024
place: Abu Dhabi, UAE
- year: 2025
id: acns25
link: http://acns2025.fordaysec.de/
timeline:
- deadline: '2024-09-09 23:59:59'
comment: First submission deadline
- deadline: '2025-01-13 23:59:59'
comment: Second submission deadline
timezone: AoE
date: June 23-26, 2025
place: Munich, Germany
- year: 2026
id: acns26
link: https://acns2026.github.io/index.html
timeline:
- deadline: '2025-09-26 23:59:59'
comment: Cycle 1 Submission deadline
- deadline: '2026-01-23 23:59:59'
comment: Cycle 2 Submission deadline
timezone: AoE
date: June 22-25, 2026
place: New York, United States
================================================
FILE: conference/SC/acsac.yml
================================================
- title: ACSAC
description: Annual Computer Security Applications Conference
sub: SC
rank:
ccf: B
core: A
thcpl: B
dblp: acsac
confs:
- year: 2021
id: acsac21
link: https://www.acsac.org/
timeline:
- deadline: '2021-09-14 23:59:59'
timezone: UTC-12
date: December 6-10, 2021
place: Online
- year: 2023
id: acsac23
link: https://www.acsac.org/
timeline:
- deadline: '2023-05-26 23:59:59'
timezone: UTC-12
date: December 4-8, 2023
place: Austin, Texas, USA
- year: 2024
id: acsac24
link: https://www.acsac.org/
timeline:
- deadline: '2024-05-28 23:59:59'
timezone: UTC-12
date: December 9-13, 2024
place: Waikiki, Hawaii, USA
- year: 2025
id: acsac25
link: https://www.acsac.org/
timeline:
- deadline: '2025-05-30 23:59:59'
timezone: UTC-12
date: December 8-12, 2025
place: Honolulu, Hawaii, USA
================================================
FILE: conference/SC/asiaccs.yml
================================================
- title: AsiaCCS
description: Asia Conference on Computer and Communications Security
sub: SC
rank:
ccf: C
core: A
thcpl: B
dblp: ccs
confs:
- year: 2022
id: asiaccs22
link: https://asiaccs2022.conferenceservice.jp/
timeline:
- deadline: '2021-07-30 23:59:59'
comment: 1st round Deadline
- deadline: '2021-11-19 23:59:59'
comment: 2nd round Deadline
timezone: AoE
date: May 30-June 3, 2022
place: Nagasaki, Japan
- year: 2024
id: asiaccs24
link: https://asiaccs2024.sutd.edu.sg/
timeline:
- deadline: '2023-08-21 23:59:59'
comment: 1st round Deadline
- deadline: '2023-12-07 23:59:59'
comment: 2nd round Deadline
timezone: AoE
date: July 1-5, 2024
place: Singapore
- year: 2025
id: asiaccs25
link: https://asiaccs2025.hust.edu.vn/
timeline:
- deadline: '2024-09-20 23:59:59'
comment: 1st round Deadline
- deadline: '2025-01-20 23:59:59'
comment: 2nd round Deadline
timezone: AoE
date: August 25-29, 2025
place: Hanoi, Vietnam
- year: 2026
id: asiaccs26
link: https://asiaccs2026.cse.iitkgp.ac.in/
timeline:
- deadline: '2025-08-25 23:59:59'
comment: 1st round Deadline
- deadline: '2025-12-12 23:59:59'
comment: 2nd round Deadline
timezone: AoE
date: June 1-5, 2026
place: Bangalore, India
================================================
FILE: conference/SC/asiacrypt.yml
================================================
- title: ASIACRYPT
description: International Conference on the Theory and Application of Cryptology and Information Security
sub: SC
rank:
ccf: B
core: A
thcpl: A
dblp: asiacrypt
confs:
- year: 2021
id: asiacrypt21
link: https://asiacrypt.iacr.org/2021/
timeline:
- deadline: '2021-05-27 11:59:59'
timezone: UTC
date: December 5-9, 2021
place: Singapore
- year: 2023
id: asiacrypt23
link: https://asiacrypt.iacr.org/2023/
timeline:
- deadline: '2023-05-26 11:59:00'
timezone: UTC
date: December 4-8, 2023
place: Guangzhou, China
- year: 2024
id: asiacrypt24
link: https://asiacrypt.iacr.org/2024/
timeline:
- deadline: '2024-05-26 11:59:00'
timezone: UTC
date: December 9-13, 2024
place: Kolkata, India
- year: 2025
id: asiacrypt25
link: https://asiacrypt.iacr.org/2025/
timeline:
- deadline: '2025-05-16 11:59:59'
timezone: UTC
date: December 8-12, 2025
place: Melbourne, Australia
================================================
FILE: conference/SC/blocksys.yml
================================================
- title: BlockSys
description: International Conference on Blockchain, Artificial Intelligence, and Trustworthy Systems
sub: SC
rank:
ccf: C
core: N
thcpl: N
dblp: blocksys
confs:
- year: 2026
id: blocksys2026
link: https://blocksys.info/2026/
timeline:
- deadline: '2026-03-30 23:59:59'
timezone: UTC+8
date: July 29-31, 2026
place: Chengdu, China
================================================
FILE: conference/SC/ccs.yml
================================================
- title: CCS
description: ACM Conference on Computer and Communications Security
sub: SC
rank:
ccf: A
core: A*
thcpl: A
dblp: ccs
confs:
- year: 2020
id: ccs20
link: https://www.sigsac.org/ccs/CCS2020/
timeline:
- deadline: '2020-01-20 23:59:59'
comment: 2 review cycles
timezone: UTC-12
date: November 9-13, 2020
place: Orlando, USA
- year: 2021
id: ccs21
link: https://www.sigsac.org/ccs/CCS2021/
timeline:
- deadline: '2021-01-20 23:59:59'
comment: 2 review cycles
- deadline: '2021-05-06 23:59:59'
comment: spring
timezone: UTC-12
date: November 15-19, 2021
place: Seoul, South Korea
- year: 2022
id: ccs22
link: https://www.sigsac.org/ccs/CCS2022/
timeline:
- deadline: '2022-01-14 23:59:59'
comment: 2 review cycles
- deadline: '2022-05-02 23:59:59'
comment: the second review cycle
timezone: UTC-12
date: November 14-19, 2022
place: Los Angeles, U.S.A.
- year: 2023
id: ccs23
link: https://www.sigsac.org/ccs/CCS2023/
timeline:
- deadline: '2023-01-19 23:59:59'
comment: First Round Submission
- deadline: '2023-05-04 23:59:59'
comment: Second Round Submission
timezone: UTC-12
date: November 26-30, 2023
place: Copenhagen, Denmark
- year: 2024
id: ccs24
link: https://www.sigsac.org/ccs/CCS2024/
timeline:
- deadline: '2024-01-28 23:59:59'
comment: First Round Submission
- deadline: '2024-04-29 23:59:59'
comment: Second Round Submission (tentative)
timezone: UTC-12
date: October 14-18, 2024
place: Salt Lake City, U.S.A
- year: 2025
id: ccs25
link: https://www.sigsac.org/ccs/CCS2025/
timeline:
- deadline: '2025-01-09 23:59:59'
comment: First Review Cycle
- deadline: '2025-04-14 23:59:59'
comment: Second Review Cycle
timezone: UTC-12
date: October 13-17, 2025
place: TICC, Taipei, Taiwan
- year: 2026
id: ccs26
link: https://www.sigsac.org/ccs/CCS2026/
timeline:
- deadline: '2026-01-14 23:59:59'
comment: First Review Cycle
- deadline: '2026-04-29 23:59:59'
comment: Second Review Cycle
timezone: UTC-12
date: November 15-19, 2026
place: World Forum, Hague, Netherlands
================================================
FILE: conference/SC/ches.yml
================================================
- title: CHES
description: International Conference on Cryptographic Hardware and Embedded Systems
sub: SC
rank:
ccf: B
core: A
thcpl: A
dblp: ches
confs:
- year: 2022
id: ches22
link: https://ches.iacr.org/2022/
timeline:
- deadline: '2021-07-15 23:59:59'
comment: Schedule for TCHES Volume 2022/1
- deadline: '2021-10-15 23:59:59'
comment: Schedule for TCHES Volume 2022/2
- deadline: '2022-01-15 23:59:59'
comment: Schedule for TCHES Volume 2022/3
- deadline: '2022-04-15 23:59:59'
comment: Schedule for TCHES Volume 2022/4
timezone: AoE
date: September , 2022
place: Beijing, China
- year: 2023
id: ches23
link: https://ches.iacr.org/2023/
timeline:
- deadline: '2022-07-15 23:59:59'
comment: Schedule for TCHES Volume 2023/1
- deadline: '2022-10-15 23:59:59'
comment: Schedule for TCHES Volume 2023/2
- deadline: '2023-01-15 23:59:59'
comment: Schedule for TCHES Volume 2023/3
- deadline: '2023-04-15 23:59:59'
comment: Schedule for TCHES Volume 2023/4
timezone: AoE
date: September 10-14, 2023
place: Prague, Czech Republic
- year: 2024
id: ches24
link: https://ches.iacr.org/2024/
timeline:
- deadline: '2023-07-15 23:59:59'
comment: Schedule for TCHES Volume 2024/1
- deadline: '2023-10-15 23:59:59'
comment: Schedule for TCHES Volume 2024/2
- deadline: '2024-01-15 23:59:59'
comment: Schedule for TCHES Volume 2024/3
- deadline: '2024-04-15 23:59:59'
comment: Schedule for TCHES Volume 2024/4
timezone: AoE
date: September, 2024
place: Halifax, Canada
- year: 2025
id: ches25
link: https://ches.iacr.org/2025/
timeline:
- deadline: '2024-07-15 23:59:59'
comment: Schedule for TCHES Volume 2025/1
- deadline: '2024-10-15 23:59:59'
comment: Schedule for TCHES Volume 2025/2
- deadline: '2025-01-15 23:59:59'
comment: Schedule for TCHES Volume 2025/3
- deadline: '2025-04-15 23:59:59'
comment: Schedule for TCHES Volume 2025/4
timezone: AoE
date: September 14-18, 2025
place: Kuala Lumpur, Malaysia
- year: 2026
id: ches26
link: https://ches.iacr.org/2026/
timeline:
- deadline: '2025-07-15 23:59:59'
comment: Schedule for TCHES Volume 2026/1
- deadline: '2025-10-15 23:59:59'
comment: Schedule for TCHES Volume 2026/2
- deadline: '2026-01-15 23:59:59'
comment: Schedule for TCHES Volume 2026/3
- deadline: '2026-04-15 23:59:59'
comment: Schedule for TCHES Volume 2026/4
timezone: AoE
date: October 11-15, 2026
place: Türkiye
================================================
FILE: conference/SC/codaspy.yml
================================================
- title: CODASPY
description: ACM Conference on Data and Application Security and Privacy
sub: SC
rank:
ccf: C
core: N
thcpl: N
dblp: codaspy
confs:
- year: 2026
id: codaspy2026
link: https://www.codaspy.org/2026/
timeline:
- deadline: '2025-12-26 23:59:59'
timezone: AoE
date: June 23-25, 2026
place: Frankfurt am Main, Germany
================================================
FILE: conference/SC/crypto.yml
================================================
- title: CRYPTO
description: International Cryptology Conference
sub: SC
rank:
ccf: A
core: A*
thcpl: A
dblp: crypto
confs:
- year: 2021
id: crypto21
link: https://crypto.iacr.org/2021/
timeline:
- deadline: '2021-02-24 21:00:00'
timezone: UTC-12
date: August 15-19, 2021
place: Virtual
- year: 2023
id: crypto23
link: https://crypto.iacr.org/2023/
timeline:
- deadline: '2023-02-16 18:00:00'
timezone: UTC-5
date: August 19-24, 2023
place: Santa Barbara, USA
- year: 2024
id: crypto24
link: https://crypto.iacr.org/2024/
timeline:
- deadline: '2024-02-13 23:59:59'
timezone: UTC-12
date: August 18-22, 2024
place: Santa Barbara, USA
- year: 2025
id: crypto25
link: https://crypto.iacr.org/2025/
timeline:
- deadline: '2025-02-13 23:59:59'
timezone: UTC-12
date: August 17-21, 2025
place: Santa Barbara, USA
- year: 2026
id: crypto26
link: https://crypto.iacr.org/2026/
timeline:
- deadline: '2026-02-12 23:59:59'
timezone: UTC-12
date: August 17-20, 2026
place: Santa Barbara, USA
================================================
FILE: conference/SC/cscloud.yml
================================================
- title: CSCloud
description: IEEE International Conference on Cyber Security and Cloud Computing
sub: SC
rank:
ccf: C
core: N
thcpl: N
dblp: cscloud
confs:
- year: 2026
id: cscloud2026
link: https://www.cloud-conf.net/cscloud/2026/cscloud/
timeline:
- deadline: '2026-08-01 23:59:59'
timezone: AoE
date: December 19-21, 2026
place: Shanghai, China
================================================
FILE: conference/SC/csfw.yml
================================================
- title: CSFW
description: IEEE Computer Security Foundations Workshop
sub: SC
rank:
ccf: B
core: A
thcpl: B
dblp: csfw
confs:
- year: 2022
id: csfw22
link: https://www.ieee-security.org/TC/CSF2022/
timeline:
- deadline: '2021-05-14 23:59:59'
comment: spring
- deadline: '2021-10-01 23:59:59'
comment: fall
timezone: UTC-12
date: August, 2022
place: Haifa, Israel
- year: 2023
id: csfw23
link: https://www.ieee-security.org/TC/CSF2023/
timeline:
- deadline: '2022-05-13 23:59:59'
comment: spring
- deadline: '2022-09-30 23:59:59'
comment: fall
- deadline: '2023-02-03 23:59:59'
comment: winter
timezone: UTC-12
date: July, 2023
place: Dubrovnik, Croatia
- year: 2024
id: csfw24
link: https://www.ieee-security.org/TC/CSF2024/
timeline:
- deadline: '2023-05-15 23:59:59'
comment: spring
- deadline: '2023-09-30 23:59:59'
comment: fall
- deadline: '2024-02-03 23:59:59'
comment: winter
timezone: UTC-12
date: July 8-12, 2024
place: Enschede, The Netherlands
- year: 2025
id: csfw25
link: https://csf2025.ieee-security.org/
timeline:
- deadline: '2024-05-28 23:59:59'
comment: spring
- deadline: '2024-10-01 23:59:59'
comment: fall
- deadline: '2025-02-04 23:59:59'
comment: winter
timezone: UTC-12
date: June 16-20, 2025
place: Santa Cruz, CA, USA
- year: 2026
id: csfw26
link: https://csf2026.ieee-security.org/
timeline:
- deadline: '2025-07-24 23:59:59'
comment: Summer
- deadline: '2025-10-09 23:59:59'
comment: Fall
- deadline: '2026-01-29 23:59:59'
comment: Winter
timezone: UTC-12
date: July 26-29, 2026
place: Lisbon, Portugal
================================================
FILE: conference/SC/ct-rsa.yml
================================================
- title: CT-RSA
description: Cryptographer's Track at RSA Conference
sub: SC
rank:
ccf: C
core: B
thcpl: B
dblp: ctrsa
confs:
- year: 2022
id: ct-rsa22
link: https://ct-rsa-2022.auckland.ac.nz/
timeline:
- deadline: '2021-09-13 23:59:59'
comment: Submission deadline
timezone: UTC-12
date: February 07-10 , 2022
place: San Francisco, CA, USA
- year: 2024
id: ct-rsa24
link: https://ct-rsa-2024.aau.at/
timeline:
- deadline: '2023-10-02 23:59:59'
comment: Submission deadline
timezone: UTC-12
date: May 06-09 , 2024
place: San Francisco, CA, USA
- year: 2025
id: ct-rsa25
link: https://ct-rsa-2025.csa.iisc.ac.in/
timeline:
- deadline: '2024-10-15 23:59:59'
comment: Paper submission deadline
timezone: UTC-12
date: April 28-May 1, 2025
place: San Francisco, California, USA
- year: 2026
id: ct-rsa26
link: https://conference.wsu.edu/ct-rsa-2026/
timeline:
- deadline: '2025-10-24 23:59:59'
comment: Paper submission deadline
timezone: UTC-12
date: March 23-26, 2026
place: San Francisco, California, USA
================================================
FILE: conference/SC/dfrws-apac.yml
================================================
- title: DFRWS APAC
description: Digital Forensic Research Workshop Asia Pacific
sub: SC
rank:
ccf: C
core: N
thcpl: N
dblp: di
confs:
- year: 2025
id: dfrws-apac25
link: https://dfrws.org/conferences/dfrws-apac-2025/
timeline:
- deadline: "2025-05-23 23:59:59"
timezone: AoE
date: November 10-12, 2025
place: Seoul, South Korea
================================================
FILE: conference/SC/dfrws.yml
================================================
- title: DFRWS
description: Digital Forensic Research Workshop
sub: SC
rank:
ccf: C
core: N
thcpl: N
dblp: dfrws
confs:
- year: 2022
id: dfrws22
link: https://dfrws.org/conferences/dfrws-eu-2022/
timeline:
- deadline: '2021-10-03 23:59:59'
comment: Paper submission deadline
timezone: AoE
date: March 28-31 , 2022
place: Online and Physical (Location TBC)
- year: 2025
id: dfrws25
link: https://dfrws.org/conferences/dfrws-eu-2025/
timeline:
- abstract_deadline: '2024-09-20 23:59:59'
deadline: '2024-09-27 23:59:59'
timezone: AoE
date: April 1-4, 2025
place: Brno, Czech Republic
- year: 2026
id: dfrws26
link: https://dfrws.org/conferences/dfrws-eu-2026/
timeline:
- abstract_deadline: '2025-09-19 23:59:59'
deadline: '2025-09-26 23:59:59'
timezone: AoE
date: March 24-27, 2026
place: Linköping, Sweden
================================================
FILE: conference/SC/dimva.yml
================================================
- title: DIMVA
description: Detection of Intrusions and Malware & Vulnerability Assessment
sub: SC
rank:
ccf: C
core: C
thcpl: B
dblp: dimva
confs:
- year: 2021
id: dimva21
link: https://dimva2021.campus.ciencias.ulisboa.pt/
timeline:
- deadline: '2021-03-01 23:59:59'
comment: Paper submission deadline
- deadline: '2021-05-14 23:59:59'
comment: Final paper submission deadline
timezone: AoE
date: July 14-16 , 2022
place: Virtual
- year: 2024
id: dimva24
link: https://dimva.org/dimva2024/
timeline:
- deadline: '2023-12-19 23:59:59'
comment: Paper submission deadline
- deadline: '2024-02-14 23:59:59'
comment: Final paper submission deadline
timezone: AoE
date: July 17-19, 2024
place: Lausanne, Switzerland
- year: 2025
id: dimva25
link: https://www.dimva.org/dimva2025/
timeline:
- deadline: '2024-12-10 23:59:59'
comment: Paper submission deadline
- deadline: '2025-02-12 23:59:59'
comment: Final paper submission deadline
timezone: AoE
date: July 9-11, 2025
place: Graz University of Technology, Graz, Austria
- year: 2026
id: dimva26
link: https://www.dimva.org/dimva2026/
timeline:
- deadline: '2025-12-03 23:59:59'
comment: Cycle 1 submission deadline
- deadline: '2026-02-11 23:59:59'
comment: Cycle 2 submission deadline
timezone: AoE
date: July 1-3, 2026
place: Chania, Greece
================================================
FILE: conference/SC/dsn.yml
================================================
- title: DSN
description: International Conference on Dependable Systems and Networks
sub: SC
rank:
ccf: B
core: A
thcpl: B
dblp: dsn
confs:
- year: 2022
id: dsn22
link: https://dsn2022.github.io/
timeline:
- deadline: '2021-12-03 23:59:59'
comment: Abstract submission deadline
- deadline: '2021-12-10 23:59:59'
comment: Paper submission deadline
- deadline: '2022-03-14 23:59:59'
comment: Notification to authors
timezone: AoE
date: June 27-30, 2022
place: Baltimore, Maryland, USA
- year: 2024
id: dsn24
link: https://dsn2024uq.github.io
timeline:
- abstract_deadline: '2023-11-29 23:59:59'
deadline: '2023-12-06 23:59:59'
timezone: AoE
date: June 24-27, 2024
place: Brisbane, Australia
- year: 2025
id: dsn25
link: https://dsn2025.github.io/
timeline:
- abstract_deadline: '2024-11-27 23:59:59'
deadline: '2024-12-04 23:59:59'
timezone: AoE
date: June 23-26, 2025
place: Naples, Italy
- year: 2026
id: dsn26
link: https://dsn2026.github.io
timeline:
- abstract_deadline: '2025-11-27 23:59:59'
deadline: '2025-12-04 23:59:59'
timezone: AoE
date: June 22-25, 2026
place: Charlotte, USA
================================================
FILE: conference/SC/esorics.yml
================================================
- title: ESORICS
description: European Symposium on Research in Computer Security
sub: SC
rank:
ccf: B
core: A
thcpl: B
dblp: esorics
confs:
- year: 2022
id: esorics22
link: https://esorics2022.compute.dtu.dk/
timeline:
- deadline: '2022-01-31 23:59:59'
comment: Winter Cycle Title and Abstract
- deadline: '2022-01-31 23:59:59'
comment: Winter Cycle Full Paper Submission
- deadline: '2022-05-15 23:59:59'
comment: Spring Cycle Title and Abstract
- deadline: '2022-05-22 23:59:59'
comment: Spring Cycle Full Paper Submission
timezone: UTC+1
date: September 26-30, 2022
place: Copenhagen, Denmark
- year: 2024
id: esorics24
link: https://esorics2024.org/
timeline:
- deadline: '2024-01-08 23:59:59'
comment: First Submission deadline
- deadline: '2024-04-19 23:59:59'
comment: Second Submission deadline
timezone: AoE
date: September 16-20, 2024
place: Bydgoszcz, Poland
- year: 2025
id: esorics25
link: https://esorics2025.sciencesconf.org/
timeline:
- deadline: '2025-01-10 23:59:59'
comment: First Submission deadline
- deadline: '2025-04-29 23:59:59'
comment: Second Submission deadline
timezone: AoE
date: September 22-26, 2025
place: Toulouse, France
- year: 2026
id: esorics26
link: https://sites.google.com/di.uniroma1.it/esorics2026/home
timeline:
- deadline: '2026-01-09 23:59:59'
comment: First Submission deadline
- deadline: '2026-04-21 23:59:59'
comment: Second Submission deadline
timezone: AoE
date: September, 2026
place: Rome, Italy
================================================
FILE: conference/SC/eurocrypt.yml
================================================
- title: EUROCRYPT
description: European Cryptology Conference
sub: SC
rank:
ccf: A
core: A*
thcpl: A
dblp: eurocrypt
confs:
- year: 2021
id: eurocrypt21
link: https://eurocrypt.iacr.org/2021
timeline:
- deadline: '2020-10-08 21:00:00'
timezone: UTC-12
date: October 17-21, 2021
place: Zagreb, Croatia
- year: 2024
id: eurocrypt24
link: https://eurocrypt.iacr.org/2024
timeline:
- deadline: '2023-10-06 23:59:59'
timezone: AoE
date: May 26-30, 2024
place: Zurich, Switzerland
- year: 2025
id: eurocrypt25
link: https://eurocrypt.iacr.org/2025/
timeline:
- deadline: '2024-10-02 23:59:59'
timezone: AoE
date: May 4-8, 2025
place: Madrid, Spain
- year: 2026
id: eurocrypt26
link: https://eurocrypt.iacr.org/2026/
timeline:
- deadline: '2025-10-02 23:59:59'
timezone: AoE
date: May 10-14, 2026
place: Rome, Italy
================================================
FILE: conference/SC/eurosp.yml
================================================
- title: EuroS&P
description: IEEE European Symposium on Security and Privacy
sub: SC
rank:
ccf: C
core: N
thcpl: N
dblp: eurosp
confs:
- year: 2024
id: eurosp24
link: https://eurosp2024.ieee-security.org/
timeline:
- deadline: '2023-11-02 23:59:59'
timezone: UTC-12
date: July 8-12, 2024
place: Vienna, Austria
- year: 2025
id: eurosp25
link: https://eurosp2025.ieee-security.org/
timeline:
- deadline: '2024-10-24 23:59:59'
timezone: UTC-12
date: June 30-July 4, 2025
place: Venice, Italy
- year: 2026
id: eurosp26
link: https://eurosp2026.ieee-security.org/
timeline:
- deadline: '2025-11-20 23:59:59'
timezone: UTC-12
date: July 6 - 10, 2026
place: Lisbon, Portugal
================================================
FILE: conference/SC/fc.yml
================================================
- title: FC
description: Financial Cryptography and Data Security
sub: SC
rank:
ccf: C
core: A
thcpl: B
dblp: fc
confs:
- year: 2022
id: fc22
link: https://fc22.ifca.ai/
timeline:
- deadline: '2021-09-02 23:59:59'
comment: Paper registration
- deadline: '2021-09-09 23:59:59'
comment: Paper submission
timezone: UTC-12
date: February 14-18, 2022
place: Radisson Grenada Beach Resort Grenada
- year: 2024
id: fc24
link: https://fc24.ifca.ai/
timeline:
- deadline: '2023-09-18 23:59:59'
comment: Submission deadline
timezone: UTC-12
date: March 4-8, 2024
place: Willemstad, Curaçao
- year: 2025
id: fc25
link: https://fc25.ifca.ai/
timeline:
- deadline: '2024-10-11 23:59:59'
comment: Submission deadline
timezone: UTC-12
date: April 14-18, 2025
place: Miyakojima, Japan
- year: 2026
id: fc26
link: https://fc26.ifca.ai/
timeline:
- deadline: '2025-09-16 23:59:59'
comment: Submission deadline
timezone: UTC-12
date: March 2-6, 2026
place: St. Kitts
================================================
FILE: conference/SC/fse.yml
================================================
- title: FSE
description: Fast Software Encryption
sub: SC
rank:
ccf: B
core: N
thcpl: B
dblp: fse
confs:
- year: 2023
id: fse23
link: https://fse.iacr.org/2023/
timeline:
- deadline: '2022-03-01 11:59:59'
comment: Submission deadline
- deadline: '2022-06-01 11:59:59'
comment: Submission deadline
- deadline: '2022-09-01 11:59:59'
comment: Submission deadline
- deadline: '2022-11-23 11:59:59'
comment: Submission deadline
timezone: UTC+0
date: March 20-24, 2023
place: Beijing, China
- year: 2024
id: fse24
link: https://fse.iacr.org/2024/
timeline:
- deadline: '2023-03-01 11:59:59'
comment: Submission deadline
- deadline: '2023-06-01 11:59:59'
comment: Submission deadline
- deadline: '2023-09-01 11:59:59'
comment: Submission deadline
- deadline: '2023-11-23 11:59:59'
comment: Submission deadline
timezone: UTC+0
date: March 25-29, 2024
place: Leuven, Belgium
- year: 2025
id: fse25
link: https://fse.iacr.org/2025/
timeline:
- deadline: '2024-03-01 23:59:59'
comment: ToSC, Volume 2024, Issue 2 Submission deadline
- deadline: '2024-06-01 23:59:59'
comment: ToSC, Volume 2024, Issue 3 Submission deadline
- deadline: '2024-09-01 23:59:59'
comment: ToSC, Volume 2024, Issue 4 Submission deadline
- deadline: '2024-11-22 23:59:59'
comment: ToSC, Volume 2025, Issue 1 Submission deadline
timezone: UTC-12
date: March 17-21, 2025
place: Rome, Italy
- year: 2026
id: fse26
link: https://fse.iacr.org/2026/
timeline:
- deadline: '2025-03-01 23:59:59'
comment: ToSC, Volume 2025, Issue 2 Submission deadline
- deadline: '2025-06-01 23:59:59'
comment: ToSC, Volume 2025, Issue 3 Submission deadline
- deadline: '2025-09-01 23:59:59'
comment: ToSC, Volume 2025, Issue 4 Submission deadline
- deadline: '2025-11-23 23:59:59'
comment: ToSC, Volume 2026, Issue 1 Submission deadline
timezone: UTC-12
date: March 23-27, 2026
place: Singapore, Singapore
================================================
FILE: conference/SC/hotsec.yml
================================================
- title: HotSec
description: USENIX Workshop on Hot Topics in Security
sub: SC
rank:
ccf: C
core: N
thcpl: N
dblp: events
confs:
- year: 2021
id: hotsec21
link: https://www.usenix.org/conferences/byname/158
timeline:
- deadline: '2021-10-12 23:59:59'
comment: Extended
timezone: AoE
date: Extended
place: Vancouver, British Columbia, Canada
================================================
FILE: conference/SC/icdf2c.yml
================================================
- title: ICDF2C
description: International Conference on Digital Forensics & Cyber Crime
sub: SC
rank:
ccf: C
core: N
thcpl: N
dblp: icdf2c
confs:
- year: 2021
id: icdf2c21
link: https://icdf2c.eai-conferences.org/2021/
timeline:
- deadline: '2021-06-16 23:59:59'
comment: Main Track Full Paper Submission deadline
- deadline: '2021-07-26 23:59:59'
comment: Late Track Full Paper Submission deadline
timezone: UTC-12
date: December 7-9, 2021
place: Singapore, Singapore
- year: 2024
id: icdf2c24
link: https://icdf2c.eai-conferences.org/2024/
timeline:
- deadline: '2024-04-30 23:59:59'
comment: Full Paper Submission deadline
timezone: UTC-12
date: October 9-10, 2024
place: Dubrovnik, Croatia
- year: 2025
id: icdf2c25
link: https://icdf2c.eai-conferences.org/2025/
timeline:
- deadline: '2025-05-31 23:59:59'
comment: Full Paper Submission deadline
timezone: UTC-12
date: November 17-19, 2025
place: Miami, Florida, USA
- year: 2026
id: icdf2c26
link: https://icdf2c.eai-conferences.org/2026/
timeline:
- deadline: '2026-01-20 23:59:59'
timezone: UTC-12
date: September 8-10, 2026
place: Reykjavik, Iceland
================================================
FILE: conference/SC/icics.yml
================================================
- title: ICICS
description: International Conference on Information and Communications Security
sub: SC
rank:
ccf: C
core: C
thcpl: N
dblp: icics
confs:
- year: 2021
id: icics21
link: https://icics.cn/
timeline:
- deadline: '2021-05-22 23:59:59'
comment: Paper Submission deadline
timezone: AoE
date: September 17-19, 2021
place: Chongqing, China
- year: 2023
id: icics23
link: https://icics23.nankai.edu.cn/
timeline:
- deadline: '2023-03-30 23:59:59'
timezone: AoE
date: November 18-20, 2023
place: Nankai University, Tianjin, China
- year: 2024
id: icics24
link: http://icics2024.aegean.gr/
timeline:
- deadline: '2024-02-16 23:59:59'
comment: First Cycle
- deadline: '2024-04-19 23:59:59'
comment: Second Cycle
timezone: AoE
date: August 26-28, 2024
place: Mytilene, Greece
- year: 2025
id: icics25
link: https://www.icics2025.org/
timeline:
- deadline: '2025-02-28 23:59:59'
comment: First round
- deadline: '2025-05-23 23:59:59'
comment: Second round
timezone: UTC+8
date: October 29-31, 2025
place: Nanjing, China
- year: 2026
id: icics26
link: https://sulab-sever.u-aizu.ac.jp/icics2026/cfp.html
timeline:
- deadline: '2026-02-28 23:59:59'
comment: First round
- deadline: '2026-05-23 23:59:59'
comment: Second round
timezone: AoE
date: October 27-30, 2026
place: Fukui, Japan
================================================
FILE: conference/SC/ifip119.yml
================================================
- title: IFIP WG 11.9
description: IFIP WG 11.9 International Conference on Digital Forensics
sub: SC
rank:
ccf: C
core: N
thcpl: N
dblp: NO DBLP
confs:
- year: 2022
id: ifip119'22
link: http://www.ifip119.org/Conferences/
timeline:
- deadline: '2021-10-15 23:59:59'
comment: Submission Deadline
timezone: AoE
date: January 3 - 5, 2022
place: New Delhi, India
- year: 2026
id: ifip119'26
link: http://www.ifip119.org/Conferences/
timeline:
- deadline: '2025-09-30 23:59:59'
comment: Submission Deadline
timezone: AoE
date: January 5 - 6, 2026
place: New Delhi, India
================================================
FILE: conference/SC/ih&mmsec.yml
================================================
- title: IH&MMSec
description: ACM Workshop on Information Hiding and Multimedia Security
sub: SC
rank:
ccf: C
core: C
thcpl: B
dblp: ih
confs:
- year: 2021
id: ih&mmsec21
link: https://www.ihmmsec.org/
timeline:
- deadline: '2021-02-25 23:59:59'
comment: Paper Submission Deadline
timezone: AoE
date: June 22-25, 2021
place: Virtual
- year: 2024
id: ih&mmsec24
link: https://www.ihmmsec.org/
timeline:
- deadline: '2024-02-29 23:59:59'
comment: Paper Submission Deadline
timezone: AoE
date: June 24-26, 2024
place: Baiona, Spain
- year: 2025
id: ih&mmsec25
link: https://www.ihmmsec.org/cms/home/index.html
timeline:
- deadline: '2025-02-28 23:59:59'
comment: Submission Deadline
timezone: AoE
date: June 18-20, 2025
place: San Jose, CA, USA
- year: 2026
id: ih&mmsec26
link: https://www.ihmmsec.org/cms/home/home2026.html
timeline:
- deadline: '2026-02-16 23:59:59'
comment: Submission Deadline
timezone: AoE
date: June 17-19, 2026
place: Florence, Italy
================================================
FILE: conference/SC/indocrypt.yml
================================================
- title: INDOCRYPT
description: International Conference on Cryptology in India
sub: SC
rank:
ccf: N
core: N
thcpl: N
dblp: indocrypt
confs:
- year: 2023
id: indocrypt23
link: https://crsind.in/indocrypt2023/
timeline:
- deadline: '2023-09-01 23:59:59'
timezone: UTC-12
date: December 10-13, 2023
place: BITS Pilani Goa, India
- year: 2025
id: indocrypt25
link: https://www.indocrypt2025.in/
timeline:
- deadline: '2025-09-01 23:59:59'
timezone: UTC-12
date: December 14-17, 2025
place: IIIT Bhubaneswar, Odisha, India
================================================
FILE: conference/SC/inscrypt.yml
================================================
- title: INSCRYPT
description: International Conference on Information Security and Cryptology
sub: SC
rank:
ccf: C
core: N
thcpl: N
dblp: cisc
confs:
- year: 2025
id: inscrypt25
link: https://inscrypt2025.xidian.edu.cn/
timeline:
- deadline: '2025-04-15 23:59:59'
comment: 1st Round
- deadline: '2025-06-30 23:59:59'
comment: 2nd Round
timezone: UTC-8
date: October 19-21, 2025
place: Xi'an, China
================================================
FILE: conference/SC/isc.yml
================================================
- title: ISC
description: Information Security Conference
sub: SC
rank:
ccf: C
core: N
thcpl: N
dblp: isw
confs:
- year: 2021
id: isc21
link: https://isc2021.petra.ac.id/
timeline:
- deadline: '2021-07-23 23:59:59'
comment: Submission Deadline
timezone: UTC-12
date: November 9 - 13, 2021
place: Bali, Indonesia
- year: 2024
id: isc24
link: https://isc24.cs.gmu.edu/
timeline:
- deadline: '2024-06-13 23:59:59'
comment: Submission Deadline
timezone: AoE
date: Oct 23 - 25, 2024
place: VA, USA
- year: 2025
id: isc25
link: https://isc25.skku.edu/
timeline:
- deadline: '2025-06-04 23:59:59'
comment: Submission Deadline
timezone: AoE
date: October 20-22, 2025
place: Seoul, South Korea
================================================
FILE: conference/SC/ndss.yml
================================================
- title: NDSS
description: Network and Distributed System Security (NDSS) Symposium
sub: SC
rank:
ccf: A
core: A*
thcpl: A
dblp: ndss
confs:
- year: 2022
id: ndss22
link: https://www.ndss-symposium.org/ndss2022/
timeline:
- deadline: '2021-05-21 23:59:59'
comment: spring
- deadline: '2021-07-23 23:59:59'
comment: fall
timezone: UTC-12
date: February 27 - March 3, 2022
place: San Diego, California
- year: 2023
id: ndss23
link: https://www.ndss-symposium.org/ndss2023/
timeline:
- deadline: '2022-05-13 23:59:59'
comment: Summer
- deadline: '2022-07-29 23:59:59'
comment: Fall
timezone: UTC-12
date: TBD
place: San Diego, California
- year: 2024
id: ndss24
link: https://www.ndss-symposium.org/ndss2024/
timeline:
- deadline: '2023-04-19 23:59:59'
comment: Summer
- deadline: '2023-06-28 23:59:59'
comment: Fall
timezone: UTC-12
date: February 26 - March 1, 2024
place: San Diego, California
- year: 2025
id: ndss25
link: https://www.ndss-symposium.org/ndss2025/
timeline:
- deadline: '2024-04-17 23:59:59'
comment: Summer
- deadline: '2024-07-10 23:59:59'
comment: Fall
timezone: UTC-12
date: February 23 - February 28, 2025
place: San Diego, California
- year: 2026
id: ndss26
link: https://www.ndss-symposium.org/ndss2026/
timeline:
- abstract_deadline: '2025-04-16 23:59:59'
deadline: '2025-04-23 23:59:59'
comment: Summer
- abstract_deadline: '2025-07-30 23:59:59'
deadline: '2025-08-06 23:59:59'
comment: Fall
timezone: UTC-12
date: February 23 - February 27, 2026
place: San Diego, California
================================================
FILE: conference/SC/noms.yml
================================================
- title: NOMS
description: IEEE/IFIP Network Operations and Management Symposium
sub: SC
rank:
ccf: N
core: B
thcpl: B
dblp: noms
confs:
- year: 2025
id: noms25
link: https://noms2025.ieee-noms.org/
timeline:
- abstract_deadline: '2024-09-07 19:59:59'
deadline: '2024-09-14 19:59:59'
timezone: UTC+10
date: May 12-16, 2025
place: Honolulu, HI, USA
- year: 2026
id: noms26
link: https://noms2026.ieee-noms.org/
timeline:
- deadline: '2025-10-13 19:59:59'
timezone: UTC+10
date: May 18-22, 2026
place: Rome, Italy
================================================
FILE: conference/SC/nspw.yml
================================================
- title: NSPW
description: New Security Paradigms Workshop
sub: SC
rank:
ccf: C
core: C
thcpl: N
dblp: nspw
confs:
- year: 2021
id: nspw21
link: https://www.nspw.org/2021
timeline:
- deadline: '2021-06-04 23:59:59'
comment: Submission deadline
- deadline: '2021-11-24 23:59:59'
comment: Final version
timezone: UTC-11
date: October 25-28, 2021
place: Virtual
- year: 2024
id: nspw24
link: https://www.nspw.org/2024/cfp
timeline:
- deadline: '2024-04-12 23:59:00'
timezone: UTC-11
date: September 16-18, 2024
place: Bedford, PA USA
- year: 2025
id: nspw25
link: https://www.nspw.org/2025
timeline:
- deadline: '2025-04-11 23:59:59'
timezone: AoE
date: August 24-27, 2025
place: Aerzen, Germany
- year: 2026
id: nspw26
link: https://www.nspw.org/2026
timeline:
- deadline: '2026-04-30 23:59:59'
timezone: AoE
date: September 27-30, 2026
place: Victoria, BC, Canada
================================================
FILE: conference/SC/pam.yml
================================================
- title: PAM
description: Passive and Active Measurement Conference
sub: SC
rank:
ccf: C
core: B
thcpl: B
dblp: pam
confs:
- year: 2021
id: pam21
link: https://www.pam2021.b-tu.de/
timeline:
- deadline: '2020-10-16 23:59:59'
comment: Paper registration (with abstract)
- deadline: '2020-10-23 23:59:59'
comment: Paper submission
timezone: UTC-4
date: March 29-31, 2021
place: Virtual
- year: 2022
id: pam22
link: https://pam2022.nl/
timeline:
- deadline: '2021-10-20 23:59:59'
comment: Paper registration (with abstract)
- deadline: '2021-10-27 23:59:59'
comment: Paper submission
timezone: AoE
date: March 28-30, 2022
place: Virtual
- year: 2023
id: pam23
link: https://pam2023.networks.imdea.org/
timeline:
- deadline: '2022-11-01 23:59:59'
timezone: AoE
date: March 21-23, 2023
place: Virtual
- year: 2024
id: pam24
link: https://pam2024.cs.northwestern.edu/
timeline:
- abstract_deadline: '2023-10-28 23:59:59'
deadline: '2023-11-02 23:59:59'
timezone: AoE
date: March 11-13, 2024
place: Virtual
- year: 2025
id: pam25
link: https://udesa.edu.ar/pam25
timeline:
- abstract_deadline: '2024-10-01 23:59:59'
deadline: '2024-10-08 23:59:59'
timezone: AoE
date: March 10-12, 2025
place: Virtual
- year: 2026
id: pam26
link: https://pam2026.at/
timeline:
- deadline: '2025-10-15 23:59:59'
timezone: AoE
date: March 23-25, 2026
place: Virtual
================================================
FILE: conference/SC/pets.yml
================================================
- title: PETS
description: Privacy Enhancing Technologies Symposium
sub: SC
rank:
ccf: C
core: A
thcpl: B
dblp: pet
confs:
- year: 2022
id: pets22
link: https://petsymposium.org/cfp22.php
timeline:
- deadline: '2021-05-31 23:59:59'
comment: Issue 1 Paper Submission Deadline
- deadline: '2021-08-31 23:59:59'
comment: Issue 2 Paper Submission Deadline
- deadline: '2021-11-30 23:59:59'
comment: Issue 3 Paper Submission Deadline
- deadline: '2022-02-28 23:59:59'
comment: Issue 4 Paper Submission Deadline
timezone: AoE
date: July 18-23, 2022
place: Sydney, Australia
- year: 2024
id: pets24
link: https://www.petsymposium.org/cfp24.php
timeline:
- deadline: '2023-05-31 23:59:59'
comment: Issue 1 Paper Submission Deadline
- deadline: '2023-08-31 23:59:59'
comment: Issue 2 Paper Submission Deadline
- deadline: '2023-11-30 23:59:59'
comment: Issue 3 Paper Submission Deadline
- deadline: '2024-02-29 23:59:59'
comment: Issue 4 Paper Submission Deadline
timezone: AoE
date: July 15-20, 2024
place: Bristol, UK and Online
- year: 2025
id: pets25
link: https://petsymposium.org/cfp25.php
timeline:
- deadline: '2024-05-31 23:59:59'
comment: Issue 1 Paper Submission Deadline
- deadline: '2024-08-31 23:59:59'
comment: Issue 2 Paper Submission Deadline
- deadline: '2024-11-30 23:59:59'
comment: Issue 3 Paper Submission Deadline
- deadline: '2025-02-28 23:59:59'
comment: Issue 4 Paper Submission Deadline
timezone: AoE
date: July 14-19, 2025
place: Washington, DC and Online
- year: 2026
id: pets26
link: https://petsymposium.org/cfp26.php
timeline:
- deadline: '2025-05-31 23:59:59'
comment: Issue 1 Paper Submission Deadline
- deadline: '2025-08-31 23:59:59'
comment: Issue 2 Paper Submission Deadline
- deadline: '2025-11-30 23:59:59'
comment: Issue 3 Paper Submission Deadline
- deadline: '2026-02-28 23:59:59'
comment: Issue 4 Paper Submission Deadline
timezone: AoE
date: July 20-25, 2026
place: Calgary, Canada
================================================
FILE: conference/SC/pkc.yml
================================================
- title: PKC
description: International Conference on Practice and Theory of Public-Key Cryptography
sub: SC
rank:
ccf: B
core: B
thcpl: B
dblp: pkc
confs:
- year: 2021
id: pkc21
link: https://pkc.iacr.org/2021/
timeline:
- deadline: '2020-11-13 23:59:59'
timezone: UTC-12
date: May 10, 2021
place: Virtual
- year: 2024
id: pkc24
link: https://pkc.iacr.org/2024/
timeline:
- deadline: '2023-10-01 23:59:59'
timezone: UTC-12
date: April 15-17, 2024
place: Sydney, Australia
- year: 2025
id: pkc25
link: https://pkc.iacr.org/2025/
timeline:
- deadline: '2024-10-16 23:59:59'
timezone: UTC-12
date: May 12-15, 2025
place: Røros, Norway
- year: 2026
id: pkc26
link: https://pkc.iacr.org/2026/
timeline:
- deadline: '2025-10-24 23:59:59'
timezone: UTC-12
date: May 25-28, 2026
place: West Palm Beach, USA
================================================
FILE: conference/SC/raid.yml
================================================
- title: RAID
description: International Symposium on Recent Advances in Intrusion Detection
sub: SC
rank:
ccf: B
core: A
thcpl: B
dblp: raid
confs:
- year: 2021
id: raid21
link: https://raid2021.org/
timeline:
- deadline: '2021-08-01 23:59:59'
comment: Paper Submission Deadline
timezone: AoE
date: October 6-8, 2021
place: Donostia / San Sebastian, Spain
- year: 2023
id: raid23
link: https://raid2023.org/
timeline:
- deadline: '2023-03-29 23:59:59'
timezone: AoE
date: October 16-18, 2023
place: Hong Kong Polytechnic University, Hong Kong, China
- year: 2024
id: raid24
link: https://raid2024.github.io/
timeline:
- deadline: '2024-04-15 23:59:59'
timezone: AoE
date: September 30 - October 2, 2024
place: Palazzo della Salute, Padua, Italy
- year: 2025
id: raid25
link: https://raid2025.github.io/
timeline:
- deadline: '2025-04-24 23:59:59'
timezone: AoE
date: October 19-22, 2025
place: Gold Coast, Australia
- year: 2026
id: raid26
link: https://raid2026.org
timeline:
- deadline: '2026-04-16 23:59:59'
timezone: AoE
date: October 11-14, 2026
place: Lancaster, UK
================================================
FILE: conference/SC/sac.yml
================================================
- title: SAC
description: Selected Areas in Cryptography
sub: SC
rank:
ccf: C
core: B
thcpl: B
dblp: sacrypt
confs:
- year: 2021
id: sac21
link: https://www.sac2021.ca/
timeline:
- deadline: '2021-07-07 23:59:59'
comment: Abstract submission
- deadline: '2021-07-12 23:59:59'
comment: final paper submission
timezone: UTC+1
date: September 29 - October 01, 2021
place: Virtual
- year: 2024
id: sac24
link: https://sacworkshop.org/SAC24/
timeline:
- deadline: '2024-02-07 23:59:59'
comment: 1st round Deadline
- deadline: '2024-05-07 23:59:59'
comment: 2nd round Deadline
timezone: AoE
date: August 28 - 30, 2024
place: Montreal, Canada
- year: 2025
id: sac25
link: https://sacworkshop.org/SAC25/
timeline:
- deadline: '2025-01-27 23:59:59'
comment: Paper submission deadline (cycle 1)
- deadline: '2025-05-07 23:59:59'
comment: Paper submission deadline (cycle 2)
timezone: AoE
date: August 13-15, 2025
place: Toronto, Ontario, Canada
- year: 2026
id: sac26
link: https://sacworkshop.org/SAC26/
timeline:
- deadline: '2026-02-02 23:59:59'
comment: Paper submission deadline (cycle 1)
- deadline: '2025-05-11 23:59:59'
comment: Paper submission deadline (cycle 2)
timezone: AoE
date: August 24-28, 2026
place: Ottawa, Ontario, Canada
================================================
FILE: conference/SC/sacmat.yml
================================================
- title: SACMAT
description: ACM Symposium on Access Control Models and Technologies
sub: SC
rank:
ccf: C
core: C
thcpl: N
dblp: sacmat
confs:
- year: 2021
id: sacmat21
link: http://sacmat.dista.uninsubria.it/2021/
timeline:
- deadline: '2021-02-25 23:59:59'
comment: Paper Submission Deadline
timezone: AoE
date: June 16-18, 2021
place: Virtual
- year: 2025
id: sacmat25
link: https://www.sacmat.org/2025/index.php
timeline:
- deadline: '2025-03-24 23:59:59'
comment: Paper Submission Deadline
timezone: AoE
date: July 8-10, 2025
place: Stony Brook, NY, USA
- year: 2026
id: sacmat26
link: https://www.sacmat.org/2026/index.php
timeline:
- deadline: '2025-10-27 23:59:59'
comment: 'First Cycle'
- deadline: '2026-03-02 23:59:59'
comment: 'Second Cycle'
timezone: AoE
date: July 8-10, 2026
place: Waterloo, Canada
================================================
FILE: conference/SC/satml.yml
================================================
- title: SATML
description: IEEE Conference on Secure and Trustworthy Machine Learning
sub: SC
rank:
ccf: N
core: N
thcpl: N
dblp: satml
confs:
- year: 2026
id: satml26
link: https://www.satml.org
timeline:
- deadline: '2025-09-24 23:59:59'
timezone: UTC-12
date: March 23-25, 2026
place: Munich, Germany
- year: 2025
id: satml25
link: https://satml.org/2025/
timeline:
- deadline: '2024-09-27 23:59:59'
timezone: UTC-12
date: April 9-11, 2025
place: Copenhagen, Denmark
- year: 2024
id: satml24
link: https://satml.org/2024/
timeline:
- deadline: '2023-10-11 23:59:59'
timezone: UTC-12
date: April 9-11, 2024
place: Toronto, Canada
- year: 2023
id: satml23
link: https://satml.org/2023/
timeline:
- deadline: '2022-09-01 23:59:59'
timezone: UTC-12
date: February 8-10, 2023
place: Raleigh, North Carolina, USA
================================================
FILE: conference/SC/sec.yml
================================================
- title: SEC
description: IFIP International Information Security Conference
sub: SC
rank:
ccf: C
core: N
thcpl: B
dblp: sec
confs:
- year: 2021
id: sec21
link: https://ifipsec.org/2021/
timeline:
- deadline: '2021-02-15 23:59:59'
comment: Submission Deadline
- deadline: '2021-04-15 23:59:59'
comment: Submission of the camera-ready papers
timezone: AoE
date: June 22-24, 2021
place: Oslo, Norway
- year: 2025
id: sec25
link: https://sec2025.um.si/
timeline:
- deadline: '2025-01-20 23:59:59'
comment: Submission deadline
timezone: AoE
date: May 21-23, 2025
place: Hotel City, Maribor, Slovenia
- year: 2026
id: sec26
link: https://ifipsec.org/index.html
timeline:
- deadline: '2025-12-19 23:59:59'
comment: Submission deadline
timezone: AoE
date: June 09 - 11, 2026
place: Perth, Australia
================================================
FILE: conference/SC/securecomm.yml
================================================
- title: SecureComm
description: International Conference on Security and Privacy in Communication Networks
sub: SC
rank:
ccf: C
core: C
thcpl: N
dblp: securecomm
confs:
- year: 2021
id: securecomm21
link: https://securecomm.eai-conferences.org/2021/
timeline:
- deadline: '2021-03-31 23:59:59'
comment: Main Track Full Paper Submission deadline
- deadline: '2021-05-04 23:59:59'
comment: Late Track Full Paper Submission deadline
timezone: AoE
date: September 6-9, 2021
place: Canterbury, Great Britain(online)
- year: 2023
id: securecomm23
link: https://securecomm.eai-conferences.org/2023/
timeline:
- deadline: '2023-05-06 23:59:59'
timezone: AoE
date: October 19-21, 2023
place: Hong Kong SAR, Hong Kong
- year: 2024
id: securecomm24
link: https://securecomm.eai-conferences.org/2024/
timeline:
- deadline: '2024-05-10 23:59:59'
timezone: AoE
date: October 28-30, 2024
place: Dubai, United Arab Emirates
- year: 2025
id: securecomm25
link: https://securecomm.eai-conferences.org/2025/
timeline:
- deadline: '2025-03-01 23:59:59'
comment: Full Paper Submission deadline
timezone: AoE
date: July 4-6, 2025
place: Xiangtan, China
- year: 2026
id: securecomm26
link: https://securecomm.eai-conferences.org/2026/
timeline:
- deadline: '2025-12-15 23:59:59'
timezone: AoE
date: July 21-24, 2026
place: Lancaster, UK and hybrid
================================================
FILE: conference/SC/soups.yml
================================================
- title: SOUPS
description: Symposium On Usable Privacy and Security
sub: SC
rank:
ccf: C
core: B
thcpl: B
dblp: soups
confs:
- year: 2021
id: soups21
link: https://www.usenix.org/conference/soups2021
timeline:
- deadline: '2021-02-18 23:59:59'
comment: Mandatory Paper Registration Deadline
- deadline: '2021-02-25 23:59:59'
comment: Paper Submission Deadline
timezone: AoE
date: AUGUST 8-10, 2021
place: Co-located withUSENIX Security '21
- year: 2024
id: soups24
link: https://www.usenix.org/conference/soups2024
timeline:
- deadline: '2024-02-08 23:59:59'
comment: Mandatory Paper Registration Deadline
- deadline: '2024-02-15 23:59:59'
comment: Paper Submission Deadline
timezone: AoE
date: AUGUST 11-13, 2024
place: Philadelphia, USA
- year: 2025
id: soups25
link: https://www.usenix.org/conference/soups2025
timeline:
- deadline: '2025-02-06 23:59:59'
comment: Mandatory Paper Registration Deadline
- deadline: '2025-02-13 23:59:59'
comment: Paper Submission Deadline
timezone: AoE
date: August 10-12, 2025
place: Seattle, WA, USA
- year: 2026
id: soups26
link: https://soups.page/
timeline:
- deadline: '2026-02-12 23:59:59'
comment: Mandatory Paper Registration Deadline
- deadline: '2026-02-19 23:59:59'
comment: Paper Submission Deadline
timezone: AoE
date: August 23-26, 2026
place: Hannover, Germany
================================================
FILE: conference/SC/sp.yml
================================================
- title: S&P
description: IEEE Symposium on Security and Privacy
sub: SC
rank:
ccf: A
core: A*
thcpl: A
dblp: sp
confs:
- year: 2022
id: sp22
link: https://www.ieee-security.org/TC/SP2022/
timeline:
- deadline: '2021-04-15 23:59:59'
comment: First Paper submission deadline
- deadline: '2021-08-19 23:59:59'
comment: Second Paper submission deadline
- deadline: '2021-12-02 23:59:59'
comment: Third Paper submission deadline
timezone: UTC-12
date: May 23-26, 2022
place: SAN FRANCISCO, CA
- year: 2023
id: sp23
link: https://www.ieee-security.org/TC/SP2023/
timeline:
- deadline: '2022-04-01 23:59:59'
comment: First Paper submission deadline
- deadline: '2022-08-19 23:59:59'
comment: Second Paper submission deadline
- deadline: '2022-12-02 23:59:59'
comment: Third Paper submission deadline
timezone: UTC-12
date: May 22-26, 2023
place: SAN FRANCISCO, CA
- year: 2024
id: sp24
link: https://www.ieee-security.org/TC/SP2024/
timeline:
- deadline: '2023-04-13 23:59:59'
comment: First Paper submission deadline
- deadline: '2023-08-03 23:59:59'
comment: Second Paper submission deadline
- deadline: '2023-12-06 23:59:59'
comment: Third Paper submission deadline
timezone: UTC-12
date: MAY 20-23, 2024
place: SAN FRANCISCO, CA
- year: 2025
id: sp25
link: https://www.ieee-security.org/TC/SP2025/
timeline:
- deadline: '2024-06-06 23:59:59'
comment: First Paper submission deadline
- deadline: '2024-11-14 23:59:59'
comment: Second Paper submission deadline
timezone: UTC-12
date: MAY 12-15, 2025
place: SAN FRANCISCO, CA
- year: 2026
id: sp26
link: https://www.ieee-security.org/TC/SP2026/
timeline:
- deadline: '2025-06-05 23:59:59'
comment: First Paper submission deadline
- deadline: '2025-11-13 23:59:59'
comment: Second Paper submission deadline
timezone: UTC-12
date: MAY 18-21, 2026
place: SAN FRANCISCO, CA
================================================
FILE: conference/SC/srds.yml
================================================
- title: SRDS
description: IEEE International Symposium on Reliable Distributed Systems
sub: SC
rank:
ccf: B
core: B
thcpl: N
dblp: srds
confs:
- year: 2021
id: srds21
link: https://srds-conference.org/
timeline:
- deadline: '2021-04-16 23:59:59'
comment: ABSTRACT
- deadline: '2021-04-23 23:59:59'
comment: FULL PAPER
timezone: AoE
date: September 20-23, 2021
place: Virtual
- year: 2023
id: srds23
link: https://srds-conference.org/
timeline:
- deadline: '2023-04-15 23:59:59'
comment: ABSTRACT
- deadline: '2023-04-22 23:59:59'
comment: FULL PAPER
timezone: UTC+1
date: September 27-29, 2023
place: Marrakech, Morocco
- year: 2024
id: srds24
link: https://srds-conference.org/
timeline:
- deadline: '2024-04-26 23:59:59'
comment: ABSTRACT
- deadline: '2024-05-03 23:59:59'
comment: FULL PAPER
timezone: AoE
date: September 30-October 4, 2024
place: Charlotte, USA
- year: 2025
id: srds25
link: https://srds-conference.org/
timeline:
- deadline: '2025-04-25 23:59:59'
comment: Abstract Submission
- deadline: '2025-05-02 23:59:59'
comment: Full Paper Submission
timezone: AoE
date: September 29-October 2, 2025
place: Porto, Portugal
- year: 2026
id: srds26
link: https://srds-conference.org/
timeline:
- deadline: 'TBD'
comment: Abstract Submission
- deadline: 'TBD'
comment: Full Paper Submission
timezone: AoE
date: September 21-25, 2026
place: Rome, Italy
================================================
FILE: conference/SC/tcc.yml
================================================
- title: TCC
description: Theory of Cryptography Conference
sub: SC
rank:
ccf: B
core: A
thcpl: B
dblp: tcc
confs:
- year: 2021
id: tcc21
link: https://tcc.iacr.org/2021/
timeline:
- deadline: '2021-05-25 21:00:00'
timezone: UTC-12
date: Nov 8, 2021
place: Raleigh, United States
- year: 2023
id: tcc23
link: https://tcc.iacr.org/2023/
timeline:
- deadline: '2023-06-01 15:00:00'
timezone: UTC-4
date: Nov 29 - Dec 12, 2023
place: Taipei, China
- year: 2024
id: tcc24
link: https://tcc.iacr.org/2024/
timeline:
- deadline: '2024-05-20 19:59:59'
timezone: UTC+2
date: Dec 2 - 6, 2024
place: Milan, Italy
- year: 2025
id: tcc25
link: https://tcc.iacr.org/2025/
timeline:
- deadline: '2025-05-27 23:59:59'
timezone: AoE
date: December 1-5, 2025
place: Aarhus, Denmark
================================================
FILE: conference/SC/trustcom.yml
================================================
- title: TrustCom
description: IEEE International Conference on Trust, Security and Privacy in Computing and Communications
sub: SC
rank:
ccf: C
core: B
thcpl: N
dblp: trustcom
confs:
- year: 2021
id: trustcom21
link: https://trustcom2021.sau.edu.cn/
timeline:
- deadline: '2021-04-30 23:59:59'
comment: Paper Submission Deadline
timezone: UTC+8
date: To be announced
place: Shenyang, China
- year: 2025
id: trustcom25
link: https://ieee-aiplus-2025.org/
timeline:
- deadline: '2025-08-01 23:59:59'
timezone: UTC+8
date: November 14 - 17, 2025
place: Guiyang, China
================================================
FILE: conference/SC/uss.yml
================================================
- title: USENIX Security
description: USENIX Security Symposium
sub: SC
rank:
ccf: A
core: A*
thcpl: A
dblp: uss
confs:
- year: 2022
id: uss22
link: https://www.usenix.org/conference/usenixsecurity22
timeline:
- deadline: '2021-06-08 23:59:59'
comment: 3 review cycles
- deadline: '2021-10-12 23:59:59'
comment: 3 review cycles
- deadline: '2022-02-01 23:59:59'
comment: 3 review cycles
timezone: UTC-12
date: August 10-12, 2022
place: BOSTON, MA, USA
- year: 2023
id: uss23
link: https://www.usenix.org/conference/usenixsecurity23
timeline:
- deadline: '2022-06-07 23:59:59'
comment: Summer Deadline
- deadline: '2022-10-11 23:59:59'
comment: Fall Deadline
- deadline: '2023-02-07 23:59:59'
comment: Winter Deadline
timezone: UTC-12
date: August 9-11, 2023
place: ANAHEIM, CA, USA
- year: 2024
id: uss24
link: https://www.usenix.org/conference/usenixsecurity24
timeline:
- deadline: '2023-06-06 23:59:59'
comment: Summer Deadline
- deadline: '2023-10-17 23:59:59'
comment: Fall Deadline
- deadline: '2024-02-08 23:59:59'
comment: Winter Deadline
timezone: UTC-12
date: August 14-16, 2024
place: PHILADELPHIA, PA, USA
- year: 2025
id: uss25
link: https://www.usenix.org/conference/usenixsecurity25
timeline:
- deadline: '2024-09-04 23:59:59'
comment: Cycle 1 Deadline
- deadline: '2025-01-22 23:59:59'
comment: Cycle 2 Deadline
timezone: UTC-12
date: August 13-15, 2025
place: SEATTLE, WA, USA
- year: 2026
id: uss26
link: https://www.usenix.org/conference/usenixsecurity26
timeline:
- abstract_deadline: '2025-08-19 23:59:59'
deadline: '2025-08-26 23:59:59'
comment: Cycle 1 Deadline
- abstract_deadline: '2026-01-29 23:59:59'
deadline: '2026-02-05 23:59:59'
comment: Cycle 2 Deadline
timezone: UTC-12
date: August 12-14, 2026
place: Baltimore, MD, USA
- year: 2027
id: uss27
link: https://www.usenix.org/conference/usenixsecurity27
timeline:
- abstract_deadline: '2026-08-18 23:59:59'
deadline: '2026-08-25 23:59:59'
comment: Cycle 1 Deadline
- abstract_deadline: '2027-01-19 23:59:59'
deadline: '2027-01-26 23:59:59'
comment: Cycle 2 Deadline
timezone: UTC-12
date: August 11-13, 2027
place: Denver, CO, USA
================================================
FILE: conference/SC/wisec.yml
================================================
- title: WiSec
description: ACM Conference on Security and Privacy in Wireless and Mobile Networks
sub: SC
rank:
ccf: C
core: B
thcpl: B
dblp: wisec
confs:
- year: 2021
id: wisec21
link: https://sites.nyuad.nyu.edu/wisec21/
timeline:
- deadline: '2021-03-25 23:59:59'
comment: Paper Submission Deadline
timezone: AoE
date: June 28 - July 2, 2021
place: Abu Dhabi, UAE
- year: 2024
id: wisec24
link: https://wisec2024.kaist.ac.kr/
timeline:
- deadline: '2024-02-08 23:59:59'
comment: Paper Submission Deadline
timezone: AoE
date: May 27 - 30, 2024
place: Seoul, Korea
- year: 2025
id: wisec25
link: https://wisec2025.gmu.edu/
timeline:
- deadline: '2024-11-21 23:59:59'
comment: First Cycle deadline
- deadline: '2025-03-12 23:59:59'
comment: Second Cycle deadline
timezone: AoE
date: June 30 - July 3, 2025
place: Arlington, Virginia, USA
- year: 2026
id: wisec26
link: https://wisec26.events.cispa.de/
timeline:
- deadline: '2025-11-18 23:59:59'
comment: First Cycle deadline
- deadline: '2026-03-03 23:59:59'
comment: Second Cycle deadline
timezone: AoE
date: June 30 - July 3, 2026
place: Saarbrücken, Germany
================================================
FILE: conference/SE/aplas.yml
================================================
- title: APLAS
description: Asian Symposium on Programming Languages and Systems
sub: SE
rank:
ccf: C
core: B
thcpl: N
dblp: aplas
confs:
- year: 2025
id: aplas25
link: https://conf.researchr.org/home/aplas-2025
timeline:
- deadline: '2025-05-31 23:59:59'
timezone: AoE
date: October 27-30, 2025
place: Bengaluru, India
================================================
FILE: conference/SE/apsec.yml
================================================
- title: APSEC
description: Asia-Pacific Software Engineering Conference
sub: SE
rank:
ccf: C
core: C
thcpl: N
dblp: apsec
confs:
- year: 2025
id: apsec25
link: https://conf.researchr.org/home/apsec-2025
timeline:
- abstract_deadline: '2025-07-06 23:59:59'
deadline: '2025-07-13 23:59:59'
timezone: AoE
date: December 2-5, 2025
place: Macao SAR, China
================================================
FILE: conference/SE/ase.yml
================================================
- title: ASE
description: International Conference on Automated Software Engineering
sub: SE
rank:
ccf: A
core: A*
thcpl: A
dblp: kbse
confs:
- year: 2022
id: ase22
link: https://conf.researchr.org/home/ase-2022
timeline:
- deadline: '2022-04-29 23:59:59'
comment: Abstract Submission
- deadline: '2022-05-06 23:59:59'
comment: Paper Submission
timezone: AoE
date: September 26- October 01, 2022
place: Ann Arbor, Michigan, United States
- year: 2023
id: ase23
link: https://conf.researchr.org/home/ase-2023
timeline:
- abstract_deadline: '2023-04-28 23:59:59'
deadline: '2023-05-05 23:59:59'
timezone: AoE
date: September 11-15, 2023
place: Kirchberg, Luxembourg
- year: 2024
id: ase24
link: https://conf.researchr.org/home/ase-2024
timeline:
- abstract_deadline: '2024-05-31 23:59:59'
deadline: '2024-06-07 23:59:59'
timezone: AoE
date: October 27- November 01, 2024
place: Sacramento, California, United States
- year: 2025
id: ase25
link: https://conf.researchr.org/home/ase-2025
timeline:
- deadline: '2025-05-30 23:59:59'
timezone: AoE
date: November 16 - November 20, 2025
place: Seoul, South Korea
- year: 2026
id: ase26
link: https://conf.researchr.org/home/ase-2026
timeline:
- deadline: '2026-03-26 23:59:59'
timezone: AoE
date: October 12 - 16, 2026
place: Munich, Germany
================================================
FILE: conference/SE/atva.yml
================================================
- title: ATVA
description: International Symposium on Automated Technology for Verification and Analysis
sub: SE
rank:
ccf: C
core: B
thcpl: B
dblp: atva
confs:
- year: 2025
id: atva25
link: https://conf.researchr.org/home/atva-2025
timeline:
- deadline: '2025-04-25 23:59:59'
timezone: AoE
date: October 27-31, 2025
place: Bengaluru, India
================================================
FILE: conference/SE/caise.yml
================================================
- title: CAiSE
description: International Conference on Advanced Information Systems Engineering
sub: SE
rank:
ccf: B
core: A
thcpl: B
dblp: caise
confs:
- year: 2022
id: caise22
link: https://caise22.ugent.be/
timeline:
- deadline: '2021-11-22 23:59:59'
comment: Abstract Submission
- deadline: '2021-11-29 23:59:59'
comment: Paper Submission
timezone: AoE
date: June 06-10, 2022
place: Leuven
- year: 2025
id: caise25
link: https://conferences.big.tuwien.ac.at/caise2025/
timeline:
- abstract_deadline: '2024-11-22 23:59:59'
deadline: '2024-12-01 23:59:59'
timezone: AoE
date: June 16-20, 2025
place: Vienna, Austria
- year: 2026
id: caise26
link: https://caise26.polimi.it/
timeline:
- abstract_deadline: '2025-11-14 23:59:59'
deadline: '2025-11-28 23:59:59'
timezone: AoE
date: June 8-12, 2026
place: Verona, Italy
================================================
FILE: conference/SE/compsac.yml
================================================
- title: COMPSAC
description: International Computer Software and Applications Conference
sub: SE
rank:
ccf: C
core: B
thcpl: N
dblp: compsac
confs:
- year: 2025
id: compsac25
link: https://ieeecompsac.computer.org/2025/
timeline:
- deadline: '2025-03-05 23:59:59'
timezone: AoE
date: July 8-11, 2025
place: Toronto, Canada
- year: 2026
id: compsac26
link: https://ieeecompsac.computer.org/2026/
timeline:
- deadline: '2026-01-31 23:59:59'
timezone: AoE
date: July 7-10, 2026
place: Madrid, Spain
================================================
FILE: conference/SE/cp.yml
================================================
- title: CP
description: International Conference on Principles and Practice of Constraint Programming
sub: SE
rank:
ccf: B
core: A
thcpl: B
dblp: cp
confs:
- year: 2022
id: cp22
link: https://cp2022.a4cp.org/
timeline:
- deadline: '2022-02-25 23:59:59'
comment: Full Paper Submission
timezone: AoE
date: July 31-August 8, 2022
place: HAIFA, ISRAEL
- year: 2025
id: cp25
link: https://cp2025.a4cp.org/
timeline:
- abstract_deadline: '2025-03-20 22:59:59'
deadline: '2025-03-27 22:59:59'
timezone: AoE
date: August 10-15, 2025
place: Glasgow, Scotland
- year: 2026
id: cp26
link: https://cp2026.a4cp.org/
timeline:
- abstract_deadline: '2026-03-02 23:59:59'
deadline: '2026-03-14 23:59:59'
timezone: AoE
date: July 20-23, 2026
place: Lisbon, Portugal
================================================
FILE: conference/SE/ease.yml
================================================
- title: EASE
description: International Conference on Evaluation and Assessment in Software Engineering
sub: SE
rank:
ccf: C
core: A
thcpl: B
dblp: ease
confs:
- year: 2025
id: ease25
link: https://conf.researchr.org/home/ease-2025
timeline:
- abstract_deadline: '2025-01-24 23:59:59'
deadline: '2025-01-31 23:59:59'
comment: 'Research Papers'
timezone: AoE
date: June 17 - 20, 2025
place: Istanbul, Turkey
- year: 2026
id: ease26
link: https://conf.researchr.org/home/ease-2026
timeline:
- abstract_deadline: '2026-01-16 23:59:59'
deadline: '2026-01-23 23:59:59'
comment: 'Research Papers'
timezone: AoE
date: June 9 - 12, 2026
place: Glasgow, United Kingdom
================================================
FILE: conference/SE/ecoop.yml
================================================
- title: ECOOP
description: European Conference on Object-Oriented Programming
sub: SE
rank:
ccf: B
core: A
thcpl: B
dblp: ecoop
confs:
- year: 2022
id: ecoop22
link: https://2022.ecoop.org/
timeline:
- deadline: '2021-12-01 23:59:59'
comment: Submission R1
- deadline: '2022-03-01 23:59:59'
comment: Submission R2
timezone: AoE
date: June 6-10, 2022
place: Berlin, Germany
- year: 2025
id: ecoop25
link: https://2025.ecoop.org/
timeline:
- deadline: '2025-01-06 23:59:59'
comment: Submission R1
- deadline: '2025-03-05 23:59:59'
comment: Submission R2
timezone: AoE
date: June 30 - July 4, 2025
place: Bergen, Norway
================================================
FILE: conference/SE/esem.yml
================================================
- title: ESEM
description: International Symposium on Empirical Software Engineering and Measurement
sub: SE
rank:
ccf: B
core: A
thcpl: B
dblp: esem
confs:
- year: 2022
id: esem22
link: https://conf.researchr.org/home/esem-2022
timeline:
- deadline: '2022-04-25 23:59:59'
comment: Abstract
- deadline: '2022-05-02 23:59:59'
comment: Submission
timezone: AoE
date: September 19-23, 2022
place: Helsinki, Finland
- year: 2025
id: esem25
link: https://conf.researchr.org/home/esem-2025
timeline:
- abstract_deadline: '2025-04-18 23:59:59'
deadline: '2025-04-25 23:59:59'
timezone: AoE
date: September 29 - October 3, 2025
place: Honolulu, Hawai, USA
- year: 2026
id: esem26
link: https://conf.researchr.org/home/eseiw-2026
timeline:
- abstract_deadline: 'TBD'
deadline: 'TBD'
timezone: AoE
date: October 4 - 9, 2026
place: München, Germany
================================================
FILE: conference/SE/etaps.yml
================================================
- title: ETAPS
description: European Joint Conferences on Theory and Practice of Software
sub: SE
rank:
ccf: B
core: N
thcpl: B
dblp: etaps
confs:
- year: 2022
id: etaps22
link: https://etaps.org/2022/
timeline:
- deadline: '2021-10-14 23:59:59'
comment: Paper submission deadline
- deadline: '2022-01-26 23:59:59'
comment: Paper final versions
timezone: AoE
date: April 2-7, 2022
place: Munich, Germany
- year: 2026
id: etaps26
link: https://etaps.org/2026
timeline:
- deadline: '2025-06-03 23:59:59'
comment: Submission deadline ESOP round 1
- deadline: '2025-10-16 23:59:59'
comment: Submission deadline ESOP round 2
timezone: AoE
date: April 11-16, 2026
place: Torino, Italy
================================================
FILE: conference/SE/fm.yml
================================================
- title: FM
description: International Symposium on Formal Methods
sub: SE
rank:
ccf: A
core: A
thcpl: B
dblp: fm
confs:
- year: 2021
id: fm21
link: http://lcs.ios.ac.cn/fm2021/
timeline:
- deadline: '2021-04-30 23:59:59'
comment: Abstract submission
- deadline: '2021-05-06 23:59:59'
comment: Full paper submission
timezone: AoE
date: November 20-26, 2021
place: Beijng, China
- year: 2024
id: fm24
link: https://www.fm24.polimi.it/
timeline:
- deadline: '2024-04-15 23:59:00'
comment: Abstract Submission
- deadline: '2024-04-19 23:59:00'
comment: Full Paper Submission
- deadline: '2024-06-10 23:59:00'
comment: Paper Notification
- deadline: '2024-07-01 23:59:00'
comment: Final Version
timezone: AoE
date: September 09-13, 2024
place: Milan, Italy
- year: 2026
id: fm26
link: https://conf.researchr.org/home/fm-2026
timeline:
- abstract_deadline: '2025-11-25 23:59:00'
deadline: '2025-12-02 23:59:00'
timezone: AoE
date: May 18-22, 2026
place: Tokyo, Japan
================================================
FILE: conference/SE/fse.yml
================================================
- title: FSE
description: ACM International Conference on the Foundations of Software Engineering
sub: SE
rank:
ccf: A
core: A*
thcpl: A
dblp: sigsoft
confs:
- year: 2022
id: fse22
link: https://2022.esec-fse.org/
timeline:
- deadline: '2022-03-10 23:59:59'
comment: paper registration deadline
- deadline: '2022-03-17 23:59:59'
comment: full paper submission deadline
timezone: AoE
date: November 14-18, 2022
place: Singapore
- year: 2023
id: fse23
link: https://2023.esec-fse.org/
timeline:
- deadline: '2023-01-26 23:59:59'
comment: paper registration deadline
- deadline: '2023-02-02 23:59:59'
comment: full paper submission deadline
timezone: AoE
date: November 11-17, 2023
place: United States
- year: 2024
id: fse24
link: https://2024.esec-fse.org/
timeline:
- abstract_deadline: '2023-09-21 23:59:59'
deadline: '2023-09-28 23:59:59'
timezone: AoE
date: July 15-19, 2024
place: Porto de Galinas, Brazil
- year: 2025
id: fse25
link: https://conf.researchr.org/home/fse-2025
timeline:
- abstract_deadline: '2024-09-05 23:59:59'
deadline: '2024-09-12 23:59:59'
timezone: AoE
date: June 23-27, 2025
place: Trondheim, Norway
- year: 2026
id: fse26
link: https://conf.researchr.org/home/fse-2026
timeline:
- abstract_deadline: '2025-09-04 23:59:59'
deadline: '2025-09-11 23:59:59'
timezone: AoE
date: July 6-10, 2026
place: Montréal, Canada
================================================
FILE: conference/SE/hotos.yml
================================================
- title: HotOS
description: USENIX Workshop on Hot Topics in Operating Systems
sub: SE
rank:
ccf: B
core: A
thcpl: B
dblp: hotos
confs:
- year: 2021
id: hotos21
link: https://www.usenix.org/conference/hotos15
timeline:
- deadline: '2021-02-03 23:59:59'
comment: Submission Deadline
timezone: AoE
date: May 31-Jun 02, 2021
place: Virtual
- year: 2025
id: hotos25
link: https://sigops.org/s/conferences/hotos/2025/
timeline:
- deadline: '2025-01-15 23:59:59'
comment: Submission Deadline
timezone: AoE
date: May 14-16, 2025
place: Banff, Alberta, Canada
================================================
FILE: conference/SE/iceccs.yml
================================================
- title: ICECCS
description: International Conference on Engineering of Complex Computer Systems
sub: SE
rank:
ccf: C
core: B
thcpl: N
dblp: iceccs
confs:
- year: 2024
id: iceccs24
link: https://cyprusconferences.org/iceccs2024/
timeline:
- deadline: '2023-12-29 23:59:59'
comment: Abstract submission
- deadline: '2024-01-05 23:59:59'
comment: Full paper submission
timezone: AoE
date: June 19-21, 2024
place: Limassol, Cyprus
================================================
FILE: conference/SE/icfem.yml
================================================
- title: ICFEM
description: International Conference on Formal Engineering Methods
sub: SE
rank:
ccf: C
core: C
thcpl: N
dblp: icfem
confs:
- year: 2024
id: icfem24
link: https://icfem2024.info/
timeline:
- deadline: '2024-06-24 23:59:59'
comment: Paper Submission
timezone: AoE
date: December 02 - December 06, 2024
place: Hiroshima, Japan
- year: 2023
id: icfem23
link: https://formal-analysis.com/icfem/2023/
timeline:
- deadline: '2023-05-21 23:59:59'
comment: Abstract Submission
- deadline: '2023-05-28 23:59:59'
comment: Full Paper Submission
timezone: AoE
date: November 21 - November 24, 2023
place: Brisbane, Australia
- year: 2025
id: icfem25
link: https://icfem2025.github.io/
timeline:
- abstract_deadline: '2025-05-25 23:59:59'
deadline: '2025-06-01 23:59:59'
timezone: AoE
date: November 10 - 13, 2025
place: Hangzhou, China
================================================
FILE: conference/SE/icfp.yml
================================================
- title: ICFP
description: International Conference on Function Programming
sub: SE
rank:
ccf: B
core: A
thcpl: B
dblp: icfp
confs:
- year: 2022
id: icfp22
link: https://icfp22.sigplan.org/
timeline:
- deadline: '2021-03-02 23:59:59'
comment: Submission Deadline
- deadline: '2021-06-16 23:59:59'
comment: Submission of revised papers
timezone: AoE
date: September 11-16, 2022
place: Ljubljana, Slovenia
- year: 2025
id: icfp25
link: https://icfp25.sigplan.org/
timeline:
- deadline: '2025-02-27 23:59:59'
comment: Submission Deadline
- deadline: '2025-06-12 23:59:59'
comment: Submission of revised papers
timezone: AoE
date: October 12-18, 2025
place: Singapore
- year: 2026
id: icfp26
link: https://icfp26.sigplan.org/
timeline:
- deadline: '2026-02-19 23:59:59'
timezone: AoE
date: August 24 - 29, 2026
place: Indiana University Indianapolis, United States
================================================
FILE: conference/SE/icpc.yml
================================================
- title: ICPC
description: IEEE International Conference on Program Comprehension
sub: SE
rank:
ccf: B
core: A
thcpl: B
dblp: icpc
confs:
- year: 2022
id: icpc22
link: https://conf.researchr.org/home/icpc-2022
timeline:
- abstract_deadline: '2022-01-13 23:59:59'
deadline: '2022-01-18 23:59:59'
timezone: AoE
date: May 21-22, 2022
place: Pittsburgh, Pennsylvania, United States
- year: 2024
id: icpc24
link: https://conf.researchr.org/home/icpc-2024
timeline:
- abstract_deadline: '2023-10-30 23:59:59'
deadline: '2023-11-03 23:59:59'
timezone: AoE
date: April 14-20, 2024
place: Lisbon, Portugal
- year: 2025
id: icpc25
link: https://conf.researchr.org/home/icpc-2025
timeline:
- abstract_deadline: '2024-11-06 23:59:59'
deadline: '2024-11-09 23:59:59'
timezone: AoE
date: April 27-28, 2025
place: Ottawa, Canada
- year: 2026
id: icpc26
link: https://conf.researchr.org/home/icpc-2026
timeline:
- abstract_deadline: '2025-10-19 23:59:59'
deadline: '2025-10-23 23:59:59'
timezone: AoE
date: April 12-13, 2026
place: Rio de Janeiro, Brazil
================================================
FILE: conference/SE/icse.yml
================================================
- title: ICSE
description: International Conference on Software Engineering
sub: SE
rank:
ccf: A
core: A*
thcpl: A
dblp: icse
confs:
- year: 2022
id: icse22
link: https://conf.researchr.org/home/icse-2022
timeline:
- abstract_deadline: '2021-08-27 23:59:59'
deadline: '2021-09-03 23:59:59'
timezone: AoE
date: May 21-29, 2022
place: Pittsburgh, PA, USA
- year: 2023
id: icse23
link: https://conf.researchr.org/home/icse-2023
timeline:
- deadline: '2022-09-01 23:59:59'
timezone: AoE
date: May 14-20, 2023
place: Melbourne, Australia
- year: 2024
id: icse24
link: https://conf.researchr.org/home/icse-2024
timeline:
- deadline: '2023-03-29 23:59:59'
comment: Technical Papers First round submission deadline
- deadline: '2023-08-01 23:59:59'
comment: Technical Papers Second round submission deadline
timezone: AoE
date: April 12-21, 2024
place: Lisbon, Portugal
- year: 2025
id: icse25
link: https://conf.researchr.org/home/icse-2025
timeline:
- abstract_deadline: '2024-03-15 23:59:59'
deadline: '2024-03-22 23:59:59'
comment: 'First Cycle: Submission'
- abstract_deadline: '2024-07-26 23:59:59'
deadline: '2024-08-02 23:59:59'
comment: 'Second Cycle: Submission'
timezone: AoE
date: April 26- May 04, 2025
place: Ottawa, Ontario, Canada
- year: 2026
id: icse26
link: https://conf.researchr.org/home/icse-2026
timeline:
- abstract_deadline: '2025-03-07 23:59:59'
deadline: '2025-03-14 23:59:59'
comment: 'First Cycle: Submission'
- abstract_deadline: '2025-07-11 23:59:59'
deadline: '2025-07-18 23:59:59'
comment: 'Second Cycle: Submission'
timezone: AoE
date: April 12-18, 2026
place: Rio De Janeiro, Brazil
- year: 2027
id: icse27
link: https://conf.researchr.org/home/icse-2027
timeline:
- abstract_deadline: '2026-06-23 23:59:59'
deadline: '2026-06-30 23:59:59'
comment: 'Single Submission Cycle Deadline'
timezone: AoE
date: April 25-May 01, 2027
place: Dublin, Ireland
================================================
FILE: conference/SE/icsme.yml
================================================
- title: ICSME
description: International Conference on Software Maintenance and Evolution
sub: SE
rank:
ccf: B
core: A
thcpl: B
dblp: icsm
confs:
- year: 2022
id: icsme22
link: https://cyprusconferences.org/icsme2022/
timeline:
- abstract_deadline: '2022-03-25 23:59:59'
deadline: '2022-04-01 23:59:59'
timezone: AoE
date: October 03-07, 2022
place: Limassol, Cyprus
- year: 2023
id: icsme23
link: https://conf.researchr.org/home/icsme-2023
timeline:
- abstract_deadline: '2023-04-20 23:59:59'
deadline: '2023-04-27 23:59:59'
timezone: AoE
date: October 01-06, 2023
place: Bogota, Colombia
- year: 2024
id: icsme24
link: https://conf.researchr.org/home/icsme-2024
timeline:
- abstract_deadline: '2024-04-04 23:59:59'
deadline: '2024-04-11 23:59:59'
timezone: AoE
date: October 06-11, 2024
place: Flagstaff, Arizona, USA
- year: 2025
id: icsme25
link: https://conf.researchr.org/home/icsme-2025
timeline:
- abstract_deadline: '2025-03-06 23:59:59'
deadline: '2025-03-13 23:59:59'
timezone: AoE
date: September 07-12, 2025
place: Auckland, New Zealand
- year: 2026
id: icsme26
link: https://conf.researchr.org/home/icsme-2026
timeline:
- abstract_deadline: '2026-02-27 23:59:59'
deadline: '2026-03-06 23:59:59'
comment: 'Research Papers Track'
timezone: AoE
date: September 14-18, 2026
place: Benevento, Italy
================================================
FILE: conference/SE/icsoc.yml
================================================
- title: ICSOC
description: International Conference on Service Oriented Computing
sub: SE
rank:
ccf: B
core: A
thcpl: N
dblp: icsoc
confs:
- year: 2022
id: icsoc22
link: http://www.icsoc.org/
timeline:
- deadline: '2022-03-01 23:59:59'
comment: Abstracts/Full-Text Paper Submission Deadline
- deadline: '2022-04-23 23:59:59'
comment: Final Paper (Camera Ready) Submission & Early Bird Registration Deadline
timezone: AoE
date: May 26-27, 2022
place: Barcelona, Spain
- year: 2025
id: icsoc25
link: https://icsoc2025.hit.edu.cn/main.htm
timeline:
- deadline: '2025-05-09 23:59:59'
comment: Early paper submissions
- deadline: '2025-07-07 23:59:59'
comment: Regular paper abstract submissions
- deadline: '2025-07-14 23:59:59'
comment: Regular paper submissions
timezone: AoE
date: December 1-4, 2025
place: Shenzhen, China
================================================
FILE: conference/SE/icst.yml
================================================
- title: ICST
description: IEEE International Conference on Software Testing, Verification and Validation
sub: SE
rank:
ccf: C
core: A
thcpl: B
dblp: icst
confs:
- year: 2026
id: icst2026
link: https://conf.researchr.org/home/icst-2026
timeline:
- deadline: '2025-12-22 23:59:59'
timezone: AoE
date: May 18-22, 2026
place: Daejeon, South Korea
================================================
FILE: conference/SE/icws.yml
================================================
- title: ICWS
description: IEEE International Conference on Web Services (Research Track)
sub: SE
rank:
ccf: B
core: A
thcpl: B
dblp: icws
confs:
- year: 2022
id: icws22
link: https://www.servicessociety.org/icws/2022/
timeline:
- deadline: '2022-09-15 23:59:59'
comment: Submission deadline
timezone: AoE
date: December 10-14, 2022
place: Honolulu, Hawaii, USA
- year: 2023
id: icws23
link: https://conferences.computer.org/icws/2023/
timeline:
- deadline: '2023-03-25 23:59:59'
timezone: AoE
date: July 2-8, 2023
place: Chicago, Illinois, USA
- year: 2025
id: icws25
link: https://services.conferences.computer.org/2025/icws-2025/
timeline:
- abstract_deadline: '2025-02-24 23:59:59'
deadline: '2025-03-03 23:59:59'
timezone: AoE
date: July 7-12, 2025
place: Helsinki, Finland
- year: 2026
id: icws26
link: https://services.conferences.computer.org/2026/icws-2026/
timeline:
- deadline: '2025-03-22 23:59:59'
timezone: AoE
date: July 13-18, 2026
place: Sydney, Australia
================================================
FILE: conference/SE/internetware.yml
================================================
- title: Internetware
description: Asia-Pacific Symposium on Internetware
sub: SE
rank:
ccf: C
core: N
thcpl: N
dblp: internetware
confs:
- year: 2026
id: internetware26
link: https://conf.researchr.org/home/internetware-2026
timeline:
- abstract_deadline: '2026-03-28 23:59:59'
deadline: '2026-04-04 23:59:59'
timezone: UTC-12
date: July 18-20, 2026
place: Gold Coast, Australia
- year: 2025
id: internetware25
link: https://conf.researchr.org/home/internetware-2025
timeline:
- deadline: '2025-02-14 23:59:59'
timezone: UTC-12
date: June 20-22, 2025
place: Trondheim, Norway
- year: 2023
id: internetware23
link: https://conf.researchr.org/home/internetware-2023
timeline:
- abstract_deadline: '2023-04-17 23:59:59'
deadline: '2023-04-22 23:59:59'
timezone: UTC-12
date: August 4-6, 2023
place: Hangzhou, China
================================================
FILE: conference/SE/ispass.yml
================================================
- title: ISPASS
description: International Symposium on Performance Analysis of Systems and Software
sub: SE
rank:
ccf: C
core: B
thcpl: B
dblp: ispass
confs:
- year: 2024
id: ispass24
link: https://ispass.org/ispass2024/
timeline:
- deadline: '2023-12-08 23:59:59'
comment: Abstract submission
- deadline: '2023-12-15 23:59:59'
comment: Full paper submission
timezone: AoE
date: May 5-7, 2024
place: Indianapolis, Indiana
- year: 2026
id: ispass26
link: https://ispass.org/ispass2026/
timeline:
- abstract_deadline: '2025-12-05 23:59:59'
deadline: '2025-12-12 23:59:59'
timezone: AoE
date: April 26-28, 2026
place: Seoul, South Korea
================================================
FILE: conference/SE/issre.yml
================================================
- title: ISSRE
description: International Symposium on Software Reliability Engineering
sub: SE
rank:
ccf: B
core: A
thcpl: B
dblp: issre
confs:
- year: 2023
id: issre23
link: https://issre.github.io/2023/index.html
timeline:
- deadline: '2023-05-22 23:59:59'
comment: Abstract submission
- deadline: '2021-06-01 23:59:59'
comment: Full paper submission
timezone: AoE
date: October 9-12, 2023
place: Florence, Italy
- year: 2024
id: issre24
link: https://issre.github.io/2024/index.html
timeline:
- deadline: '2024-05-15 23:59:59'
comment: Research Track Paper submission deadline
timezone: AoE
date: October 28-31, 2024
place: Tsukuba, Japan
- year: 2025
id: issre25
link: https://issre.github.io/2025/index.html
timeline:
- abstract_deadline: '2025-05-05 23:59:59'
deadline: '2025-05-12 23:59:59'
timezone: AoE
date: October 21-24, 2025
place: São Paulo, Brazil
- year: 2026
id: issre26
link: https://cyprusconferences.org/issre2026/
timeline:
- abstract_deadline: '2026-04-10 23:59:59'
deadline: '2025-04-17 23:59:59'
timezone: AoE
date: October 20-23, 2026
place: Limassol, Cyprus
================================================
FILE: conference/SE/issta.yml
================================================
- title: ISSTA
description: ACM SIGSOFT International Symposium on Software Testing and Analysis
sub: SE
rank:
ccf: A
core: A
thcpl: A
dblp: issta
confs:
- year: 2022
id: issta22
link: https://conf.researchr.org/home/issta-2022
timeline:
- deadline: '2022-01-28 23:59:59'
comment: Technical Papers due
- deadline: '2022-01-31 23:59:59'
comment: Workshops Submission Deadline
timezone: AoE
date: July 18-22, 2022
place: Daejeon, South Korea
- year: 2023
id: issta23
link: https://conf.researchr.org/home/issta-2023
timeline:
- deadline: '2022-11-10 23:59:59'
comment: Technical Papers First round submission deadline
- deadline: '2023-02-16 23:59:59'
comment: Technical Papers Second round submission deadline
timezone: AoE
date: July 17-21, 2023
place: Seattle, United States
- year: 2024
id: issta24
link: https://conf.researchr.org/home/issta-2024
timeline:
- deadline: '2023-12-15 23:59:59'
comment: Technical Papers Submission deadline (Round 1)
- deadline: '2024-04-12 23:59:59'
comment: Technical Papers Submission deadline (Round 2)
timezone: AoE
date: September 16-20, 2024
place: Vienna, Austria
- year: 2025
id: issta25
link: https://conf.researchr.org/home/issta-2025
timeline:
- deadline: '2024-10-31 23:59:59'
comment: Research Papers Full Paper Submission
timezone: AoE
date: June 25-28, 2025
place: Trondheim, Norway
- year: 2026
id: issta26
link: https://conf.researchr.org/home/issta-2026
timeline:
- deadline: '2026-01-29 23:59:59'
timezone: AoE
date: October 3-9, 2026
place: Oakland, California, United States
================================================
FILE: conference/SE/lctes.yml
================================================
- title: LCTES
description: International Conference on Languages, Compilers and Tools for Embedded Systems
sub: SE
rank:
ccf: B
core: B
thcpl: N
dblp: lctrts
confs:
- year: 2021
id: lctes21
link: https://pldi21.sigplan.org/home/LCTES-2021
timeline:
- deadline: '2021-03-08 23:59:59'
comment: Submission Deadline
- deadline: '2021-05-05 23:59:59'
comment: Final Copy Deadline
timezone: AoE
date: June 20-26, 2021
place: Virtual
- year: 2023
id: lctes23
link: https://pldi23.sigplan.org/home/LCTES-2023
timeline:
- deadline: '2023-03-16 23:59:59'
timezone: AoE
date: June 17-21, 2023
place: Orlando, Florida, United States
- year: 2024
id: lctes24
link: https://pldi24.sigplan.org/home/LCTES-2024
timeline:
- deadline: '2024-02-16 23:59:59'
comment: Abstract submission
- deadline: '2024-02-23 23:59:59'
comment: Paper submission
timezone: AoE
date: June 24, 2024
place: Copenhagen, Denmark
================================================
FILE: conference/SE/middleware.yml
================================================
- title: Middleware
description: International Middleware Conference
sub: SE
rank:
ccf: B
core: A
thcpl: B
dblp: middleware
confs:
- year: 2022
id: middleware22
link: https://middleware-conf.github.io/2022/
timeline:
- deadline: '2021-11-20 23:59:59'
comment: Submission R1
- deadline: '2022-03-15 23:59:59'
comment: Submission R2
timezone: AoE
date: November 7-11, 2022
place: Fairmont Le Château Frontenac, Québec City, Québec, Canada
================================================
FILE: conference/SE/models.yml
================================================
- title: MoDELS
description: International Conference on Model Driven Engineering Languages and Systems
sub: SE
rank:
ccf: B
core: A
thcpl: B
dblp: models
confs:
- year: 2022
id: models22
link: https://conf.researchr.org/home/models-2022
timeline:
- deadline: '2022-05-18 23:59:59'
timezone: AoE
date: October 23-28, 2022
place: Montréal, Canada
================================================
FILE: conference/SE/msr.yml
================================================
- title: MSR
description: International Conference on Mining Software Repositories
sub: SE
rank:
ccf: C
core: A
thcpl: B
dblp: msr
confs:
- year: 2024
id: msr24
link: https://conf.researchr.org/home/msr-2024
timeline:
- abstract_deadline: '2023-11-14 23:59:59'
deadline: '2023-11-17 23:59:59'
timezone: AoE
date: April 15-16, 2024
place: Lisbon, Portugal
- year: 2025
id: msr25
link: https://2025.msrconf.org/
timeline:
- abstract_deadline: '2024-11-06 23:59:59'
deadline: '2024-11-09 23:59:59'
timezone: AoE
date: April 28-29, 2025
place: Ottawa, Canada
- year: 2026
id: msr26
link: https://2026.msrconf.org/
timeline:
- abstract_deadline: '2025-10-20 23:59:59'
deadline: '2025-10-23 23:59:59'
timezone: AoE
date: April 13-14, 2026
place: Rio de Janeiro, Brazil
================================================
FILE: conference/SE/oopsla.yml
================================================
- title: OOPSLA
description: Conference on Object-Oriented Programming Systems, Languages, and Applications
sub: SE
rank:
ccf: A
core: A
thcpl: A
dblp: oopsla
confs:
- year: 2022
id: oopsla22
link: https://2022.splashcon.org/track/splash-2022-oopsla
timeline:
- deadline: '2021-10-12 23:59:59'
comment: Submission Deadline Round 1
- deadline: '2022-02-11 23:59:59'
comment: Submission of Revisions Round 1
- deadline: '2022-04-15 23:59:59'
comment: Submission Deadline Round 2
- deadline: '2022-08-15 23:59:59'
comment: Submission of Revisions Round 2
timezone: AoE
date: November 14-19, 2022
place: Auckland, New Zealand
- year: 2023
id: oopsla23
link: https://2023.splashcon.org/track/splash-2023-oopsla
timeline:
- deadline: '2022-10-28 23:59:59'
comment: Submission Deadline Round 1
- deadline: '2023-02-24 23:59:59'
comment: Submission of Revisions Round 1
- deadline: '2023-04-14 23:59:59'
comment: Submission Deadline Round 2
- deadline: '2023-08-18 23:59:59'
comment: Submission of Revisions Round 2
timezone: AoE
date: October 22-27, 2023
place: Lisbon, Portugal
- year: 2024
id: oopsla24
link: https://2024.splashcon.org/track/splash-2024-oopsla
timeline:
- deadline: '2023-10-21 07:59:59'
comment: Submission Deadline Round 1
- deadline: '2024-04-06 07:59:59'
comment: Submission Deadline Round 2
timezone: UTC-4
date: October 20-25, 2024
place: Pasadena, United States
- year: 2025
id: oopsla25
link: https://2025.splashcon.org/track/OOPSLA
timeline:
- deadline: '2024-10-15 07:59:59'
comment: Submission Deadline Round 1
- deadline: '2025-02-04 07:59:59'
comment: Submission Deadline Revision R1
- deadline: '2025-03-25 23:59:59'
comment: Submission Deadline Round 2
timezone: UTC-12
date: October 12-18, 2025
place: Singapore
- year: 2026
id: oopsla26
link: https://conf.researchr.org/track/splash-2026/oopsla-2026
timeline:
- deadline: '2025-10-10 23:59:59'
comment: Submission Deadline Round 1
- deadline: '2026-03-17 23:59:59'
comment: Submission Deadline Round 2
timezone: UTC-12
date: October 3-9, 2026
place: Oakland, California, United States
================================================
FILE: conference/SE/osdi.yml
================================================
- title: OSDI
description: USENIX Symposium on Operating Systems Design and Implementation
sub: SE
rank:
ccf: A
core: A*
thcpl: A
dblp: osdi
confs:
- year: 2022
id: osdi2022
link: https://www.usenix.org/conference/osdi22
timeline:
- deadline: '2021-12-14 23:59:59'
timezone: AoE
date: July 11-13, 2022
place: Omni La Costa Resort & Spa in Carlsbad, CA, USA
- year: 2023
id: osdi2023
link: https://www.usenix.org/conference/osdi23
timeline:
- deadline: '2022-12-06 22:59:59'
comment: Abstract Registerations
- deadline: '2022-12-13 22:59:59'
comment: Complete Paper Submissions
timezone: UTC
date: July 10-12, 2023
place: Boston, MA, USA
- year: 2024
id: osdi2024
link: https://www.usenix.org/conference/osdi24
timeline:
- abstract_deadline: '2023-11-30 22:59:59'
deadline: '2023-12-07 22:59:59'
timezone: UTC
date: July 10-12, 2024
place: Santa Clara, CA, USA
- year: 2025
id: osdi2025
link: https://www.usenix.org/conference/osdi25
timeline:
- abstract_deadline: '2024-12-03 22:59:59'
deadline: '2024-12-10 22:59:59'
timezone: UTC
date: July 7-9, 2025
place: Boston, MA, USA
- year: 2026
id: osdi2026
link: https://www.usenix.org/conference/osdi26
timeline:
- abstract_deadline: '2025-12-04 22:59:59'
deadline: '2025-12-11 22:59:59'
timezone: UTC
date: July 13-15, 2026
place: Seattle, WA, USA
================================================
FILE: conference/SE/pldi.yml
================================================
- title: PLDI
description: ACM SIGPLAN Conference on Programming Language Design & Implementation
sub: SE
rank:
ccf: A
core: A*
thcpl: A
dblp: pldi
confs:
- year: 2021
id: pldi21
link: https://pldi21.sigplan.org/
timeline:
- deadline: '2020-11-20 23:59:59'
timezone: AoE
date: June 23-25, 2021
place: Virtual
- year: 2022
id: pldi22
link: https://pldi22.sigplan.org/
timeline:
- deadline: '2021-11-19 23:59:59'
timezone: AoE
date: June 20-24, 2022
place: San Diego, California, United States
- year: 2023
id: pldi23
link: https://pldi23.sigplan.org/
timeline:
- deadline: '2022-11-10 23:59:59'
timezone: AoE
date: June 19-21, 2023
place: Orlando, Florida, United States
- year: 2024
id: pldi24
link: https://pldi24.sigplan.org/
timeline:
- deadline: '2023-11-16 23:59:59'
timezone: AoE
date: June 24-28, 2024
place: Copenhagen, Denmark
- year: 2025
id: pldi25
link: https://pldi25.sigplan.org/
timeline:
- deadline: '2024-11-14 23:59:59'
timezone: AoE
date: June 16-20, 2025
place: Seoul, South Korea
- year: 2026
id: pldi26
link: https://pldi26.sigplan.org/
timeline:
- deadline: '2025-11-13 23:59:59'
timezone: AoE
date: June 15-19, 2026
place: Boulder, Colorado, United States
================================================
FILE: conference/SE/popl.yml
================================================
- title: POPL
description: ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages
sub: SE
rank:
ccf: A
core: A*
thcpl: A
dblp: popl
confs:
- year: 2022
id: popl22
link: https://popl22.sigplan.org/
timeline:
- deadline: '2021-07-08 23:59:59'
comment: Submission Deadline
timezone: AoE
date: January 16-22, 2022
place: Westin Philadelphia
- year: 2023
id: popl23
link: https://popl23.sigplan.org/
timeline:
- deadline: '2022-07-07 23:59:59'
comment: Submission Deadline
timezone: AoE
date: January 15-21, 2023
place: Boston, Massachusetts, United States
- year: 2024
id: popl24
link: https://popl24.sigplan.org/
timeline:
- deadline: '2023-07-11 23:59:59'
comment: Submission Deadline
timezone: AoE
date: January 17-19, 2024
place: London, United Kingdom
- year: 2025
id: popl25
link: https://conf.researchr.org/home/POPL-2025
timeline:
- deadline: '2024-07-11 23:59:59'
comment: Submission Deadline
timezone: AoE
date: January 19-25, 2025
place: Denver, Colorado, United States
- year: 2026
id: popl26
link: https://popl26.sigplan.org/
timeline:
- deadline: '2025-07-10 23:59:59'
comment: Submission Deadline
timezone: AoE
date: January 11-17, 2026
place: Rennes, France
- year: 2027
id: popl27
link: https://popl27.sigplan.org/
timeline:
- deadline: '2026-07-09 23:59:59'
comment: Submission Deadline
timezone: AoE
date: January 10-16, 2027
place: Mexico City
================================================
FILE: conference/SE/qrs.yml
================================================
- title: QRS
description: IEEE International Conference on Software Quality, Reliability and Security
sub: SE
rank:
ccf: C
core: C
thcpl: N
dblp: qrs
confs:
- year: 2021
id: qrs21
link: https://qrs21.techconf.org/
timeline:
- abstract_deadline: '2021-08-15 23:59:59'
deadline: '2021-08-22 23:59:59'
timezone: AoE
date: December 6-10, 2021
place: Hainan Island, China
- year: 2025
id: qrs25
link: https://qrs25.techconf.org/
timeline:
- abstract_deadline: '2025-04-05 23:59:59'
deadline: '2025-04-15 23:59:59'
timezone: AoE
date: July 16-20, 2025
place: Hangzhou, China
================================================
FILE: conference/SE/re.yml
================================================
- title: RE
description: IEEE International Requirements Engineering Conference
sub: SE
rank:
ccf: B
core: A
thcpl: N
dblp: re
confs:
- year: 2022
id: re22
link: https://conf.researchr.org/home/RE-2022
timeline:
- deadline: '2022-02-17 23:59:59'
comment: Abstract Submission Deadline
- deadline: '2022-02-24 23:59:59'
comment: Paper Submission Deadline
timezone: AoE
date: August 15-19, 2022
place: Melbourne, Australia
- year: 2023
id: re23
link: https://conf.researchr.org/dates/RE-2023
timeline:
- abstract_deadline: '2023-03-10 23:59:59'
deadline: '2023-03-17 23:59:59'
timezone: AoE
date: September 4-8, 2023
place: Hannover, Germany
- year: 2026
id: re26
link: https://conf.researchr.org/home/RE-2026
timeline:
- abstract_deadline: '2026-02-16 23:59:59'
deadline: '2026-02-23 23:59:59'
comment: Research Papers
- deadline: '2026-04-13 23:59:59'
comment: Journal Paper
timezone: AoE
date: August 17-21, 2026
place: Montreal, Canada
================================================
FILE: conference/SE/refsq.yml
================================================
- title: REFSQ
description: "Requirements Engineering: Foundation for Software Quality"
sub: SE
rank:
ccf: C
core: B
thcpl: N
dblp: refsq
confs:
- year: 2025
id: refsq25
link: https://2025.refsq.org/
timeline:
- abstract_deadline: '2024-11-01 23:59:59'
deadline: '2024-11-08 23:59:59'
timezone: AoE
date: April 7-10, 2025
place: Barcelona, Spain
- year: 2026
id: refsq26
link: https://2026.refsq.org/
timeline:
- abstract_deadline: 'TBD'
deadline: 'TBD'
timezone: AoE
date: March 23-26, 2026
place: Poznań, Poland
================================================
FILE: conference/SE/rv.yml
================================================
- title: RV
description: International Conference on Runtime Verification
sub: SE
rank:
ccf: C
core: B
thcpl: N
dblp: rv
confs:
- year: 2025
id: rv25
link: https://rv25.isec.tugraz.at/
timeline:
- deadline: '2025-05-30 23:59:59'
timezone: AoE
date: September 15-19, 2025
place: Graz, Austria
================================================
FILE: conference/SE/saner.yml
================================================
- title: SANER
description: IEEE International Conference on Software Analysis, Evolution and Reengineering
sub: SE
rank:
ccf: B
core: A
thcpl: B
dblp: wcre
confs:
- year: 2022
id: saner2022
link: https://saner2022.uom.gr/
timeline:
- deadline: '2021-10-14 23:59:59'
comment: abstract submission deadline
- deadline: '2021-10-21 23:59:59'
comment: full paper submission deadline
timezone: AoE
date: March 15-18, 2022
place: University of Hawaii in Honolulu, Hawaii
- year: 2024
id: saner2024
link: https://conf.researchr.org/home/saner-2024
timeline:
- abstract_deadline: '2023-10-13 23:59:59'
deadline: '2023-10-29 23:59:59'
comment: Research Papers Paper Submission
timezone: AoE
date: March 12-15, 2024
place: Rovaniemi, Finland
- year: 2025
id: saner2025
link: https://conf.researchr.org/home/saner-2025
timeline:
- abstract_deadline: '2024-10-04 23:59:59'
deadline: '2024-10-11 23:59:59'
comment: Research Papers Paper Submission
timezone: AoE
date: March 4-7, 2025
place: Montréal, Québec, Canada
- year: 2026
id: saner2026
link: https://conf.researchr.org/home/saner-2026
timeline:
- deadline: '2025-10-09 23:59:59'
comment: Research Track Abstract submission (mandatory)
- deadline: '2025-10-16 23:59:59'
comment: Research Track Paper submission deadline
timezone: AoE
date: March 17-20, 2026
place: Limassol, Cyprus
================================================
FILE: conference/SE/sas.yml
================================================
- title: SAS
description: International Static Analysis Symposium
sub: SE
rank:
ccf: B
core: B
thcpl: N
dblp: sas
confs:
- year: 2022
id: sas22
link: https://2022.splashcon.org/home/sas-2022
timeline:
- deadline: '2022-05-04 23:59:59'
comment: Submission deadline
timezone: AoE
date: December 5-7, 2022
place: Auckland, New Zealand
- year: 2025
id: sas25
link: https://2025.splashcon.org/home/sas-2025
timeline:
- deadline: '2025-05-04 23:59:59'
comment: Paper Submission
timezone: AoE
date: October 12-18, 2025
place: Singapore
================================================
FILE: conference/SE/scam.yml
================================================
- title: SCAM
description: IEEE International Working Conference on Source Code Analysis and Manipulation
sub: SE
rank:
ccf: C
core: C
thcpl: N
dblp: scam
confs:
- year: 2025
id: scam25
link: https://conf.researchr.org/home/scam-2025
timeline:
- abstract_deadline: '2025-06-05 23:59:59'
deadline: '2025-06-09 23:59:59'
comment: 'co-located with ICSME 2025'
timezone: AoE
date: September 7-12, 2025
place: Auckland, New Zealand
- year: 2026
id: scam26
link: https://conf.researchr.org/home/scam-2026
timeline:
- deadline: '2026-06-11 23:59:59'
comment: 'co-located with ICSME 2026'
timezone: AoE
date: September 14-15, 2026
place: Benevento, Italy
================================================
FILE: conference/SE/seke.yml
================================================
- title: SEKE
description: International Conference on Software Engineering and Knowledge Engineering
sub: SE
rank:
ccf: C
core: C
thcpl: N
dblp: seke
confs:
- year: 2023
id: seke23
link: https://ksiresearch.org/seke/seke23.html
timeline:
- deadline: '2023-03-01 23:59:59'
timezone: UTC-5
date: July 1-10, 2023
place: San Francisco Bay, USA and KSIR Virtual Conference Center, USA
- year: 2024
id: seke24
link: https://ksiresearch.org/seke/seke24.html
timeline:
- deadline: '2024-06-10 23:59:59'
timezone: UTC-5
date: October 28-November 5, 2024
place: Amalfi, Italy / Virtual venue
- year: 2025
id: seke25
link: https://ksiresearch.org/seke/seke25.html
timeline:
- deadline: '2025-05-01 23:59:00'
timezone: UTC-5
date: Sept 29 - Oct 6, 2025
place: Pompeii, Italy & Virtual
================================================
FILE: conference/SE/sosp.yml
================================================
- title: SOSP
description: ACM Symposium on Operating Systems Principles
sub: SE
rank:
ccf: A
core: A*
thcpl: A
dblp: sosp
confs:
- year: 2021
id: sosp21
link: https://sosp2021.mpi-sws.org/
timeline:
- deadline: '2021-05-07 14:59:59'
timezone: UTC-8
date: October 25-28, 2021
place: Virtual
- year: 2023
id: sosp23
link: https://sosp2023.mpi-sws.org/
timeline:
- deadline: '2023-04-10 23:59:59'
comment: Deadline to Register Abstracts
- deadline: '2023-04-17 23:59:59'
comment: Submission Deadline (no extensions)
timezone: UTC-4
date: October 23 - 26, 2023
place: Koblenz, Germany
- year: 2024
id: sosp24
link: https://sigops.org/s/conferences/sosp/2024/index.html
timeline:
- abstract_deadline: '2024-04-12 23:59:59'
deadline: '2024-04-19 23:59:59'
timezone: UTC-8
date: November 4 - 6, 2024
place: Hilton Austin, Texas, USA
- year: 2025
id: sosp25
link: https://sigops.org/s/conferences/sosp/2025/index.html
timeline:
- abstract_deadline: '2025-04-10 23:59:59'
deadline: '2025-04-17 23:59:59'
timezone: UTC-7
date: October 13 - 16, 2025
place: Lotte Hotel World, Seoul, Republic of Korea
- year: 2026
id: sosp26
link: https://sigops.org/s/conferences/sosp/2026/index.html
timeline:
- abstract_deadline: '2026-03-26 23:59:59'
deadline: '2026-04-01 23:59:59'
timezone: AoE
date: September 29 - October 2, 2026
place: Clarion Congress Hotel Prague, Prague, Czechia
================================================
FILE: conference/SE/sse.yml
================================================
- title: SSE
description: IEEE International Conference on Software Services Engineering
sub: SE
rank:
ccf: C
core: B
thcpl: B
dblp: IEEEscc
confs:
- year: 2025
id: sse25
link: https://services.conferences.computer.org/2025/sse/
timeline:
- deadline: '2025-03-10 23:00:00'
timezone: AoE
date: July 7-12, 2025
place: Helsinki, Finland
================================================
FILE: conference/SE/tase.yml
================================================
- title: TASE
description: Theoretical Aspects of Software Engineering
sub: SE
rank:
ccf: C
core: N
thcpl: N
dblp: tase
confs:
- year: 2024
id: tase24
link: https://tase2024.github.io/index.html
timeline:
- abstract_deadline: '2024-02-17 23:59:59'
deadline: '2024-02-24 23:59:59'
timezone: AoE
date: July 29-August 1, 2024
place: Guiyang, China
- year: 2025
id: tase25
link: https://cyprusconferences.org/tase2025/
timeline:
- abstract_deadline: '2025-02-15 23:59:59'
deadline: '2025-02-21 23:59:59'
timezone: AoE
date: July 14-16, 2025
place: Limassol, Cyprus
================================================
FILE: conference/SE/vmcai.yml
================================================
- title: VMCAI
description: International Conference on Verification, Model Checking, and Abstract Interpretation
sub: SE
rank:
ccf: B
core: B
thcpl: B
dblp: vmcai
confs:
- year: 2022
id: vmcai22
link: https://popl22.sigplan.org/home/VMCAI-2022
timeline:
- deadline: '2021-09-09 23:59:59'
comment: Submission deadline
timezone: AoE
date: January 16-28, 2022
place: Philadelphia, Pennsylvania, United States
- year: 2026
id: vmcai26
link: https://conf.researchr.org/home/VMCAI-2026
timeline:
- deadline: '2025-09-15 23:59:59'
timezone: AoE
date: January 12-13, 2026
place: Rennes, France
================================================
FILE: conference/types.yml
================================================
- name: 计算机体系结构/并行与分布计算/存储系统
name_en: Computer Architecture/Parallel Programming/Storage Technology
sub: DS
- name: 计算机网络
name_en: Network System
sub: NW
- name: 网络与信息安全
name_en: Network and System Security
sub: SC
- name: 软件工程/系统软件/程序设计语言
name_en: Software Engineering/Operating System/Programming Language Design
sub: SE
- name: 数据库/数据挖掘/内容检索
name_en: Database/Data Mining/Information Retrieval
sub: DB
- name: 计算机科学理论
name_en: Computing Theory
sub: CT
- name: 计算机图形学与多媒体
name_en: Graphics
sub: CG
- name: 人工智能
name_en: Artificial Intelligence
sub: AI
- name: 人机交互与普适计算
name_en: Computer-Human Interaction
sub: HI
- name: 交叉/综合/新兴
name_en: Interdiscipline/Mixture/Emerging
sub: MX
================================================
FILE: conference-yaml-schema.yml
================================================
$schema: http://json-schema.org/draft-07/schema#
description: Validation schema for CCFDDL Conference Specification 3.0.X.
type: array
items:
type: object
required:
- title
- description
- sub
- rank
- dblp
- confs
properties:
title:
description: Short conference name, without year, uppercase
type: string
description:
description: Description, or long name, with no session
type: string
sub:
description: The category that the conference is labeled by CCF.
type: string
enum:
- DS
- NW
- SC
- SE
- DB
- CT
- CG
- AI
- HI
- MX
rank:
type: object
required:
- ccf
properties:
ccf:
description: The level that the conference is ranked by CCF, e.g., A, B, C
type: string
enum:
- A
- B
- C
- N
core:
description: The level that the conference is ranked by CORE, e.g., A, B, C
type: string
enum:
- A*
- A
- B
- C
- N
thcpl:
description: The level that the conference is ranked by Tsinghua, e.g., A, B, C
type: string
enum:
- A
- B
- N
dblp:
description: The suffix in dblp url, e.g., iccv in dblp.org/db/conf/iccv
type: string
confs:
type: array
items:
type: object
required:
- year
- id
- link
- timeline
- timezone
- date
- place
properties:
year:
description: Year the conference is happening
type: number
id:
description: conference name & year, lowercase
type: string
pattern: ^[a-z0-9-'&]+$
link:
description: URL to the conference home page
type: string
format: uri
timeline:
type: array
items:
type: object
required:
- deadline
properties:
abstract_deadline:
description: Abstract deadline if applicable, optional
type: string
format: date-time
pattern: ^([1-9]\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])\s+(20|21|22|23|[0-1]\d):[0-5]\d:[0-5]\d|TBD)$
deadline:
description: Deadline, in the format of yyyy-mm-dd hh:mm:ss or TBD
type: string
format: date-time
pattern: ^([1-9]\d{3}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])\s+(20|21|22|23|[0-1]\d):[0-5]\d:[0-5]\d|TBD)$
comment:
description: Some comments on the conference, optional
type: string
timezone:
type: string
enum:
- UTC-12
- UTC-11
- UTC-10
- UTC-9
- UTC-8
- UTC-7
- UTC-6
- UTC-5
- UTC-4
- UTC-3
- UTC-2
- UTC-1
- UTC
- UTC+0
- UTC+1
- UTC+2
- UTC+3
- UTC+4
- UTC+5
- UTC+6
- UTC+7
- UTC+8
- UTC+9
- UTC+10
- UTC+11
- UTC+12
- AoE
date:
description: When the main conference is happening, e.g., Mar 12-16, 2021
type: string
pattern: ^[ -~]+$
place:
description: Where the main conference is happening, e.g., city, country
type: string
================================================
FILE: extensions/chrome/README.md
================================================
# CCF DDL Tracker (Chrome Extension)
## 使用方法 / Usage
1. 打开 Chrome,进入 `chrome://extensions/`。/ Open Chrome and go to `chrome://extensions/`.
2. 打开右上角的“开发者模式”。/ Enable “Developer mode”.
3. 点击“加载已解压的扩展程序”,选择本仓库的 `extensions/chrome` 目录。/ Click “Load unpacked” and select `extensions/chrome`.
4. 安装完成后,点击浏览器工具栏的“CCF DDL Tracker”图标。/ Click the toolbar icon.
## 功能说明 / Features
- **添加 DDL**:填写标题、日期、时间,点击“添加”。/ Add title/date/time and click “Add”.
- **查看详情**:弹窗中会按时间排序展示多个 DDL,并显示剩余天数。/ Sorted list with remaining days.
- **徽标提示**:工具栏图标会显示最近一个 DDL 的剩余天数。/ Badge shows the nearest days left.
- **删除 DDL**:在条目右侧点击“删除”。/ Delete from the list.
- **从 CCFDDL 导入**:点击“加载”后优先使用 GitHub 仓库的最新会议信息,失败时再回退到 ICS。/ Prefer GitHub repository data, with an ICS fallback.
- **中英切换**:点击右上角 EN/中文 按钮切换语言。/ Use the EN/中文 toggle to switch language.
## 数据存储 / Data
所有数据保存在 `chrome.storage.local` 中,仅在本机可见。/ Stored locally in `chrome.storage.local`.
================================================
FILE: extensions/chrome/background.js
================================================
const STORAGE_KEY = "deadlines";
const MS_PER_DAY = 24 * 60 * 60 * 1000;
const BRAND_COLOR = "#334155";
const ICON_STROKE = "#1f2937";
function createIconImageData(size) {
const canvas = new OffscreenCanvas(size, size);
const ctx = canvas.getContext("2d");
if (!ctx) return null;
const strokeWidth = Math.max(1, size * 0.08);
const radius = size / 2 - strokeWidth;
ctx.strokeStyle = ICON_STROKE;
ctx.lineWidth = strokeWidth;
ctx.lineCap = "round";
ctx.lineJoin = "round";
ctx.beginPath();
ctx.arc(size / 2, size / 2, radius, 0, Math.PI * 2);
ctx.stroke();
ctx.beginPath();
ctx.moveTo(size / 2, size / 2);
ctx.lineTo(size / 2, size * 0.3);
ctx.moveTo(size / 2, size / 2);
ctx.lineTo(size * 0.68, size / 2);
ctx.stroke();
return ctx.getImageData(0, 0, size, size);
}
function ensureActionIcon() {
const sizes = [16, 32, 48, 128];
const imageData = {};
sizes.forEach((size) => {
const data = createIconImageData(size);
if (data) {
imageData[size] = data;
}
});
if (Object.keys(imageData).length > 0) {
chrome.action.setIcon({ imageData });
}
}
function toTimestamp(value) {
const parsed = new Date(value);
return Number.isNaN(parsed.getTime()) ? null : parsed.getTime();
}
function getSoonestDays(deadlines) {
const now = Date.now();
const upcoming = deadlines
.map((item) => ({ ...item, ts: toTimestamp(item.datetime) }))
.filter((item) => item.ts !== null && item.ts >= now)
.sort((a, b) => a.ts - b.ts);
if (upcoming.length === 0) {
return null;
}
const diff = upcoming[0].ts - now;
return Math.max(0, Math.floor(diff / MS_PER_DAY));
}
function updateBadge() {
chrome.storage.local.get({ [STORAGE_KEY]: [] }, (result) => {
const daysLeft = getSoonestDays(result[STORAGE_KEY]);
const text = daysLeft === null ? "" : `${daysLeft}`;
chrome.action.setBadgeText({ text });
chrome.action.setBadgeBackgroundColor({ color: BRAND_COLOR });
});
}
chrome.runtime.onInstalled.addListener(() => {
ensureActionIcon();
chrome.alarms.create("badge-refresh", { periodInMinutes: 1 });
updateBadge();
});
chrome.runtime.onStartup.addListener(() => {
ensureActionIcon();
chrome.alarms.create("badge-refresh", { periodInMinutes: 1 });
updateBadge();
});
chrome.alarms.onAlarm.addListener(() => {
updateBadge();
});
chrome.storage.onChanged.addListener((changes, areaName) => {
if (areaName !== "local") return;
if (changes[STORAGE_KEY]) {
updateBadge();
}
});
ensureActionIcon();
updateBadge();
================================================
FILE: extensions/chrome/manifest.json
================================================
{
"manifest_version": 3,
"name": "CCF DDL Tracker",
"description": "Track your upcoming CCF deadlines and see days remaining on the badge.",
"version": "0.1.0",
"permissions": ["storage", "alarms"],
"host_permissions": ["https://ccfddl.com/*", "https://ccfddl.github.io/*"],
"action": {
"default_title": "CCF DDL Tracker",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.svg",
"32": "icons/icon32.svg",
"48": "icons/icon48.svg",
"128": "icons/icon128.svg"
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"16": "icons/icon16.svg",
"32": "icons/icon32.svg",
"48": "icons/icon48.svg",
"128": "icons/icon128.svg"
}
}
================================================
FILE: extensions/chrome/popup.css
================================================
:root {
color-scheme: light;
font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
font-size: 14px;
line-height: 1.4;
--bg: #f8fafc;
--card: #ffffff;
--text: #0f172a;
--muted: #64748b;
--primary: #2563eb;
--border: #e2e8f0;
--danger: #dc2626;
}
body {
margin: 0;
padding: 16px;
background: var(--bg);
color: var(--text);
width: 320px;
}
h1,
h2 {
margin: 0 0 8px;
font-size: 16px;
}
.brand {
display: flex;
gap: 10px;
align-items: center;
}
.logo {
width: 40px;
height: 40px;
color: #1f2937;
}
p {
margin: 0;
color: var(--muted);
}
.subtitle {
font-size: 12px;
}
.header {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 12px;
margin-bottom: 16px;
}
.header-actions {
display: flex;
align-items: center;
gap: 8px;
}
.link {
color: var(--primary);
text-decoration: none;
font-weight: 600;
white-space: nowrap;
}
.form-card,
.import-card,
.list-card {
background: var(--card);
border: 1px solid var(--border);
border-radius: 12px;
padding: 12px;
margin-bottom: 12px;
box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}
form {
display: flex;
flex-direction: column;
gap: 10px;
}
label {
display: flex;
flex-direction: column;
gap: 4px;
font-size: 12px;
color: var(--muted);
}
input {
border: 1px solid var(--border);
border-radius: 8px;
padding: 8px;
font-size: 14px;
}
button {
border: none;
border-radius: 8px;
background: var(--primary);
color: #fff;
padding: 8px 10px;
font-weight: 600;
cursor: pointer;
}
.ghost-btn {
background: transparent;
color: var(--primary);
border: 1px solid var(--border);
}
.row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.list-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 8px;
}
.list-actions {
display: flex;
align-items: center;
gap: 8px;
}
.search-label {
margin-top: 8px;
}
.import-hint {
margin-top: 6px;
font-size: 12px;
color: var(--muted);
}
#deadline-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 8px;
}
.import-list {
list-style: none;
padding: 0;
margin: 8px 0 0;
display: flex;
flex-direction: column;
gap: 8px;
max-height: 180px;
overflow-y: auto;
scrollbar-width: none;
-ms-overflow-style: none;
}
.import-list::-webkit-scrollbar {
width: 0;
height: 0;
background: transparent;
}
.import-item {
display: flex;
flex-direction: column;
gap: 4px;
padding: 8px;
border: 1px solid var(--border);
border-radius: 10px;
background: #f8fafc;
}
.import-item-header {
display: flex;
justify-content: space-between;
gap: 8px;
align-items: center;
}
.import-title {
font-weight: 600;
}
.import-meta {
font-size: 12px;
color: var(--muted);
}
.import-add {
border: none;
background: var(--primary);
color: #fff;
padding: 4px 8px;
border-radius: 6px;
font-size: 12px;
cursor: pointer;
}
.item {
display: flex;
flex-direction: column;
gap: 4px;
padding: 8px;
border: 1px solid var(--border);
border-radius: 10px;
background: #f8fafc;
}
.item-header {
display: flex;
justify-content: space-between;
align-items: center;
gap: 8px;
}
.item-title {
font-weight: 600;
}
.item-meta {
display: flex;
justify-content: space-between;
color: var(--muted);
font-size: 12px;
}
.delete-btn {
border: none;
background: transparent;
color: var(--danger);
font-size: 12px;
cursor: pointer;
}
.empty {
color: var(--muted);
text-align: center;
margin: 12px 0 4px;
}
================================================
FILE: extensions/chrome/popup.html
================================================
CCF DDL Tracker
================================================
FILE: extensions/chrome/popup.js
================================================
const STORAGE_KEY = "deadlines";
const MS_PER_DAY = 24 * 60 * 60 * 1000;
const REFRESH_INTERVAL_MS = 60 * 1000;
const form = document.getElementById("deadline-form");
const titleInput = document.getElementById("title");
const dateInput = document.getElementById("date");
const timeInput = document.getElementById("time");
const listEl = document.getElementById("deadline-list");
const emptyEl = document.getElementById("empty-state");
const countEl = document.getElementById("count");
const loadCcfddlBtn = document.getElementById("load-ccfddl");
const ccfddlSearchInput = document.getElementById("ccfddl-search");
const ccfddlList = document.getElementById("ccfddl-list");
const ccfddlEmpty = document.getElementById("ccfddl-empty");
const langToggle = document.getElementById("lang-toggle");
const refreshDeadlinesBtn = document.getElementById("refresh-deadlines");
let ccfddlItems = [];
let currentLang = "zh";
const LANG_STORAGE_KEY = "language";
let refreshTimer = null;
const translations = {
zh: {
title: "CCF DDL Tracker",
subtitle_zh: "添加你正在赶的截止日期,徽标显示最近的剩余天数。",
subtitle_en: "",
open: "打开 CCFDDL",
add_section: "新增截止日期",
title_label: "标题",
title_placeholder: "例如:ACL 2025",
date_label: "日期",
time_label: "时间",
add_button: "添加",
import_section: "从 CCFDDL 导入",
load_button: "加载",
loading: "加载中...",
search_label: "搜索会议",
search_placeholder: "例如:ICML / SIGMOD",
import_empty: "点击“加载”获取最新会议列表。",
import_hint:
"优先使用 GitHub 仓库的最新会议信息,失败时再回退到 CCFDDL ICS。",
my_section: "我的 DDL",
empty_state: "还没有添加任何截止日期。",
refresh_button: "刷新",
add_item: "添加",
delete_item: "删除",
remaining: (days) => `剩余 ${days} 天`,
load_failed: "加载失败,请稍后重试。",
},
en: {
title: "CCF DDL Tracker",
subtitle_zh: "",
subtitle_en: "Track deadlines and show the nearest days left.",
open: "Open CCFDDL",
add_section: "Add DDL",
title_label: "Title",
title_placeholder: "e.g., ACL 2025",
date_label: "Date",
time_label: "Time",
add_button: "Add",
import_section: "Import from CCFDDL",
load_button: "Load",
loading: "Loading...",
search_label: "Search",
search_placeholder: "e.g., ICML / SIGMOD",
import_empty: "Click “Load” to fetch the latest conference list.",
import_hint:
"Prefer GitHub repository data, with an ICS fallback if needed.",
my_section: "My DDLs",
empty_state: "No deadlines yet.",
refresh_button: "Refresh",
add_item: "Add",
delete_item: "Delete",
remaining: (days) => `${days} days left`,
load_failed: "Failed to load. Please try again.",
},
};
function t(key, fallback = "") {
const entry = translations[currentLang]?.[key];
if (typeof entry === "function") return entry;
return entry ?? fallback;
}
function applyTranslations() {
document.querySelectorAll("[data-i18n]").forEach((el) => {
const key = el.getAttribute("data-i18n");
const value = t(key, el.textContent);
el.textContent = value;
});
document.querySelectorAll("[data-i18n-placeholder]").forEach((el) => {
const key = el.getAttribute("data-i18n-placeholder");
el.setAttribute("placeholder", t(key, el.getAttribute("placeholder") || ""));
});
if (langToggle) {
langToggle.textContent = currentLang === "zh" ? "EN" : "ZH";
}
const locale = currentLang === "en" ? "en-US" : "zh-CN";
document.documentElement.setAttribute("lang", locale);
dateInput?.setAttribute("lang", locale);
timeInput?.setAttribute("lang", locale);
}
function setLanguage(lang) {
currentLang = lang;
applyTranslations();
chrome.storage.local.set({ [LANG_STORAGE_KEY]: currentLang });
renderCcfddlList(ccfddlItems);
loadDeadlines();
}
function normalizeText(value) {
return value
.toLowerCase()
.replace(/\s+/g, "")
.replace(/[^\p{L}\p{N}]+/gu, "");
}
function toTimestamp(value) {
const parsed = new Date(value);
return Number.isNaN(parsed.getTime()) ? null : parsed.getTime();
}
function daysLeft(datetime) {
const ts = toTimestamp(datetime);
if (ts === null) return null;
const diff = ts - Date.now();
return Math.max(0, Math.floor(diff / MS_PER_DAY));
}
function formatDate(datetime) {
const date = new Date(datetime);
if (Number.isNaN(date.getTime())) return "无效日期";
const locale = currentLang === "en" ? "en-US" : "zh-CN";
return date.toLocaleString(locale, {
year: "numeric",
month: "2-digit",
day: "2-digit",
hour: "2-digit",
minute: "2-digit",
});
}
function parseIcsDate(value) {
if (!value) return null;
const sanitized = value.trim();
const dateTimeMatch =
sanitized.match(
/^(\d{4})(\d{2})(\d{2})T(\d{2})(\d{2})(\d{2})(Z|[+-]\d{4})?$/
);
if (dateTimeMatch) {
const [, year, month, day, hour, minute, second, tz] = dateTimeMatch;
const offset = tz && tz !== "Z" ? `${tz.slice(0, 3)}:${tz.slice(3)}` : "";
const suffix = tz === "Z" ? "Z" : offset;
const iso = `${year}-${month}-${day}T${hour}:${minute}:${second}${suffix}`;
const date = new Date(iso);
return Number.isNaN(date.getTime()) ? null : date;
}
const dateOnlyMatch = sanitized.match(/^(\d{4})(\d{2})(\d{2})$/);
if (dateOnlyMatch) {
const [, year, month, day] = dateOnlyMatch;
const date = new Date(`${year}-${month}-${day}T23:59:59`);
return Number.isNaN(date.getTime()) ? null : date;
}
const parsed = new Date(sanitized);
return Number.isNaN(parsed.getTime()) ? null : parsed;
}
function parseIcs(text) {
const lines = text.replace(/\r\n/g, "\n").split("\n");
const unfolded = [];
lines.forEach((line) => {
if (line.startsWith(" ") || line.startsWith("\t")) {
const previous = unfolded.pop() ?? "";
unfolded.push(previous + line.trim());
} else {
unfolded.push(line);
}
});
const events = [];
let current = null;
unfolded.forEach((line) => {
if (line === "BEGIN:VEVENT") {
current = {};
return;
}
if (line === "END:VEVENT") {
if (current) events.push(current);
current = null;
return;
}
if (!current) return;
const [rawKey, ...rest] = line.split(":");
const key = rawKey.split(";")[0];
const value = rest.join(":");
if (key === "SUMMARY") current.summary = value;
if (key === "DTSTART") current.start = value;
});
return events
.map((event) => {
const date = parseIcsDate(event.start);
if (!event.summary || !date) return null;
return {
title: event.summary,
datetime: date.toISOString(),
};
})
.filter(Boolean);
}
function parseTimezoneOffset(timezone) {
if (!timezone) return 0;
const normalized = timezone.trim();
if (normalized.toUpperCase() === "AOE") return -12;
const match = normalized.match(/UTC([+-]\d{1,2})/i);
if (!match) return 0;
return Number.parseInt(match[1], 10);
}
function parseDeadlineWithTimezone(deadline, timezone) {
if (!deadline || deadline.toUpperCase() === "TBD") return null;
const [datePart, timePart] = deadline.split(" ");
if (!datePart || !timePart) return null;
const [year, month, day] = datePart.split("-").map((value) => Number(value));
const [hour, minute, second] = timePart.split(":").map((value) => Number(value));
if ([year, month, day, hour, minute, second].some((value) => Number.isNaN(value))) {
return null;
}
const offsetHours = parseTimezoneOffset(timezone);
const utcMs = Date.UTC(year, month - 1, day, hour, minute, second) - offsetHours * 3600 * 1000;
return new Date(utcMs).toISOString();
}
function parseAllConfYaml(text) {
const items = [];
let current = null;
let currentTimezone = null;
let currentYear = null;
let pendingDeadline = null;
let pendingComment = null;
const flushPending = () => {
if (!pendingDeadline || !current) return;
const iso = parseDeadlineWithTimezone(pendingDeadline, currentTimezone);
if (!iso) return;
const suffix = pendingComment ? ` (${pendingComment})` : "";
const title = currentYear ? `${current.title} ${currentYear}${suffix}` : `${current.title}${suffix}`;
items.push({ title, datetime: iso });
pendingDeadline = null;
pendingComment = null;
};
text.split(/\r?\n/).forEach((line) => {
const trimmed = line.trim();
if (!trimmed || trimmed.startsWith("#")) return;
if (trimmed.startsWith("- title:")) {
flushPending();
const title = trimmed.replace("- title:", "").trim().replace(/^['"]|['"]$/g, "");
current = { title };
currentTimezone = null;
currentYear = null;
return;
}
if (!current) return;
if (trimmed.startsWith("year:")) {
currentYear = trimmed.replace("year:", "").trim();
return;
}
if (trimmed.startsWith("timezone:")) {
currentTimezone = trimmed.replace("timezone:", "").trim();
return;
}
if (trimmed.startsWith("- deadline:") || trimmed.startsWith("deadline:")) {
flushPending();
pendingDeadline = trimmed.replace("- deadline:", "").replace("deadline:", "").trim();
pendingDeadline = pendingDeadline.replace(/^['"]|['"]$/g, "");
return;
}
if (trimmed.startsWith("- abstract_deadline:") || trimmed.startsWith("abstract_deadline:")) {
flushPending();
pendingDeadline = trimmed
.replace("- abstract_deadline:", "")
.replace("abstract_deadline:", "")
.trim();
pendingDeadline = pendingDeadline.replace(/^['"]|['"]$/g, "");
pendingComment = pendingComment ? pendingComment : "abstract";
return;
}
if (trimmed.startsWith("comment:")) {
pendingComment = trimmed.replace("comment:", "").trim().replace(/^['"]|['"]$/g, "");
return;
}
});
flushPending();
return items;
}
function renderCcfddlList(items) {
ccfddlList.innerHTML = "";
if (items.length === 0) {
ccfddlEmpty.style.display = "block";
return;
}
ccfddlEmpty.style.display = "none";
items.forEach((item) => {
const li = document.createElement("li");
li.className = "import-item";
const header = document.createElement("div");
header.className = "import-item-header";
const title = document.createElement("span");
title.className = "import-title";
title.textContent = item.title;
const addBtn = document.createElement("button");
addBtn.className = "import-add";
addBtn.textContent = t("add_item", "添加");
addBtn.addEventListener("click", () => addImportedDeadline(item));
header.append(title, addBtn);
const meta = document.createElement("div");
meta.className = "import-meta";
meta.textContent = formatDate(item.datetime);
li.append(header, meta);
ccfddlList.appendChild(li);
});
}
function filterCcfddlList() {
const keyword = ccfddlSearchInput.value.trim().toLowerCase();
if (!keyword) {
renderCcfddlList(ccfddlItems);
return;
}
const normalizedKeyword = normalizeText(keyword);
const filtered = ccfddlItems.filter((item) => {
const title = item.title.toLowerCase();
return (
title.includes(keyword) ||
normalizeText(title).includes(normalizedKeyword)
);
});
renderCcfddlList(filtered);
}
function addImportedDeadline(item) {
chrome.storage.local.get({ [STORAGE_KEY]: [] }, (result) => {
const existing = result[STORAGE_KEY];
const exists = existing.some(
(entry) => entry.title === item.title && entry.datetime === item.datetime
);
if (exists) return;
const updated = [...existing, item];
saveDeadlines(updated);
});
}
function mergeCcfddlItems(items) {
const seen = new Set();
return items.filter((item) => {
const key = `${item.title}__${item.datetime}`;
if (seen.has(key)) return false;
seen.add(key);
return true;
});
}
async function loadCcfddlData() {
loadCcfddlBtn.disabled = true;
loadCcfddlBtn.textContent = t("loading", "加载中...");
try {
const repoResponse = await fetch(
"https://ccfddl.github.io/conference/allconf.yml"
);
if (repoResponse.ok) {
const repoText = await repoResponse.text();
const now = Date.now();
const parsed = parseAllConfYaml(repoText);
ccfddlItems = mergeCcfddlItems(parsed)
.filter((item) => toTimestamp(item.datetime) >= now)
.sort((a, b) => toTimestamp(a.datetime) - toTimestamp(b.datetime));
filterCcfddlList();
return;
}
const [zhResponse, enResponse] = await Promise.all([
fetch("https://ccfddl.com/conference/deadlines_zh.ics"),
fetch("https://ccfddl.com/conference/deadlines_en.ics"),
]);
const responses = [zhResponse, enResponse].filter((res) => res.ok);
if (responses.length === 0) throw new Error("加载失败");
const texts = await Promise.all(responses.map((res) => res.text()));
const now = Date.now();
const parsed = texts.flatMap((text) => parseIcs(text));
ccfddlItems = mergeCcfddlItems(parsed)
.filter((item) => toTimestamp(item.datetime) >= now)
.sort((a, b) => toTimestamp(a.datetime) - toTimestamp(b.datetime));
filterCcfddlList();
} catch (error) {
ccfddlEmpty.textContent = t("load_failed", "加载失败,请稍后重试。");
ccfddlEmpty.style.display = "block";
} finally {
loadCcfddlBtn.disabled = false;
loadCcfddlBtn.textContent = t("load_button", "加载");
}
}
function render(deadlines) {
listEl.innerHTML = "";
const sorted = [...deadlines].sort((a, b) => {
return toTimestamp(a.datetime) - toTimestamp(b.datetime);
});
if (sorted.length === 0) {
emptyEl.style.display = "block";
countEl.textContent = "";
return;
}
emptyEl.style.display = "none";
countEl.textContent = currentLang === "zh" ? `${sorted.length} 项` : `${sorted.length}`;
sorted.forEach((item, index) => {
const li = document.createElement("li");
li.className = "item";
const header = document.createElement("div");
header.className = "item-header";
const title = document.createElement("span");
title.className = "item-title";
title.textContent = item.title;
const del = document.createElement("button");
del.className = "delete-btn";
del.textContent = t("delete_item", "删除");
del.addEventListener("click", () => removeDeadline(index));
header.append(title, del);
const meta = document.createElement("div");
meta.className = "item-meta";
const date = document.createElement("span");
date.textContent = formatDate(item.datetime);
const remaining = document.createElement("span");
const remainingDays = daysLeft(item.datetime);
if (remainingDays === null) {
remaining.textContent = "";
} else {
const remainingText = t("remaining", (days) => `剩余 ${days} 天`);
remaining.textContent = remainingText(remainingDays);
}
meta.append(date, remaining);
li.append(header, meta);
listEl.appendChild(li);
});
}
function loadDeadlines() {
chrome.storage.local.get({ [STORAGE_KEY]: [] }, (result) => {
render(result[STORAGE_KEY]);
});
}
function startAutoRefresh() {
if (refreshTimer) return;
refreshTimer = setInterval(loadDeadlines, REFRESH_INTERVAL_MS);
document.addEventListener("visibilitychange", () => {
if (!document.hidden) {
loadDeadlines();
}
});
window.addEventListener("focus", loadDeadlines);
}
function saveDeadlines(deadlines) {
chrome.storage.local.set({ [STORAGE_KEY]: deadlines }, () => {
render(deadlines);
});
}
function removeDeadline(index) {
chrome.storage.local.get({ [STORAGE_KEY]: [] }, (result) => {
const updated = result[STORAGE_KEY].filter((_, idx) => idx !== index);
saveDeadlines(updated);
});
}
form.addEventListener("submit", (event) => {
event.preventDefault();
const title = titleInput.value.trim();
const date = dateInput.value;
const time = timeInput.value || "23:59";
if (!title || !date) return;
const datetime = new Date(`${date}T${time}`);
if (Number.isNaN(datetime.getTime())) return;
chrome.storage.local.get({ [STORAGE_KEY]: [] }, (result) => {
const updated = [
...result[STORAGE_KEY],
{
title,
datetime: datetime.toISOString(),
},
];
saveDeadlines(updated);
form.reset();
timeInput.value = "23:59";
});
});
langToggle.addEventListener("click", () => {
const next = currentLang === "zh" ? "en" : "zh";
setLanguage(next);
});
chrome.storage.local.get({ [LANG_STORAGE_KEY]: "zh" }, (result) => {
currentLang = result[LANG_STORAGE_KEY] || "zh";
applyTranslations();
renderCcfddlList(ccfddlItems);
loadDeadlines();
startAutoRefresh();
});
loadCcfddlBtn.addEventListener("click", loadCcfddlData);
ccfddlSearchInput.addEventListener("input", filterCcfddlList);
refreshDeadlinesBtn.addEventListener("click", loadDeadlines);
================================================
FILE: extensions/cli/ccfddl/__init__.py
================================================
================================================
FILE: extensions/cli/ccfddl/__main__.py
================================================
import string
import requests
import yaml
from termcolor import colored
from argparse import ArgumentParser
from copy import deepcopy
from datetime import datetime
from tabulate import tabulate
from datetime import timezone
def parse_tz(tz):
if tz == "AoE":
return "-1200"
elif tz.startswith("UTC-"):
return "-{:04d}".format(int(tz[4:]))
elif tz.startswith("UTC+"):
return "+{:04d}".format(int(tz[4:]))
else:
return "+0000"
def parse_args():
parser = ArgumentParser(description="cli for ccfddl")
parser.add_argument("--conf", type=str, nargs='+',
help="A list of conference ids you want to filter, e.g.: '--conf CVPR ICML'")
parser.add_argument("--sub", type=str, nargs='+',
help="A list of subcategories ids you want to filter, e.g.: '--sub AI CG'")
parser.add_argument("--rank", type=str, nargs='+',
help="A list of ranks you want to filter, e.g.: '--rank C N'")
args = parser.parse_args()
# Convert all arguments to lowercase
for arg_name in vars(args):
arg_value = getattr(args, arg_name)
if arg_value:
setattr(args, arg_name, [arg.lower() for arg in arg_value])
return args
def format_duraton(ddl_time: datetime, now: datetime) -> str:
duration = ddl_time - now
months, days= duration.days // 30, duration.days
hours, remainder= divmod(duration.seconds, 3600)
minutes, seconds = divmod(remainder, 60)
day_word_str = "days" if days > 1 else "day "
# for alignment
months_str, days_str, = str(months).zfill(2), str(days).zfill(2)
hours_str, minutes_str = str(hours).zfill(2), str(minutes).zfill(2)
if days < 1:
return colored(f'{hours_str}:{minutes_str}:{seconds}', "red")
if days < 30:
return colored(f'{days_str} {day_word_str}, {hours_str}:{minutes_str}', "yellow")
if days < 100:
return colored(f"{days_str} {day_word_str}", "blue")
return colored(f"{months_str} months", "green")
def main():
args = parse_args()
yml_str = requests.get(
"https://ccfddl.github.io/conference/allconf.yml").content.decode("utf-8")
all_conf = yaml.safe_load(yml_str)
all_conf_ext = []
now = datetime.now(tz=timezone.utc)
for conf in all_conf:
for c in conf["confs"]:
cur_conf = deepcopy(conf)
cur_conf["title"] = cur_conf["title"] + str(c["year"])
cur_conf.update(c)
time_obj = None
tz = parse_tz(c["timezone"])
for d in c["timeline"]:
try:
cur_d = datetime.strptime(
d["deadline"] + " {}".format(tz), '%Y-%m-%d %H:%M:%S %z')
if cur_d < now:
continue
if time_obj is None or cur_d < time_obj:
time_obj = cur_d
except Exception as e:
pass
if time_obj is not None:
cur_conf["time_obj"] = time_obj
if time_obj > now:
all_conf_ext.append(cur_conf)
all_conf_ext = sorted(all_conf_ext, key=lambda x: x['time_obj'])
# This is not an elegant solution.
# The purpose is to keep the above logic untouched,
# return alpha id(conf name) without digits(year)
def alpha_id(with_digits: string) -> string:
return ''.join(char for char in with_digits.lower() if char.isalpha())
table = [["Title", "Sub", "Rank", "DDL", "Link"]]
# Filter intersection by args
for x in all_conf_ext:
skip = False
if args.conf and alpha_id(x["id"]) not in args.conf:
skip = True
if args.sub and alpha_id(x["sub"]) not in args.sub:
skip = True
if args.rank and alpha_id(x["rank"]) not in args.rank:
skip = True
if skip:
continue
table.append(
[x["title"],
x["sub"],
x["rank"],
format_duraton(x["time_obj"], now),
x["link"]]
)
print(tabulate(table, headers='firstrow', tablefmt='fancy_grid'))
if __name__ == "__main__":
main()
================================================
FILE: extensions/cli/ccfddl/convert_to_ical.py
================================================
import yaml
import re
import uuid
from collections import defaultdict
from itertools import combinations
from datetime import datetime, timedelta, timezone
from icalendar import Calendar, Event, Timezone, TimezoneStandard
# 中英类别映射表
def load_mapping(path: str = "conference/types.yml"):
with open(path, encoding="utf-8") as f:
types = yaml.safe_load(f)
SUB_MAPPING = {}
for types_data in types:
SUB_MAPPING[types_data["sub"]] = types_data["name"]
return SUB_MAPPING
def get_timezone(tz_str: str) -> timezone:
"""将时区字符串转换为datetime.timezone对象"""
if tz_str == "AoE":
return timezone(timedelta(hours=-12))
if tz_str == "UTC":
return timezone.utc
match = re.match(r"UTC([+-])(\d{1,2})$", tz_str)
if not match:
raise ValueError(f"无效的时区格式: {tz_str}")
sign, hours = match.groups()
offset = int(hours) if sign == "+" else -int(hours)
return timezone(timedelta(hours=offset))
def create_vtimezone(tz: timezone) -> Timezone:
"""创建VTIMEZONE组件"""
tz_offset = tz.utcoffset(datetime.now())
offset_hours = tz_offset.total_seconds() // 3600
tzid = f"UTC{offset_hours:+03.0f}:00"
vtz = Timezone()
vtz.add("TZID", tzid)
std = TimezoneStandard()
std.add("DTSTART", datetime(1970, 1, 1))
std.add("TZOFFSETFROM", timedelta(hours=offset_hours))
std.add("TZOFFSETTO", timedelta(hours=offset_hours))
std.add("TZNAME", tzid)
vtz.add_component(std)
return vtz
def convert_to_ical(
file_paths: list[str], output_path: str, lang: str = "en", SUB_MAPPING={}
):
cal = Calendar()
cal.add("prodid", "-//会议截止日历//ccfddl.com//")
cal.add("version", "2.0")
added_tzids = set()
for file_path in file_paths:
with open(file_path, "r", encoding="utf-8") as f:
conferences = yaml.safe_load(f)
for conf_data in conferences:
title = conf_data["title"]
sub = conf_data["sub"]
sub_chinese = SUB_MAPPING.get(sub, sub)
rank = conf_data["rank"]
dblp = conf_data["dblp"]
for conf in conf_data["confs"]:
year = conf["year"]
link = conf["link"]
timeline = conf["timeline"]
timezone_str = conf["timezone"]
place = conf["place"]
date = conf["date"]
for entry in timeline:
try:
tz = get_timezone(timezone_str)
except ValueError:
continue
# 添加VTIMEZONE组件
tz_offset = tz.utcoffset(datetime.now())
offset_hours = tz_offset.total_seconds() // 3600
tzid = f"UTC{offset_hours:+03.0f}:00"
if tzid not in added_tzids:
vtz = create_vtimezone(tz)
cal.add_component(vtz)
added_tzids.add(tzid)
# 收集所有需要处理的截止日期
deadlines_to_process = []
if "abstract_deadline" in entry:
deadlines_to_process.append(
(
("摘要截稿", "Abstract Deadline"),
entry["abstract_deadline"],
)
)
if "deadline" in entry:
deadlines_to_process.append(
(("截稿日期", "Deadline"), entry["deadline"])
)
# 如果没有任何截止日期,跳过
if not deadlines_to_process:
continue
# 处理每个截止日期
for deadline_type, deadline_str in deadlines_to_process:
if deadline_str == "TBD":
continue # 忽略待定日期
# 解析日期和时间
is_all_day = False
try:
deadline_dt = datetime.strptime(
deadline_str, "%Y-%m-%d %H:%M:%S"
)
except ValueError:
try:
deadline_dt = datetime.strptime(
deadline_str, "%Y-%m-%d"
)
is_all_day = True
except ValueError:
continue # 无效日期格式
# 创建事件对象
event = Event()
event.add("uid", uuid.uuid4())
event.add("dtstamp", datetime.now(tz))
# 处理时间字段
if is_all_day:
event.add("dtstart", deadline_dt.date())
event.add("dtend", (deadline_dt + timedelta(days=1)).date())
else:
aware_dt = deadline_dt.replace(tzinfo=tz)
event.add("dtstart", aware_dt)
event.add("dtend", aware_dt + timedelta(minutes=1))
# 构建中英双语摘要
if lang == "en":
summary = f"{title} {year} {deadline_type[1]}"
else:
summary = f"{title} {year} {deadline_type[0]}"
# 添加注释信息
if "comment" in entry:
summary += f" [{entry['comment']}]"
event.add("summary", summary)
# 构建详细描述
level_desc = [
f"CCF {rank['ccf']}" if rank["ccf"] != "N" else None,
f"CORE {rank['core']}"
if rank.get("core", "N") != "N"
else None,
f"THCPL {rank['thcpl']}"
if rank.get("thcpl", "N") != "N"
else None,
]
level_desc = [line for line in level_desc if line]
if len(level_desc) > 0:
level_desc = ", ".join(level_desc)
else:
level_desc = None
if lang == "en":
description = [
f"{conf_data['description']}",
f"🗓️ Date: {date}",
f"📍 Location: {place}",
f"⏰ Original Deadline ({timezone_str}): {deadline_str}",
f"Category: {sub_chinese} ({sub})",
level_desc,
f"Conference Website: {link}",
f"DBLP Index: https://dblp.org/db/conf/{dblp}",
]
else:
description = [
f"{conf_data['description']}",
f"🗓️ 会议时间: {date}",
f"📍 会议地点: {place}",
f"⏰ 原始截止时间 ({timezone_str}): {deadline_str}",
f"分类: {sub_chinese} ({sub})",
level_desc,
f"会议官网: {link}",
f"DBLP索引: https://dblp.org/db/conf/{dblp}",
]
description = [line for line in description if line]
event.add("description", "\n".join(description))
# 添加其他元信息
event.add("location", place)
event.add("url", link)
cal.add_component(event)
# 写入输出文件
with open(output_path, "wb") as f:
f.write(cal.to_ical())
def add_index_entry(index, key: str, file_path: str):
index[key].add(file_path)
def reverse_index(file_paths: list[str], subs: list[str]):
index = defaultdict(set)
for file_path in file_paths:
with open(file_path, "r", encoding="utf-8") as f:
conferences = yaml.safe_load(f)
for conf_data in conferences:
sub = conf_data["sub"]
rank = conf_data["rank"]
ccf_rank = rank.get("ccf", "N")
core_rank = rank.get("core", "N")
thcpl_rank = rank.get("thcpl", "N")
rank_keys = [
f"ccf_{ccf_rank}",
f"core_{core_rank}",
f"thcpl_{thcpl_rank}",
]
add_index_entry(index, sub, file_path)
for size in range(1, len(rank_keys) + 1):
for combo in combinations(rank_keys, size):
key = "_".join(combo)
add_index_entry(index, key, file_path)
add_index_entry(index, f"{key}_{sub}", file_path)
return {key: sorted(paths) for key, paths in index.items()}
if __name__ == "__main__":
from xlin import ls, element_mapping
SUB_MAPPING = load_mapping("conference/types.yml")
paths = ls("conference", filter=lambda f: f.name != "types.yml")
index = reverse_index(paths, list(SUB_MAPPING.keys()))
for lang in ["zh", "en"]:
convert_to_ical(paths, f"deadlines_{lang}.ics", lang, SUB_MAPPING)
f = lambda key: (
len(index[key]) > 0,
convert_to_ical(
index[key],
f"deadlines_{lang}_{key.replace('*', 'star')}.ics",
lang,
SUB_MAPPING,
),
)
element_mapping(index.keys(), f, thread_pool_size=8)
print("转换完成")
================================================
FILE: extensions/cli/ccfddl/convert_to_rss.py
================================================
import xml.etree.ElementTree as ET
from datetime import datetime, timedelta, timezone
from email.utils import format_datetime
from convert_to_ical import load_mapping, get_timezone, reverse_index
import yaml
def convert_to_rss(
file_paths: list[str], output_path: str, lang: str = "en", SUB_MAPPING={}
):
rss = ET.Element("rss", version="2.0")
channel = ET.SubElement(rss, "channel")
ET.SubElement(channel, "title").text = (
"CCF Conference Deadlines" if lang == "en" else "CCF 会议截止日期"
)
ET.SubElement(channel, "link").text = "https://ccfddl.com"
ET.SubElement(channel, "description").text = (
"Conference submission deadline tracking"
if lang == "en"
else "会议投稿截止日期追踪"
)
ET.SubElement(channel, "language").text = "en" if lang == "en" else "zh-CN"
ET.SubElement(channel, "lastBuildDate").text = format_datetime(
datetime.now(timezone.utc)
)
for file_path in file_paths:
with open(file_path, "r", encoding="utf-8") as f:
conferences = yaml.safe_load(f)
for conf_data in conferences:
title = conf_data["title"]
sub = conf_data["sub"]
sub_chinese = SUB_MAPPING.get(sub, sub)
rank = conf_data["rank"]
dblp = conf_data["dblp"]
for conf in conf_data["confs"]:
year = conf["year"]
link = conf["link"]
timeline = conf["timeline"]
timezone_str = conf["timezone"]
place = conf["place"]
date = conf["date"]
for entry in timeline:
try:
tz = get_timezone(timezone_str)
except ValueError:
continue
deadlines_to_process = []
if "abstract_deadline" in entry:
deadlines_to_process.append(
(
("摘要截稿", "Abstract Deadline"),
entry["abstract_deadline"],
"abstract",
)
)
if "deadline" in entry:
deadlines_to_process.append(
(("截稿日期", "Deadline"), entry["deadline"], "deadline")
)
if not deadlines_to_process:
continue
for deadline_type, deadline_str, type_key in deadlines_to_process:
if deadline_str == "TBD":
continue
try:
deadline_dt = datetime.strptime(
deadline_str, "%Y-%m-%d %H:%M:%S"
)
except ValueError:
try:
deadline_dt = datetime.strptime(
deadline_str, "%Y-%m-%d"
)
except ValueError:
continue
aware_dt = deadline_dt.replace(tzinfo=tz)
item = ET.SubElement(channel, "item")
if lang == "en":
summary = f"{title} {year} {deadline_type[1]}"
else:
summary = f"{title} {year} {deadline_type[0]}"
if "comment" in entry:
summary += f" [{entry['comment']}]"
ET.SubElement(item, "title").text = summary
ET.SubElement(item, "link").text = link
# Build description
level_desc = [
f"CCF {rank['ccf']}" if rank["ccf"] != "N" else None,
f"CORE {rank['core']}"
if rank.get("core", "N") != "N"
else None,
f"THCPL {rank['thcpl']}"
if rank.get("thcpl", "N") != "N"
else None,
]
level_desc = [x for x in level_desc if x]
level_str = ", ".join(level_desc) if level_desc else None
if lang == "en":
desc_lines = [
conf_data["description"],
f"Date: {date}",
f"Location: {place}",
f"Deadline ({timezone_str}): {deadline_str}",
f"Category: {sub_chinese} ({sub})",
level_str,
f"Conference Website: {link}",
f"DBLP: https://dblp.org/db/conf/{dblp}",
]
else:
desc_lines = [
conf_data["description"],
f"会议时间: {date}",
f"会议地点: {place}",
f"截止时间 ({timezone_str}): {deadline_str}",
f"分类: {sub_chinese} ({sub})",
level_str,
f"会议官网: {link}",
f"DBLP索引: https://dblp.org/db/conf/{dblp}",
]
desc_lines = [x for x in desc_lines if x]
ET.SubElement(item, "description").text = "\n".join(desc_lines)
ET.SubElement(item, "pubDate").text = format_datetime(aware_dt)
guid = ET.SubElement(
item, "guid", isPermaLink="false"
)
guid.text = f"{title}-{year}-{type_key}-{deadline_str}@ccfddl.com"
ET.SubElement(item, "category").text = sub
tree = ET.ElementTree(rss)
ET.indent(tree, space=" ")
with open(output_path, "wb") as f:
tree.write(f, encoding="utf-8", xml_declaration=True)
if __name__ == "__main__":
from xlin import ls, element_mapping
SUB_MAPPING = load_mapping("conference/types.yml")
paths = ls("conference", filter=lambda f: f.name != "types.yml")
index = reverse_index(paths, list(SUB_MAPPING.keys()))
for lang in ["zh", "en"]:
convert_to_rss(paths, f"deadlines_{lang}.xml", lang, SUB_MAPPING)
f = lambda key: (
len(index[key]) > 0,
convert_to_rss(
index[key],
f"deadlines_{lang}_{key.replace('*', 'star')}.xml",
lang,
SUB_MAPPING,
),
)
element_mapping(index.keys(), f, thread_pool_size=8)
print("RSS feed generation complete")
================================================
FILE: extensions/cli/readme.md
================================================
# ccfddl cli
WIP
## install
```bash
pip install -r req.txt
python setup.py install
```
## usage
```bash
python -m ccfddl
```
| Argument | Type | Description | Example |
| -------- | ----- | ------------------------------------ | ------------------ |
| `--conf` | str[] | A list of conference IDs to filter. | `--conf CVPR ICCV` |
| `--sub` | str[] | A list of subcategory IDs to filter. | `--sub AI ML` |
| `--rank` | str[] | A list of ranks to filter. | `--rank A B` |
================================================
FILE: extensions/cli/req.txt
================================================
tabulate
yaml
pyyaml
requests
termcolor
================================================
FILE: extensions/cli/setup.py
================================================
from setuptools import setup, find_packages
setup(
name='ccfddl',
version='0.1',
packages=find_packages(),
license='MIT',
description='ccfddl cli',
author='0x4f5da2',
author_email='me@4f5da2.com'
)
================================================
FILE: extensions/ical/readme.md
================================================
## iCal Subscription:
- English: `https://ccfddl.com/conference/deadlines_en.ics`
- 简体中文: `https://ccfddl.com/conference/deadlines_zh.ics`
The filter is mapped to the name of iCal file in the following rules:
- no filter: `deadlines_en.ics` and `deadlines_zh.ics`
- one filter: `deadlines_{lang}_{ccf_rank}.ics`, `deadlines_{lang}_{core_rank}.ics`, `deadlines_{lang}_{thcpl_rank}.ics`, or `deadlines_{lang}_{sub}.ics`
- two filters: any ordered pair among `ccf_rank`, `core_rank`, `thcpl_rank`, and `sub`
- three filters: any ordered triple among `ccf_rank`, `core_rank`, `thcpl_rank`, and `sub`
- four filters: `deadlines_{lang}_{ccf_rank}_{core_rank}_{thcpl_rank}_{sub}.ics`
For example, given filter: lang=en, core=A, thcpl=B, sub=SE, it will refer to `deadlines_en_core_A_thcpl_B_SE.ics`.
For `A*`, the generated filename uses `Astar`, for example `deadlines_en_core_Astar_SE.ics`.
================================================
FILE: index.html
================================================
================================================
FILE: public/styles.css
================================================
/* --------------------- Open Props --------------------------- */
/* the props */
@import "https://unpkg.com/open-props";
/* ------------------------------------------------------------ */
body {
background-color: white;
}
a {
text-decoration: underline;
text-decoration-color: currentColor;
}
.home {
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
max-width: 980px;
margin-left: auto;
margin-right: auto;
}
.github-iframe {
border: none;
overflow: hidden;
background: transparent;
display: block;
}
.title {
font-size: 29px;
color: #2c3e50;
text-decoration: underline;
text-decoration-color: currentColor;
}
.subtitle {
color: #666666;
display: inline-block;
}
/* --------------------- Footer --------------------------- */
/* .footer {
color: #666666;
display: block;
padding-top: 8px;
height: 20px;
} */
@media (min-width: 769px) {
.footer {
height: 20px;
padding-top: 8px;
color: #666666;
display: flex;
justify-content: space-between;
align-items: center;
}
.footer-text {
flex: 1;
}
.footer-pagination {
margin-right: 10px;
}
}
/* 移动端样式 */
@media (max-width: 768px) {
.footer {
height: 20px;
padding-top: 8px;
color: #666666;
display: flex;
flex-direction: column;
}
.footer-pagination {
order: 1;
margin-bottom: 15px;
display: flex;
justify-content: flex-end;
}
.footer-text {
order: 2;
text-align: center;
font-size: 14px;
}
}
.el-row {
/* display: flex; */
align-items: center;
padding-top: 15px;
font-size: 16px;
}
.el-switch {
display: flex;
align-items: center;
/* margin-bottom: 10px; */
margin-left: 10px;
font-size: 14px;
font-weight: 500;
}
.el-switch .is_active {
color: #409eff;
}
.thaw-switch__input:enabled:not(:checked) ~ .thaw-switch__indicator {
color: white;
background-color: #dcdfe6;
border-color: white;
}
.thaw-switch__input:enabled:checked ~ .thaw-switch__indicator {
background-color: #409eff;
}
.thaw-switch__input:enabled:checked:hover ~ .thaw-switch__indicator {
background-color: #409eff;
}
.thaw-switch__input:enabled:checked ~ .thaw-switch__indicator {
background-color: #409eff;
}
.checkbox-item {
flex-basis: 33%;
font-size: 14px;
font-weight: 500;
}
.custom-search-input {
border: 1px solid lightgray !important;
}
* input::placeholder {
color: lightgray !important;
}
.thaw-checkbox--checked {
--thaw-checkbox__indicator--background-color: #409eff;
}
.thaw-pagination-item, .thaw-button.thaw-pagination-item {
max-height: 20px;
max-width: 20px;
}
.thaw-button--primary {
background-color: #409eff;
}
.thaw-button--primary:hover {
background-color: #409eff;
}
.zonedivider{
margin-top: 8px;
border-bottom: 1px solid #ebeef5;
}
.thaw-table-cell-layout {
display: block;
padding: 12px 0px;
}
.thaw-table-cell-layout .conf-fin {
opacity: 0.4;
}
.conf-title {
font-size: 20px;
font-weight: 400;
color: black;
}
.countdown-display {
font-size: 20px;
font-weight: 400;
color: black;
}
.countdown-value {
display: inline-flex;
align-items: center;
}
.tag-container {
margin-top: 3px;
}
.tag-container .plain-tag.thaw-tag {
background-color: #fff;
border-color: #b3d8ff;
border-radius: 4px;
border-width: 1px;
border-style: solid;
height: 20px;
line-height: 18px;
padding: 0 5px;
font-size: 12px;
}
.thaw-tag__primary-text {
font-size: 12px;
color: #409eff;
padding: 0;
}
.thaw-input__input {
width: 125px;
}
================================================
FILE: scripts/merge.py
================================================
#!/usr/bin/env python3
"""
YAML Structured Merger Script
Parse and merge multiple YAML files into a single structured file
"""
import os
import yaml
import argparse
from pathlib import Path
def find_yml_files(base_path, exclude_pattern="types.yml"):
"""
Find all .yml files in the directory, excluding specified patterns
Args:
base_path: Base directory to search
exclude_pattern: Filename pattern to exclude
Returns:
List of yml file paths
"""
base_path = Path(base_path)
yml_files = []
for yml_file in base_path.rglob("*.yml"):
# Skip if matches exclude pattern
if yml_file.name == exclude_pattern:
continue
yml_files.append(yml_file)
# Sort for consistent output
return sorted(yml_files)
# Remove the separate merge function since we're doing everything in main now
def main():
"""Main function - output YAML to stdout for redirection"""
# Command line argument parsing
parser = argparse.ArgumentParser(description='Merge YAML files from specified directory')
parser.add_argument('path',
help='Directory path to search for YAML files (e.g., ../../conference)')
parser.add_argument('--exclude', default='types.yml',
help='Filename pattern to exclude (default: types.yml)')
args = parser.parse_args()
# Configuration
search_path = Path(args.path)
import sys
# Send progress messages to stderr so they don't interfere with stdout
print(f"🔍 Finding YAML files in {search_path}...", file=sys.stderr)
yml_files = find_yml_files(search_path, args.exclude)
if not yml_files:
print("❌ No YAML files found!", file=sys.stderr)
return
print(f"📁 Found {len(yml_files)} YAML files", file=sys.stderr)
# Collect all data
all_data = []
for yml_file in yml_files:
print(f"Processing: {yml_file}", file=sys.stderr)
try:
with open(yml_file, 'r', encoding='utf-8') as file:
# Load YAML content
data = yaml.safe_load(file)
# Handle different YAML structures
if isinstance(data, list):
# If it's a list, extend our main list
all_data.extend(data)
elif isinstance(data, dict):
# If it's a dict, add source info and append
data['_source_file'] = str(yml_file.relative_to(Path.cwd()))
all_data.append(data)
elif data is not None:
# Handle other data types
data_entry = {
'data': data,
'_source_file': str(yml_file.relative_to(Path.cwd()))
}
all_data.append(data_entry)
except yaml.YAMLError as e:
print(f"❌ YAML parsing error in {yml_file}: {e}", file=sys.stderr)
except Exception as e:
print(f"❌ Error reading {yml_file}: {e}", file=sys.stderr)
# Output merged YAML to stdout
yaml.dump(all_data, sys.stdout,
default_flow_style=False,
allow_unicode=True,
sort_keys=False,
indent=2)
print(f"✅ Successfully merged {len(yml_files)} files with {len(all_data)} total entries", file=sys.stderr)
if __name__ == "__main__":
main()
================================================
FILE: scripts/validate.py
================================================
#!/usr/bin/env python
"""
pre-commit hook to check conference yml files
To use it normally as git pre-commit hook,
make a symlink and install dependencies:
$ ln -s ../../scripts/validate .git/hooks/pre-commit
$ pip install PyYAML jsonschema
"""
import os
import sys
from io import StringIO
from pprint import pprint
from unittest import TestCase, TestLoader, TextTestRunner
import jsonschema
import jsonschema.exceptions
import yaml
ROOT = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
DATA_ROOT = os.path.join(ROOT, 'conference')
YAML_SCHEMA = None
def load_conference_yaml_schema():
global YAML_SCHEMA
with open(os.path.join(ROOT, 'conference-yaml-schema.yml'), 'r') as schema:
YAML_SCHEMA = yaml.load(schema, Loader=yaml.SafeLoader)
class ConferenceTest(TestCase):
def test_conference_yaml_schema(self):
self.assertTrue(os.path.isdir(DATA_ROOT))
for sub in os.listdir(DATA_ROOT):
subdir = os.path.join(DATA_ROOT, sub)
if os.path.isdir(subdir):
for conf in os.listdir(subdir):
with self.subTest(conf=conf):
if conf.endswith('.yaml'): # Some new contributors will commit a wrong the file extension.
self.fail(msg=f'\033[1;31m{conf}\033[m should be renamed as \033[1;31m{conf[:-4]}yml\033[m')
if not conf.endswith('.yml'):
continue
conference_yml_path = os.path.join(DATA_ROOT, sub, conf)
with open(conference_yml_path, 'r') as conference_yml_file:
try:
conference_yml = yaml.load(conference_yml_file.read(), Loader=yaml.SafeLoader)
except Exception:
self.fail(msg=f'Conference \033[1;31m{conf}\033[m contains invalid YAML')
try:
jsonschema.validate(conference_yml, YAML_SCHEMA)
except jsonschema.exceptions.ValidationError:
self.fail(msg=f'Conference \033[1;31m{conf}\033[m contains invalid properties')
def run_test(testcase, msg):
output = StringIO()
suite = TestLoader().loadTestsFromTestCase(testcase)
runner = TextTestRunner(output, verbosity=0)
results = runner.run(suite)
if not results.wasSuccessful():
print(output.getvalue())
print(msg.format(len(results.failures)))
sys.exit(1)
def usage():
print(__doc__)
if __name__ == '__main__':
if '-h' in sys.argv or '--help' in sys.argv:
usage()
sys.exit(0)
load_conference_yaml_schema()
run_test(ConferenceTest,
msg=('\033[1;31mThere are {0} error(s) inside repo. Please fix the errors and commit again.\033[m'))
================================================
FILE: src/components/calendar_popover.rs
================================================
use leptos::prelude::*;
use thaw::*;
#[component]
pub fn CalendarPopover(
google_calendar_url: Option,
icloud_calendar_url: Option,
is_mobile: RwSignal,
) -> impl IntoView {
let show_popover = RwSignal::new(false);
view! {
{move || {
let google_calendar_url_clone = google_calendar_url.clone();
let icloud_calendar_url_clone = icloud_calendar_url.clone();
if show_popover.get() {
view! {
"Add to Calendar:"
// Google Calendar
// iCloud Calendar
}.into_any()
} else {
view! {
}.into_any()
}
}}
}
}
================================================
FILE: src/components/checkbox_button.rs
================================================
use leptos::prelude::*;
use std::collections::HashSet;
const NON_RANK_VALUE: &str = "N";
#[derive(Clone, PartialEq, Eq)]
pub struct FilterDropdownOption {
pub value: &'static str,
pub label: &'static str,
pub summary_label: &'static str,
}
pub fn normalize_rank_filter_selection(selected_values: &mut HashSet) {
if selected_values.contains(NON_RANK_VALUE) && selected_values.len() > 1 {
selected_values.remove(NON_RANK_VALUE);
}
}
pub fn ccf_filter_options() -> Vec {
vec![
FilterDropdownOption {
value: "A",
label: "CCF A",
summary_label: "A",
},
FilterDropdownOption {
value: "B",
label: "CCF B",
summary_label: "B",
},
FilterDropdownOption {
value: "C",
label: "CCF C",
summary_label: "C",
},
FilterDropdownOption {
value: "N",
label: "Non-CCF",
summary_label: "Non",
},
]
}
pub fn core_filter_options() -> Vec {
vec![
FilterDropdownOption {
value: "A*",
label: "CORE A*",
summary_label: "A*",
},
FilterDropdownOption {
value: "A",
label: "CORE A",
summary_label: "A",
},
FilterDropdownOption {
value: "B",
label: "CORE B",
summary_label: "B",
},
FilterDropdownOption {
value: "C",
label: "CORE C",
summary_label: "C",
},
FilterDropdownOption {
value: "N",
label: "Non-CORE",
summary_label: "Non",
},
]
}
pub fn thcpl_filter_options() -> Vec {
vec![
FilterDropdownOption {
value: "A",
label: "THCPL A",
summary_label: "A",
},
FilterDropdownOption {
value: "B",
label: "THCPL B",
summary_label: "B",
},
FilterDropdownOption {
value: "N",
label: "Non-THCPL",
summary_label: "Non",
},
]
}
#[component]
pub fn MultiSelectDropdown(
dropdown_id: String,
title: String,
options: Vec,
selected_values: RwSignal>,
use_english: RwSignal,
panel_width: String,
open_dropdown: RwSignal