Initial commit

Hugo/PaperMod static site tracking 13 conferences and 7 journals for
  edge and cloud systems research. Includes FullCalendar deadline view,
  ICORE/SCImago rankings, DBLP paper digest pipeline, and Python
  fetch/generate scripts. PaperMod added as a git submodule.
This commit is contained in:
khannurien
2026-04-24 11:52:33 +00:00
commit 8484abea47
57 changed files with 20183 additions and 0 deletions

19
site/.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Generated files by hugo
public/
resources/_gen/
assets/jsconfig.json
hugo_stats.json
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Temporary lock file while building
.hugo_build.lock
# Node
node_modules/
# WSL
*:Zone.Identifier

View File

@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++

View File

@@ -0,0 +1,32 @@
import { Calendar } from '@fullcalendar/core'
import dayGridPlugin from '@fullcalendar/daygrid'
import listPlugin from '@fullcalendar/list'
document.addEventListener('DOMContentLoaded', function () {
var el = document.getElementById('pa-calendar')
if (!el) return
var events
try { events = JSON.parse(el.dataset.events || '[]') } catch (_) { events = [] }
var cal = new Calendar(el, {
plugins: [dayGridPlugin, listPlugin],
initialView: 'dayGridMonth',
events: events,
headerToolbar: {
left: 'prev,next today',
center: 'title',
right: 'dayGridMonth,listYear'
},
eventClick: function (info) {
if (info.event.url) {
info.jsEvent.preventDefault()
window.location.href = info.event.url
}
},
eventDidMount: function (info) {
info.el.title = info.event.title
}
})
cal.render()
})

View File

@@ -0,0 +1,224 @@
---
title: Submission Deadlines
layout: calendar
generated: '2026-04-24T11:20:47Z'
draft: false
events:
- title: OSDI — abstract deadline
start: '2025-12-04'
url: /venues/conferences/osdi/
color: '#f4a261'
allDay: true
- title: OSDI — paper deadline
start: '2025-12-11'
url: /venues/conferences/osdi/
color: '#e63946'
allDay: true
- title: OSDI
start: '2026-07-13'
url: /venues/conferences/osdi/
color: '#457b9d'
allDay: true
end: '2026-07-16'
- title: SOSP — abstract deadline
start: '2026-03-26'
url: /venues/conferences/sosp/
color: '#f4a261'
allDay: true
- title: SOSP — paper deadline
start: '2026-04-01'
url: /venues/conferences/sosp/
color: '#e63946'
allDay: true
- title: SOSP
start: '2026-09-29'
url: /venues/conferences/sosp/
color: '#457b9d'
allDay: true
end: '2026-10-03'
- title: NSDI — abstract deadline
start: '2026-09-10'
url: /venues/conferences/nsdi/
color: '#f4a261'
allDay: true
- title: NSDI — paper deadline
start: '2026-09-17'
url: /venues/conferences/nsdi/
color: '#e63946'
allDay: true
- title: NSDI
start: '2027-05-11'
url: /venues/conferences/nsdi/
color: '#457b9d'
allDay: true
end: '2027-05-14'
- title: EuroSys — abstract deadline
start: '2026-05-07'
url: /venues/conferences/eurosys/
color: '#f4a261'
allDay: true
- title: EuroSys — paper deadline
start: '2026-05-14'
url: /venues/conferences/eurosys/
color: '#e63946'
allDay: true
- title: EuroSys
start: '2027-04-19'
url: /venues/conferences/eurosys/
color: '#457b9d'
allDay: true
end: '2027-04-25'
- title: ATC — paper deadline
start: '2026-06-10'
url: /venues/conferences/atc/
color: '#e63946'
allDay: true
- title: ATC
start: '2026-11-16'
url: /venues/conferences/atc/
color: '#457b9d'
allDay: true
end: '2026-11-19'
- title: SoCC — abstract deadline
start: '2026-07-07'
url: /venues/conferences/socc/
color: '#f4a261'
allDay: true
- title: SoCC — paper deadline
start: '2026-07-14'
url: /venues/conferences/socc/
color: '#e63946'
allDay: true
- title: SoCC
start: '2026-11-18'
url: /venues/conferences/socc/
color: '#457b9d'
allDay: true
end: '2026-11-21'
- title: Middleware — abstract deadline
start: '2026-05-29'
url: /venues/conferences/middleware/
color: '#f4a261'
allDay: true
- title: Middleware — paper deadline
start: '2026-06-05'
url: /venues/conferences/middleware/
color: '#e63946'
allDay: true
- title: Middleware
start: '2026-12-14'
url: /venues/conferences/middleware/
color: '#457b9d'
allDay: true
end: '2026-12-19'
- title: IPDPS — abstract deadline
start: '2025-10-02'
url: /venues/conferences/ipdps/
color: '#f4a261'
allDay: true
- title: IPDPS — paper deadline
start: '2025-10-09'
url: /venues/conferences/ipdps/
color: '#e63946'
allDay: true
- title: IPDPS
start: '2026-05-25'
url: /venues/conferences/ipdps/
color: '#457b9d'
allDay: true
end: '2026-05-30'
- title: SC — abstract deadline
start: '2026-04-01'
url: /venues/conferences/sc/
color: '#f4a261'
allDay: true
- title: SC — paper deadline
start: '2026-04-08'
url: /venues/conferences/sc/
color: '#e63946'
allDay: true
- title: SC
start: '2026-11-17'
url: /venues/conferences/sc/
color: '#457b9d'
allDay: true
end: '2026-11-20'
- title: HPDC — abstract deadline
start: '2026-01-29'
url: /venues/conferences/hpdc/
color: '#f4a261'
allDay: true
- title: HPDC — paper deadline
start: '2026-02-05'
url: /venues/conferences/hpdc/
color: '#e63946'
allDay: true
- title: HPDC
start: '2026-07-13'
url: /venues/conferences/hpdc/
color: '#457b9d'
allDay: true
end: '2026-07-17'
- title: MobiSys — abstract deadline
start: '2025-11-28'
url: /venues/conferences/mobisys/
color: '#f4a261'
allDay: true
- title: MobiSys — paper deadline
start: '2025-12-05'
url: /venues/conferences/mobisys/
color: '#e63946'
allDay: true
- title: MobiSys
start: '2026-06-22'
url: /venues/conferences/mobisys/
color: '#457b9d'
allDay: true
end: '2026-06-25'
- title: SEC — abstract deadline
start: '2026-04-24'
url: /venues/conferences/sec/
color: '#f4a261'
allDay: true
- title: SEC — paper deadline
start: '2026-05-01'
url: /venues/conferences/sec/
color: '#e63946'
allDay: true
- title: SEC
start: '2026-10-13'
url: /venues/conferences/sec/
color: '#457b9d'
allDay: true
end: '2026-10-17'
- title: CCGrid — paper deadline
start: '2025-12-21'
url: /venues/conferences/ccgrid/
color: '#e63946'
allDay: true
- title: CCGrid
start: '2026-05-18'
url: /venues/conferences/ccgrid/
color: '#457b9d'
allDay: true
end: '2026-05-22'
---
| Conference | Submission deadline | Event dates | ICORE |
|------------|---------------------|-------------|-------|
| [IPDPS](/venues/conferences/ipdps/) | Oct 9, 2025 | May 25-29, 2026 | A |
| [MobiSys](/venues/conferences/mobisys/) | Dec 5, 2025 | Jun 22-24, 2026 | A |
| [OSDI](/venues/conferences/osdi/) | Dec 11, 2025 | Jul 13-15, 2026 | A* |
| [CCGrid](/venues/conferences/ccgrid/) | Dec 21, 2025 | May 18-21, 2026 | B |
| [HPDC](/venues/conferences/hpdc/) | Feb 5, 2026 | Jul 13, 2026 - Jul 16, 2026 | A |
| [SOSP](/venues/conferences/sosp/) | Apr 1, 2026 | Sep 29, 2026 - Oct 2, 2026 | A* |
| [SC](/venues/conferences/sc/) | Apr 8, 2026 | Nov 17-19, 2026 | A |
| [SEC](/venues/conferences/sec/) | May 1, 2026 | Oct 13-16, 2026 | unranked |
| [EuroSys](/venues/conferences/eurosys/) | May 14, 2026 | Apr 19-24, 2027 | A |
| [Middleware](/venues/conferences/middleware/) | Jun 5, 2026 | Dec 14-18, 2026 | A |
| [ATC](/venues/conferences/atc/) | Jun 10, 2026 | Nov 16-18, 2026 | C |
| [SoCC](/venues/conferences/socc/) | Jul 14, 2026 | Nov 18-20, 2026 | — |
| [NSDI](/venues/conferences/nsdi/) | Sep 17, 2026 | May 11-13, 2027 | National: USA |
> Deadlines sourced from conference websites and [WikiCFP](http://www.wikicfp.com/).

View File

@@ -0,0 +1,150 @@
---
title: OSDI 2024 Digest
venue: OSDI
year: 2024
date: '2024-07-10'
tags:
- llm-serving
- distributed-systems
- verification
- memory
- networking
- storage
draft: false
paper_count: 11
---
11 papers selected.
---
### DistServe: Disaggregating Prefill and Decoding for Goodput-optimized Large Language Model Serving
*Yinmin Zhong, Shengyu Liu, Junda Chen, Jianbo Hu *et al.**
**TL;DR** — Separates the compute-heavy prefill phase from the memory-bound decoding phase onto different GPU pools, eliminating head-of-line blocking and significantly improving LLM serving throughput.
**Why notable** — Became one of the most influential LLM systems papers of 2024; the prefilldecode disaggregation insight is now widely adopted in production inference stacks (vLLM, SGLang, etc.).
[→ Read paper](https://www.usenix.org/conference/osdi24/presentation/zhong-yinmin)
---
### Fairness in Serving Large Language Models
*Ying Sheng 0007, Shiyi Cao, Dacheng Li, Banghua Zhu *et al.**
**TL;DR** — Introduces VTC, a token-count-weighted fair scheduling policy that prevents long-prompt users from monopolising GPU capacity in multi-tenant LLM services.
**Why notable** — First paper to formally study multi-tenant fairness in LLM serving; directly influenced subsequent work on SLA-aware serving and resource allocation in shared inference clusters.
[→ Read paper](https://www.usenix.org/conference/osdi24/presentation/sheng)
---
### Taming Throughput-Latency Tradeoff in LLM Inference with Sarathi-Serve
*Amey Agrawal, Nitin Kedia, Ashish Panwar, Jayashree Mohan *et al.**
**TL;DR** — Introduces chunked prefill and stall-free scheduling to decouple throughput and latency goals, letting the same serving system meet both SLOs simultaneously.
**Why notable** — Elegant framing of the throughputlatency tension; chunked prefill became a standard technique in open-source inference engines within months of publication.
[→ Read paper](https://www.usenix.org/conference/osdi24/presentation/agrawal)
---
### Llumnix: Dynamic Scheduling for Large Language Model Serving
*Biao Sun 0002, Ziming Huang, Hanyu Zhao, Wencong Xiao *et al.**
**TL;DR** — Treats in-flight LLM requests as migratable units, enabling load balancing and SLO recovery by live-migrating KV-cache state across GPU instances.
**Why notable** — Request migration for LLM serving was considered impractical due to KV-cache size; this paper shows it is feasible and impactful, opening a new design dimension for inference schedulers.
[→ Read paper](https://www.usenix.org/conference/osdi24/presentation/sun-biao)
---
### MAST: Global Scheduling of ML Training across Geo-Distributed Datacenters at Hyperscale
*Arnab Choudhury, Yang Wang 0009, Tuomas Pelkonen, Kutta Srinivasan *et al.**
**TL;DR** — Describes Google's production system for scheduling ML training jobs across geographically distributed datacenters, balancing GPU utilisation, job deadlines, and cross-datacenter bandwidth costs.
**Why notable** — Rare large-scale production paper on global ML scheduling; the insights on heterogeneous cluster management and placement constraints are directly useful for anyone operating multi-site GPU infrastructure.
[→ Read paper](https://www.usenix.org/conference/osdi24/presentation/choudhury)
---
### SquirrelFS: using the Rust compiler to check file-system crash consistency
*Hayley LeBlanc, Nathan Taylor, James Bornholt, Vijay Chidambaram*
**TL;DR** — Encodes crash-consistency invariants in Rust's type system so that a file system that compiles is guaranteed not to leave the storage in an inconsistent state after a crash.
**Why notable** — A clean demonstration that language-level type checking can replace runtime or proof-assistant-based verification for an important systems property; the approach is general and practically viable.
[→ Read paper](https://www.usenix.org/conference/osdi24/presentation/leblanc)
---
### Anvil: Verifying Liveness of Cluster Management Controllers
*Xudong Sun 0013, Wenjie Ma, Jiawei Tyler Gu, Zicheng Ma *et al.**
**TL;DR** — Presents the first framework for mechanically verifying liveness (eventual progress) of Kubernetes-style reconciliation controllers, with proofs for real controllers including ZooKeeper and RabbitMQ operators.
**Why notable** — Liveness proofs for real-world cloud controllers were previously out of reach; Anvil's methodology closes a critical gap in the formal verification of cloud infrastructure.
[→ Read paper](https://www.usenix.org/conference/osdi24/presentation/sun-xudong)
---
### DRust: Language-Guided Distributed Shared Memory with Fine Granularity, Full Transparency, and Ultra Efficiency
*Haoran Ma, Yifan Qiao 0002, Shi Liu, Shan Yu *et al.**
**TL;DR** — Exploits Rust's ownership model to implement distributed shared memory at cache-line granularity, achieving near-local performance with no programmer annotations.
**Why notable** — Prior DSM systems required explicit data placement or suffered high coherence overhead; DRust shows that a language's ownership semantics can serve as a zero-overhead coherence protocol.
[→ Read paper](https://www.usenix.org/conference/osdi24/presentation/ma-haoran)
---
### Nomad: Non-Exclusive Memory Tiering via Transactional Page Migration
*Lingfeng Xiang, Zhen Lin, Weishu Deng, Hui Lu 0001 *et al.**
**TL;DR** — Enables tiered-memory systems to migrate pages concurrently with ongoing accesses using a transactional protocol, eliminating the stop-the-world pauses of existing page-migration approaches.
**Why notable** — CXL-based memory tiering is becoming essential for cost-effective cloud deployments; Nomad's non-exclusive migration is a key enabling mechanism for practical tiering at scale.
[→ Read paper](https://www.usenix.org/conference/osdi24/presentation/xiang)
---
### Fast and Scalable In-network Lock Management Using Lock Fission
*Hanze Zhang, Ke Cheng, Rong Chen 0001, Haibo Chen 0001*
**TL;DR** — Splits a distributed lock into independent sub-locks held in programmable switches, allowing lock acquisition to complete in a single network round-trip without touching any server CPU.
**Why notable** — Achieves latencies previously only possible with RDMA using commodity programmable switching hardware; the lock-fission abstraction generalises cleanly to other in-network coordination primitives.
[→ Read paper](https://www.usenix.org/conference/osdi24/presentation/zhang-hanze)
---
### Chop Chop: Byzantine Atomic Broadcast to the Network Limit
*Martina Camaioni, Rachid Guerraoui, Matteo Monti, Pierre-Louis Roman *et al.**
**TL;DR** — Achieves Byzantine fault-tolerant atomic broadcast at near-network-bandwidth rates by batching, pipelining, and carefully overlapping cryptographic operations with network I/O.
**Why notable** — Closes the gap between the theoretical throughput of BFT protocols and what commodity hardware can actually deliver; relevant baseline for any production BFT system design.
[→ Read paper](https://www.usenix.org/conference/osdi24/presentation/camaioni)

View File

@@ -0,0 +1,9 @@
---
title: Venues
draft: false
---
Tracking **13 conferences** and **7 journals** for this domain.
- **[Conferences →](/venues/conferences/)** ranked by ICORE (A*, A, B, C)
- **[Journals →](/venues/journals/)** ranked by SCImago quartile (Q1Q4)

View File

@@ -0,0 +1,32 @@
---
title: ATC
full_name: ACM SIGOPS Annual Technical Conference
domain:
- edge-and-cloud
- operating-systems
- distributed-systems
type: conference
icore_rank: C
dblp_key: conf/usenix
draft: false
deadline_source: wikicfp:192652
homepage: https://sigops.org/s/conferences/atc/2026/
next_deadline: Jun 10, 2026
next_event: Nov 16-18, 2026
---
*ACM SIGOPS Annual Technical Conference*
| | |
|---|---|
| **ICORE Rank** | **C** |
| **Domains** | `edge-and-cloud`, `operating-systems`, `distributed-systems` |
| **Website** | [https://sigops.org/s/conferences/atc/2026/](https://sigops.org/s/conferences/atc/2026/) |
## Upcoming Deadline
| | |
|---|---|
| **Paper deadline** | Jun 10, 2026 |
| **Event dates** | Nov 16-18, 2026 |
| **Source** | `wikicfp:192652` |

View File

@@ -0,0 +1,31 @@
---
title: CCGrid
full_name: IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing
domain:
- edge-and-cloud
- cloud-computing
- hpc
- distributed-systems
type: conference
icore_rank: B
homepage: https://ccgrid2026.org/
dblp_key: conf/ccgrid
draft: false
next_deadline: Dec 21, 2025
next_event: May 18-21, 2026
---
*IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing*
| | |
|---|---|
| **ICORE Rank** | **B** |
| **Domains** | `edge-and-cloud`, `cloud-computing`, `hpc`, `distributed-systems` |
| **Website** | [https://ccgrid2026.org/](https://ccgrid2026.org/) |
## Upcoming Deadline
| | |
|---|---|
| **Paper deadline** | Dec 21, 2025 |
| **Event dates** | May 18-21, 2026 |

View File

@@ -0,0 +1,34 @@
---
title: EuroSys
full_name: European Conference on Computer Systems
domain:
- edge-and-cloud
- operating-systems
- distributed-systems
type: conference
icore_rank: A
dblp_key: conf/eurosys
draft: false
deadline_source: wikicfp:186524
homepage: https://2027.eurosys.org/
next_deadline: May 14, 2026
next_event: Apr 19-24, 2027
abstract_deadline: May 7, 2026
---
*European Conference on Computer Systems*
| | |
|---|---|
| **ICORE Rank** | **A** |
| **Domains** | `edge-and-cloud`, `operating-systems`, `distributed-systems` |
| **Website** | [https://2027.eurosys.org/](https://2027.eurosys.org/) |
## Upcoming Deadline
| | |
|---|---|
| **Abstract deadline** | May 7, 2026 |
| **Paper deadline** | May 14, 2026 |
| **Event dates** | Apr 19-24, 2027 |
| **Source** | `wikicfp:186524` |

View File

@@ -0,0 +1,34 @@
---
title: HPDC
full_name: IEEE International Symposium on High Performance Distributed Computing
domain:
- edge-and-cloud
- hpc
- distributed-systems
type: conference
icore_rank: A
dblp_key: conf/hpdc
draft: false
deadline_source: wikicfp:191029
homepage: https://www.hpdc.org/
next_deadline: Feb 5, 2026
next_event: Jul 13, 2026 - Jul 16, 2026
abstract_deadline: Jan 29, 2026
---
*IEEE International Symposium on High Performance Distributed Computing*
| | |
|---|---|
| **ICORE Rank** | **A** |
| **Domains** | `edge-and-cloud`, `hpc`, `distributed-systems` |
| **Website** | [https://www.hpdc.org/](https://www.hpdc.org/) |
## Upcoming Deadline
| | |
|---|---|
| **Abstract deadline** | Jan 29, 2026 |
| **Paper deadline** | Feb 5, 2026 |
| **Event dates** | Jul 13, 2026 - Jul 16, 2026 |
| **Source** | `wikicfp:191029` |

View File

@@ -0,0 +1,34 @@
---
title: IPDPS
full_name: IEEE International Parallel and Distributed Processing Symposium
domain:
- edge-and-cloud
- parallel-computing
- distributed-systems
type: conference
icore_rank: A
dblp_key: conf/ipps
draft: false
deadline_source: wikicfp:189093
homepage: https://www.ipdps.org/
next_deadline: Oct 9, 2025
next_event: May 25-29, 2026
abstract_deadline: Oct 2, 2025
---
*IEEE International Parallel and Distributed Processing Symposium*
| | |
|---|---|
| **ICORE Rank** | **A** |
| **Domains** | `edge-and-cloud`, `parallel-computing`, `distributed-systems` |
| **Website** | [https://www.ipdps.org/](https://www.ipdps.org/) |
## Upcoming Deadline
| | |
|---|---|
| **Abstract deadline** | Oct 2, 2025 |
| **Paper deadline** | Oct 9, 2025 |
| **Event dates** | May 25-29, 2026 |
| **Source** | `wikicfp:189093` |

View File

@@ -0,0 +1,33 @@
---
title: Middleware
full_name: ACM/IFIP/USENIX Middleware Conference
domain:
- edge-and-cloud
- distributed-systems
type: conference
icore_rank: A
dblp_key: conf/middleware
draft: false
deadline_source: wikicfp:190153
homepage: https://middleware-conf.github.io/2026/
next_deadline: Jun 5, 2026
next_event: Dec 14-18, 2026
abstract_deadline: May 29, 2026
---
*ACM/IFIP/USENIX Middleware Conference*
| | |
|---|---|
| **ICORE Rank** | **A** |
| **Domains** | `edge-and-cloud`, `distributed-systems` |
| **Website** | [https://middleware-conf.github.io/2026/](https://middleware-conf.github.io/2026/) |
## Upcoming Deadline
| | |
|---|---|
| **Abstract deadline** | May 29, 2026 |
| **Paper deadline** | Jun 5, 2026 |
| **Event dates** | Dec 14-18, 2026 |
| **Source** | `wikicfp:190153` |

View File

@@ -0,0 +1,32 @@
---
title: MobiSys
full_name: ACM International Conference on Mobile Systems, Applications, and Services
domain:
- edge-and-cloud
- mobile-computing
- edge-computing
type: conference
icore_rank: A
dblp_key: conf/mobisys
draft: false
homepage: https://www.sigmobile.org/mobisys/2026/
next_deadline: Dec 5, 2025
abstract_deadline: Nov 28, 2025
next_event: Jun 22-24, 2026
---
*ACM International Conference on Mobile Systems, Applications, and Services*
| | |
|---|---|
| **ICORE Rank** | **A** |
| **Domains** | `edge-and-cloud`, `mobile-computing`, `edge-computing` |
| **Website** | [https://www.sigmobile.org/mobisys/2026/](https://www.sigmobile.org/mobisys/2026/) |
## Upcoming Deadline
| | |
|---|---|
| **Abstract deadline** | Nov 28, 2025 |
| **Paper deadline** | Dec 5, 2025 |
| **Event dates** | Jun 22-24, 2026 |

View File

@@ -0,0 +1,32 @@
---
title: NSDI
full_name: USENIX Symposium on Networked Systems Design and Implementation
domain:
- edge-and-cloud
- networking
- distributed-systems
type: conference
icore_rank: 'National: USA'
dblp_key: conf/nsdi
draft: false
homepage: https://www.usenix.org/conference/nsdi27
next_deadline: Sep 17, 2026
abstract_deadline: Sep 10, 2026
next_event: May 11-13, 2027
---
*USENIX Symposium on Networked Systems Design and Implementation*
| | |
|---|---|
| **ICORE Rank** | **National: USA** |
| **Domains** | `edge-and-cloud`, `networking`, `distributed-systems` |
| **Website** | [https://www.usenix.org/conference/nsdi27](https://www.usenix.org/conference/nsdi27) |
## Upcoming Deadline
| | |
|---|---|
| **Abstract deadline** | Sep 10, 2026 |
| **Paper deadline** | Sep 17, 2026 |
| **Event dates** | May 11-13, 2027 |

View File

@@ -0,0 +1,32 @@
---
title: OSDI
full_name: USENIX Symposium on Operating Systems Design and Implementation
domain:
- edge-and-cloud
- operating-systems
- distributed-systems
type: conference
icore_rank: A*
dblp_key: conf/osdi
draft: false
homepage: https://www.usenix.org/conference/osdi26
next_deadline: Dec 11, 2025
abstract_deadline: Dec 4, 2025
next_event: Jul 13-15, 2026
---
*USENIX Symposium on Operating Systems Design and Implementation*
| | |
|---|---|
| **ICORE Rank** | **A*** |
| **Domains** | `edge-and-cloud`, `operating-systems`, `distributed-systems` |
| **Website** | [https://www.usenix.org/conference/osdi26](https://www.usenix.org/conference/osdi26) |
## Upcoming Deadline
| | |
|---|---|
| **Abstract deadline** | Dec 4, 2025 |
| **Paper deadline** | Dec 11, 2025 |
| **Event dates** | Jul 13-15, 2026 |

View File

@@ -0,0 +1,35 @@
---
title: SC
full_name: International Conference for High Performance Computing, Networking, Storage
and Analysis
domain:
- edge-and-cloud
- hpc
- distributed-systems
type: conference
icore_rank: A
dblp_key: conf/sc
draft: false
deadline_source: wikicfp:194274
homepage: https://sc24.supercomputing.org/
next_deadline: Apr 8, 2026
abstract_deadline: Apr 1, 2026
next_event: Nov 17-19, 2026
---
*International Conference for High Performance Computing, Networking, Storage and Analysis*
| | |
|---|---|
| **ICORE Rank** | **A** |
| **Domains** | `edge-and-cloud`, `hpc`, `distributed-systems` |
| **Website** | [https://sc24.supercomputing.org/](https://sc24.supercomputing.org/) |
## Upcoming Deadline
| | |
|---|---|
| **Abstract deadline** | Apr 1, 2026 |
| **Paper deadline** | Apr 8, 2026 |
| **Event dates** | Nov 17-19, 2026 |
| **Source** | `wikicfp:194274` |

View File

@@ -0,0 +1,33 @@
---
title: SEC
full_name: IEEE/ACM Symposium on Edge Computing
domain:
- edge-and-cloud
- edge-computing
type: conference
icore_rank: unranked
dblp_key: conf/sec
draft: false
deadline_source: wikicfp:189776
homepage: https://acm-ieee-sec.org/2026/
next_deadline: May 1, 2026
abstract_deadline: Apr 24, 2026
next_event: Oct 13-16, 2026
---
*IEEE/ACM Symposium on Edge Computing*
| | |
|---|---|
| **ICORE Rank** | **unranked** |
| **Domains** | `edge-and-cloud`, `edge-computing` |
| **Website** | [https://acm-ieee-sec.org/2026/](https://acm-ieee-sec.org/2026/) |
## Upcoming Deadline
| | |
|---|---|
| **Abstract deadline** | Apr 24, 2026 |
| **Paper deadline** | May 1, 2026 |
| **Event dates** | Oct 13-16, 2026 |
| **Source** | `wikicfp:189776` |

View File

@@ -0,0 +1,34 @@
---
title: SOSP
full_name: ACM Symposium on Operating Systems Principles
domain:
- edge-and-cloud
- operating-systems
- distributed-systems
type: conference
icore_rank: A*
dblp_key: conf/sosp
draft: false
deadline_source: wikicfp:191399
homepage: https://sigops.org/s/conferences/sosp/
next_deadline: Apr 1, 2026
next_event: Sep 29, 2026 - Oct 2, 2026
abstract_deadline: Mar 26, 2026
---
*ACM Symposium on Operating Systems Principles*
| | |
|---|---|
| **ICORE Rank** | **A*** |
| **Domains** | `edge-and-cloud`, `operating-systems`, `distributed-systems` |
| **Website** | [https://sigops.org/s/conferences/sosp/](https://sigops.org/s/conferences/sosp/) |
## Upcoming Deadline
| | |
|---|---|
| **Abstract deadline** | Mar 26, 2026 |
| **Paper deadline** | Apr 1, 2026 |
| **Event dates** | Sep 29, 2026 - Oct 2, 2026 |
| **Source** | `wikicfp:191399` |

View File

@@ -0,0 +1,33 @@
---
title: SoCC
full_name: ACM Symposium on Cloud Computing
domain:
- edge-and-cloud
- cloud-computing
type: conference
icore_rank: ''
dblp_key: conf/cloud
draft: false
deadline_source: wikicfp:191071
homepage: https://acmsocc.org/2026/
next_deadline: Jul 14, 2026
next_event: Nov 18-20, 2026
abstract_deadline: Jul 7, 2026
---
*ACM Symposium on Cloud Computing*
| | |
|---|---|
| **ICORE Rank** | **—** |
| **Domains** | `edge-and-cloud`, `cloud-computing` |
| **Website** | [https://acmsocc.org/2026/](https://acmsocc.org/2026/) |
## Upcoming Deadline
| | |
|---|---|
| **Abstract deadline** | Jul 7, 2026 |
| **Paper deadline** | Jul 14, 2026 |
| **Event dates** | Nov 18-20, 2026 |
| **Source** | `wikicfp:191071` |

View File

@@ -0,0 +1,21 @@
---
title: Conferences
description: 13 tracked conferences
draft: false
---
| Conference | Full name | ICORE | Next deadline | Domains |
|---|---|---|---|---|
| [OSDI](/venues/conferences/osdi/) | USENIX Symposium on Operating Systems Design and Implementation | **A*** | Dec 11, 2025 | `edge-and-cloud`, `operating-systems`, `distributed-systems` |
| [SOSP](/venues/conferences/sosp/) | ACM Symposium on Operating Systems Principles | **A*** | Apr 1, 2026 | `edge-and-cloud`, `operating-systems`, `distributed-systems` |
| [EuroSys](/venues/conferences/eurosys/) | European Conference on Computer Systems | **A** | May 14, 2026 | `edge-and-cloud`, `operating-systems`, `distributed-systems` |
| [HPDC](/venues/conferences/hpdc/) | IEEE International Symposium on High Performance Distributed Computing | **A** | Feb 5, 2026 | `edge-and-cloud`, `hpc`, `distributed-systems` |
| [IPDPS](/venues/conferences/ipdps/) | IEEE International Parallel and Distributed Processing Symposium | **A** | Oct 9, 2025 | `edge-and-cloud`, `parallel-computing`, `distributed-systems` |
| [Middleware](/venues/conferences/middleware/) | ACM/IFIP/USENIX Middleware Conference | **A** | Jun 5, 2026 | `edge-and-cloud`, `distributed-systems` |
| [MobiSys](/venues/conferences/mobisys/) | ACM International Conference on Mobile Systems, Applications, and Services | **A** | Dec 5, 2025 | `edge-and-cloud`, `mobile-computing`, `edge-computing` |
| [SC](/venues/conferences/sc/) | International Conference for High Performance Computing, Networking, Storage and Analysis | **A** | Apr 8, 2026 | `edge-and-cloud`, `hpc`, `distributed-systems` |
| [CCGrid](/venues/conferences/ccgrid/) | IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing | **B** | Dec 21, 2025 | `edge-and-cloud`, `cloud-computing`, `hpc`, `distributed-systems` |
| [ATC](/venues/conferences/atc/) | ACM SIGOPS Annual Technical Conference | **C** | Jun 10, 2026 | `edge-and-cloud`, `operating-systems`, `distributed-systems` |
| [NSDI](/venues/conferences/nsdi/) | USENIX Symposium on Networked Systems Design and Implementation | **National: USA** | Sep 17, 2026 | `edge-and-cloud`, `networking`, `distributed-systems` |
| [SEC](/venues/conferences/sec/) | IEEE/ACM Symposium on Edge Computing | **unranked** | May 1, 2026 | `edge-and-cloud`, `edge-computing` |
| [SoCC](/venues/conferences/socc/) | ACM Symposium on Cloud Computing | **—** | Jul 14, 2026 | `edge-and-cloud`, `cloud-computing` |

View File

@@ -0,0 +1,29 @@
---
title: FGCS
full_name: Future Generation Computer Systems
domain:
- edge-and-cloud
- cloud-computing
- distributed-systems
type: journal
issn: 0167-739X
submission_model: rolling
dblp_key: journals/fgcs
draft: false
scimago_quartile: Q1
scimago_sjr: '1.520'
scimago_h_index: '130'
homepage: https://www.sciencedirect.com/journal/future-generation-computer-systems
---
*Future Generation Computer Systems*
| | |
|---|---|
| **SCImago Quartile** | **Q1** |
| **SJR** | 1.520 |
| **H-Index** | 130 |
| **ISSN** | 0167-739X |
| **Submission model** | Rolling |
| **Domains** | `edge-and-cloud`, `cloud-computing`, `distributed-systems` |
| **Website** | [https://www.sciencedirect.com/journal/future-generation-computer-systems](https://www.sciencedirect.com/journal/future-generation-computer-systems) |

View File

@@ -0,0 +1,29 @@
---
title: IC
full_name: IEEE Internet Computing
domain:
- edge-and-cloud
- networking
- cloud-computing
type: journal
issn: 1089-7801
homepage: https://www.computer.org/csdl/magazine/ic
submission_model: rolling
dblp_key: journals/internet
draft: false
scimago_quartile: Q1
scimago_sjr: '0.995'
scimago_h_index: '122'
---
*IEEE Internet Computing*
| | |
|---|---|
| **SCImago Quartile** | **Q1** |
| **SJR** | 0.995 |
| **H-Index** | 122 |
| **ISSN** | 1089-7801 |
| **Submission model** | Rolling |
| **Domains** | `edge-and-cloud`, `networking`, `cloud-computing` |
| **Website** | [https://www.computer.org/csdl/magazine/ic](https://www.computer.org/csdl/magazine/ic) |

View File

@@ -0,0 +1,29 @@
---
title: JPDC
full_name: Journal of Parallel and Distributed Computing
domain:
- edge-and-cloud
- parallel-computing
- distributed-systems
type: journal
issn: 0743-7315
submission_model: rolling
dblp_key: journals/jpdc
draft: false
scimago_quartile: Q2
scimago_sjr: '0.640'
scimago_h_index: '83'
homepage: https://www.sciencedirect.com/journal/journal-of-parallel-and-distributed-computing
---
*Journal of Parallel and Distributed Computing*
| | |
|---|---|
| **SCImago Quartile** | **Q2** |
| **SJR** | 0.640 |
| **H-Index** | 83 |
| **ISSN** | 0743-7315 |
| **Submission model** | Rolling |
| **Domains** | `edge-and-cloud`, `parallel-computing`, `distributed-systems` |
| **Website** | [https://www.sciencedirect.com/journal/journal-of-parallel-and-distributed-computing](https://www.sciencedirect.com/journal/journal-of-parallel-and-distributed-computing) |

View File

@@ -0,0 +1,29 @@
---
title: TC
full_name: IEEE Transactions on Computers
domain:
- edge-and-cloud
- computer-architecture
- distributed-systems
type: journal
issn: 0018-9340
submission_model: rolling
dblp_key: journals/tc
draft: false
scimago_quartile: Q1
scimago_sjr: '1.310'
scimago_h_index: '148'
homepage: https://www.computer.org/csdl/journal/tc
---
*IEEE Transactions on Computers*
| | |
|---|---|
| **SCImago Quartile** | **Q1** |
| **SJR** | 1.310 |
| **H-Index** | 148 |
| **ISSN** | 0018-9340 |
| **Submission model** | Rolling |
| **Domains** | `edge-and-cloud`, `computer-architecture`, `distributed-systems` |
| **Website** | [https://www.computer.org/csdl/journal/tc](https://www.computer.org/csdl/journal/tc) |

View File

@@ -0,0 +1,28 @@
---
title: TCC
full_name: IEEE Transactions on Cloud Computing
domain:
- edge-and-cloud
- cloud-computing
type: journal
issn: 2168-7161
submission_model: rolling
dblp_key: journals/tcc
draft: false
scimago_quartile: Q1
scimago_sjr: '1.420'
scimago_h_index: '68'
homepage: https://www.computer.org/csdl/journal/cc
---
*IEEE Transactions on Cloud Computing*
| | |
|---|---|
| **SCImago Quartile** | **Q1** |
| **SJR** | 1.420 |
| **H-Index** | 68 |
| **ISSN** | 2168-7161 |
| **Submission model** | Rolling |
| **Domains** | `edge-and-cloud`, `cloud-computing` |
| **Website** | [https://www.computer.org/csdl/journal/cc](https://www.computer.org/csdl/journal/cc) |

View File

@@ -0,0 +1,29 @@
---
title: TOCS
full_name: ACM Transactions on Computer Systems
domain:
- edge-and-cloud
- operating-systems
- distributed-systems
type: journal
issn: 0734-2071
submission_model: rolling
dblp_key: journals/tocs
draft: false
scimago_quartile: Q1
scimago_sjr: '1.180'
scimago_h_index: '79'
homepage: https://dl.acm.org/journal/tocs
---
*ACM Transactions on Computer Systems*
| | |
|---|---|
| **SCImago Quartile** | **Q1** |
| **SJR** | 1.180 |
| **H-Index** | 79 |
| **ISSN** | 0734-2071 |
| **Submission model** | Rolling |
| **Domains** | `edge-and-cloud`, `operating-systems`, `distributed-systems` |
| **Website** | [https://dl.acm.org/journal/tocs](https://dl.acm.org/journal/tocs) |

View File

@@ -0,0 +1,29 @@
---
title: TPDS
full_name: IEEE Transactions on Parallel and Distributed Systems
domain:
- edge-and-cloud
- parallel-computing
- distributed-systems
type: journal
issn: 1045-9219
submission_model: rolling
dblp_key: journals/tpds
draft: false
scimago_quartile: Q1
scimago_sjr: '1.560'
scimago_h_index: '131'
homepage: https://www.computer.org/csdl/journal/td
---
*IEEE Transactions on Parallel and Distributed Systems*
| | |
|---|---|
| **SCImago Quartile** | **Q1** |
| **SJR** | 1.560 |
| **H-Index** | 131 |
| **ISSN** | 1045-9219 |
| **Submission model** | Rolling |
| **Domains** | `edge-and-cloud`, `parallel-computing`, `distributed-systems` |
| **Website** | [https://www.computer.org/csdl/journal/td](https://www.computer.org/csdl/journal/td) |

View File

@@ -0,0 +1,15 @@
---
title: Journals
description: 7 tracked journals
draft: false
---
| Journal | Full name | SCImago | SJR | Model | Domains |
|---|---|---|---|---|---|
| [FGCS](/venues/journals/fgcs/) | Future Generation Computer Systems | **Q1** | 1.520 | Rolling | `edge-and-cloud`, `cloud-computing`, `distributed-systems` |
| [IC](/venues/journals/ic/) | IEEE Internet Computing | **Q1** | 0.995 | Rolling | `edge-and-cloud`, `networking`, `cloud-computing` |
| [TC](/venues/journals/tc/) | IEEE Transactions on Computers | **Q1** | 1.310 | Rolling | `edge-and-cloud`, `computer-architecture`, `distributed-systems` |
| [TCC](/venues/journals/tcc/) | IEEE Transactions on Cloud Computing | **Q1** | 1.420 | Rolling | `edge-and-cloud`, `cloud-computing` |
| [TOCS](/venues/journals/tocs/) | ACM Transactions on Computer Systems | **Q1** | 1.180 | Rolling | `edge-and-cloud`, `operating-systems`, `distributed-systems` |
| [TPDS](/venues/journals/tpds/) | IEEE Transactions on Parallel and Distributed Systems | **Q1** | 1.560 | Rolling | `edge-and-cloud`, `parallel-computing`, `distributed-systems` |
| [JPDC](/venues/journals/jpdc/) | Journal of Parallel and Distributed Computing | **Q2** | 0.640 | Rolling | `edge-and-cloud`, `parallel-computing`, `distributed-systems` |

14162
site/data/best_papers.yaml Normal file

File diff suppressed because it is too large Load Diff

117
site/data/deadlines.yaml Normal file
View File

@@ -0,0 +1,117 @@
generated: '2026-04-23T17:28:56Z'
deadlines:
SOSP:
wikicfp_event_id: '191399'
source: wikicfp
event_dates: Sep 29, 2026 - Oct 2, 2026
location: Prague, Czechia
abstract_deadline: Mar 26, 2026
submission_deadline: Apr 1, 2026
notification: Jul 3, 2026
camera_ready: Aug 28, 2026
cfp_url: https://sigops.org/s/conferences/sosp/2026/cfp.html
wikicfp_title: SOSP
EuroSys:
source: manual
event_dates: Apr 19-24, 2027
location: Rabat, Morocco
abstract_deadline: May 7, 2026
submission_deadline: May 14, 2026
notification: Aug 21, 2026
cfp_url: https://2027.eurosys.org/cfp.html
SoCC:
source: manual
event_dates: Nov 18-20, 2026
location: Singapore
abstract_deadline: Jul 7, 2026
submission_deadline: Jul 14, 2026
notification: Sep 26, 2026
camera_ready: Oct 17, 2026
cfp_url: https://acmsocc.org/2026/papers.html
Middleware:
source: manual
event_dates: Dec 14-18, 2026
location: Tarragona, Spain
abstract_deadline: May 29, 2026
submission_deadline: Jun 5, 2026
notification: Aug 28, 2026
camera_ready: Oct 16, 2026
cfp_url: https://middleware-conf.github.io/2026/calls/call-for-research-papers/
IPDPS:
wikicfp_event_id: '189093'
source: wikicfp
event_dates: May 25-29, 2026
location: New Orleans, USA
abstract_deadline: Oct 2, 2025
submission_deadline: Oct 9, 2025
notification: Feb 2, 2026
camera_ready: Feb 20, 2026
cfp_url: https://www.ipdps.org/ipdps2026/2026-call-for-papers.html
HPDC:
wikicfp_event_id: '191029'
source: wikicfp
event_dates: Jul 13, 2026 - Jul 16, 2026
location: Cleveland, OH, USA
abstract_deadline: Jan 29, 2026
submission_deadline: Feb 5, 2026
notification: Mar 31, 2026
camera_ready: Apr 30, 2026
cfp_url: https://hpdc.sci.utah.edu/2026/calls-cfp.html
wikicfp_title: HPDC
ATC:
source: manual
event_dates: Nov 16-18, 2026
location: Hong Kong
submission_deadline: Jun 10, 2026
notification: Sep 18, 2026
camera_ready: Oct 16, 2026
cfp_url: https://sigops.org/s/conferences/atc/2026/cfp.html
OSDI:
source: manual
event_dates: Jul 13-15, 2026
location: Seattle, WA, USA
abstract_deadline: Dec 4, 2025
submission_deadline: Dec 11, 2025
cfp_url: https://www.usenix.org/conference/osdi26/call-for-papers
NSDI:
source: manual
event_dates: May 11-13, 2027
location: Providence, RI, USA
abstract_deadline: Sep 10, 2026
submission_deadline: Sep 17, 2026
notification: Dec 8, 2026
cfp_url: https://www.usenix.org/conference/nsdi27/call-for-papers
SC:
source: manual
event_dates: Nov 17-19, 2026
location: Chicago, IL, USA
abstract_deadline: Apr 1, 2026
submission_deadline: Apr 8, 2026
notification: Jul 1, 2026
camera_ready: Aug 28, 2026
cfp_url: https://sc26.supercomputing.org/program/papers/
MobiSys:
source: manual
event_dates: Jun 22-24, 2026
abstract_deadline: Nov 28, 2025
submission_deadline: Dec 5, 2025
notification: Mar 2, 2026
camera_ready: Apr 13, 2026
cfp_url: https://www.sigmobile.org/mobisys/2026/
SEC:
source: manual
event_dates: Oct 13-16, 2026
abstract_deadline: Apr 24, 2026
submission_deadline: May 1, 2026
notification: Jul 29, 2026
camera_ready: Sep 4, 2026
cfp_url: https://acm-ieee-sec.org/2026/
CCGrid:
source: manual
event_dates: May 18-21, 2026
location: Sydney, Australia
submission_deadline: Dec 21, 2025
notification: Feb 10, 2026
camera_ready: Mar 22, 2026
cfp_url: https://ccgrid2026.org/cfp.html
missing: []

View File

View File

@@ -0,0 +1,839 @@
venue: OSDI
year: 2024
source: dblp
count: 54
papers:
- title: 'Microkernel Goes General: Performance and Compatibility in the HongMeng
Production Microkernel'
authors:
- Haibo Chen 0001
- Xie Miao
- Ning Jia 0004
- Nan Wang
- Yu Li
- Nian Liu
- Yutao Liu
- Fei Wang 0130
- Qiang Huang
- Kun Li
- Hongyang Yang
- Hui Wang
- Jie Yin
- Yu Peng
- Fengwei Xu
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/chen-haibo
dblp_key: conf/osdi/0001MJWLLLWHLYW24
venue_name: OSDI
pages: 465-485
- title: Performance Interfaces for Hardware Accelerators
authors:
- Jiacheng Ma 0002
- Rishabh R. Iyer
- Sahand Kashani
- Mahyar Emami
- Thomas Bourgeat
- George Candea
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/ma-jiacheng
dblp_key: conf/osdi/0002IKEBC24
venue_name: OSDI
pages: 855-874
- title: 'Data-flow Availability: Achieving Timing Assurance in Autonomous Systems'
authors:
- Ao Li 0006
- Ning Zhang 0017
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/li
dblp_key: conf/osdi/0006024
venue_name: OSDI
pages: 445-463
- title: Fairness in Serving Large Language Models
authors:
- Ying Sheng 0007
- Shiyi Cao
- Dacheng Li
- Banghua Zhu
- Zhuohan Li 0001
- Danyang Zhuo
- Joseph E. Gonzalez
- Ion Stoica
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/sheng
dblp_key: conf/osdi/0007CLZ0ZGS24
venue_name: OSDI
pages: 965-988
- title: 'Anvil: Verifying Liveness of Cluster Management Controllers'
authors:
- Xudong Sun 0013
- Wenjie Ma
- Jiawei Tyler Gu
- Zicheng Ma
- Tej Chajed
- Jon Howell
- Andrea Lattuada 0001
- Oded Padon
- Lalith Suresh 0001
- Adriana Szekeres
- Tianyin Xu
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/sun-xudong
dblp_key: conf/osdi/0013MGMCH0PSSX24
venue_name: OSDI
pages: 649-666
- title: Taming Throughput-Latency Tradeoff in LLM Inference with Sarathi-Serve
authors:
- Amey Agrawal
- Nitin Kedia
- Ashish Panwar
- Jayashree Mohan
- Nipun Kwatra
- Bhargav S. Gulavani
- Alexey Tumanov
- Ramachandran Ramjee
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/agrawal
dblp_key: conf/osdi/AgrawalKPMKGTR24
venue_name: OSDI
pages: 117-134
- title: 'DSig: Breaking the Barrier of Signatures in Data Centers'
authors:
- Marcos K. Aguilera
- Clément Burgelin
- Rachid Guerraoui
- Antoine Murat
- Athanasios Xygkis
- Igor Zablotchi
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/aguilera
dblp_key: conf/osdi/AguileraBGMXZ24
venue_name: OSDI
pages: 667-685
- title: Identifying On-/Off-CPU Bottlenecks Together with Blocked Samples
authors:
- Minwoo Ahn
- Jeongmin Han
- Youngjin Kwon
- Jinkyu Jeong
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/ahn
dblp_key: conf/osdi/AhnHKJ24
venue_name: OSDI
pages: 893-910
- title: 'Chop Chop: Byzantine Atomic Broadcast to the Network Limit'
authors:
- Martina Camaioni
- Rachid Guerraoui
- Matteo Monti
- Pierre-Louis Roman
- Manuel Vidigueira
- Gauthier Voron
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/camaioni
dblp_key: conf/osdi/CamaioniGMRVV24
venue_name: OSDI
pages: 269-287
- title: 'A Tale of Two Paths: Toward a Hybrid Data Plane for Efficient Far-Memory
Applications'
authors:
- Lei Chen
- Shi Liu
- Chenxi Wang 0005
- Haoran Ma
- Yifan Qiao 0002
- Zhe Wang 0017
- Chenggang Wu 0002
- Youyou Lu
- Xiaobing Feng 0002
- Huimin Cui
- Shan Lu 0001
- Harry Xu 0001
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/chen-lei
dblp_key: conf/osdi/ChenLWMQ00L0C0024
venue_name: OSDI
pages: 77-95
- title: 'MAST: Global Scheduling of ML Training across Geo-Distributed Datacenters
at Hyperscale'
authors:
- Arnab Choudhury
- Yang Wang 0009
- Tuomas Pelkonen
- Kutta Srinivasan
- Abha Jain
- Shenghao Lin
- Delia David
- Siavash Soleimanifard
- Michael Chen
- Abhishek Yadav
- Ritesh Tijoriwala
- Denis Samoylov
- Chunqiang Tang
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/choudhury
dblp_key: conf/osdi/Choudhury0PSJLD24
venue_name: OSDI
pages: 563-580
- title: 'ServiceLab: Preventing Tiny Performance Regressions at Hyperscale through
Pre-Production Testing'
authors:
- Mike Chow
- Yang Wang 0009
- William Wang
- Ayichew Hailu
- Rohan Bopardikar
- Bin Zhang
- Jialiang Qu
- David Meisner
- Santosh Sonawane
- Yunqi Zhang
- Rodrigo Paim
- Mack Ward
- Ivor Huang
- Matt McNally
- Daniel Hodges
- Zoltan Farkas
- Caner Gocmen
- Elvis Huang
- Chunqiang Tang
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/chow
dblp_key: conf/osdi/Chow0WHBZQMSZPW24
venue_name: OSDI
pages: 545-562
- title: Secret Key Recovery in a Global-Scale End-to-End Encryption System
authors:
- Graeme Connell
- Vivian Fang
- Rolfe Schmidt
- Emma Dauterman
- Raluca Ada Popa
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/connell
dblp_key: conf/osdi/ConnellFSDP24
venue_name: OSDI
pages: 703-719
- title: When will my ML Job finish? Toward providing Completion Time Estimates through
Predictability-Centric Scheduling
authors:
- Abdullah Bin Faisal
- Noah Martin
- Hafiz Mohsin Bashir
- Swaminathan Lamelas
- Fahad R. Dogar
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/bin-faisal
dblp_key: conf/osdi/FaisalMBLD24
venue_name: OSDI
pages: 487-505
- title: 'ServerlessLLM: Low-Latency Serverless Inference for Large Language Models'
authors:
- Yao Fu 0013
- Leyang Xue
- Yeqi Huang
- Andrei-Octavian Brabete
- Dmitrii Ustiugov
- Yuvraj Patel
- Luo Mai
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/fu
dblp_key: conf/osdi/FuXHBUPM24
venue_name: OSDI
pages: 135-153
- title: 'IronSpec: Increasing the Reliability of Formal Specifications'
authors:
- Eli Goldweber
- Weixin Yu
- Seyed Armin Vakil-Ghahani
- Manos Kapritsos
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/goldweber
dblp_key: conf/osdi/GoldweberYVK24
venue_name: OSDI
pages: 875-891
- title: 'ACCL+: an FPGA-Based Collective Engine for Distributed Applications'
authors:
- Zhenhao He
- Dario Korolija
- Yu Zhu
- Benjamin Ramhorst
- Tristan Laan
- Lucian Petrica
- Michaela Blott
- Gustavo Alonso
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/he
dblp_key: conf/osdi/HeKZRLPBA24
venue_name: OSDI
pages: 211-231
- title: Automatically Reasoning About How Systems Code Uses the CPU Cache
authors:
- Rishabh R. Iyer
- Katerina J. Argyraki
- George Candea
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/iyer
dblp_key: conf/osdi/IyerAC24
venue_name: OSDI
pages: 581-598
- title: Detecting Logic Bugs in Database Engines via Equivalent Expression Transformation
authors:
- Zu-Ming Jiang
- Zhendong Su 0001
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/jiang
dblp_key: conf/osdi/Jiang024
venue_name: OSDI
pages: 821-835
- title: 'Flock: A Framework for Deploying On-Demand Distributed Trust'
authors:
- Darya Kaviani
- Sijun Tan
- Pravein Govindan Kannan
- Raluca Ada Popa
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/kaviani
dblp_key: conf/osdi/KavianiTKP24
venue_name: OSDI
pages: 721-743
- title: 'Optimizing Resource Allocation in Hyperscale Datacenters: Scalability, Usability,
and Experiences'
authors:
- Neeraj Kumar 0004
- Pol Mauri Ruiz
- Vijay Menon
- Igor Kabiljo
- Mayank Pundir
- Andrew Newell
- Daniel Lee
- Liyuan Wang
- Chunqiang Tang
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/kumar
dblp_key: conf/osdi/KumarRMKPNLWT24
venue_name: OSDI
pages: 507-528
- title: 'Sabre: Hardware-Accelerated Snapshot Compression for Serverless MicroVMs'
authors:
- Nikita Lazarev
- Varun Gohil
- James Tsai
- Andy Anderson
- Bhushan Chitlur
- Zhiru Zhang
- Christina Delimitrou
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/lazarev
dblp_key: conf/osdi/LazarevGTACZD24
venue_name: OSDI
pages: 1-18
- title: 'SquirrelFS: using the Rust compiler to check file-system crash consistency'
authors:
- Hayley LeBlanc
- Nathan Taylor
- James Bornholt
- Vijay Chidambaram
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/leblanc
dblp_key: conf/osdi/LeBlancTBC24
venue_name: OSDI
pages: 387-404
- title: 'InfiniGen: Efficient Generative Inference of Large Language Models with
Dynamic KV Cache Management'
authors:
- Wonbeom Lee
- Jungi Lee
- Junghwan Seo
- Jaewoong Sim
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/lee
dblp_key: conf/osdi/LeeLSS24
venue_name: OSDI
pages: 155-172
- title: 'Parrot: Efficient Serving of LLM-based Applications with Semantic Variable'
authors:
- Chaofan Lin
- Zhenhua Han
- Chengruidong Zhang
- Yuqing Yang 0001
- Fan Yang 0024
- Chen Chen 0067
- Lili Qiu
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/lin-chaofan
dblp_key: conf/osdi/LinHZ00CQ24
venue_name: OSDI
pages: 929-945
- title: 'nnScaler: Constraint-Guided Parallelization Plan Generation for Deep Learning
Training'
authors:
- Zhiqi Lin
- Youshan Miao
- Quanlu Zhang
- Fan Yang 0024
- Yi Zhu
- Cheng Li 0001
- Saeed Maleki
- Xu Cao
- Ning Shang
- Yilei Yang
- Weijiang Xu
- Mao Yang 0004
- Lintao Zhang
- Lidong Zhou
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/lin-zhiqi
dblp_key: conf/osdi/LinMZ0Z0MCSYXYZ24
venue_name: OSDI
pages: 347-363
- title: 'ChameleonAPI: Automatic and Efficient Customization of Neural Networks for
ML Applications'
authors:
- Yuhan Liu 0004
- Chengcheng Wan 0001
- Kuntai Du
- Henry Hoffmann
- Junchen Jiang
- Shan Lu 0001
- Michael Maire
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/liu
dblp_key: conf/osdi/Liu0DHJ0M24
venue_name: OSDI
pages: 365-386
- title: Harvesting Memory-bound CPU Stall Cycles in Software with MSH
authors:
- Zhihong Luo
- Sam Son
- Sylvia Ratnasamy
- Scott Shenker
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/luo
dblp_key: conf/osdi/LuoSRS24
venue_name: OSDI
pages: 57-75
- title: 'DRust: Language-Guided Distributed Shared Memory with Fine Granularity,
Full Transparency, and Ultra Efficiency'
authors:
- Haoran Ma
- Yifan Qiao 0002
- Shi Liu
- Shan Yu
- Yuanjiang Ni
- Qingda Lu
- Jiesheng Wu
- Yiying Zhang 0005
- Miryung Kim
- Harry Xu 0001
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/ma-haoran
dblp_key: conf/osdi/MaQLYNLW0K024
venue_name: OSDI
pages: 97-115
- title: 'FairyWREN: A Sustainable Cache for Emerging Write-Read-Erase Flash Interfaces'
authors:
- Sara McAllister
- Yucong Wang
- Benjamin Berg
- Daniel S. Berger
- George Amvrosiadis
- Nathan Beckmann
- Gregory R. Ganger
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/mcallister
dblp_key: conf/osdi/McAllisterWBBAB24
venue_name: OSDI
pages: 745-764
- title: Massively Parallel Multi-Versioned Transaction Processing
authors:
- Shujian Qian
- Ashvin Goel
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/qian
dblp_key: conf/osdi/QianG24
venue_name: OSDI
pages: 765-781
- title: Burstable Cloud Block Storage with Data Processing Units
authors:
- Junyi Shu
- Kun Qian 0004
- Ennan Zhai
- Xuanzhe Liu
- Xin Jin 0008
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/shu
dblp_key: conf/osdi/ShuQZL024
venue_name: OSDI
pages: 783-799
- title: 'USHER: Holistic Interference Avoidance for Resource Optimized ML Inference'
authors:
- Sudipta Saha Shubha
- Haiying Shen
- Anand P. Iyer
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/shubha
dblp_key: conf/osdi/ShubhaSI24
venue_name: OSDI
pages: 947-964
- title: High-throughput and Flexible Host Networking for Accelerated Computing
authors:
- Athinagoras Skiadopoulos
- Zhiqiang Xie
- Mark Zhao
- Qizhe Cai
- Saksham Agarwal
- Jacob Adelmann
- David Ahern
- Carlo Contavalli
- Michael D. Goldflam
- Vitaly Mayatskikh
- Raghu Raja
- Daniel Walton
- Rachit Agarwal 0001
- Shrijeet Mukherjee
- Christos Kozyrakis
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/skiadopoulos
dblp_key: conf/osdi/SkiadopoulosXZC24
venue_name: OSDI
pages: 405-423
- title: Validating the eBPF Verifier via State Embedding
authors:
- Hao Sun 0021
- Zhendong Su 0001
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/sun-hao
dblp_key: conf/osdi/Sun024
venue_name: OSDI
pages: 615-628
- title: 'Llumnix: Dynamic Scheduling for Large Language Model Serving'
authors:
- Biao Sun 0002
- Ziming Huang
- Hanyu Zhao
- Wencong Xiao
- Xinyi Zhang
- Yong Li 0045
- Wei Lin 0016
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/sun-biao
dblp_key: conf/osdi/SunHZXZL024
venue_name: OSDI
pages: 173-191
- title: 'μSlope: High Compression and Fast Search on Semi-Structured Logs'
authors:
- Rui Wang
- Devin Gibson
- Kirk Rodrigues
- Yu Luo 0006
- Yun Zhang
- Kaibo Wang
- Yupeng Fu
- Ting Chen
- Ding Yuan 0004
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/wang-rui
dblp_key: conf/osdi/WangGR0ZWFC024
venue_name: OSDI
pages: 529-544
- title: 'Ladder: Enabling Efficient Low-Precision Deep Learning Computing through
Hardware-aware Tensor Transformation'
authors:
- Lei Wang 0222
- Lingxiao Ma
- Shijie Cao
- Quanlu Zhang
- Jilong Xue
- Yining Shi 0001
- Ningxin Zheng
- Ziming Miao
- Fan Yang 0024
- Ting Cao 0003
- Yuqing Yang 0001
- Mao Yang 0004
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/wang-lei
dblp_key: conf/osdi/WangMCZX0ZM0C0Y24
venue_name: OSDI
pages: 307-323
- title: 'Ransom Access Memories: Achieving Practical Ransomware Protection in Cloud
with DeftPunk'
authors:
- Zhongyu Wang
- Yaheng Song
- Erci Xu
- Haonan Wu
- Guangxun Tong
- Shizhuo Sun
- Haoran Li
- Jincheng Liu
- Lijun Ding
- Rong Liu
- Jiaji Zhu
- Jiesheng Wu
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/wang-zhongyu
dblp_key: conf/osdi/WangSXWTSLLDLZW24
venue_name: OSDI
pages: 687-702
- title: 'IntOS: Persistent Embedded Operating System and Language Support for Multi-threaded
Intermittent Computing'
authors:
- Yilun Wu
- Byounguk Min
- Mohannad Ismail
- Wenjie Xiong 0001
- Changhee Jung
- Dongyoon Lee
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/wu-yilun
dblp_key: conf/osdi/WuMI0JL24
venue_name: OSDI
pages: 425-443
- title: 'dLoRA: Dynamically Orchestrating Requests and Adapters for LoRA LLM Serving'
authors:
- Bingyang Wu
- Ruidong Zhu
- Zili Zhang
- Peng Sun 0006
- Xuanzhe Liu
- Xin Jin 0008
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/wu-bingyang
dblp_key: conf/osdi/WuZZSL024
venue_name: OSDI
pages: 911-927
- title: 'Nomad: Non-Exclusive Memory Tiering via Transactional Page Migration'
authors:
- Lingfeng Xiang
- Zhen Lin
- Weishu Deng
- Hui Lu 0001
- Jia Rao
- Yifan Yuan
- Ren Wang 0001
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/xiang
dblp_key: conf/osdi/XiangLD0RY024
venue_name: OSDI
pages: 19-35
- title: 'Beaver: Practical Partial Snapshots for Distributed Cloud Services'
authors:
- Liangcheng Yu
- Xiao Zhang
- Haoran Zhang 0009
- John Sonchack
- Dan R. K. Ports
- Vincent Liu 0001
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/yu
dblp_key: conf/osdi/YuZZSP024
venue_name: OSDI
pages: 233-249
- title: Enabling Tensor Language Model to Assist in Generating High-Performance Tensor
Programs for Deep Learning
authors:
- Yi Zhai 0005
- Sijia Yang
- Keyu Pan
- Renwei Zhang
- Shuo Liu 0019
- Chao Liu
- Zichun Ye
- Jianmin Ji
- Jie Zhao 0002
- Yu Zhang 0086
- Yanyong Zhang
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/zhai
dblp_key: conf/osdi/ZhaiYPZLLYJZ0Z24
venue_name: OSDI
pages: 289-305
- title: 'Motor: Enabling Multi-Versioning for Distributed Transactions on Disaggregated
Memory'
authors:
- Ming Zhang
- Yu Hua 0001
- Zhijun Yang
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/zhang-ming
dblp_key: conf/osdi/Zhang0Y24
venue_name: OSDI
pages: 801-819
- title: Fast and Scalable In-network Lock Management Using Lock Fission
authors:
- Hanze Zhang
- Ke Cheng
- Rong Chen 0001
- Haibo Chen 0001
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/zhang-hanze
dblp_key: conf/osdi/ZhangC0024
venue_name: OSDI
pages: 251-268
- title: 'Inductive Invariants That Spark Joy: Using Invariant Taxonomies to Streamline
Distributed Protocol Proofs'
authors:
- Tony Nuda Zhang
- Travis Hance
- Manos Kapritsos
- Tej Chajed
- Bryan Parno
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/zhang-nuda
dblp_key: conf/osdi/ZhangHKCP24
venue_name: OSDI
pages: 837-853
- title: 'Caravan: Practical Online Learning of In-Network ML Models with Labeling
Agents'
authors:
- Qizheng Zhang
- Ali Imran 0005
- Enkeleda Bardhi
- Tushar Swamy
- Nathan Zhang
- Muhammad Shahbaz 0001
- Kunle Olukotun
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/zhang-qizheng
dblp_key: conf/osdi/ZhangIBSZSO24
venue_name: OSDI
pages: 325-345
- title: Managing Memory Tiers with CXL in Virtualized Environments
authors:
- Yuhong Zhong
- Daniel S. Berger
- Carl A. Waldspurger
- Ryan Wee
- Ishwar Agarwal
- Rajat Agarwal
- Frank Hady
- Karthik Kumar
- Mark D. Hill
- Mosharaf Chowdhury
- Asaf Cidon
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/zhong-yuhong
dblp_key: conf/osdi/ZhongBWWAAHKHCC24
venue_name: OSDI
pages: 37-56
- title: 'DistServe: Disaggregating Prefill and Decoding for Goodput-optimized Large
Language Model Serving'
authors:
- Yinmin Zhong
- Shengyu Liu
- Junda Chen
- Jianbo Hu
- Yibo Zhu 0001
- Xuanzhe Liu
- Xin Jin 0008
- Hao Zhang 0025
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/zhong-yinmin
dblp_key: conf/osdi/ZhongLCHZL0024
venue_name: OSDI
pages: 193-210
- title: 'VeriSMo: A Verified Security Module for Confidential VMs'
authors:
- Ziqiao Zhou
- Anjali
- Weiteng Chen
- Sishuai Gong
- Chris Hawblitzel
- Weidong Cui
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/zhou
dblp_key: conf/osdi/ZhouACGHC24
venue_name: OSDI
pages: 599-614
- title: 'MonoNN: Enabling a New Monolithic Optimization Space for Neural Network
Inference Tasks on Modern GPU-Centric Architectures'
authors:
- Donglin Zhuang
- Zhen Zheng
- Haojun Xia
- Xiafei Qiu
- Junjie Bai
- Wei Lin 0016
- Shuaiwen Leon Song
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/zhuang
dblp_key: conf/osdi/ZhuangZXQB0S24
venue_name: OSDI
pages: 989-1005
- title: Using Dynamically Layered Definite Releases for Verifying the RefFS File
System
authors:
- Mo Zou
- Dong Du 0003
- Mingkai Dong 0002
- Haibo Chen 0001
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24/presentation/zou
dblp_key: conf/osdi/Zou00024
venue_name: OSDI
pages: 629-648
- title: 18th USENIX Symposium on Operating Systems Design and Implementation, OSDI
2024, Santa Clara, CA, USA, July 10-12, 2024
authors:
- Ada Gavrilovska
- Douglas B. Terry
year: '2024'
doi: null
url: https://www.usenix.org/conference/osdi24
dblp_key: conf/osdi/2024
venue_name: OSDI
pages: null

View File

@@ -0,0 +1,60 @@
venue: OSDI
year: 2024
date: "2024-07-10"
tags: [llm-serving, distributed-systems, verification, memory, networking, storage]
selected:
- dblp_key: "conf/osdi/ZhongLCHZL0024"
title: "DistServe: Disaggregating Prefill and Decoding for Goodput-optimized Large Language Model Serving"
tldr: "Separates the compute-heavy prefill phase from the memory-bound decoding phase onto different GPU pools, eliminating head-of-line blocking and significantly improving LLM serving throughput."
why_notable: "Became one of the most influential LLM systems papers of 2024; the prefilldecode disaggregation insight is now widely adopted in production inference stacks (vLLM, SGLang, etc.)."
- dblp_key: "conf/osdi/0007CLZ0ZGS24"
title: "Fairness in Serving Large Language Models"
tldr: "Introduces VTC, a token-count-weighted fair scheduling policy that prevents long-prompt users from monopolising GPU capacity in multi-tenant LLM services."
why_notable: "First paper to formally study multi-tenant fairness in LLM serving; directly influenced subsequent work on SLA-aware serving and resource allocation in shared inference clusters."
- dblp_key: "conf/osdi/AgrawalKPMKGTR24"
title: "Taming Throughput-Latency Tradeoff in LLM Inference with Sarathi-Serve"
tldr: "Introduces chunked prefill and stall-free scheduling to decouple throughput and latency goals, letting the same serving system meet both SLOs simultaneously."
why_notable: "Elegant framing of the throughputlatency tension; chunked prefill became a standard technique in open-source inference engines within months of publication."
- dblp_key: "conf/osdi/SunHZXZL024"
title: "Llumnix: Dynamic Scheduling for Large Language Model Serving"
tldr: "Treats in-flight LLM requests as migratable units, enabling load balancing and SLO recovery by live-migrating KV-cache state across GPU instances."
why_notable: "Request migration for LLM serving was considered impractical due to KV-cache size; this paper shows it is feasible and impactful, opening a new design dimension for inference schedulers."
- dblp_key: "conf/osdi/Choudhury0PSJLD24"
title: "MAST: Global Scheduling of ML Training across Geo-Distributed Datacenters at Hyperscale"
tldr: "Describes Google's production system for scheduling ML training jobs across geographically distributed datacenters, balancing GPU utilisation, job deadlines, and cross-datacenter bandwidth costs."
why_notable: "Rare large-scale production paper on global ML scheduling; the insights on heterogeneous cluster management and placement constraints are directly useful for anyone operating multi-site GPU infrastructure."
- dblp_key: "conf/osdi/LeBlancTBC24"
title: "SquirrelFS: using the Rust compiler to check file-system crash consistency"
tldr: "Encodes crash-consistency invariants in Rust's type system so that a file system that compiles is guaranteed not to leave the storage in an inconsistent state after a crash."
why_notable: "A clean demonstration that language-level type checking can replace runtime or proof-assistant-based verification for an important systems property; the approach is general and practically viable."
- dblp_key: "conf/osdi/0013MGMCH0PSSX24"
title: "Anvil: Verifying Liveness of Cluster Management Controllers"
tldr: "Presents the first framework for mechanically verifying liveness (eventual progress) of Kubernetes-style reconciliation controllers, with proofs for real controllers including ZooKeeper and RabbitMQ operators."
why_notable: "Liveness proofs for real-world cloud controllers were previously out of reach; Anvil's methodology closes a critical gap in the formal verification of cloud infrastructure."
- dblp_key: "conf/osdi/MaQLYNLW0K024"
title: "DRust: Language-Guided Distributed Shared Memory with Fine Granularity, Full Transparency, and Ultra Efficiency"
tldr: "Exploits Rust's ownership model to implement distributed shared memory at cache-line granularity, achieving near-local performance with no programmer annotations."
why_notable: "Prior DSM systems required explicit data placement or suffered high coherence overhead; DRust shows that a language's ownership semantics can serve as a zero-overhead coherence protocol."
- dblp_key: "conf/osdi/XiangLD0RY024"
title: "Nomad: Non-Exclusive Memory Tiering via Transactional Page Migration"
tldr: "Enables tiered-memory systems to migrate pages concurrently with ongoing accesses using a transactional protocol, eliminating the stop-the-world pauses of existing page-migration approaches."
why_notable: "CXL-based memory tiering is becoming essential for cost-effective cloud deployments; Nomad's non-exclusive migration is a key enabling mechanism for practical tiering at scale."
- dblp_key: "conf/osdi/ZhangC0024"
title: "Fast and Scalable In-network Lock Management Using Lock Fission"
tldr: "Splits a distributed lock into independent sub-locks held in programmable switches, allowing lock acquisition to complete in a single network round-trip without touching any server CPU."
why_notable: "Achieves latencies previously only possible with RDMA using commodity programmable switching hardware; the lock-fission abstraction generalises cleanly to other in-network coordination primitives."
- dblp_key: "conf/osdi/CamaioniGMRVV24"
title: "Chop Chop: Byzantine Atomic Broadcast to the Network Limit"
tldr: "Achieves Byzantine fault-tolerant atomic broadcast at near-network-bandwidth rates by batching, pipelining, and carefully overlapping cryptographic operations with network I/O."
why_notable: "Closes the gap between the theoretical throughput of BFT protocols and what commodity hardware can actually deliver; relevant baseline for any production BFT system design."

View File

View File

@@ -0,0 +1,942 @@
Title,Acronym,Source,Rank,Note,DBLP,Primary FoR,Comments,Average Rating
National Conference of the American Association for Artificial Intelligence,AAAI,CORE2023,A*,none,view,4602,1,5.0
"International Joint Conference on Autonomous Agents and Multiagent Systems (previously the International Conference on Multiagent Systems, ICMAS, changed in 2000)",AAMAS,CORE2023,A*,none,view,4602,2,5.0
Association for Computational Linguistics,ACL,CORE2023,A*,none,view,4602,0,N/A
ACM Multimedia,ACMMM,CORE2023,A*,none,view,4603,3,5.0
Automated Software Engineering Conference,ASE,CORE2023,A*,none,view,4612,2,5.0
Architectural Support for Programming Languages and Operating Systems,ASPLOS,CORE2023,A*,none,view,4612,0,N/A
Computer Aided Verification,CAV,CORE2023,A*,none,view,4612,0,N/A
ACM Conference on Computer and Communications Security,CCS,CORE2023,A*,none,view,4604,0,N/A
International Conference on Human Factors in Computing Systems,CHI,CORE2023,A*,none,view,4608,0,N/A
Conference on Learning Theory,COLT,CORE2023,A*,none,view,4611,2,5.0
Advances in Cryptology,CRYPTO,CORE2023,A*,none,view,4604,1,5.0
IEEE Conference on Computer Vision and Pattern Recognition,CVPR,CORE2023,A*,none,view,4603,1,5.0
ACM Conference on Economics and Computation,EC,CORE2023,A*,none,view,4602,2,5.0
European Conference on Computer Vision,ECCV,CORE2023,A*,none,view,4603,4,5.0
Empirical Methods in Natural Language Processing,EMNLP,CORE2023,A*,none,view,4602,2,5.0
International Conference on the Theory and Application of Cryptographic Techniques,EuroCrypt,CORE2023,A*,none,view,4604,0,N/A
IEEE Symposium on Foundations of Computer Science,FOCS,CORE2023,A*,none,view,4613,0,N/A
International Workshop on Fast Software Encryption,FSE,CORE2023,Journal Published,none,view,4604,0,N/A
International Symposium on High Performance Computer Architecture,HPCA,CORE2023,A*,none,view,CSE,0,N/A
International Conference on Automated Planning and Scheduling,ICAPS,CORE2023,A*,none,view,4602,0,N/A
IEEE International Conference on Computer Vision,ICCV,CORE2023,A*,none,view,4603,3,5.0
International Conference on Data Engineering,ICDE,CORE2023,A*,none,view,4605,0,N/A
IEEE International Conference on Data Mining,ICDM,CORE2023,A*,none,view,4605,1,5.0
International Conference on Learning Representations,ICLR,CORE2023,A*,none,view,4611,0,N/A
International Conference on Machine Learning,ICML,CORE2023,A*,none,view,4611,0,N/A
IEEE International Conference on Robotics and Automation,ICRA,CORE2023,A*,none,view,4602,6,4.5
International Conference on Software Engineering,ICSE,CORE2023,A*,none,view,4612,4,4.7
International Joint Conference on Artificial Intelligence,IJCAI,CORE2023,A*,none,view,4602,1,5.0
IEEE International Conference on Computer Communications,INFOCOM,CORE2023,A*,none,view,4606,8,4.9
Information Processing in Sensor Networks,IPSN,CORE2023,A*,none,view,4606,0,N/A
ACM International Symposium on Computer Architecture,ISCA,CORE2023,A*,none,view,CSE,0,N/A
IEEE/ACM International Symposium on Mixed and Augmented Reality,ISMAR,CORE2023,A*,none,view,4607,0,N/A
ACM International Conference on Knowledge Discovery and Data Mining,KDD,CORE2023,A*,none,view,4605,1,N/A
International Conference on the Principles of Knowledge Representation and Reasoning,KR,CORE2023,A*,none,view,4602,0,N/A
IEEE Symposium on Logic in Computer Science,LICS,CORE2023,A*,none,view,4613,0,N/A
ACM International Conference on Mobile Computing and Networking,MOBICOM,CORE2023,A*,none,view,4606,0,N/A
Usenix Network and Distributed System Security Symposium,NDSS,CORE2023,A*,none,view,4604,1,5.0
Advances in Neural Information Processing Systems (was NIPS),NeurIPS,CORE2023,A*,none,view,4611,0,N/A
Usenix Symposium on Operating Systems Design and Implementation,OSDI,CORE2023,A*,none,view,4606,0,N/A
IEEE International Conference on Pervasive Computing and Communications,PERCOM,CORE2023,A*,none,view,4608,48,5.0
ACM-SIGPLAN Conference on Programming Language Design and Implementation,PLDI,CORE2023,A*,none,view,4612,0,N/A
ACM Symposium on Principles of Distributed Computing,PODC,CORE2023,A*,none,view,4606,0,N/A
ACM SIGMOD-SIGACT-SIGART Conference on Principles of Database Systems,PODS,CORE2023,A*,none,view,4605,0,N/A
ACM-SIGACT Symposium on Principles of Programming Languages,POPL,CORE2023,A*,none,view,4612,0,N/A
Real Time Systems Symposium,RTSS,CORE2023,A*,none,view,4606,0,N/A
ACM Conference on Embedded Networked Sensor Systems,SENSYS,CORE2023,A*,none,view,4606,0,N/A
"ACM Conference on Applications, Technologies, Architectures, and Protocols for Computer Communication",SIGCOMM,CORE2023,A*,none,view,4606,1,5.0
ACM SIG International Conference on Computer Graphics and Interactive Techniques,SIGGRAPH,CORE2023,A*,none,view,4607,1,5.0
ACM International Conference on Research and Development in Information Retrieval,SIGIR,CORE2023,A*,none,view,4605,0,N/A
Measurement and Modeling of Computer Systems,SIGMETRICS,CORE2023,A*,none,view,4612,1,5.0
ACM Special Interest Group on Management of Data Conference,SIGMOD,CORE2023,A*,none,view,4605,0,N/A
ACM/SIAM Symposium on Discrete Algorithms,SODA,CORE2023,A*,none,view,4613,0,N/A
ACM SIGOPS Symposium on Operating Systems Principles,SOSP,CORE2023,A*,none,view,4606,0,N/A
IEEE Symposium on Security and Privacy,SP,CORE2023,A*,none,view,4604,0,N/A
ACM Symposium on Theory of Computing,STOC,CORE2023,A*,none,view,4613,1,5.0
ACM Symposium on User Interface Software and Technology,UIST,CORE2023,A*,none,view,4608,1,5.0
Usenix Security Symposium,USENIX-Security,CORE2023,A*,none,view,4604,0,N/A
International Conference on Very Large Databases,VLDB,CORE2023,A*,none,view,4605,0,N/A
IEEE Conference on Virtual Reality and 3D User Interfaces,VR,CORE2023,A*,none,view,4607,0,N/A
International World Wide Web Conference,WWW,CORE2023,A*,none,view,4606,2,4.5
"IEEE International Conference on Software Analysis, Evolution and Reengineering",SANER,CORE2023,A,none,view,4612,0,N/A
"International Conference for High Performance Computing, Networking, Storage and Analysis (was Supercomputing Conference)",SC,CORE2023,A,none,view,CSE,0,N/A
SIAM International Conference on Data Mining,SDM,CORE2023,A,none,view,4605,3,5.0
International Symposium on Software Engineering for Adaptive and Self-Managing Systems,SEAMS,CORE2023,A,none,view,4612,2,2.0
ACM International Conference on Advances in Geographic Information Systems,SIGSPATIAL,CORE2023,A,none,view,4601,0,N/A
Tools and Algorithms for Construction and Analysis of Systems,TACAS,CORE2023,A,none,view,4612,1,5.0
Theoretical Aspects of Rationality and Knowledge,TARK,CORE2023,A,none,view,4613,0,N/A
Theory of Cryptography Conference,TCC,CORE2023,A,none,view,4604,0,N/A
Conference in Uncertainty in Artificial Intelligence,UAI,CORE2023,A,none,view,4602,1,N/A
Usenix Annual Technical Conference,USENIX,CORE2023,A,none,view,4606,0,N/A
IEEE Workshop on Applications of Computer Vision,WACV,CORE2023,A,none,view,4603,1,5.0
International Conference on Logic Programming,ICLP,CORE2023,A,none,view,4613,0,N/A
IEEE International Conference on Multimedia and Expo,ICME,CORE2023,A,none,view,4603,0,N/A
"IEEE International Conference on Program Comprehension (previously IWPC, changed in 2006)",ICPC,CORE2023,A,none,view,4612,1,5.0
ACM International Conference on Supercomputing,ICS,CORE2023,A,none,view,CSE,0,N/A
International Conference on Software Architecture (was previously WICSA),ICSA,CORE2023,A,none,view,4612,11,4.9
"IEEE International Conference on Software Maintenance and Evolution (prior to 2014 was ICSM, IEEE International Conference on Software Maintenance)",ICSME,CORE2023,A,none,view,4612,1,5.0
International Conference on Service Oriented Computing,ICSOC,CORE2023,A,none,view,4606,1,4.0
"International Conference on Software Testing, Verification and Validation",ICST,CORE2023,A,none,view,4612,5,4.8
IEEE Visualization,IEEE VIS,CORE2023,A,none,view,4608,0,N/A
International Joint Conference on Automated Reasoning,IJCAR,CORE2023,A,none,view,4602,0,N/A
Internet Measurement Conference,IMC,CORE2023,A,none,view,4606,1,5.0
Interspeech (combined EuroSpeech and ICSLP in 2000),Interspeech,CORE2023,A,none,view,4602,0,N/A
IEEE International Parallel and Distributed Processing Symposium (was IPPS and SPDP),IPDPS,CORE2023,A,none,view,4606,1,4.0
International Symposium on Symbolic and Algebraic Computation,ISSAC,CORE2023,A,none,view,4613,0,N/A
International Symposium on Software Reliability Engineering,ISSRE,CORE2023,A,none,view,4612,1,5.0
International Symposium on Software Testing and Analysis,ISSTA,CORE2023,A,none,view,4612,0,N/A
IEEE International Symposium on Wearable Computers,ISWC,CORE2023,Journal Published,none,view,4608,0,N/A
Innovations in Theoretical Computer Science,ITCS,CORE2023,A,none,view,4613,0,N/A
International Conference on Intelligent User Interfaces,IUI,CORE2023,A,none,view,4608,0,N/A
"Logics in Artificial Intelligence, European Conference",JELIA,CORE2023,A,none,view,4613,0,N/A
International Conference on Learning Analytics and Knowledge,LAK,CORE2023,A,none,view,4608,2,5.0
International Symposium on Mathematical Foundations of Computer Science,MFCS,CORE2023,A,none,view,4613,1,5.0
Medical Image Computing and Computer-Assisted Intervention,MICCAI,CORE2023,A,none,view,4601,0,N/A
ACM Symposium on Mobile Ad Hoc Networking and Computing,MOBIHOC,CORE2023,A,none,view,4606,0,N/A
"International Conference on Model Driven Engineering Languages and Systems (Previously UML, changed in 2005)",MODELS,CORE2023,A,none,view,4612,7,5.0
IEEE International Working Conference on Mining Software Repositories,MSR,CORE2023,A,none,view,4612,10,4.7
"ACM/IEEE International Conference on Modelling, Analysis and Simulation of Wireless and Mobile Systems",MSWIM,CORE2023,A,none,view,4606,40,5.0
ACM Conference on Object Oriented Programming Systems Languages and Applications,OOPSLA,CORE2023,A,none,view,4612,0,N/A
Privacy Enhancing Technologies Symposium (was International Workshop of Privacy Enhancing Technologies),PETS,CORE2023,A,none,view,4604,2,5.0
Parallel Problem Solving from Nature,PPSN,CORE2023,A,none,view,4611,1,5.0
"The International Symposium on Research in Attacks, Intrusions and Defenses (was International Symposium on Recent Advances in Intrusion Detection)",RAID,CORE2023,A,none,view,4604,0,N/A
ACM International Conference on Recommender Systems,RecSys,CORE2023,A,none,view,4605,0,N/A
IEEE Real-Time and Embedded Technology and Applications Symposium,RTAS,CORE2023,A,none,view,4606,1,4.0
European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Database (PKDD and ECML combined from 2008),ECML PKDD,CORE2023,A,none,view,4611,2,5.0
IEEE/IFIP International Conference on Dependable Systems and Networks,DSN,CORE2023,A,none,view,4606,1,5.0
"ACM SIGMOBILE International Conference on Mobile Systems, Applications and Services",Mobisys,CORE2023,A,none,view,4606,5,5.0
IEEE International Conference on Web Services,ICWS,CORE2023,A,none,view,4606,0,N/A
"Conference on Interactive Theorem Proving (previously TPHOLs, changed in 2009)",ITP,CORE2023,A,none,view,4613,0,N/A
International Conference on Concurrency Theory,CONCUR,CORE2023,A,none,view,4613,0,N/A
ACM Virtual Reality Software and Technology,VRST,CORE2023,A,none,view,4607,0,N/A
International Symposium on Theoretical Aspects of Computer Science,STACS,CORE2023,A,none,view,4613,2,4.0
North American Association for Computational Linguistics,NAACL,CORE2023,A,none,view,4602,2,5.0
British Machine Vision Conference,BMVC,CORE2023,A,none,view,4603,1,5.0
International Symposium on Computational Geometry,SoCG,CORE2023,A,none,view,4613,2,5.0
International Symposium on Algorithms and Computation,ISAAC,CORE2023,A,none,view,4613,1,5.0
IEEE International Requirements Engineering Conference,RE,CORE2023,A,none,view,4612,9,5.0
ACM/IEEE International Conference on Human-Robot Interaction,HRI,CORE2023,A,none,view,4608,0,N/A
International Conference on Web and Social Media,ICWSM,CORE2023,A,none,view,4601,4,4.0
IEEE/RSJ International Conference on Intelligent Robots and Systems,IROS,CORE2023,A,none,view,4602,1,5.0
International Conference on Theory and Applications of Satisfiability Testing,SAT,CORE2023,A,none,view,4602,2,5.0
European Association for Computational Linguistics,EACL,CORE2023,A,none,view,4602,1,5.0
Conference on Integer Programming and Combinatorial Optimization,IPCO,CORE2023,A,none,view,4613,0,N/A
International Computing Education Research Workshop,ICER,CORE2023,A,none,view,4608,0,N/A
ACM Special Interest Group on Computer Science Education Conference,SIGCSE,CORE2023,A,none,view,4608,0,N/A
ACM/IFIP/USENIX International Middleware Conference,Middleware,CORE2023,A,none,view,4606,1,4.0
IEEE Conference on Computational Complexity,CCC,CORE2023,A,none,view,4613,0,N/A
International Conference on Artificial Intelligence in Education,AIED,CORE2023,A,none,view,4601,0,N/A
European Conference on Information Retrieval,ECIR,CORE2023,A,none,view,4605,1,3.0
Annual Computer Security Applications Conference,ACSAC,CORE2023,A,none,view,4604,4,4.0
European Symposium on Algorithms,ESA,CORE2023,A,none,view,4613,1,5.0
ACM International Conference on Web Search and Data Mining,WSDM,CORE2023,A,See note,view,4605,0,N/A
International Conference on Artificial Intelligence and Statistics,AISTATS,CORE2023,A,none,view,4611,8,5.0
Workshop on Algorithm Engineering and Experiments,ALENEX,CORE2023,A,none,view,4613,1,N/A
International Workshop on Approximation Algorithms for Combinatorial Optimization Problems and International Conference on Randomization and Computation,APPROX/RANDOM,CORE2023,A,none,view,4613,0,N/A
"Asia Conference on Information, Computer and Communications Security",AsiaCCS,CORE2023,A,none,view,4604,0,N/A
International Conference on the Theory and Application of Cryptology and Information Security,ASIACRYPT,CORE2023,A,none,view,4604,0,N/A
International ACM SIGACCESS Conference on Computers and Accessibility,ASSETS,CORE2023,A,none,view,4608,0,N/A
International Conference in Business Process Management,BPM,CORE2023,A,none,view,4612,5,4.8
International Conference on Automated Deduction,CADE,CORE2023,A,none,view,4602,0,N/A
International Conference on Advanced Information Systems Engineering,CaiSE,CORE2023,A,none,view,4605,2,4.5
International Symposium on Code Generation and Optimization,CGO,CORE2023,A,none,view,4612,0,N/A
Workshop on Cryptographic Hardware and Embedded Systems,CHES,CORE2023,A,none,view,4604,6,5.0
Conference on Innovative Data Systems Research,CIDR,CORE2023,A,none,view,4605,0,N/A
ACM International Conference on Information and Knowledge Management,CIKM,CORE2023,A,none,view,4605,0,N/A
ACM International Conference on Emerging Networking Experiments and Technologies,CoNEXT,CORE2023,A,none,view,4606,1,5.0
International Conference on Principles and Practice of Constraint Programming,CP,CORE2023,A,none,view,4602,0,N/A
ACM Conference on Computer Supported Cooperative Work,CSCW,CORE2023,A,none,view,4608,1,5.0
IEEE Computer Security Foundations Symposium (was CSFW),CSF,CORE2023,A,none,view,4604,0,N/A
Designing Interactive Systems,DIS,CORE2023,A,none,view,4608,0,N/A
International Symposium on Distributed Computing (was WDAG),DISC,CORE2023,A,none,view,4606,0,N/A
International Conference on Evaluation and Assessment in Software Engineering,EASE,CORE2023,A,none,view,4612,31,5.0
European Conference on Artificial Intelligence,ECAI,CORE2023,A,none,view,4602,0,N/A
European Conference on Object-Oriented Programming,ECOOP,CORE2023,A,none,view,4612,0,N/A
European Conference on Software Architecture,ECSA,CORE2023,A,none,view,4612,0,N/A
Extending Database Technology,EDBT,CORE2023,A,none,view,4605,0,N/A
International Conference on Conceptual Modelling,ER,CORE2023,A,none,view,4605,0,N/A
International Symposium on Empirical Software Engineering and Measurement,ESEM,CORE2023,A,none,view,4612,1,5.0
European Symposium on Programming,ESOP,CORE2023,A,none,view,4612,1,4.0
European Symposium On Research In Computer Security,ESORICS,CORE2023,A,none,view,4604,0,N/A
IEEE European Symposium on Security and Privacy,EuroS&P,CORE2023,A,none,view,4604,1,5.0
Eurosys Conference,EuroSys,CORE2023,A,none,view,4606,1,5.0
Conference on File and Storage Technologies,FAST,CORE2023,A,none,view,4605,0,N/A
Financial Cryptography and Data Security Conference,FC,CORE2023,A,none,view,4604,1,5.0
International Symposium on Formal Methods (was Formal Methods Europe FME),FM,CORE2023,A,none,view,4612,1,4.0
Foundations of Genetic Algorithms,FOGA,CORE2023,A,none,view,4602,1,5.0
Foundations of Software Science and Computational Structures,FOSSACS,CORE2023,A,none,view,4613,0,N/A
Graph Drawing,GD,CORE2023,A,none,view,4613,0,N/A
Genetic and Evolutionary Computations,GECCO,CORE2023,A,none,view,4602,3,5.0
USENIX Workshop on Hot Topics in Operating Systems,HotOS,CORE2023,A,none,view,4606,1,N/A
ACM International Symposium on High Performance Distributed Computing,HPDC,CORE2023,A,none,view,4606,0,N/A
International Colloquium on Automata Languages and Programming,ICALP,CORE2023,A,none,view,4613,2,5.0
IEEE/ACM International Conference on Computer-Aided Design,ICCAD,CORE2023,A,none,view,CSE,2,5.0
IEEE International Conference on Document Analysis and Recognition,ICDAR,CORE2023,A,none,view,4605,2,5.0
International Conference on Distributed Computing Systems,ICDCS,CORE2023,A,none,view,4606,4,5.0
International Conference on Database Theory,ICDT,CORE2023,A,none,view,4605,0,N/A
International Conference on Functional Programming,ICFP,CORE2023,A,none,view,4612,0,N/A
Australian Computer Human Interaction Conference,OZCHI,CORE2023,Australasian B,none,view,4608,13,5.0
Australasian Joint Conference on Artificial Intelligence,AI,CORE2023,Australasian B,See note,view,4602,0,N/A
"ACM International Conference on Advances in Computer Entertainment (merged with DIMEA, Digital Interactive Media in Entertainment and Arts, in 2009)",ACE,CORE2023,C,See note,none,4607,0,N/A
Australasian Conference on Information Security and Privacy,ACISP,CORE2023,Australasian B,none,view,4604,1,4.0
Australasian Database Conference,ADC,CORE2023,Australasian B,none,view,4605,0,N/A
Australasian Document Computing Symposium,ADCS,CORE2023,Australasian B,none,view,4605,0,N/A
Australasian Language Technology Workshop,ALTA,CORE2023,Australasian C,none,view,4602,0,N/A
Image and Vision Computing Conference,IVCNZ,CORE2023,Australasian C,See note,view,4603,0,N/A
Digital Image Computing Techniques and Applications,DICTA,CORE2023,Australasian C,See note,view,4603,0,N/A
Australasian Information Security Conference,AISC,CORE2023,Australasian C,See note,view,4604,0,N/A
Australian Data Mining Conference,AusDM,CORE2023,Australasian C,See note,view,4605,0,N/A
Australasian Conference on Combinatorial Mathematics and Combinatorial Computing,ACCMCC,CORE2023,Australasian C,none,none,4613,0,N/A
Australasian Conference on Robotics and Automation,ACRA,CORE2023,Australasian C,none,none,4602,0,N/A
Australian Institute of Computer Ethics Conference,AICE,CORE2023,Australasian C,none,none,4608,0,N/A
Asia-Pacific Conference on Conceptual Modelling,APCCM,CORE2023,Australasian C,none,none,4605,0,N/A
National Conference of The Australian Society for Operations Research,ASOR,CORE2023,Australasian C,none,none,4602,0,N/A
Australasian Symposium on Parallel and Distributed Computing (was AusGrid),AusPDC,CORE2023,Australasian C,none,none,4606,0,N/A
Health Informatics Conference,HIC,CORE2023,Australasian C,none,none,4601,1,N/A
Simulation Technology and Training Conference,SimTecT,CORE2023,Australasian C,none,none,4602,0,N/A
Australasian Speech Science and Technology,SST,CORE2023,Australasian C,none,none,4602,0,N/A
International Conference on Information Technology and Applications,ICITA,CORE2023,Australasian C,none,none,4601,0,N/A
The International Conference on Intelligent Environments,IE,CORE2023,B,none,view,4602,0,N/A
International Telecommunication Networks and Applications Conference (was Australian Telecommunication Networks and Applications Conference),ITNAC,CORE2023,Australasian C,none,view,4606,6,4.8
International Congress on Modelling and Simulation,MODSIM,CORE2023,Australasian C,none,none,4602,0,N/A
New Zealand Game Developers Conference,NZGDC,CORE2023,Australasian C,none,none,4607,0,N/A
International Conference on Multimodal Interaction (was International Conference on Multimodal Interfaces),ICMI,CORE2023,B,none,view,4608,1,4.0
International Conference on Multimedia Retrieval (previously MIR),ICMR,CORE2023,B,none,view,4603,0,N/A
International Conference on Neural Information Processing,ICONIP,CORE2023,B,none,view,4611,0,N/A
International Conference on Parallel and Distributed Systems,ICPADS,CORE2023,B,none,view,4606,0,N/A
ACM/SPEC International Conference on Performance Engineering,ICPE,CORE2023,B,none,view,4612,0,N/A
International Conference on Pattern Recognition,ICPR,CORE2023,B,none,view,4603,0,N/A
International Conference on Software Reuse,ICSR,CORE2023,B,none,view,4612,0,N/A
International Conference on Software and System Processes (was ICSP prior to 2011),ICSSP,CORE2023,B,none,view,4612,1,5.0
International Conference on Tools with Artificial Intelligence,ICTAI,CORE2023,B,none,view,4602,1,5.0
International Conference on Web Engineering,ICWE,CORE2023,B,none,view,4605,4,4.5
Intelligent Data Analysis,IDA,CORE2023,B,none,view,4605,0,N/A
IEEE Consumer Communications and Networking Conference,IEEE CCNC,CORE2023,B,none,view,4606,0,N/A
Intelligent Vehicles Conference,IEEE-IV,CORE2023,B,none,view,4602,0,N/A
IFIP Information Security & Privacy Conference,IFIP SEC,CORE2023,B,none,view,4604,0,N/A
International Joint Conference on Natural Language Processing,IJCNLP,CORE2023,B,none,view,4602,0,N/A
IEEE International Joint Conference on Neural Networks,IJCNN,CORE2023,B,none,view,4611,7,4.2
Inductive Logic Programming,ILP,CORE2023,B,none,view,4613,0,N/A
IFIP/IEEE International Symposium on Integrated Management (even years sharing with NOMS),IM,CORE2023,B,none,view,4606,0,N/A
International Natural Language Generation Conference,INLG,CORE2023,B,none,view,4602,0,N/A
IFIP TC13 Conference on Human-Computer Interaction,Interact,CORE2023,B,none,view,4608,1,5.0
International Symposium on Parameterized and Exact Computation (was IWPEC pre 2004),IPEC,CORE2023,B,none,view,4613,0,N/A
IEEE International Symposium on Information Theory,ISIT,CORE2023,B,none,view,46,2,5.0
IEEE International Symposium on Performance Analysis of Systems and Software,ISPASS,CORE2023,B,none,view,4612,0,N/A
International Conference on Intelligent Tutoring Systems,ITS,CORE2023,B,none,view,4601,0,N/A
Information Theory Workshop,ITW,CORE2023,B,none,view,4613,1,4.0
Intelligent Virtual Agents,IVA,CORE2023,B,none,view,4602,1,4.0
ACM International Wireless Communications and Mobile Computing Conference,IWCMC,CORE2023,B,none,view,4606,1,N/A
IEEE International Workshop on Quality of Service,IWQoS,CORE2023,B,none,view,4606,0,N/A
Knowledge capture,K-CAP,CORE2023,B,none,view,4605,3,4.7
International Conference on Knowledge-Based and Intelligent Information and Engineering Systems,KES,CORE2023,B,none,view,4602,63,4.7
International Symposium on Latin American Theoretical Informatics,LATIN,CORE2023,B,none,view,4613,2,4.0
IEEE Conference on Local Computer Networks,LCN,CORE2023,B,none,view,4606,1,4.0
"ACM SIGPLAN Conference on Languages, Compilers and Tools for Embedded Systems",LCTES,CORE2023,B,none,view,4606,0,N/A
International Conference on Logic Programming and Non-monotonic Reasoning,LPNMR,CORE2023,B,none,view,4602,0,N/A
Symposium Model Analysis and Simulation of Computer and Telecommunications Systems,MASCOTS,CORE2023,B,none,view,4606,36,5.0
IEEE International Conference on Mobile Ad-hoc and Sensor Systems,MASS,CORE2023,B,none,view,4606,0,N/A
International Conference on Modelling Decisions for Artificial Intelligence,MDAI,CORE2023,B,none,view,4602,0,N/A
International Conference on Mobile Data Management,MDM,CORE2023,B,none,view,4605,1,3.0
International Conference on Mathematical Foundations of Programming Semantics,MFPS,CORE2023,B,none,view,4613,0,N/A
International Conference on Multimedia Modelling,MMM,CORE2023,B,none,view,4603,0,N/A
International Conference on Human-Computer Interaction with Mobile Devices and Services,MobileHCI,CORE2023,B,none,view,4608,4,5.0
Mathematics of Program Construction,MPC,CORE2023,B,none,view,4613,0,N/A
Mobile and Ubiquitous Multimedia (ACM),MUM,CORE2023,B,none,view,4608,0,N/A
IEEE International Symposium on Network Computing and Applications,NCA,CORE2023,B,none,view,4606,1,5.0
IFIP International Conference on Networking,Networking,CORE2023,B,none,view,4606,1,5.0
IEEE Network Operations and Management Symposium,NOMS,CORE2023,B,none,view,4606,0,N/A
Network and Operating System Support for Digital Audio and Video,NOSSDAV,CORE2023,B,none,view,4606,5,5.0
International Conference on network and System Security,NSS,CORE2023,B,none,view,4604,0,N/A
International Conference on Principles of Distributed Systems,OPODIS,CORE2023,B,none,view,4606,0,N/A
International Conference on Parallel Architecture and Compilation Techniques,PACT,CORE2023,B,none,view,4606,1,4.0
ACM SIGSIM Conference on Principles of Advanced Discrete Simulation (was Parallel and Distributed Simulation),PADS,CORE2023,B,none,view,4606,0,N/A
Passive and Active Measurement Conference,PAM,CORE2023,B,none,view,4606,0,N/A
International Conference on the Application and Theory of Petri Nets and Concurrency,Petri Nets,CORE2023,B,none,view,4606,0,N/A
IEEE International Symposium on Personal and Indoor Mobile Radio Conference,PIMRC,CORE2023,B,none,view,4606,0,N/A
International Conference on Practice and Theory in Public Key Cryptography,PKC,CORE2023,B,none,view,4604,0,N/A
Pacific Rim International Conference on Artificial Intelligence,PRICAI,CORE2023,B,none,view,4602,0,N/A
International Conference on Principles of Practice in Multi-Agent Systems (prior to 2009 was Pacific Rim International Workshop on Multi-Agents),PRIMA,CORE2023,B,none,view,4602,0,N/A
Product Focused Software Process Improvement,PROFES,CORE2023,B,none,view,4612,11,4.2
International Conference on Research Challenges in Information Science,RCIS,CORE2023,B,none,view,46,0,N/A
International Conference on Computational Molecular Biology,RECOMB,CORE2023,B,none,view,4601,0,N/A
International Conference on Embedded and Real Time Computing Systems and Applications,RTCSA,CORE2023,B,none,view,4606,0,N/A
Conference on Algebra and Coalgebra in Computer Science,CALCO,CORE2023,B,none,view,4613,0,N/A
International Conference on Cryptology and Network Security,CANS,CORE2023,B,none,view,4604,0,N/A
Computer Algebra in Scientific Computing,CASC,CORE2023,B,none,view,4613,0,N/A
International Conference on Compiler Construction,CC,CORE2023,B,none,view,4606,0,N/A
IEEE Congress on Evolutionary Computation,CEC,CORE2023,B,none,view,4602,6,4.8
IEEE International Conference on Cloud Computing,CLOUD,CORE2023,B,none,view,4606,1,5.0
International Conference on Network and Service Management (amalgamation of DSOM and related workshops from 2010),CNSM,CORE2023,B,none,view,4606,0,N/A
International Computer Software and Applications Conference,COMPSAC,CORE2023,B,none,view,4601,0,N/A
International Conference on Cooperative Information Systems,CoopIS,CORE2023,B,none,none,4608,0,N/A
International Conference on Integration of Artificial Intelligence and Operations Research Techniques in Constraint Programming for Combinatorial Optimization Problems,CPAIOR,CORE2023,B,none,view,4602,0,N/A
Combinatorial Pattern Matching,CPM,CORE2023,B,none,view,4603,1,4.0
International Conference on Computer Supported Education,CSEDU,CORE2023,B,none,view,4608,0,N/A
Annual Conference on Computer Science Logic,CSL,CORE2023,B,none,view,4613,1,N/A
International Workshop on Document Analysis Systems,DAS,CORE2023,B,none,view,4605,0,N/A
International Conference on Database Systems for Advanced Applications,DASFAA,CORE2023,B,none,view,4605,0,N/A
"Design, Automation and Test in Europe Conference",DATE,CORE2023,B,none,view,CSE,6,5.0
Data Warehousing and Knowledge Discovery,DaWaK,CORE2023,B,none,view,4605,0,N/A
IFIP WG 11.3 Working Conference on Data and Applications Security (also known as DBSEC),DBSEC,CORE2023,B,none,view,4604,0,N/A
Data Compression Conference,DCC,CORE2023,B,none,view,4605,0,N/A
IEEE International Conference on Distributed Computing in Sensor Systems,DCOSS,CORE2023,B,none,view,4606,0,N/A
DNA Computing and Molecular Programming,DNA,CORE2023,B,none,view,4601,0,N/A
ACM Symposium on Document Engineering,DocEng,CORE2023,B,none,view,4605,0,N/A
IEEE International Conference on e-Science and Grid Computing,e-Science,CORE2023,B,none,view,4606,0,N/A
European Conference on Technology Enhanced Learning,EC-TEL,CORE2023,B,none,view,4601,7,4.7
European Conference on Modelling Foundations and Applications,ECMFA,CORE2023,B,none,view,4612,0,N/A
European Conference on Computer Supported Cooperative Work,ECSCW,CORE2023,B,none,view,4608,0,N/A
Educational Data Mining,EDM,CORE2023,B,none,view,4601,2,4.5
IEEE International Enterprise Distributed Object Computing Conference,EDOC,CORE2023,B,none,view,4606,0,N/A
International Conference on Knowledge Engineering and Knowledge Management,EKAW,CORE2023,B,none,view,4605,3,4.3
"EMAS (merger of DALT, AOSE and PROMAS)",EMAS,CORE2023,B,none,view,4602,0,N/A
International Conference on Evaluation of Novel Approaches to Software Engineering,ENASE,CORE2023,B,none,view,4612,0,N/A
European Symposium on Artificial Neural Networks,ESANN,CORE2023,B,none,view,4611,0,N/A
Eye Tracking Research and Applications,ETRA,CORE2023,B,none,view,4608,0,N/A
European Conference on Genetic Programming,EUROGP,CORE2023,B,none,view,4602,0,N/A
International European Conference on Parallel and Distributed Computing (was International Conference on Parallel Processing),EuroPar,CORE2023,B,none,view,4606,2,5.0
European SPI,EuroSPI,CORE2023,B,none,view,4612,32,5.0
Eurographics/IEEE Symposium on Visualization,EuroVis,CORE2023,B,none,view,4607,1,5.0
International Conference on Applications of Evolutionary Computation,EvoApplications,CORE2023,B,none,view,4602,1,5.0
European Conference on Evolutionary Computation in Combinatorial Optimisation,EvoCOP,CORE2023,B,none,view,4602,0,N/A
International Conference on Embedded Wireless Systems and Networks (wasEuropean Conference on Wireless Sensor Networks),EWSN,CORE2023,B,none,view,4606,8,4.8
Fundamental Approaches to Software Engineering,FASE,CORE2023,B,none,view,4612,0,N/A
IEEE Symposium on Field Programmable Custom Computing Machines,FCCM,CORE2023,B,none,view,CSE,0,N/A
International Symposium on Fundamentals of Computation Theory,FCT,CORE2023,B,none,view,4613,1,4.0
Formal Methods in Computer-Aided Design,FMCAD,CORE2023,B,none,view,4612,2,4.5
International Conference on Formal Ontology in Information Systems,FOIS,CORE2023,B,none,view,4602,0,N/A
IEEE International Conference on Fuzzy Systems,FUZZ-IEEE,CORE2023,B,none,view,4602,1,5.0
IEEE Global Internet Symposium,GI,CORE2023,C,none,none,4606,0,N/A
IEEE Global Telecommunications Conference,GLOBECOM,CORE2023,B,none,view,4606,3,5.0
International Conference on Generative Programming and Component Engineering,GPCE,CORE2023,B,none,view,4612,0,N/A
Human-Agent Interaction,HAI,CORE2023,B,none,view,4608,0,N/A
ACM-SIGRAPH Interactive 3D Graphics and Games,I3DG,CORE2023,B,none,view,4607,0,N/A
International Conference on Agents and Artificial Intelligence,ICAART,CORE2023,B,none,view,4602,0,N/A
IEEE International Conference on Advanced Learning Technologies,ICALT,CORE2023,B,none,view,4601,0,N/A
International Conference on Computational Collective Intelligence,ICCCI,CORE2023,B,none,view,4602,73,4.7
International Conference on Computer Communication and Networks,ICCCN,CORE2023,B,none,view,4606,1,N/A
IEEE International Conference on Engineering of Complex Computer Systems,ICECCS,CORE2023,B,none,view,4612,0,N/A
International Conference on Frontiers of Handwriting Recognition,ICFHR,CORE2023,B,none,view,4603,0,N/A
International Conference on Graph Transformations,ICGT,CORE2023,B,none,view,4613,0,N/A
IEEE International Conference on Image Processing,ICIP,CORE2023,B,none,view,4603,3,2.5
IEEE International Conference on Automatic Face and Gesture Recognition,FG,CORE2023,B,none,view,4603,0,N/A
International Joint Conference on Biometrics,IJCB,CORE2023,B,none,view,4603,0,N/A
IEEE International Conference on Data Science and Advanced Analytics,DSAA,CORE2023,B,none,view,4605,0,N/A
Language Resources and Evaluation Conference,LREC,CORE2023,B,none,view,4602,0,N/A
Intelligent Distributed Computing,IDC,CORE2023,Unranked,none,view,4606,0,N/A
International Conference on Process Mining,ICPM,CORE2023,B,none,view,4605,0,N/A
AAAI Conference on Human Computation and Crowdsourcing,HCOMP,CORE2023,B,none,view,4608,0,N/A
IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining,ASONAM,CORE2023,B,none,view,4605,0,N/A
Integrated Formal Methods,IFM,CORE2023,B,none,view,4612,0,N/A
International Conference on Quality of Multimedia Experience,QoMEX,CORE2023,B,none,view,4608,0,N/A
IEEE Pacific Visualization Symposium (was APVIS),PacificVis,CORE2023,B,none,view,4608,0,N/A
Conference on Computational Natural Language Learning,CoNLL,CORE2023,B,none,view,4602,0,N/A
ACM Conference on Security and Privacy in Wireless and Mobile Networks,ACM_WiSec,CORE2023,B,none,view,4604,0,N/A
Annual Conference on Innovation and Technology in Computer Science Education,ITiCSE,CORE2023,B,none,view,4608,0,N/A
"International Conference on Availability, Reliability and Security",ARES,CORE2023,B,none,view,4604,0,N/A
"Tangible, Embedded, and Embodied Interaction",TEI,CORE2023,B,none,view,4608,0,N/A
International Workshop on Requirements Engineering: Foundation for Software Quality,REFSQ,CORE2023,B,none,view,4612,5,4.0
"IEEE International Symposium on Cluster, Cloud and Grid Computing",CCGRID,CORE2023,B,none,view,4606,0,N/A
The Symposium of Combinatorial Search,SoCS,CORE2023,B,none,view,4602,0,N/A
International Conference on Formal Structures for Computation and Deduction,FSCD,CORE2023,B,none,view,4613,0,N/A
Annual Meeting of the Cognitive Science Society,CogSci,CORE2023,B,See note,view,4602,0,N/A
International Conference on Computational Linguistics,COLING,CORE2023,B,See note,view,4602,5,5.0
IEEE International Conference on Advanced Video and Signal Based Surveillance,AVSS,CORE2023,B,See note,view,4603,0,N/A
Cryptographers Track at RSA Conference,CT-RSA,CORE2023,B,See note,view,4604,0,N/A
Extended Semantic Web Conference (was European Semantic Web Conference),ESWC,CORE2023,B,See note,view,4605,2,5.0
Pacific-Asia Conference on Knowledge Discovery and Data Mining,PAKDD,CORE2023,B,See note,view,4605,0,N/A
Euromicro Conference on Real-Time Systems,ECRTS,CORE2023,B,See note,view,4606,0,N/A
International Conference on Parallel Processing,ICPP,CORE2023,B,See note,view,4606,0,N/A
International Conference on Network Protocols,ICNP,CORE2023,B,See note,view,4606,1,5.0
Principles and Practice of Parallel Programming,PPoPP,CORE2023,B,See note,view,4606,0,N/A
Symposium on Parallelism in Algorithms and Architectures,SPAA,CORE2023,B,See note,view,4606,1,5.0
International Conference on Network Softwarization,NetSoft,CORE2023,B,none,view,4606,0,N/A
Logic Programming and Automated Reasoning,LPAR,CORE2023,B,See note,view,4613,0,N/A
International Workshop on Graph-Theoretic Concepts in Computer Science,WG,CORE2023,B,See note,view,4613,0,N/A
Asian Conference on Computer Vision,ACCV,CORE2023,B,none,view,4603,0,N/A
Asian Conference on Intelligent Information and Database Systems,ACIIDS,CORE2023,B,none,view,4605,133,4.6
Advanced Concepts for Intelligent Vision Systems,ACIVS,CORE2023,B,none,view,4603,1,3.0
International Conference on Applied Cryptography and Network Security,ACNS,CORE2023,B,none,view,4604,1,5.0
International Conference on Artificial Intelligence in Medicine,AIME,CORE2023,B,none,view,4601,0,N/A
Advances in Modal Logic,AiML,CORE2023,B,none,view,4613,0,N/A
International Conference on Advanced Information Networking and Applications (was ICOIN),AINA,CORE2023,B,none,view,4606,3,4.3
Algorithmic Learning Theory,ALT,CORE2023,B,none,view,4611,0,N/A
Asia-Pacific Bioinformatics Conference,APBC,CORE2023,B,none,view,4601,0,N/A
ASIAN Symposium on Programming Languages and Systems,APLAS,CORE2023,B,none,view,4612,0,N/A
International Symposium on Automated Technology for Verification and Analysis,ATVA,CORE2023,B,none,view,4612,0,N/A
Advanced Visual Interfaces,AVI,CORE2023,B,none,view,4608,1,5.0
IEEE International Conference on Big Data,BigData,CORE2023,B,none,view,4605,0,N/A
International Joint Conference on Rules and Reasoning,RuleML+RR,CORE2023,B,none,view,4602,0,N/A
International Conference on Runtime Verification (was workshop pre 2010),RV,CORE2023,B,none,view,4612,6,4.2
ACM Symposium on Applied Computing,SAC,CORE2023,Multiconference,none,view,4601,0,N/A
"International Conference on Computer Safety, Reliability and Security",SAFECOMP,CORE2023,B,none,view,4604,0,N/A
International Symposium on Algorithmic Game Theory,SAGT,CORE2023,B,none,view,4613,0,N/A
Static Analysis Symposium,SAS,CORE2023,B,none,view,4612,21,4.8
ACM SIGGRAPH/Eurographics Symposium on Computer Animation,SCA,CORE2023,B,none,view,4607,1,4.0
IEEE International Conference on Software Services Engineering (previously IEEE International Conference on Services Computing SCC),IEEE SSE,CORE2023,B,none,view,4606,0,N/A
International Symposium on Experimental Algorithms,SEA,CORE2023,B,none,view,4613,0,N/A
Euromicro Conference on Software Engineering and Advanced Applications,SEAA,CORE2023,B,none,view,4612,0,N/A
"IEEE International Conference on Sensing, Communication and Networking",SECON,CORE2023,B,none,view,4606,0,N/A
International Conference on Software Engineering and Formal Methods,SEFM,CORE2023,B,none,view,4612,0,N/A
IEEE Congress on Services,SERVICES,CORE2023,B,none,view,4606,0,N/A
Symposium on Geometry Processing,SGP,CORE2023,B,none,view,4607,1,5.0
Annual Meeting of the Special Interest Group on Discourse and Dialog,SIGdial,CORE2023,B,none,view,4602,0,N/A
International Colloquium on Structural Information and Communication Complexity,SIROCCO,CORE2023,B,none,view,4613,1,4.0
International Conference on Similarity Search and Applications,SISAP,CORE2023,B,none,view,4605,0,N/A
International Conference on Software Language Engineering,SLE,CORE2023,B,none,view,4612,6,4.8
"IEEE Conference on Systems, Man and Cybernetics",SMC,CORE2023,B,none,view,4608,6,4.8
Current Trends in Theory and Practice of Computer Science,SOFSEM,CORE2023,B,none,view,46,0,N/A
Symposium On Usable Privacy and Security,SOUPS,CORE2023,B,none,view,4608,2,5.0
Software Product Lines Conference,SPLC,CORE2023,B,none,view,4612,1,5.0
Symposium on Reliable Distributed Systems,SRDS,CORE2023,B,none,view,4606,2,5.0
International Symposium on Search Based Software Engineering,SSBSE,CORE2023,B,none,view,4612,0,N/A
International Conference on Scientific and Statistical Data Base Management,SSDBM,CORE2023,B,none,view,4605,0,N/A
Structural and Syntactical Pattern Recognition,SSPR,CORE2023,B,none,view,4603,0,N/A
International Symposium on Spatial and Temporal Databases,SSTD,CORE2023,B,none,view,4601,0,N/A
International Conference on Theorem Proving with Analytic Tableaux and Related Methods,TABLEAUX,CORE2023,B,none,view,4613,0,N/A
International Conference on Technical Debt,TechDebt,CORE2023,B,none,view,4612,0,N/A
International Conference on Theory and Practice of Digital Libraries (was ECDL until 2010),TPDL,CORE2023,B,none,view,4605,0,N/A
"International Conference on Trust, Privacy and Security in Digital Business",TrustBus,CORE2023,B,none,view,4604,0,N/A
"International Conference on Trust, Security and Privacy in Computing and Communications",TrustCom,CORE2023,B,none,view,4604,1,4.0
"International Conference on User Modelling, Adaptation, and Personalization (was AH and UM)",UMAP,CORE2023,B,none,view,4608,4,5.0
International Conference on Virtual Execution Environments,VEE,CORE2023,B,none,view,4606,0,N/A
IEEE International Working Conference on Software Visualisation,VISSOFT,CORE2023,B,none,view,4608,0,N/A
IEEE Symposium on Visual Languages and Human-Centric Computing (was VL),VL/HCC,CORE2023,B,none,view,4608,1,4.0
"Verification, Model Checking and Abstract Interpretation",VMCAI,CORE2023,B,none,view,4612,0,N/A
IEEE Vehicular Technology Conference,VTC,CORE2023,B,none,view,4606,1,5.0
Algorithms and Data Structures Symposium (was Workshop on Algorithms and Data Structures),WADS,CORE2023,B,none,view,4613,0,N/A
International Conference and Workshops on Algorithms and Computation,WALCOM,CORE2023,B,none,view,4613,0,N/A
Workshop on Approximation and Online Algorithms,WAOA,CORE2023,B,none,view,4613,0,N/A
IEEE Wireless Communications and Networking Conference,WCNC,CORE2023,B,none,view,4606,0,N/A
IEEE/WIC/ACM International Conference on Web Intelligence (previously joint with Intelligent Agent Technology WI-IAT),WI,CORE2023,B,none,none,4602,2,5.0
"IEEE International Conference on Wireless and Mobile Computing, Networking and Communications",WiMob,CORE2023,B,none,view,4606,1,5.0
"International Symposium on Modelling and Optimization in Mobile, Ad Hoc, and Wireless Networks",WiOpt,CORE2023,B,none,view,4606,0,N/A
International Conference on Web Information Systems Engineering,WISE,CORE2023,B,none,view,4605,0,N/A
"IEEE International Symposium on a World of Wireless, Mobile and Multimedia Networks",WoWMoM,CORE2023,B,none,view,4606,59,4.9
Conference on Agile Software Development,XP,CORE2023,B,none,view,4612,0,N/A
IEEE International Conference on Cluster Computing,CLUSTER,CORE2023,B,none,view,4606,0,N/A
Discovery Science,DS,CORE2023,B,none,view,4611,0,N/A
ACM Special Interest Group on Supporting Group Work (was SIGGRoup),Group,CORE2023,B,none,view,4608,1,N/A
"IEEE International Conference on Acoustics, Speech and Signal Processing",ICASSP,CORE2023,B,none,view,4603,4,4.5
"ACM Symposium on Access Control Models and Technologies (previously ACM Workshop on Role-Based Access Control, RBAC, changed in 2000)",SACMAT,CORE2023,C,none,view,4604,1,4.0
"IFAC Symposium on Fault Detection, Supervision and Safety of Technical Processes",SAFEProcess,CORE2023,C,none,none,4604,0,N/A
Simulation and Synthesis in Medical Imaging,SASHIMI,CORE2023,C,none,view,4602,0,N/A
International Workshop on Software and Compilers for Embedded Systems,SCOPES,CORE2023,C,none,view,4606,0,N/A
International Symposium on Spatial Data Handling,SDH,CORE2023,C,none,none,4601,0,N/A
"ACIS Conference on Software Engineering Research, Management and Applications",SERA,CORE2023,C,none,view,4612,1,4.0
IEEE Software Engineering Workshop,SEW,CORE2023,C,none,none,4612,0,N/A
International Conference on Security of Information and Networks,SIN,CORE2023,C,none,view,4604,0,N/A
"International Conference on Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing",SNPD,CORE2023,C,none,view,4612,1,5.0
"International Conference on Intelligent Software Methodologies, Tools, and Techniques (was International Conference on Software Methods and Tools)",SoMeT,CORE2023,C,none,view,4612,0,N/A
Software Process Improvement and Capability Determination,SPICE,CORE2023,C,none,none,4612,1,5.0
International Conference on Software Quality Management,SQM,CORE2023,C,none,none,4612,0,N/A
"Symposium on Stabilization, Safety, and Security of Distributed Systems",SSS,CORE2023,C,none,view,4604,0,N/A
IFAC Conference on System Structure and Control,SSSC,CORE2023,C,none,none,4612,0,N/A
International Conference on Tests and Proofs,TAP,CORE2023,C,none,view,4612,0,N/A
IEEE Region 10 Conference,Tencon,CORE2023,C,none,view,46,1,N/A
"International Conference on Mobile Ubiquitous Computing, Systems, Services and Technologies",UBICOMM,CORE2023,C,none,none,4606,0,N/A
International Conference on Unconventional Computation and Natural Computation (was International Conference on Unconventional Computation),UC,CORE2023,C,none,view,4613,0,N/A
The International Conference on Verification and Evaluation of Computer and Communication Systems,VECoS,CORE2023,C,none,view,4606,0,N/A
Visual Information Communication and Interaction,VINCI,CORE2023,C,none,view,4608,0,N/A
International Workshop on Visualization for Cyber Security,VizSec,CORE2023,C,none,view,4608,0,N/A
International Workshop on Web and Wireless Geographical Information Systems,W2GIS,CORE2023,C,none,view,4601,0,N/A
International Workshop on the Algorithmic Foundations of Robotics,WAFR,CORE2023,C,none,view,4602,0,N/A
Workshop on the Arithmetic of Finite Fields,WAIFI,CORE2023,C,none,view,4613,0,N/A
Workshop on Algorithms And Models For The Web Graph,WAW,CORE2023,C,none,view,4613,0,N/A
Workshop on Computational Optimization,WCO,CORE2023,C,none,none,4613,1,4.0
International Workshops on Enabling Technologies: Infrastructures for Collaborative Enterprises,WETICE,CORE2023,C,none,view,4606,1,5.0
Workshop in Information Security Theory and Practices,WISTP,CORE2023,C,none,view,4604,0,N/A
World Conference on Information Systems and Technologies,WorldCIST,CORE2023,C,none,view,46,11,4.9
"International Conference on Simulation and Modeling Methodologies, Technologies and Applications",SIMULTECH,CORE2023,C,none,view,4606,0,N/A
Body Sensor Networks,BSN,CORE2023,C,none,view,4601,0,N/A
ISCA International Conference on Computer Applications in Industry and Engineering,CAINE,CORE2023,C,none,none,4601,0,N/A
"Computer Animation, Information Visualisation, and Digital Effects",CAivDE,CORE2023,C,none,none,4607,0,N/A
International Conference on Computability and Complexity in Analysis,CCA,CORE2023,C,none,none,4613,0,N/A
International Cross-Domain Conference for Machine Learning and Knowledge Extraction,CD-MAKE,CORE2023,C,none,view,4602,0,N/A
"Cooperative Design, Visualization, and Engineering",CDVE,CORE2023,C,none,view,4608,0,N/A
International Conference on Computer-Human Interaction Research and Applications,CHIRA,CORE2023,C,none,view,4608,0,N/A
International Conference on Algorithms and Complexity (was Italian Conference ),CIAC,CORE2023,C,none,view,4613,0,N/A
IberoAmerican Congress on Pattern Recognition,CIARP,CORE2023,C,none,view,4603,0,N/A
IEEE Symposium on Computational Intelligence in Bioinformatics and Computational Biology,CIBCB,CORE2023,C,none,view,4601,0,N/A
Conference on Intelligent Computer Mathematics,CICM,CORE2023,C,none,view,4613,0,N/A
IEEE Symposium on Computational Intelligence and Data Mining,CIDM,CORE2023,C,none,none,4605,0,N/A
Computability in Europe: Logic and Theory of Algorithms,CiE,CORE2023,C,none,view,4613,0,N/A
International Workshop on Combinations of Intelligent Methods and Applications,CIMA,CORE2023,C,none,none,4602,0,N/A
International Conference on Computational Intelligence and Security,CIS,CORE2023,National: China,none,view,4604,0,N/A
Computational Intelligence in Security for Information Systems,CISIS,CORE2023,National: Spain,none,view,4604,0,N/A
IEEE International Conference on Computer and Information Technology,CIT,CORE2023,C,none,view,46,1,4.0
International Conference on Cloud Computing and Services Science,CLOSER,CORE2023,C,none,view,4606,0,N/A
IEEE International Conference on Cloud Computing Technology and Science (International Conference on Cloud Computing pre 2010),CloudCom,CORE2023,C,none,view,4606,2,4.5
"International Conference on Hardware/Software Codesign and System Synthesis (previously ISSN, changed in 2003)",CODES+ISSS,CORE2023,C,none,view,CSE,0,N/A
"International Conference on Control, Decision and Information Technologies",CoDIT,CORE2023,C,none,view,4612,1,4.0
Conference on Games (was Computational Intelligence and Games CIG),COG,CORE2023,C,none,view,4607,0,N/A
"International Conference on Complexity, Future Information Systems and Risk",COMPLEXIS,CORE2023,C,none,view,4613,0,N/A
International Conference on Coordination Models and Languages,Coordination,CORE2023,C,none,view,4606,0,N/A
International Conference on Risks and Security of Internet and Systems,CRiSIS,CORE2023,C,none,view,4604,0,N/A
International Workshop on Critical Information Infrastructures Security,CRITIS,CORE2023,C,none,view,4604,0,N/A
"Conference on Software Engineering Education and Training (previously Conference is Software Engineering Education, CSEE, changed in 1997)",CSEET,CORE2023,C,none,view,4608,0,N/A
Cologne-Twente Workshop on Graphs and Combinatorial Optimization,CTW,CORE2023,C,none,none,4613,0,N/A
IFIP International Conference on Distributed Applications and Interoperable Systems,DAIS,CORE2023,C,none,view,4606,0,N/A
International Workshop on Data Management on New Hardware,DaMoN,CORE2023,C,none,view,4605,0,N/A
"International Conference on Dependable, Autonomic and Secure Computing",DASC,CORE2023,C,none,view,4604,0,N/A
International Conference on Dublin Core and Metadata Applications,DC,CORE2023,C,none,none,4605,0,N/A
Developments in eSystems Engineering,DeSE,CORE2023,C,none,view,46,0,N/A
Digital Games Research Conference,DIGRA,CORE2023,C,none,view,4607,0,N/A
"GI International Conference on Detection of Intrusions and Malware, and Vulnerability Assessment",DIMVA,CORE2023,C,none,view,4604,2,4.0
Dynamic Languages Symposium,DLS,CORE2023,C,none,view,4612,0,N/A
SIAM Conference on Discrete Mathematics,DM,CORE2023,C,none,none,4613,0,N/A
International Symposium on Distributed Simulation and Real Time Applications,DS-RT,CORE2023,C,none,view,4606,0,N/A
Workshop on Domain Specific Modelling,DSM,CORE2023,C,none,none,4612,0,N/A
International Workshop on Principles of Diagnosis,DX,CORE2023,C,none,none,4612,0,N/A
International Conference on Engineering Applications of Neural Networks,EANN,CORE2023,C,none,view,4611,0,N/A
EURO AMERICAN CONFERENCE ON TELEMATICS AND INFORMATION SYSTEMS,EATIS,CORE2023,C,none,view,4606,0,N/A
European Chapter on Combinatorial Optimization,ECCO,CORE2023,C,none,none,4613,0,N/A
European Conference on Digital Government (was European Conference on e-Government ECEG),ECDG,CORE2023,C,none,none,4601,0,N/A
European Conference on Symbolic and Quantitative Approaches to Reasoning with Uncertainty,ECSQARU,CORE2023,C,none,view,4602,0,N/A
European-Japanese Conference on Information Modelling and Knowledge Bases,EJC,CORE2023,C,none,view,4605,0,N/A
Exploring Modelling Methods in Systems Analysis and Design,EMMSAD,CORE2023,C,none,view,4612,0,N/A
International Conference on Information and Communication Technologies in Tourism,ENTER,CORE2023,C,none,view,4601,0,N/A
International Workshop on Enterprise and Organizational Modelling and Simulation,EOMAS,CORE2023,C,none,none,4612,0,N/A
IEEE/IFIP International Conference on Embedded and Ubiquitous Computing,EUC,CORE2023,C,none,view,4606,0,N/A
European Conference on Operations Research,EURO,CORE2023,C,none,none,4602,0,N/A
Euro XR International Conference (was Euro VR),Euro XR,CORE2023,C,none,view,4607,0,N/A
European Workshop on Computational Geometry,EuroCG,CORE2023,C,none,none,4613,0,N/A
"EuroConference on Combinatorics, Graph Theory and Applications",EUroComb,CORE2023,C,none,none,4613,0,N/A
European MPI Users' Group Conference,EuroMPI,CORE2023,C,none,view,4606,0,N/A
Visual Analytics,EuroVA,CORE2023,C,none,none,4608,0,N/A
Conference of the European Society for Fuzzy Logic and Technologies,EUSFLAT,CORE2023,C,none,view,4602,0,N/A
International Conference on the Foundations of Digital Games,FDG,CORE2023,C,none,view,4607,0,N/A
Forum on Specification and Design Languages,FDL,CORE2023,C,none,view,4612,0,N/A
Workshop on Fault Diagnosis and Tolerance in Cryptography,FDTC,CORE2023,C,none,view,4604,0,N/A
Frontiers in Education,FIE,CORE2023,C,none,view,4608,1,N/A
International FLINS Conference on Robotics and Artificial Intelligence (was International Fuzzy Logic and Intelligent technologies in Nuclear Science Conference),FLINS,CORE2023,C,none,none,4602,0,N/A
Int. Workshop on Formal Methods for Industrial Critical Systems,FMICS,CORE2023,C,none,view,4612,0,N/A
International Workshop on Formal Methods for interactive Systems,FMIS,CORE2023,C,none,none,4612,0,N/A
Flexible Query-Answering Systems,FQAS,CORE2023,C,none,view,4605,0,N/A
Workshop on Formal Techniques for Java-like Programs,FTfJP,CORE2023,C,none,none,4612,0,N/A
International Conference on Information Fusion,FUSION,CORE2023,C,none,view,4605,0,N/A
"International Conference on Green, Pervasive and Cloud Computing (was Grid and Pervasive Computing)",GPC,CORE2023,C,none,view,4606,0,N/A
Workshop on Applications of Graph Theory in Wireless Ad hoc Networks and Sensor Networks,Graph-hoc,CORE2023,C,none,none,4606,0,N/A
International Wordnet Conference (Global Wordnet Conference),GWC,CORE2023,C,none,view,4605,0,N/A
Haskell Workshop,HASKELL,CORE2023,C,none,view,4612,0,N/A
IEEE international conference on ehealth networking applications and services (was International Workshop on Enterprise Networking and Computing in Health Care Industry; changed 2006),HealthCom,CORE2023,C,none,view,4601,1,N/A
International Workshop on High-Level Parallel Programming Models and Supportive Environments,HIPS,CORE2023,C,none,none,4606,0,N/A
International Conference on Hybrid Intelligent Systems,HIS,CORE2023,C,none,view,4602,0,N/A
International workshop on High-Level Parallel Programming and Applications,HLPP,CORE2023,C,none,none,4606,0,N/A
Symposium on High Performance Chips,HOTCHIPS (HCS),CORE2023,C,none,view,4606,0,N/A
International Conference and Exhibition on High Performance Computing in the Asia-Pacific Region,HPC Asia,CORE2023,C,none,view,4606,0,N/A
IEEE Workshop on High Performance Switching and Routing,HPSR,CORE2023,C,none,view,4606,0,N/A
Human System Interaction,HSI,CORE2023,C,none,view,4608,0,N/A
International Conference on Innovations for Community Services (was Innovative Internet Computer Systems IICS until 2014),I4CS,CORE2023,C,none,view,4601,0,N/A
IADIS International Conference Applied Computing,IADIS AC,CORE2023,C,none,none,4601,3,5.0
IEEE Industry Applications Society Annual Conference,IAS,CORE2023,National: USA,none,view,4601,0,N/A
"International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management",IC3K,CORE2023,C,none,view,4605,0,N/A
International Conference on Artificial Intelligence and Law,ICAIL,CORE2023,C,none,view,4602,0,N/A
International Conference on Artificial Neural Networks,ICANN,CORE2023,C,none,view,4611,0,N/A
"International Conference on Control, Automation, Robotics and Vision",ICARCV,CORE2023,C,none,view,4602,0,N/A
International Congress on Computational and Applied Mathematics,ICCAM,CORE2023,C,none,none,4613,0,N/A
International Conference on Computers Helping People with Special Needs,ICCHP,CORE2023,C,none,view,4601,0,N/A
IEEE International Conference on Cognitive Informatics,ICCI,CORE2023,C,none,view,4602,0,N/A
International Conference on Computational Science and its Applications,ICCSA,CORE2023,C,none,view,46,0,N/A
International Conference on Digital Society,ICDS,CORE2023,C,none,none,4601,0,N/A
International Conference on Entertainment Computing,ICEC,CORE2023,C,none,view,4607,0,N/A
International Conference Formal Concept Analysis Conference,ICFCA,CORE2023,C,none,view,4613,1,4.0
IEEE International Conference on Fog and Edge Computing,ICFEC,CORE2023,C,none,view,4606,0,N/A
IEEE International Conference on Global Software Engineering,ICGSE,CORE2023,C,none,view,4612,0,N/A
International Conference on Internet Computing in Science and Engineering,ICICSE,CORE2023,C,none,none,4606,0,N/A
International Conference on Interactive Digital Storytelling (2008 merger of 'ICVS International Conference on Virtual Storytelling' and 'TIDSE Technology for Interactive Digital Storytelling'),ICIDS,CORE2023,C,none,view,4607,4,4.8
International Conference on Internet Monitoring and Protection,ICIMP,CORE2023,C,none,none,4604,0,N/A
IEEE/ACIS International Conference on Computer and Information Science,ICIS,CORE2023,C,none,view,46,1,4.0
International Conference on Image and Signal Processing,ICISP,CORE2023,C,none,view,4603,0,N/A
International Conference on Internet and Web Applications and Services,ICIW,CORE2023,C,none,none,4606,0,N/A
International Conference on Machine Learning and Applications,ICMLA,CORE2023,C,none,view,4611,4,2.0
International Conference on Computing and Informatics,ICOCI,CORE2023,C,none,none,46,0,N/A
International Conference on Operations Research and Enterprise Systems,ICORES,CORE2023,C,none,view,4602,0,N/A
International Conference on Smart homes and health Telematics,ICOST,CORE2023,C,none,view,4601,0,N/A
International Conference on Optimization: Techniques And Applications,ICOTA,CORE2023,C,none,none,4602,0,N/A
International Conference on Software Engineering Advances,ICSEA,CORE2023,C,none,none,4612,0,N/A
International Conference on Systems Engineering,ICSEng,CORE2023,C,none,view,46,0,N/A
International Conference on Information and Communication Technologies for Ageing Well and e-Health,ICT4AWE,CORE2023,C,none,none,4601,0,N/A
International Conference on Information and Communication Technologies and Development,ICTD,CORE2023,C,none,view,4601,0,N/A
International Conference on Testing Software and Systems,ICTSS,CORE2023,C,none,view,4612,0,N/A
International Conference on Computer Vision Systems,ICVS,CORE2023,C,none,view,4603,0,N/A
International Conference on Informatics & Data-Driven Medicine,IDDM,CORE2023,C,none,view,4611,0,N/A
International Conference on Intelligent Data Engineering and Automated Learning,IDEAL,CORE2023,C,none,view,46,0,N/A
International Conference on Industrial and Engineering Applications of Artificial Intelligence and Expert Systems,IEA/AIE,CORE2023,C,none,view,4602,0,N/A
IEEE International Symposium on Adaptive Dynamic Programming and Reinforcement Learning,IEEE ADPRL,CORE2023,C,none,none,4611,0,N/A
IEEE International Symposium on Artificial Life,IEEE Alife,CORE2023,C,none,none,4602,0,N/A
IEEE Symposium on Computational Intelligence in Control and Automation,IEEE CICA,CORE2023,C,none,none,4602,0,N/A
IEEE Symposium on Computational Intelligence in Cyber Security,IEEE CICS,CORE2023,C,none,none,4604,0,N/A
IEEE Symposium on Computational Intelligence for Financial Engineering,IEEE CIFEr,CORE2023,C,none,view,4601,0,N/A
IEEE Symposium on Computational intelligence for Multimedia Signal and Vision Processing,IEEE CIMSIVP,CORE2023,C,none,none,4603,0,N/A
IEEE Symposium on Computational Intelligence for Security and Defence Applications,IEEE CISDA,CORE2023,C,none,none,4601,0,N/A
IEEE International Conference on Intelligent Systems,IEEE IS,CORE2023,C,none,view,4602,0,N/A
IEEE Swarm Intelligence Symposium,IEEE SIS,CORE2023,C,none,none,4602,0,N/A
Intenational Environmental Modelling and Software Society,iEMSs,CORE2023,C,none,none,4601,0,N/A
Asia Pacific Symposium on Intelligent and Evolutionary Systems (was Australia-Japan Joint Workshop on Intelligent and Evolutionary Systems),IES,CORE2023,C,none,none,4602,0,N/A
IFSA World Congress,IFSA,CORE2023,C,none,view,4602,0,N/A
IEEE International Geoscience and Remote Sensing Symposium,IGARSS,CORE2023,C,none,view,4601,0,N/A
Information Hiding and Multimedia Security Workshop,IH&MMSec,CORE2023,C,none,view,4604,0,N/A
Information Integration and Web-based Applications and Services,IIWAS,CORE2023,C,none,view,46,1,4.0
International Joint Conference on Computational Intelligence,IJCCI,CORE2023,C,none,view,4602,0,N/A
International Joint Conference on Rough Sets (2014 International Conference on Rough Sets and Current Trends in Computing joined with 3 others),IJCRS (was RSCTC),CORE2023,C,none,view,4602,0,N/A
Information Visualisation Theory and Practice,InfVis,CORE2023,C,none,none,4608,0,N/A
International Symposium on Innovations in Intelligent Systems and Applications,INISTA,CORE2023,C,none,view,4602,0,N/A
International Network Optimization Conference,INOC,CORE2023,C,none,view,4606,0,N/A
Informing Science and Information Technology Education,InSITE,CORE2023,C,none,none,4608,0,N/A
On-Line Testing and Robust System Design,IOLTS,CORE2023,C,none,view,CSE,0,N/A
International Conference on Indoor Positioning and Indoor Navigation,IPIN,CORE2023,C,none,view,4606,0,N/A
International Conference on Information Processing and Management of Uncertainty,IPMU,CORE2023,C,none,view,4605,0,N/A
International Symposium on Autonomous Decentralized Systems,ISADS,CORE2023,C,none,view,4606,0,N/A
Conference for the International Simulation and Gaming Association,ISAGA,CORE2023,C,none,view,4607,0,N/A
International Symposium on Automation and Robotics in Construction,ISARC,CORE2023,C,none,none,4602,0,N/A
Information Security Conference,ISC,CORE2023,C,See note,none,4604,0,N/A
International Symposium on Combinatorial Optimisation,ISCO,CORE2023,C,none,view,4613,1,5.0
International Conference on Intelligent Systems Designs and Applications,ISDA,CORE2023,C,none,view,4602,0,N/A
International Symposium on Grids and Clouds (was International Symposium on Grid Computing),ISGC,CORE2023,C,none,none,4606,0,N/A
IEEE International Conference on Intelligence and Security Informatics,ISI,CORE2023,C,none,view,4604,0,N/A
IEEE International Symposium on Multimedia,ISM,CORE2023,C,none,view,4603,0,N/A
International Symposium on Foundations of Intelligent Systems,ISMIS,CORE2023,C,none,view,4602,0,N/A
International Symposium on Memory Management,ISMM,CORE2023,C,none,view,4606,0,N/A
International Symposium on Neural Networks,ISNN,CORE2023,C,none,view,4611,1,4.0
"International Symposium on Leveraging Applications of Formal Methods, Verification and Validation",ISoLA,CORE2023,C,none,view,4612,0,N/A
IEEE International Symposium on Real-Time Distributed Computing,ISORC,CORE2023,C,none,view,4606,0,N/A
IEEE International Symposium on Parallel and Distributed Processing with Applications,ISPA,CORE2023,C,none,view,4606,0,N/A
International Symposium on Parallel and Distributed Computing,ISPDC,CORE2023,C,none,view,4606,0,N/A
International Symposium on Spatial Data Quality,ISSDQ,CORE2023,C,none,none,4601,0,N/A
International Symposium on Technology and Society,ISTAS,CORE2023,C,none,none,46,0,N/A
Applications of Information Visualization,IV-App,CORE2023,C,none,none,4608,0,N/A
Information Visualization in Biomedical Informatics,IVBI,CORE2023,C,none,none,4601,0,N/A
International Workshop on Combinatorial Image Analysis: Theory and Applications,IWCIA,CORE2023,C,none,view,4603,0,N/A
International Workshop on Digital Watermarking,IWDW,CORE2023,C,none,view,4604,0,N/A
Joint Conference of the International Workshop on Software Measurement and the International Conference on Software Process and Product Measurement (IWSM and Mensura combined from 2007),IWSM Mensura,CORE2023,C,none,view,4612,0,N/A
International Conference on the Statistical Analysis of Textual Data,JADT,CORE2023,C,none,none,4602,0,N/A
International Conference on Legal Knowledge and Information Systems,JURIX,CORE2023,C,none,view,4601,0,N/A
International Conference on Knowledge Engineering and Ontology Development,KEOD,CORE2023,C,none,none,4605,0,N/A
International KES Conference on Agents and Multiagent systems - Technologies and Applications,KES AMSTA,CORE2023,C,none,none,4602,2,5.0
KES International Symposium on Intelligent Decision Technologies,KES IDT,CORE2023,C,none,none,4602,3,3.0
Knowledge Visualization and Visual Thinking,KV,CORE2023,C,none,none,4608,0,N/A
"Latin-American Algorithms, Graphs and Optimization Symposium",LAGOS,CORE2023,C,none,view,4613,0,N/A
IEEE LAN/MAN Workshop,LANMAN,CORE2023,C,none,view,4606,0,N/A
International Conference on Language and Automata Theory and Applications,LATA,CORE2023,C,none,view,4613,0,N/A
"Language, Data and Knowledge",LDK,CORE2023,C,none,view,4602,0,N/A
International Workshop on MultiAgent Based Simulation,MABS,CORE2023,C,none,view,4602,0,N/A
International Conference on Model and Data Engineering,MEDI,CORE2023,C,none,view,4605,0,N/A
International Conference on Formal Methods and Models for Co-Design,MEMOCODE,CORE2023,C,none,view,4612,0,N/A
International Workshop on Modelling in Software Engineering,MISE,CORE2023,C,none,none,4612,0,N/A
International Conference on Model-Driven Engineering and Software Development,MODELSWARD,CORE2023,C,none,view,4606,0,N/A
International Conference on Managed Programming Languages and Runtimes (was ManLang and previously Principles and Practice of Programming in Java: PPPJ),MPLR,CORE2023,C,none,view,4612,0,N/A
International Symposium on the Mathematical Theory of Networks and Systems,MTNS,CORE2023,C,none,none,4606,0,N/A
Applications of Natural Language to Data Bases,NLDB,CORE2023,C,none,view,4602,0,N/A
IFIP International Conference on Network and Parallel Computing,NPC,CORE2023,C,none,view,4606,0,N/A
New Security Paradigms Workshop,NSPW,CORE2023,C,none,view,4604,0,N/A
"International Symposium on New Ideas, New Paradigms, and Reflections on Programming and Software",Onward,CORE2023,C,none,view,4612,0,N/A
SIAM Conference on Optimization,OP,CORE2023,C,none,none,4602,0,N/A
International Symposium on Open Collaboration (was International Symposiums on Wikis),OPENSYM,CORE2023,C,none,view,4612,0,N/A
International Conference on Pairing-based Cryptography,Pairing,CORE2023,C,none,none,4604,0,N/A
International Picture Coding Symposium,PCS,CORE2023,C,none,view,4603,0,N/A
"International Conference on Parallel and Distributed Computing, Applications and Technologies",PDCAT,CORE2023,C,none,view,4606,0,N/A
"Euromicro International Conference on Parallel, Distributed and Network Based Processing",PDP,CORE2023,C,none,view,4606,0,N/A
ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation,PEPM,CORE2023,C,none,view,4612,0,N/A
Workshop on Programming Languages and Operating Systems,PLOS,CORE2023,C,none,none,4606,0,N/A
International Conference on Principles and Practice of Declarative Programming,PPDP,CORE2023,C,none,view,4613,0,N/A
International Workshop on Post-Quantum Cryptography,PQCrypto,CORE2023,C,none,view,4604,0,N/A
IFIP Working Conferences on Virtual Enterprises,PRO-VE,CORE2023,C,none,none,4606,0,N/A
Privacy in Statistical Databases,PSD,CORE2023,C,none,view,4604,0,N/A
"Annual Conference on Privacy, Security and Trust",PST,CORE2023,C,none,view,4604,0,N/A
International Conference on the Quality of Information and Communications Technology,QUATIC,CORE2023,C,none,view,4612,1,5.0
International Conference on Relational and AlgebraicMethods in Computer Science (was International Conference on Relational Methods in Computer Science RelMiCS),RAMiCS,CORE2023,C,none,view,4613,0,N/A
IEEE International Symposium on Rapid System Prototyping (was IEEE Symposium on Rapid Prototyping),RSP,CORE2023,C,none,view,4612,0,N/A
IEEE International Conference on Blockchain and Cryptocurrency,ICBC,CORE2023,C,none,view,4606,1,5.0
Workshop on Algorithms in Bioinformatics,WABI,CORE2023,C,none,view,4601,0,N/A
"International Conference on Probabilistic, Combinatorial, and Asymptotic Methods in the Analysis of Algorithms (was Conference on Analysis of Algorithms)",AofA,CORE2023,C,none,view,4613,0,N/A
IFIP/IEEE International Conference on Performance Evaluation and Modeling in Wired and Wireless Networks,PEMWN,CORE2023,C,none,view,4606,0,N/A
International Conference on Machine Vision,ICMV,CORE2023,C,none,view,4603,0,N/A
European Conference on Multi-Agent Systems,EUMAS,CORE2023,C,none,view,4602,1,3.0
International Symposium on Temporal Representation and Reasoning,TIME,CORE2023,C,none,view,4602,0,N/A
"International Conference on Heterogeneous Networking for Quality, Reliability, Security and Robustness (was International Conference on Quality of Service in Heterogeneous Wired/Wireless Networks)",Qshine,CORE2023,C,none,view,4606,0,N/A
International Conference on Management of Digital EcoSystems,MEDES,CORE2023,C,none,view,4606,29,4.3
International Conference on Algorithms and Architectures for Parallel Processing,ICA3PP,CORE2023,C,none,view,4606,0,N/A
Latin American Conference on Informatics,CLEI,CORE2023,C,none,view,4602,0,N/A
"International Conference on Data Science, Technology and Applications",DATA,CORE2023,C,none,view,4605,0,N/A
International Conference on Information Systems Security and Privacy,ICISSP,CORE2023,C,none,view,4604,0,N/A
International Conference on Pattern Recognition Applications and Methods,ICPRAM,CORE2023,C,none,view,4603,3,5.0
International Conference on Software and Data Technologies,ICSoft,CORE2023,C,none,view,4612,0,N/A
International Conference on Web Information Systems and Technologies,WEBIST,CORE2023,C,none,view,46,0,N/A
International Conference on Mobile and Ubiquitous Systems: Networks and Services,Mobiquitous,CORE2023,C,none,view,4606,0,N/A
"International Workshop on Coordination, Organizations, Institutions, Norms and Ethics for Governance of Multi-Agent Systems (Ethics added 2020)",COINE,CORE2023,C,none,view,4602,2,4.0
"International Conference on Collaborative Computing: Networks, Applications and Worksharing",CollaborateCom,CORE2023,C,none,view,4606,1,4.0
International Conference on Reversible Computation,RC,CORE2023,C,none,view,4613,0,N/A
"IFIP Joint International Conference on Formal Description Techniques and Protocol Specification, Testing, And Verification",FORTE,CORE2023,C,none,none,4612,0,N/A
International Symposium on Logic-based Program Synthesis and Transformation,LOPSTR,CORE2023,C,none,view,4613,0,N/A
"International Conference on Internet of Things, Big Data and Security",IoTBDS,CORE2023,C,none,view,4604,0,N/A
International Conference on Security and Privacy for Communication Networks,SecureComm,CORE2023,C,none,view,4604,2,3.0
International Conference on Vehicle Technology and Intelligent Transport Systems,VEHITS,CORE2023,C,none,view,4606,0,N/A
"International Conference on Informatics in Control, Automation and Robotics",ICINCO,CORE2023,C,none,view,4602,0,N/A
"ArtsIT, Interactivity & Game Creation (was International Conference on Arts and Technology)",ArtsIT,CORE2023,C,none,view,4607,0,N/A
Conference of the European Association for Machine Translation,EAMT,CORE2023,C,none,view,4602,0,N/A
International Conference on Information Security and Cryptography,SECRYPT,CORE2023,C,none,view,4604,0,N/A
Machine Translation Summit,MT SUMMIT,CORE2023,C,none,view,4602,0,N/A
"International Conference on Knowledge Science, Engineering and Management",KSEM,CORE2023,C,none,view,4602,0,N/A
"International Conference on Broadband Communications, Networks and Systems",Broadnets,CORE2023,C,none,view,4606,0,N/A
International Conference on Advanced Data Mining and Applications,ADMA,CORE2023,C,none,view,4605,0,N/A
"International Symposium on Networks, Computers and Communications",ISNCC,CORE2023,C,none,view,4606,2,5.0
International Colloquium on Theoretical Aspects of Computing,ICTAC,CORE2023,C,none,view,4613,0,N/A
International Conference of the Immersive Learning Research Network,iLRN,CORE2023,C,none,view,4601,2,5.0
"International Conference on Artificial Intelligence in Music, Sound, Art and Design",EvoMUSART,CORE2023,C,none,view,4602,1,5.0
International Conference on Computational Creativity,ICCC,CORE2023,C,none,view,46,2,5.0
IEEE International Working Conference on Source Code Analysis and Manipulation,SCAM,CORE2023,C,none,view,4612,1,4.0
Practice and Theory of Automated Timetabling,PATAT,CORE2023,C,See note,none,4601,0,N/A
International Symposium on Robotics Research,ISRR,CORE2023,C,See note,view,4602,0,N/A
Conference on Combinatorial Optimization and Applications,COCOA,CORE2023,C,See note,view,4602,1,N/A
International Conference on Database and Expert Systems Applications,DEXA,CORE2023,C,See note,view,4605,0,N/A
International Conference on Case-Based Reasoning,ICCBR,CORE2023,C,See note,view,4602,2,4.0
"Pacific Asia Conference on Language, Information and Computation",PACLIC,CORE2023,C,See note,view,4602,0,N/A
Pacific Rim Knowledge Acquisition Workshop,PKAW,CORE2023,C,See note,view,4602,0,N/A
International Conference on Software Engineering and Knowledge Engineering,SEKE,CORE2023,C,See note,view,4612,0,N/A
Winter Simulation Conference,WSC,CORE2023,C,See note,view,4602,0,N/A
Workshop on Constraint Satisfaction for Planning and Scheduling,COPLAS,CORE2023,C,See note,none,4602,0,N/A
The Theory and Application of Diagrams,DIAGRAMS,CORE2023,C,See note,view,4602,0,N/A
International Conference on Intelligent Text Processing and Computational Linguistics,CICLING,CORE2023,C,See note,view,4602,0,N/A
Innovative Applications in AI,IAAI,CORE2023,C,See note,none,4602,0,N/A
Robot Soccer World Cup,RoboCup,CORE2023,C,See note,view,4602,0,N/A
International Conference on Computer Analysis of Images and Patterns,CAIP,CORE2023,C,See note,view,4603,0,N/A
International Workshop on Multimedia Signal Processing,MMSP,CORE2023,C,See note,view,4603,1,5.0
Pacific-Rim Symposium on Image and Video Technology,PSIVT,CORE2023,C,See note,view,4603,1,5.0
Digital Audio Effects Conference,DAFX,CORE2023,C,See note,view,4603,0,N/A
IEEE International Conference on Visual Communications and Image Processing (was SPIE ... pre 2011),VCIP,CORE2023,C,See note,view,4603,1,5.0
International Conference on Information and Communications Security,ICICS,CORE2023,C,See note,view,4604,2,N/A
Information Security Practice and Experience Conference,ISPEC,CORE2023,C,See note,view,4604,0,N/A
International Conference on Provable Security,ProvSec,CORE2023,C,See note,view,4604,0,N/A
International Conference on Sequences and their Applications,SETA,CORE2023,C,See note,none,4604,0,N/A
Smart Card Research and Advanced Application Conference,CARDIS,CORE2023,C,See note,view,4604,1,4.0
IMA International Conference on Cryptography and Coding,IMACC,CORE2023,C,See note,view,4604,0,N/A
European Conference on Computational Biology,ECCB,CORE2023,C,See note,none,4601,0,N/A
Symposium on Advances in DB and Information Systems,ADBIS,CORE2023,C,See note,view,4605,0,N/A
Web and Big Data,APWEB,CORE2023,C,See note,view,4605,0,N/A
International Workshop on Data Warehousing and OLAP,DOLAP,CORE2023,C,See note,view,4605,0,N/A
International Database Engineering and Applications Symposium,IDEAS,CORE2023,C,See note,view,4605,0,N/A
International Symposium on String Processing and Information Retrieval,SPIRE,CORE2023,C,See note,view,4605,1,5.0
Workshop on Job Scheduling Strategies for Parallel Processing,JSSPP,CORE2023,C,See note,view,4606,0,N/A
International Conference on Advances in Mobile Computing and Multimedia,MOMM,CORE2023,C,See note,view,4606,0,N/A
International Symposium on Computer Architecture and High Performance Computing,SBAC-PAD,CORE2023,C,See note,view,4606,0,N/A
Heterogeneity in Computing Workshop,HCW,CORE2023,C,See note,none,4606,0,N/A
International Conference on Ubiquitous Intelligence and Computing,UIC,CORE2023,C,See note,view,4606,0,N/A
IEEE International Performance Computing and Communications Conference,IPCCC,CORE2023,C,See note,view,4606,0,N/A
IEEE International Conference on High Performance Computing and Communications,HPCC,CORE2023,C,See note,view,4606,1,4.0
IEEE Symposium on Computers and Communications,ISCC,CORE2023,C,See note,view,4606,32,5.0
Computer Graphics International,CGI,CORE2023,C,See note,view,4607,0,N/A
International Conference on Cyberworlds (was International Symposium on Cyberworlds),CW,CORE2023,C,See note,view,4607,2,5.0
International Conference on Information Visualisation,IV,CORE2023,C,See note,view,4608,0,N/A
ACM Symposium on Solid and Physical Modelling,SPM,CORE2023,C,See note,none,4607,0,N/A
Annual International Workshop on Presence,ISPR,CORE2023,C,See note,none,4607,0,N/A
International Conference on Artificial Reality and Telexistance & Eurographics Symposium on Virtual Environments,EGVE,CORE2023,C,See note,view,4607,0,N/A
Eurographics Symposium on Parallel Graphics and Visualization,EGPGV,CORE2023,C,See note,view,4607,0,N/A
Association for Computer-Aided Architectural Design Research in Asia (CAADRIA) annual conference,CAADRIA,CORE2023,C,See note,none,4601,0,N/A
International Conference on Computers in Education,ICCE,CORE2023,C,See note,none,4601,2,4.0
"World Conference on Educational Multimedia, Hypermedia and Telecommunications",ED-MEDIA,CORE2023,C,See note,none,4601,1,4.0
International Conference on Computer Supported Cooperative Work in Design,CSCWD,CORE2023,C,See note,view,4608,0,N/A
ETHICOMP Conference,ETHICOMP,CORE2023,C,See note,none,4608,0,N/A
Asia-Pacific Software Engineering Conference,APSEC,CORE2023,C,See note,view,4612,0,N/A
International Conference on Formal Engineering Methods,ICFEM,CORE2023,C,See note,view,4612,0,N/A
Practical Aspects of Declarative Languages,PADL,CORE2023,C,See note,view,4612,0,N/A
Pacific Rim International Symposium on Dependable Computing,PRDC,CORE2023,C,See note,view,4612,0,N/A
"Software Quality, Reliability, and Security (was International Conference on Quality Software, QSIC, that merged with SERE 2015)",QRS,CORE2023,C,See note,view,4612,1,4.0
Pattern Languages of Programs,PLOP,CORE2023,C,See note,none,4612,0,N/A
International Conference on Implementation and Application of Automata,CIAA,CORE2023,C,See note,view,4613,0,N/A
Developments in Language Theory,DLT,CORE2023,C,See note,view,4613,0,N/A
International Symposium on Information Theory and Its Applications,ISITA,CORE2023,C,See note,view,4613,0,N/A
"Machines, Computations and Universality (was Universal Machines and Computations)",MCU,CORE2023,C,See note,view,4613,0,N/A
Conference on Theory and Applications of Models of Computation,TAMC,CORE2023,C,See note,view,4613,0,N/A
"Workshop on Logic, Language, Information and Computation",WoLLIC,CORE2023,C,See note,view,4613,0,N/A
International Workshop on Combinatorial Algorithm,IWOCA,CORE2023,C,See note,view,4613,1,4.0
Geometry Modeling and Processing,GMP,CORE2023,C,See note,none,4613,0,N/A
Symposium of Asian Association for Algorithms and Computation,AAAC,CORE2023,C,none,none,4613,0,N/A
Conference on Algorithmic Aspects in Information and Management,AAIM,CORE2023,C,none,view,4613,0,N/A
"International Conference Abstract State Machines, Alloy, B, TLA, VDM, and Z (Previously International Conference of B and Z Users, ZB, changed in 2008)",ABZ,CORE2023,C,none,view,4612,0,N/A
Applied Computing Conference,ACC,CORE2023,C,none,none,4601,0,N/A
International Conference on Advances in Computer-Human Interactions,ACHI,CORE2023,C,none,none,4608,0,N/A
International Conference on Affective Computing and Intelligent,ACII,CORE2023,C,none,view,4608,4,5.0
Artificial Intelligence Applications and Innovations,AIAI,CORE2023,C,none,view,4601,0,N/A
ACS/IEEE International Conference on Computer Systems and Applications,AICCSA,CORE2023,C,none,view,46,0,N/A
International Symposium on Algorithms and Experiments for Wireless Networks,Algosensors,CORE2023,C,none,view,4606,0,N/A
International Conference on the Simulation and Synthesis of Living Systems,ALIFE,CORE2023,C,none,none,4602,0,N/A
Asia Pacific Conference on Communications,APCC,CORE2023,C,none,view,4606,0,N/A
Asia-Pacific Network Operations and Management Symposium,APNOMS,CORE2023,C,none,view,4606,0,N/A
Conference of the Association of Asian-Pacific Operational Research Societies,APORS,CORE2023,C,none,none,4602,0,N/A
Asia-Pacific Services Computing Conference,APSCC,CORE2023,C,none,none,4606,0,N/A
IEEE Symposium on Computer Arithmetic,ARITH,CORE2023,C,none,view,4613,0,N/A
International Symposium on Artificial Life and Robotics,AROB,CORE2023,C,none,none,4602,0,N/A
Asia and South Pacific Design Automation Conference,ASPDAC,CORE2023,C,none,view,4606,0,N/A
IEEE Automatic Speech Recognition and Understanding Workshop,ASRU,CORE2023,C,none,view,4602,0,N/A
Automation of Software Test,AST,CORE2023,C,none,view,4612,0,N/A
International Conference on Advanced and Trusted Computing (was International Conference on Autonomic and Trusted Computing),ATC,CORE2023,C,none,view,4604,0,N/A
"Workshop on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems",ATMOS,CORE2023,C,none,view,4613,0,N/A
"IEEE/ACM International Conference on Big Data Computing, Applications and Technologies",BDCAT,CORE2023,C,none,view,4611,0,N/A
IEEE Bioinformatics and Bioengineering,BIBE,CORE2023,C,none,view,4601,0,N/A
International Conference on Reliable Software Technologies,Ada-Europe,CORE2023,Journal Published,none,view,4612,0,N/A
"IFIP International Symposium on Computing Performance, Modelling, Measurement and Evaluation",PERFORMANCE,CORE2023,Journal Published,none,view,4612,0,N/A
"International Conference on Compilers, Architecture, and Synthesis for Embedded Systems",CASES,CORE2023,Journal published,none,view,4606,0,N/A
CHI PLAY: The Annual Symposium on Computer-Human Interaction in Play,CHI PLAY,CORE2023,Journal Published,none,view,4608,0,N/A
Engineering Interactive Computing Systems,EICS,CORE2023,Journal Published,none,view,4608,3,5.0
International Conference on Embedded Software,EMSOFT,CORE2023,Journal published,none,view,4606,0,N/A
SIGGRAPH Asia,SiggraphA,CORE2023,journal published,none,view,4607,6,5.0
ACM International Joint Conference on Pervasive and Ubiquitous Computing (PERVASIVE and UbiComp combined from 2013),UbiComp,CORE2023,journal published,none,view,4608,0,N/A
Intelligent Systems in Molecular Biology,ISMB,CORE2023,journal published,none,view,4601,1,N/A
ACM International Conference on Interactive Surfaces and Spaces (was International Workshop on Horizontal Interactive Human-Computer Systems: Tabletop),ISS,CORE2023,Journal Published,none,view,4608,1,4.0
Pacific Conference on Computer Graphics and Applications,PG,CORE2023,Journal Published,none,view,4607,0,N/A
CONFERENCE ON COMPUTER SCIENCE AND INTELLIGENCE SYSTEMS,FedCSIS,CORE2023,Multi-conference,none,view,4602,0,N/A
International Conference on Computational Science,ICCS,CORE2023,Multiconference,none,view,4601,5,5.0
"Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications (GRAPP and VISAPP combined from 2008)",VISIGRAPP,CORE2023,Multiconference,none,view,4603,0,N/A
International Conference on Modelling and Simulation,ECMS,CORE2023,Multiconference,See note,view,4602,0,N/A
Computer Sciences and Information Technologies,CSIT,CORE2023,National,none,none,4602,0,N/A
British Computer Society Conference on Human-Computer Interaction,HCI,CORE2023,National,none,none,4608,0,N/A
International Work-conference on the Interplay between Natural and Artificial Computation,IWINAC,CORE2023,National,none,view,4602,0,N/A
International Workshop on Algebraic and Combinatorial Coding Theory,ACCT,CORE2023,National,none,none,4613,0,N/A
International Symposium 'Problems of Redundancy in Information and Control Systems',Redundancy,CORE2023,National Russia,none,none,4604,0,N/A
International Conference on Recent Advances in Natural Language Processing,RANLP,CORE2023,National: bulgaria,none,view,4602,0,N/A
"International Conference on Artificial Intelligence: Methodology, Systems, Applications",AIMSA,CORE2023,National: Bulgaria,none,view,4602,0,N/A
Testbeds and Research Infrastructures for the Development of Networks and Communities,TridentCom,CORE2023,National: China,none,view,4606,0,N/A
International Frontiers of Algorithmics Workshop,FAW,CORE2023,National: China,none,view,4613,0,N/A
International Conference on Image and Graphics,ICIG,CORE2023,National: China,none,view,4607,0,N/A
International Symposium on Theoretical Aspects of Software Engineering,TASE,CORE2023,National: China,none,view,4612,0,N/A
International Conference on Machine Learning and Cybernetics,ICMLC,CORE2023,National: China,none,view,4611,0,N/A
International Conference on Natural Computation,ICNC,CORE2023,National: China,none,view,4602,0,N/A
SKLOIS Conference on Information Security and Cryptology,Inscrypt,CORE2023,National: China,none,view,4604,0,N/A
International Conference on Intelligent Systems and Knowledge Engineering,ISKE,CORE2023,National: China,none,view,4602,0,N/A
Conference on Software in Telecommunications and Computer Networks,SOFTCOM,CORE2023,National: Croatia,none,view,4606,0,N/A
Prague Stringology Conference,PSC,CORE2023,National: Czech,none,view,4613,0,N/A
"International Conferences in Central Europe on Computer Graphics, Visualization and Computer Vision",WSCG,CORE2023,National: Czecholslovakia,none,none,4607,0,N/A
International Conference on Real-Time and Network Systems,RTNS,CORE2023,National: France,none,view,4606,0,N/A
"Conference on Innovation in Clouds, Internet and Networks",ICIN,CORE2023,National: France,none,view,4606,0,N/A
European Conference on Pattern Languages of Programs,EuroPLop,CORE2023,National: Germany,none,view,4612,5,5.0
Mensch & Computer,MuC,CORE2023,National: Germany,none,view,4608,0,N/A
International Conference on Information Systems Security,ICISS,CORE2023,National: India,none,view,4604,0,N/A
Indian Conference on Human-Computer Interaction,IndiaHCI,CORE2023,National: India,none,none,4608,1,5.0
International Conference on Cryptology in India,INDOCRYPT,CORE2023,National: India,none,view,4604,0,N/A
International Conference on Management of Data,COMAD,CORE2023,National: India,none,view,4605,0,N/A
Foundations of Software Technology and Theoretical Computer Science,FST&TCS,CORE2023,National: India,none,view,4613,2,5.0
International Conference on High Performance Computing,HiPC,CORE2023,National: India,none,view,4606,3,5.0
International Conference on Distributed Computing and Internet Technologies,ICDCIT,CORE2023,National: India,none,view,4606,0,N/A
International Conference on Distributed Computing and Networking,ICDCN,CORE2023,National: India,none,view,4606,7,4.7
International Conference on VLSI Design,VLSID,CORE2023,National: India,none,view,4606,2,5.0
International Conference on Advanced Computing and Communications,AdCom,CORE2023,National: India,none,none,4606,0,N/A
International CSI Computer Conference,CSICC,CORE2023,National: Iran,none,none,4613,0,N/A
International Machine Vision and Image Processing Conference,IMVIP,CORE2023,National: ireland,none,none,4603,0,N/A
Conference on Fun with Algorithms,FUN,CORE2023,National: Italy,none,view,4613,0,N/A
International Conference on Image Analysis and Processing,ICIAP,CORE2023,National: Italy,none,view,4603,1,3.0
Conference on Security and Cryptography for Networks,SCN,CORE2023,National: Italy,none,view,4604,0,N/A
International Symposium on Functional and Logic Programming,FLOPS,CORE2023,National: Japan,none,view,4613,0,N/A
International Workshop on Security,IWSEC,CORE2023,National: Japan,none,view,4604,0,N/A
Machine Vision Applications,MVA,CORE2023,National: japan,none,view,4603,0,N/A
International Conference on Information Security and Cryptology,ICISC,CORE2023,National: Korea,none,view,4604,0,N/A
International Workshop on Information Security Applications,WISA,CORE2023,National: korea,none,view,4604,0,N/A
"International Conference on Robotics, Vision, Signal Processing and Power Applications (was ROVPIA)",RoVISP,CORE2023,National: Malaysia,none,none,4603,0,N/A
International Conference on Frontiers of Information Technology,FIT,CORE2023,National: Pakistan,none,view,46,0,N/A
International Conference on Dependability of Computer Systems,DEPCoS,CORE2023,National: Poland,none,view,4606,7,4.9
International Conference on Artificial Intelligence and Soft Computing,ICAISC,CORE2023,National: Poland,none,view,4602,34,4.9
International Conference on Computer Vision and Graphics,ICCVG,CORE2023,National: Poland,none,view,4603,0,N/A
Multimedia and Network Information Systems,MISSI,CORE2023,National: Poland,none,view,4603,0,N/A
International Conference on Parallel Processing and Applied Mathematics,PPAM,CORE2023,National: Poland,none,view,4606,4,4.7
Portuguese Conference on Artificial Intelligence,EPIA,CORE2023,National: Portugal,none,view,4602,0,N/A
IEEE International Conference on Intelligent Computer Communication and Processing,ICCP,CORE2023,National: Romania,none,view,4602,0,N/A
International Symposium on Applied Computational Intelligence and Informatics,SACI,CORE2023,National: Romania,none,view,4602,0,N/A
International Workshop on Soft Computing Applications,SOFA,CORE2023,National: Romania,none,none,4601,3,5.0
International Symposium on Symbolic and Numeric Algorithms for Scientific Computing,SYNASC,CORE2023,National: romania,none,view,4613,1,3.0
"International Conference on Analysis of Images, Social Networks and Texts",AIST,CORE2023,National: Russia,none,view,4602,0,N/A
International Computer Science Symposium in Russia,CSR,CORE2023,National: Russia,none,view,46,3,4.0
International Symposium on Ubiquitous Virtual Reality,ISUVR,CORE2023,National: S. Korea,none,none,4607,0,N/A
International Symposium on Intelligent Systems and Informatics,SISY,CORE2023,National: serbia,none,view,4602,0,N/A
International Symposium on Applied Machine Intelligence and Informatics,SAMI,CORE2023,National: slovakia,none,none,4602,0,N/A
International Work-Conference on Artificial and Natural Neural Networks,IWANN,CORE2023,National: Spain,none,view,4611,0,N/A
International Conference on Hybrid Artificial Intelligence Systems,HAIS,CORE2023,National: Spain,none,view,4602,0,N/A
Practical Applications of Agents and Multiagent Systems,PAAMS,CORE2023,National: Spain,none,view,4602,3,4.0
International Conference in Methodologies and Intelligent Systems for Technology Enhanced Learning,MIS4TEL,CORE2023,National: Spain,none,view,4601,0,N/A
International Conference on Advanced Technologies For Signal & Image Processing,ATSIP,CORE2023,National: Tunisia,none,view,4603,2,5.0
Knowledge Domain Visualisation,KDViz,CORE2023,National: UK,none,none,4608,0,N/A
SGAI International Conference on Artificial Intelligence,SGAI,CORE2023,National: UK,none,view,4602,0,N/A
"ICT in Education, Research, and Industrial Applications",ICTERI,CORE2023,National: Ukraine,none,view,4601,0,N/A
International Conference on Information and Knowledge Engineering,IKE,CORE2023,National: USA,none,none,4602,0,N/A
IEEE International Conference on Information Reuse and Integration,IRI,CORE2023,National: USA,none,view,4605,0,N/A
International Symposium on Artificial Intelligence and Mathematics,ISAIM,CORE2023,National: USA,none,view,4602,0,N/A
International Symposium on Visual Computing,ISVC,CORE2023,National: USA,none,view,4607,0,N/A
International Conference on Internet Technologies and Applications,ITA,CORE2023,National: USA,none,view,46,0,N/A
Logical Foundations of Computer Science,LFCS,CORE2023,National: USA,none,view,4613,0,N/A
Modelling and Optimization: Theory and Applications,MOPTA,CORE2023,National: USA,none,none,4602,0,N/A
IEEE Conference on Mass Storage Systems and Technologies,MSST,CORE2023,National: USA,none,view,4606,0,N/A
"Symposium on Networked Systems, Design and Implementation",NSDI,CORE2023,National: USA,none,view,4606,9,5.0
International Conference on Parallel and Distributed Processing Techniques and Applications,PDPTA,CORE2023,National: USA,none,none,4606,0,N/A
Pacific Symposium on Biocomputing,PSB,CORE2023,National: USA,none,view,4601,0,N/A
ACM Information Technology Education,SIGITE,CORE2023,National: USA,none,view,4608,1,N/A
ACM SIGUCCS Conference on User Services,SIGUCCS,CORE2023,National: USA,none,view,4601,0,N/A
Richard Tapia Celebration of Diversity in Computing Conference,Tapia,CORE2023,National: USA,none,none,46,0,N/A
International Visualization in Transportation Symposium,TRB,CORE2023,National: USA,none,none,4608,0,N/A
Usable Security and Privacy,USEC,CORE2023,National: USA,none,none,4604,0,N/A
Conference on Visualization and Data Analysis,VDA,CORE2023,National: USA,none,view,4608,0,N/A
Workshop on Computer Architecture Education,WCAE,CORE2023,National: USA,none,view,4608,0,N/A
"World Multi-Conference on Systemics, Cybernetics and Informatics",WMSCI,CORE2023,National: USA,none,none,46,0,N/A
"World Congress in Computer Science, Computer Engineering, and Applied Computing",WORLDCOMP,CORE2023,National: USA,none,none,46,0,N/A
"Asilomar Conference on Signals, Systems and Computing",ACSSC,CORE2023,National: USA,none,view,4606,0,N/A
American Medical Informatics Annual Fall Symposium,AMIA,CORE2023,National: USA,none,view,4601,2,5.0
International Conference on Computers and their Applications,CATA,CORE2023,National: USA,none,view,4601,0,N/A
Information Security Symposium,CERIAS,CORE2023,National: USA,none,none,4604,0,N/A
Conference on Information Sciences and Systems,CISS,CORE2023,National: USA,none,view,4606,0,N/A
Florida Artificial Intelligence Research Society Conference,FlAIRS,CORE2023,National: USA,none,none,4602,3,3.7
Visualization In Science and Education,GRC,CORE2023,National: USA,none,none,4608,0,N/A
IEEE Symposium on High-Performance Interconnects,HOTI,CORE2023,National: USA,none,view,4606,0,N/A
Workshop on Mobile Computing Systems and Applications,HOTMOBILE,CORE2023,National: USA,none,view,4606,0,N/A
ACM Workshop on Hot Topics in Networks,HOTNETS,CORE2023,National: USA,none,view,4606,0,N/A
International Conference on Artificial Intelligence,IC-AI,CORE2023,National: USA,none,none,4602,0,N/A
International Conference on High Performance Scientific Computing,HPSC,CORE2023,National: Vietnam,none,none,4606,0,N/A
International Conference on Computing and Combinatorics,COCOON,CORE2023,National:China,none,view,4613,3,4.5
"International Symposium on Software Engineering: Theories, Tools, and Applications",SETTA,CORE2023,National:China,none,view,4612,0,N/A
"Datenbanksysteme für Business, Technologie und Web",BTW,CORE2023,National:Germany,none,view,4605,0,N/A
IEEE International Conference on Cloud Computing in Emerging Markets,CCEM,CORE2023,National:India,none,none,4606,0,N/A
International Conference on COMmunication Systems & NETworkS,COMSNETS,CORE2023,National:India,none,view,4606,0,N/A
IEEE International Conference on Data Science and Engineering,ICDSE,CORE2023,National:India,none,none,4605,0,N/A
The ACM International System and Storage Conference,SYSTOR,CORE2023,National:Israel,none,view,4606,0,N/A
International Conference on Wireless Networks and Mobile Communications,WINCOM,CORE2023,National:Morocco,none,view,4606,0,N/A
International Conference on Methods and Models in Automation and Robotics,MMAR,CORE2023,National:Poland,none,view,4611,0,N/A
IEEE International Scientific Conference on Informatics,Informatics,CORE2023,National:Slovakia,none,none,4613,0,N/A
IEEE Conference on Cognitive and Computational Aspects of Situation Management,CogSIMA,CORE2023,National:USA,none,view,4606,0,N/A
International Conference on Practical Applications of Computational Biology & Bioinformatics,PACBB,CORE2023,National(Spain),none,view,4602,0,N/A
International Conference on Distributed Computing and Artificial Intelligence,DCAI,CORE2023,National(Spain),none,view,4602,0,N/A
Conference of the Association for Machine Translation in the Americas,AMTA,CORE2023,National/Regional,none,view,4602,0,N/A
IEEE Conference of the Open Innovations Association FRUCT,FRUCT,CORE2023,Regional,none,view,4606,0,N/A
Malaysia International Conference on Communications,MICC,CORE2023,Regional,none,none,4606,0,N/A
International Baltic Conference on Databases and Information Systems,DB&IS,CORE2023,Regional - Baltic,none,view,4605,0,N/A
Semantics - International Conference on Semantic Systems,Semantics,CORE2023,"Regional: Austria, Germany, Netherlands",none,view,4605,0,N/A
Nordic Conference on Human-Computer Interaction,NordiCHI,CORE2023,Regional:Scandinavia,none,view,4608,1,4.0
Design Automation Conf,DAC,CORE2023,TBR,See note,view,CSE,2,5.0
International Symposium on Microarchitecture,MICRO,CORE2023,TBR,See note,view,CSE,5,5.0
International Teletraffic Congress,ITC,CORE2023,Unranked,none,view,4606,0,N/A
Robotics: Science and Systems,RSS,CORE2023,TBR,See note,view,CSE,0,N/A
IEEE VLSI Test Symposium,VTS,CORE2023,TBR,See note,view,CSE,0,N/A
IEEE European Test Symposium,ETS,CORE2023,TBR,See note,view,CSE,0,N/A
IEEE International Symposium on Circuits and Systems,ISCAS,CORE2023,TBR,See note,view,CSE,2,5.0
Field Programmable Logic and Applications,FPL,CORE2023,TBR,See note,view,CSE,1,5.0
ACM Int'l Symposium on Field Programmable Gate Arrays,FPGA,CORE2023,TBR,See note,view,CSE,1,5.0
IEEE International Conference on Computer Design,ICCD,CORE2023,TBR,See note,view,CSE,1,4.0
IEEE Industrial Electronics Society,IECON,CORE2023,TBR,See note,view,CSE,0,N/A
IEEE International Conference on Emerging Technologies and Factory Automation,ETFA,CORE2023,TBR,See note,view,CSE,0,N/A
IEEE International Conference on Industrial Informatics,INDIN,CORE2023,TBR,See note,view,CSE,0,N/A
IEEE International Conference on Automation Science and Engineering,CASE,CORE2023,TBR,See note,view,CSE,0,N/A
IEEE International Conference on Quantum Computing and Engineering,QCE,CORE2023,TBR,See note,view,CSE,1,5.0
ACM/IEEE Symposium on Edge Computing,SEC,CORE2023,unranked,none,view,4606,0,N/A
International Conference on Sustainable Energy Information Technology,SEIT,CORE2023,Unranked,none,none,4601,0,N/A
"International Conference: Sciences of Electronics, Technologies of information and Telecommunication",SETIT,CORE2023,Unranked,none,none,46,1,4.0
Utility and Cloud Computing,UCC,CORE2023,Unranked,none,view,4606,0,N/A
Conference on Robot Learning,CoRL,CORE2023,Unranked,none,view,4602,1,5.0
European Dependable Computing Conference,EDCC,CORE2023,Unranked,none,view,4604,0,N/A
Asian Conference on Machine Learning,ACML,CORE2023,Unranked,none,view,4611,12,4.7
"International Conference on Ambient Systems, Networks and Technologies",ANT,CORE2023,Unranked,none,view,4606,2,4.5
International Conference on the Theory of Information Retrieval,ICTIR,CORE2023,Unranked,none,view,4605,0,N/A
International Conference on Virtual Rehabilitation,ICVR,CORE2023,Unranked,none,none,4601,0,N/A
International Conference on Advanced Communications and Computation,INFOCOMP,CORE2023,Unranked,none,none,46,0,N/A
International Conference on Mobile Systems and Pervasive Computing,MobiSPC,CORE2023,Unranked,none,none,4606,0,N/A
International Conference on Emerging Ubiquitous Systems and Pervasive Networks,EUSPN,CORE2023,Unranked,none,view,4606,0,N/A
The International Conference on Future Networks and Communications,FNC,CORE2023,Unranked,none,view,4606,0,N/A
HCist - International Conference on Health and Social Care Information Systems and Technologies,HCist,CORE2023,Unranked,none,none,4601,0,N/A
IFIP WG8.1 Working Conference on the Practice of Enterprise Modeling,PoEM,CORE2023,unranked: not primarily CS,none,view,46,0,N/A
1 Title Acronym Source Rank Note DBLP Primary FoR Comments Average Rating
2 National Conference of the American Association for Artificial Intelligence AAAI CORE2023 A* none view 4602 1 5.0
3 International Joint Conference on Autonomous Agents and Multiagent Systems (previously the International Conference on Multiagent Systems, ICMAS, changed in 2000) AAMAS CORE2023 A* none view 4602 2 5.0
4 Association for Computational Linguistics ACL CORE2023 A* none view 4602 0 N/A
5 ACM Multimedia ACMMM CORE2023 A* none view 4603 3 5.0
6 Automated Software Engineering Conference ASE CORE2023 A* none view 4612 2 5.0
7 Architectural Support for Programming Languages and Operating Systems ASPLOS CORE2023 A* none view 4612 0 N/A
8 Computer Aided Verification CAV CORE2023 A* none view 4612 0 N/A
9 ACM Conference on Computer and Communications Security CCS CORE2023 A* none view 4604 0 N/A
10 International Conference on Human Factors in Computing Systems CHI CORE2023 A* none view 4608 0 N/A
11 Conference on Learning Theory COLT CORE2023 A* none view 4611 2 5.0
12 Advances in Cryptology CRYPTO CORE2023 A* none view 4604 1 5.0
13 IEEE Conference on Computer Vision and Pattern Recognition CVPR CORE2023 A* none view 4603 1 5.0
14 ACM Conference on Economics and Computation EC CORE2023 A* none view 4602 2 5.0
15 European Conference on Computer Vision ECCV CORE2023 A* none view 4603 4 5.0
16 Empirical Methods in Natural Language Processing EMNLP CORE2023 A* none view 4602 2 5.0
17 International Conference on the Theory and Application of Cryptographic Techniques EuroCrypt CORE2023 A* none view 4604 0 N/A
18 IEEE Symposium on Foundations of Computer Science FOCS CORE2023 A* none view 4613 0 N/A
19 International Workshop on Fast Software Encryption FSE CORE2023 Journal Published none view 4604 0 N/A
20 International Symposium on High Performance Computer Architecture HPCA CORE2023 A* none view CSE 0 N/A
21 International Conference on Automated Planning and Scheduling ICAPS CORE2023 A* none view 4602 0 N/A
22 IEEE International Conference on Computer Vision ICCV CORE2023 A* none view 4603 3 5.0
23 International Conference on Data Engineering ICDE CORE2023 A* none view 4605 0 N/A
24 IEEE International Conference on Data Mining ICDM CORE2023 A* none view 4605 1 5.0
25 International Conference on Learning Representations ICLR CORE2023 A* none view 4611 0 N/A
26 International Conference on Machine Learning ICML CORE2023 A* none view 4611 0 N/A
27 IEEE International Conference on Robotics and Automation ICRA CORE2023 A* none view 4602 6 4.5
28 International Conference on Software Engineering ICSE CORE2023 A* none view 4612 4 4.7
29 International Joint Conference on Artificial Intelligence IJCAI CORE2023 A* none view 4602 1 5.0
30 IEEE International Conference on Computer Communications INFOCOM CORE2023 A* none view 4606 8 4.9
31 Information Processing in Sensor Networks IPSN CORE2023 A* none view 4606 0 N/A
32 ACM International Symposium on Computer Architecture ISCA CORE2023 A* none view CSE 0 N/A
33 IEEE/ACM International Symposium on Mixed and Augmented Reality ISMAR CORE2023 A* none view 4607 0 N/A
34 ACM International Conference on Knowledge Discovery and Data Mining KDD CORE2023 A* none view 4605 1 N/A
35 International Conference on the Principles of Knowledge Representation and Reasoning KR CORE2023 A* none view 4602 0 N/A
36 IEEE Symposium on Logic in Computer Science LICS CORE2023 A* none view 4613 0 N/A
37 ACM International Conference on Mobile Computing and Networking MOBICOM CORE2023 A* none view 4606 0 N/A
38 Usenix Network and Distributed System Security Symposium NDSS CORE2023 A* none view 4604 1 5.0
39 Advances in Neural Information Processing Systems (was NIPS) NeurIPS CORE2023 A* none view 4611 0 N/A
40 Usenix Symposium on Operating Systems Design and Implementation OSDI CORE2023 A* none view 4606 0 N/A
41 IEEE International Conference on Pervasive Computing and Communications PERCOM CORE2023 A* none view 4608 48 5.0
42 ACM-SIGPLAN Conference on Programming Language Design and Implementation PLDI CORE2023 A* none view 4612 0 N/A
43 ACM Symposium on Principles of Distributed Computing PODC CORE2023 A* none view 4606 0 N/A
44 ACM SIGMOD-SIGACT-SIGART Conference on Principles of Database Systems PODS CORE2023 A* none view 4605 0 N/A
45 ACM-SIGACT Symposium on Principles of Programming Languages POPL CORE2023 A* none view 4612 0 N/A
46 Real Time Systems Symposium RTSS CORE2023 A* none view 4606 0 N/A
47 ACM Conference on Embedded Networked Sensor Systems SENSYS CORE2023 A* none view 4606 0 N/A
48 ACM Conference on Applications, Technologies, Architectures, and Protocols for Computer Communication SIGCOMM CORE2023 A* none view 4606 1 5.0
49 ACM SIG International Conference on Computer Graphics and Interactive Techniques SIGGRAPH CORE2023 A* none view 4607 1 5.0
50 ACM International Conference on Research and Development in Information Retrieval SIGIR CORE2023 A* none view 4605 0 N/A
51 Measurement and Modeling of Computer Systems SIGMETRICS CORE2023 A* none view 4612 1 5.0
52 ACM Special Interest Group on Management of Data Conference SIGMOD CORE2023 A* none view 4605 0 N/A
53 ACM/SIAM Symposium on Discrete Algorithms SODA CORE2023 A* none view 4613 0 N/A
54 ACM SIGOPS Symposium on Operating Systems Principles SOSP CORE2023 A* none view 4606 0 N/A
55 IEEE Symposium on Security and Privacy SP CORE2023 A* none view 4604 0 N/A
56 ACM Symposium on Theory of Computing STOC CORE2023 A* none view 4613 1 5.0
57 ACM Symposium on User Interface Software and Technology UIST CORE2023 A* none view 4608 1 5.0
58 Usenix Security Symposium USENIX-Security CORE2023 A* none view 4604 0 N/A
59 International Conference on Very Large Databases VLDB CORE2023 A* none view 4605 0 N/A
60 IEEE Conference on Virtual Reality and 3D User Interfaces VR CORE2023 A* none view 4607 0 N/A
61 International World Wide Web Conference WWW CORE2023 A* none view 4606 2 4.5
62 IEEE International Conference on Software Analysis, Evolution and Reengineering SANER CORE2023 A none view 4612 0 N/A
63 International Conference for High Performance Computing, Networking, Storage and Analysis (was Supercomputing Conference) SC CORE2023 A none view CSE 0 N/A
64 SIAM International Conference on Data Mining SDM CORE2023 A none view 4605 3 5.0
65 International Symposium on Software Engineering for Adaptive and Self-Managing Systems SEAMS CORE2023 A none view 4612 2 2.0
66 ACM International Conference on Advances in Geographic Information Systems SIGSPATIAL CORE2023 A none view 4601 0 N/A
67 Tools and Algorithms for Construction and Analysis of Systems TACAS CORE2023 A none view 4612 1 5.0
68 Theoretical Aspects of Rationality and Knowledge TARK CORE2023 A none view 4613 0 N/A
69 Theory of Cryptography Conference TCC CORE2023 A none view 4604 0 N/A
70 Conference in Uncertainty in Artificial Intelligence UAI CORE2023 A none view 4602 1 N/A
71 Usenix Annual Technical Conference USENIX CORE2023 A none view 4606 0 N/A
72 IEEE Workshop on Applications of Computer Vision WACV CORE2023 A none view 4603 1 5.0
73 International Conference on Logic Programming ICLP CORE2023 A none view 4613 0 N/A
74 IEEE International Conference on Multimedia and Expo ICME CORE2023 A none view 4603 0 N/A
75 IEEE International Conference on Program Comprehension (previously IWPC, changed in 2006) ICPC CORE2023 A none view 4612 1 5.0
76 ACM International Conference on Supercomputing ICS CORE2023 A none view CSE 0 N/A
77 International Conference on Software Architecture (was previously WICSA) ICSA CORE2023 A none view 4612 11 4.9
78 IEEE International Conference on Software Maintenance and Evolution (prior to 2014 was ICSM, IEEE International Conference on Software Maintenance) ICSME CORE2023 A none view 4612 1 5.0
79 International Conference on Service Oriented Computing ICSOC CORE2023 A none view 4606 1 4.0
80 International Conference on Software Testing, Verification and Validation ICST CORE2023 A none view 4612 5 4.8
81 IEEE Visualization IEEE VIS CORE2023 A none view 4608 0 N/A
82 International Joint Conference on Automated Reasoning IJCAR CORE2023 A none view 4602 0 N/A
83 Internet Measurement Conference IMC CORE2023 A none view 4606 1 5.0
84 Interspeech (combined EuroSpeech and ICSLP in 2000) Interspeech CORE2023 A none view 4602 0 N/A
85 IEEE International Parallel and Distributed Processing Symposium (was IPPS and SPDP) IPDPS CORE2023 A none view 4606 1 4.0
86 International Symposium on Symbolic and Algebraic Computation ISSAC CORE2023 A none view 4613 0 N/A
87 International Symposium on Software Reliability Engineering ISSRE CORE2023 A none view 4612 1 5.0
88 International Symposium on Software Testing and Analysis ISSTA CORE2023 A none view 4612 0 N/A
89 IEEE International Symposium on Wearable Computers ISWC CORE2023 Journal Published none view 4608 0 N/A
90 Innovations in Theoretical Computer Science ITCS CORE2023 A none view 4613 0 N/A
91 International Conference on Intelligent User Interfaces IUI CORE2023 A none view 4608 0 N/A
92 Logics in Artificial Intelligence, European Conference JELIA CORE2023 A none view 4613 0 N/A
93 International Conference on Learning Analytics and Knowledge LAK CORE2023 A none view 4608 2 5.0
94 International Symposium on Mathematical Foundations of Computer Science MFCS CORE2023 A none view 4613 1 5.0
95 Medical Image Computing and Computer-Assisted Intervention MICCAI CORE2023 A none view 4601 0 N/A
96 ACM Symposium on Mobile Ad Hoc Networking and Computing MOBIHOC CORE2023 A none view 4606 0 N/A
97 International Conference on Model Driven Engineering Languages and Systems (Previously UML, changed in 2005) MODELS CORE2023 A none view 4612 7 5.0
98 IEEE International Working Conference on Mining Software Repositories MSR CORE2023 A none view 4612 10 4.7
99 ACM/IEEE International Conference on Modelling, Analysis and Simulation of Wireless and Mobile Systems MSWIM CORE2023 A none view 4606 40 5.0
100 ACM Conference on Object Oriented Programming Systems Languages and Applications OOPSLA CORE2023 A none view 4612 0 N/A
101 Privacy Enhancing Technologies Symposium (was International Workshop of Privacy Enhancing Technologies) PETS CORE2023 A none view 4604 2 5.0
102 Parallel Problem Solving from Nature PPSN CORE2023 A none view 4611 1 5.0
103 The International Symposium on Research in Attacks, Intrusions and Defenses (was International Symposium on Recent Advances in Intrusion Detection) RAID CORE2023 A none view 4604 0 N/A
104 ACM International Conference on Recommender Systems RecSys CORE2023 A none view 4605 0 N/A
105 IEEE Real-Time and Embedded Technology and Applications Symposium RTAS CORE2023 A none view 4606 1 4.0
106 European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Database (PKDD and ECML combined from 2008) ECML PKDD CORE2023 A none view 4611 2 5.0
107 IEEE/IFIP International Conference on Dependable Systems and Networks DSN CORE2023 A none view 4606 1 5.0
108 ACM SIGMOBILE International Conference on Mobile Systems, Applications and Services Mobisys CORE2023 A none view 4606 5 5.0
109 IEEE International Conference on Web Services ICWS CORE2023 A none view 4606 0 N/A
110 Conference on Interactive Theorem Proving (previously TPHOLs, changed in 2009) ITP CORE2023 A none view 4613 0 N/A
111 International Conference on Concurrency Theory CONCUR CORE2023 A none view 4613 0 N/A
112 ACM Virtual Reality Software and Technology VRST CORE2023 A none view 4607 0 N/A
113 International Symposium on Theoretical Aspects of Computer Science STACS CORE2023 A none view 4613 2 4.0
114 North American Association for Computational Linguistics NAACL CORE2023 A none view 4602 2 5.0
115 British Machine Vision Conference BMVC CORE2023 A none view 4603 1 5.0
116 International Symposium on Computational Geometry SoCG CORE2023 A none view 4613 2 5.0
117 International Symposium on Algorithms and Computation ISAAC CORE2023 A none view 4613 1 5.0
118 IEEE International Requirements Engineering Conference RE CORE2023 A none view 4612 9 5.0
119 ACM/IEEE International Conference on Human-Robot Interaction HRI CORE2023 A none view 4608 0 N/A
120 International Conference on Web and Social Media ICWSM CORE2023 A none view 4601 4 4.0
121 IEEE/RSJ International Conference on Intelligent Robots and Systems IROS CORE2023 A none view 4602 1 5.0
122 International Conference on Theory and Applications of Satisfiability Testing SAT CORE2023 A none view 4602 2 5.0
123 European Association for Computational Linguistics EACL CORE2023 A none view 4602 1 5.0
124 Conference on Integer Programming and Combinatorial Optimization IPCO CORE2023 A none view 4613 0 N/A
125 International Computing Education Research Workshop ICER CORE2023 A none view 4608 0 N/A
126 ACM Special Interest Group on Computer Science Education Conference SIGCSE CORE2023 A none view 4608 0 N/A
127 ACM/IFIP/USENIX International Middleware Conference Middleware CORE2023 A none view 4606 1 4.0
128 IEEE Conference on Computational Complexity CCC CORE2023 A none view 4613 0 N/A
129 International Conference on Artificial Intelligence in Education AIED CORE2023 A none view 4601 0 N/A
130 European Conference on Information Retrieval ECIR CORE2023 A none view 4605 1 3.0
131 Annual Computer Security Applications Conference ACSAC CORE2023 A none view 4604 4 4.0
132 European Symposium on Algorithms ESA CORE2023 A none view 4613 1 5.0
133 ACM International Conference on Web Search and Data Mining WSDM CORE2023 A See note view 4605 0 N/A
134 International Conference on Artificial Intelligence and Statistics AISTATS CORE2023 A none view 4611 8 5.0
135 Workshop on Algorithm Engineering and Experiments ALENEX CORE2023 A none view 4613 1 N/A
136 International Workshop on Approximation Algorithms for Combinatorial Optimization Problems and International Conference on Randomization and Computation APPROX/RANDOM CORE2023 A none view 4613 0 N/A
137 Asia Conference on Information, Computer and Communications Security AsiaCCS CORE2023 A none view 4604 0 N/A
138 International Conference on the Theory and Application of Cryptology and Information Security ASIACRYPT CORE2023 A none view 4604 0 N/A
139 International ACM SIGACCESS Conference on Computers and Accessibility ASSETS CORE2023 A none view 4608 0 N/A
140 International Conference in Business Process Management BPM CORE2023 A none view 4612 5 4.8
141 International Conference on Automated Deduction CADE CORE2023 A none view 4602 0 N/A
142 International Conference on Advanced Information Systems Engineering CaiSE CORE2023 A none view 4605 2 4.5
143 International Symposium on Code Generation and Optimization CGO CORE2023 A none view 4612 0 N/A
144 Workshop on Cryptographic Hardware and Embedded Systems CHES CORE2023 A none view 4604 6 5.0
145 Conference on Innovative Data Systems Research CIDR CORE2023 A none view 4605 0 N/A
146 ACM International Conference on Information and Knowledge Management CIKM CORE2023 A none view 4605 0 N/A
147 ACM International Conference on Emerging Networking Experiments and Technologies CoNEXT CORE2023 A none view 4606 1 5.0
148 International Conference on Principles and Practice of Constraint Programming CP CORE2023 A none view 4602 0 N/A
149 ACM Conference on Computer Supported Cooperative Work CSCW CORE2023 A none view 4608 1 5.0
150 IEEE Computer Security Foundations Symposium (was CSFW) CSF CORE2023 A none view 4604 0 N/A
151 Designing Interactive Systems DIS CORE2023 A none view 4608 0 N/A
152 International Symposium on Distributed Computing (was WDAG) DISC CORE2023 A none view 4606 0 N/A
153 International Conference on Evaluation and Assessment in Software Engineering EASE CORE2023 A none view 4612 31 5.0
154 European Conference on Artificial Intelligence ECAI CORE2023 A none view 4602 0 N/A
155 European Conference on Object-Oriented Programming ECOOP CORE2023 A none view 4612 0 N/A
156 European Conference on Software Architecture ECSA CORE2023 A none view 4612 0 N/A
157 Extending Database Technology EDBT CORE2023 A none view 4605 0 N/A
158 International Conference on Conceptual Modelling ER CORE2023 A none view 4605 0 N/A
159 International Symposium on Empirical Software Engineering and Measurement ESEM CORE2023 A none view 4612 1 5.0
160 European Symposium on Programming ESOP CORE2023 A none view 4612 1 4.0
161 European Symposium On Research In Computer Security ESORICS CORE2023 A none view 4604 0 N/A
162 IEEE European Symposium on Security and Privacy EuroS&P CORE2023 A none view 4604 1 5.0
163 Eurosys Conference EuroSys CORE2023 A none view 4606 1 5.0
164 Conference on File and Storage Technologies FAST CORE2023 A none view 4605 0 N/A
165 Financial Cryptography and Data Security Conference FC CORE2023 A none view 4604 1 5.0
166 International Symposium on Formal Methods (was Formal Methods Europe FME) FM CORE2023 A none view 4612 1 4.0
167 Foundations of Genetic Algorithms FOGA CORE2023 A none view 4602 1 5.0
168 Foundations of Software Science and Computational Structures FOSSACS CORE2023 A none view 4613 0 N/A
169 Graph Drawing GD CORE2023 A none view 4613 0 N/A
170 Genetic and Evolutionary Computations GECCO CORE2023 A none view 4602 3 5.0
171 USENIX Workshop on Hot Topics in Operating Systems HotOS CORE2023 A none view 4606 1 N/A
172 ACM International Symposium on High Performance Distributed Computing HPDC CORE2023 A none view 4606 0 N/A
173 International Colloquium on Automata Languages and Programming ICALP CORE2023 A none view 4613 2 5.0
174 IEEE/ACM International Conference on Computer-Aided Design ICCAD CORE2023 A none view CSE 2 5.0
175 IEEE International Conference on Document Analysis and Recognition ICDAR CORE2023 A none view 4605 2 5.0
176 International Conference on Distributed Computing Systems ICDCS CORE2023 A none view 4606 4 5.0
177 International Conference on Database Theory ICDT CORE2023 A none view 4605 0 N/A
178 International Conference on Functional Programming ICFP CORE2023 A none view 4612 0 N/A
179 Australian Computer Human Interaction Conference OZCHI CORE2023 Australasian B none view 4608 13 5.0
180 Australasian Joint Conference on Artificial Intelligence AI CORE2023 Australasian B See note view 4602 0 N/A
181 ACM International Conference on Advances in Computer Entertainment (merged with DIMEA, Digital Interactive Media in Entertainment and Arts, in 2009) ACE CORE2023 C See note none 4607 0 N/A
182 Australasian Conference on Information Security and Privacy ACISP CORE2023 Australasian B none view 4604 1 4.0
183 Australasian Database Conference ADC CORE2023 Australasian B none view 4605 0 N/A
184 Australasian Document Computing Symposium ADCS CORE2023 Australasian B none view 4605 0 N/A
185 Australasian Language Technology Workshop ALTA CORE2023 Australasian C none view 4602 0 N/A
186 Image and Vision Computing Conference IVCNZ CORE2023 Australasian C See note view 4603 0 N/A
187 Digital Image Computing Techniques and Applications DICTA CORE2023 Australasian C See note view 4603 0 N/A
188 Australasian Information Security Conference AISC CORE2023 Australasian C See note view 4604 0 N/A
189 Australian Data Mining Conference AusDM CORE2023 Australasian C See note view 4605 0 N/A
190 Australasian Conference on Combinatorial Mathematics and Combinatorial Computing ACCMCC CORE2023 Australasian C none none 4613 0 N/A
191 Australasian Conference on Robotics and Automation ACRA CORE2023 Australasian C none none 4602 0 N/A
192 Australian Institute of Computer Ethics Conference AICE CORE2023 Australasian C none none 4608 0 N/A
193 Asia-Pacific Conference on Conceptual Modelling APCCM CORE2023 Australasian C none none 4605 0 N/A
194 National Conference of The Australian Society for Operations Research ASOR CORE2023 Australasian C none none 4602 0 N/A
195 Australasian Symposium on Parallel and Distributed Computing (was AusGrid) AusPDC CORE2023 Australasian C none none 4606 0 N/A
196 Health Informatics Conference HIC CORE2023 Australasian C none none 4601 1 N/A
197 Simulation Technology and Training Conference SimTecT CORE2023 Australasian C none none 4602 0 N/A
198 Australasian Speech Science and Technology SST CORE2023 Australasian C none none 4602 0 N/A
199 International Conference on Information Technology and Applications ICITA CORE2023 Australasian C none none 4601 0 N/A
200 The International Conference on Intelligent Environments IE CORE2023 B none view 4602 0 N/A
201 International Telecommunication Networks and Applications Conference (was Australian Telecommunication Networks and Applications Conference) ITNAC CORE2023 Australasian C none view 4606 6 4.8
202 International Congress on Modelling and Simulation MODSIM CORE2023 Australasian C none none 4602 0 N/A
203 New Zealand Game Developers Conference NZGDC CORE2023 Australasian C none none 4607 0 N/A
204 International Conference on Multimodal Interaction (was International Conference on Multimodal Interfaces) ICMI CORE2023 B none view 4608 1 4.0
205 International Conference on Multimedia Retrieval (previously MIR) ICMR CORE2023 B none view 4603 0 N/A
206 International Conference on Neural Information Processing ICONIP CORE2023 B none view 4611 0 N/A
207 International Conference on Parallel and Distributed Systems ICPADS CORE2023 B none view 4606 0 N/A
208 ACM/SPEC International Conference on Performance Engineering ICPE CORE2023 B none view 4612 0 N/A
209 International Conference on Pattern Recognition ICPR CORE2023 B none view 4603 0 N/A
210 International Conference on Software Reuse ICSR CORE2023 B none view 4612 0 N/A
211 International Conference on Software and System Processes (was ICSP prior to 2011) ICSSP CORE2023 B none view 4612 1 5.0
212 International Conference on Tools with Artificial Intelligence ICTAI CORE2023 B none view 4602 1 5.0
213 International Conference on Web Engineering ICWE CORE2023 B none view 4605 4 4.5
214 Intelligent Data Analysis IDA CORE2023 B none view 4605 0 N/A
215 IEEE Consumer Communications and Networking Conference IEEE CCNC CORE2023 B none view 4606 0 N/A
216 Intelligent Vehicles Conference IEEE-IV CORE2023 B none view 4602 0 N/A
217 IFIP Information Security & Privacy Conference IFIP SEC CORE2023 B none view 4604 0 N/A
218 International Joint Conference on Natural Language Processing IJCNLP CORE2023 B none view 4602 0 N/A
219 IEEE International Joint Conference on Neural Networks IJCNN CORE2023 B none view 4611 7 4.2
220 Inductive Logic Programming ILP CORE2023 B none view 4613 0 N/A
221 IFIP/IEEE International Symposium on Integrated Management (even years sharing with NOMS) IM CORE2023 B none view 4606 0 N/A
222 International Natural Language Generation Conference INLG CORE2023 B none view 4602 0 N/A
223 IFIP TC13 Conference on Human-Computer Interaction Interact CORE2023 B none view 4608 1 5.0
224 International Symposium on Parameterized and Exact Computation (was IWPEC pre 2004) IPEC CORE2023 B none view 4613 0 N/A
225 IEEE International Symposium on Information Theory ISIT CORE2023 B none view 46 2 5.0
226 IEEE International Symposium on Performance Analysis of Systems and Software ISPASS CORE2023 B none view 4612 0 N/A
227 International Conference on Intelligent Tutoring Systems ITS CORE2023 B none view 4601 0 N/A
228 Information Theory Workshop ITW CORE2023 B none view 4613 1 4.0
229 Intelligent Virtual Agents IVA CORE2023 B none view 4602 1 4.0
230 ACM International Wireless Communications and Mobile Computing Conference IWCMC CORE2023 B none view 4606 1 N/A
231 IEEE International Workshop on Quality of Service IWQoS CORE2023 B none view 4606 0 N/A
232 Knowledge capture K-CAP CORE2023 B none view 4605 3 4.7
233 International Conference on Knowledge-Based and Intelligent Information and Engineering Systems KES CORE2023 B none view 4602 63 4.7
234 International Symposium on Latin American Theoretical Informatics LATIN CORE2023 B none view 4613 2 4.0
235 IEEE Conference on Local Computer Networks LCN CORE2023 B none view 4606 1 4.0
236 ACM SIGPLAN Conference on Languages, Compilers and Tools for Embedded Systems LCTES CORE2023 B none view 4606 0 N/A
237 International Conference on Logic Programming and Non-monotonic Reasoning LPNMR CORE2023 B none view 4602 0 N/A
238 Symposium Model Analysis and Simulation of Computer and Telecommunications Systems MASCOTS CORE2023 B none view 4606 36 5.0
239 IEEE International Conference on Mobile Ad-hoc and Sensor Systems MASS CORE2023 B none view 4606 0 N/A
240 International Conference on Modelling Decisions for Artificial Intelligence MDAI CORE2023 B none view 4602 0 N/A
241 International Conference on Mobile Data Management MDM CORE2023 B none view 4605 1 3.0
242 International Conference on Mathematical Foundations of Programming Semantics MFPS CORE2023 B none view 4613 0 N/A
243 International Conference on Multimedia Modelling MMM CORE2023 B none view 4603 0 N/A
244 International Conference on Human-Computer Interaction with Mobile Devices and Services MobileHCI CORE2023 B none view 4608 4 5.0
245 Mathematics of Program Construction MPC CORE2023 B none view 4613 0 N/A
246 Mobile and Ubiquitous Multimedia (ACM) MUM CORE2023 B none view 4608 0 N/A
247 IEEE International Symposium on Network Computing and Applications NCA CORE2023 B none view 4606 1 5.0
248 IFIP International Conference on Networking Networking CORE2023 B none view 4606 1 5.0
249 IEEE Network Operations and Management Symposium NOMS CORE2023 B none view 4606 0 N/A
250 Network and Operating System Support for Digital Audio and Video NOSSDAV CORE2023 B none view 4606 5 5.0
251 International Conference on network and System Security NSS CORE2023 B none view 4604 0 N/A
252 International Conference on Principles of Distributed Systems OPODIS CORE2023 B none view 4606 0 N/A
253 International Conference on Parallel Architecture and Compilation Techniques PACT CORE2023 B none view 4606 1 4.0
254 ACM SIGSIM Conference on Principles of Advanced Discrete Simulation (was Parallel and Distributed Simulation) PADS CORE2023 B none view 4606 0 N/A
255 Passive and Active Measurement Conference PAM CORE2023 B none view 4606 0 N/A
256 International Conference on the Application and Theory of Petri Nets and Concurrency Petri Nets CORE2023 B none view 4606 0 N/A
257 IEEE International Symposium on Personal and Indoor Mobile Radio Conference PIMRC CORE2023 B none view 4606 0 N/A
258 International Conference on Practice and Theory in Public Key Cryptography PKC CORE2023 B none view 4604 0 N/A
259 Pacific Rim International Conference on Artificial Intelligence PRICAI CORE2023 B none view 4602 0 N/A
260 International Conference on Principles of Practice in Multi-Agent Systems (prior to 2009 was Pacific Rim International Workshop on Multi-Agents) PRIMA CORE2023 B none view 4602 0 N/A
261 Product Focused Software Process Improvement PROFES CORE2023 B none view 4612 11 4.2
262 International Conference on Research Challenges in Information Science RCIS CORE2023 B none view 46 0 N/A
263 International Conference on Computational Molecular Biology RECOMB CORE2023 B none view 4601 0 N/A
264 International Conference on Embedded and Real Time Computing Systems and Applications RTCSA CORE2023 B none view 4606 0 N/A
265 Conference on Algebra and Coalgebra in Computer Science CALCO CORE2023 B none view 4613 0 N/A
266 International Conference on Cryptology and Network Security CANS CORE2023 B none view 4604 0 N/A
267 Computer Algebra in Scientific Computing CASC CORE2023 B none view 4613 0 N/A
268 International Conference on Compiler Construction CC CORE2023 B none view 4606 0 N/A
269 IEEE Congress on Evolutionary Computation CEC CORE2023 B none view 4602 6 4.8
270 IEEE International Conference on Cloud Computing CLOUD CORE2023 B none view 4606 1 5.0
271 International Conference on Network and Service Management (amalgamation of DSOM and related workshops from 2010) CNSM CORE2023 B none view 4606 0 N/A
272 International Computer Software and Applications Conference COMPSAC CORE2023 B none view 4601 0 N/A
273 International Conference on Cooperative Information Systems CoopIS CORE2023 B none none 4608 0 N/A
274 International Conference on Integration of Artificial Intelligence and Operations Research Techniques in Constraint Programming for Combinatorial Optimization Problems CPAIOR CORE2023 B none view 4602 0 N/A
275 Combinatorial Pattern Matching CPM CORE2023 B none view 4603 1 4.0
276 International Conference on Computer Supported Education CSEDU CORE2023 B none view 4608 0 N/A
277 Annual Conference on Computer Science Logic CSL CORE2023 B none view 4613 1 N/A
278 International Workshop on Document Analysis Systems DAS CORE2023 B none view 4605 0 N/A
279 International Conference on Database Systems for Advanced Applications DASFAA CORE2023 B none view 4605 0 N/A
280 Design, Automation and Test in Europe Conference DATE CORE2023 B none view CSE 6 5.0
281 Data Warehousing and Knowledge Discovery DaWaK CORE2023 B none view 4605 0 N/A
282 IFIP WG 11.3 Working Conference on Data and Applications Security (also known as DBSEC) DBSEC CORE2023 B none view 4604 0 N/A
283 Data Compression Conference DCC CORE2023 B none view 4605 0 N/A
284 IEEE International Conference on Distributed Computing in Sensor Systems DCOSS CORE2023 B none view 4606 0 N/A
285 DNA Computing and Molecular Programming DNA CORE2023 B none view 4601 0 N/A
286 ACM Symposium on Document Engineering DocEng CORE2023 B none view 4605 0 N/A
287 IEEE International Conference on e-Science and Grid Computing e-Science CORE2023 B none view 4606 0 N/A
288 European Conference on Technology Enhanced Learning EC-TEL CORE2023 B none view 4601 7 4.7
289 European Conference on Modelling Foundations and Applications ECMFA CORE2023 B none view 4612 0 N/A
290 European Conference on Computer Supported Cooperative Work ECSCW CORE2023 B none view 4608 0 N/A
291 Educational Data Mining EDM CORE2023 B none view 4601 2 4.5
292 IEEE International Enterprise Distributed Object Computing Conference EDOC CORE2023 B none view 4606 0 N/A
293 International Conference on Knowledge Engineering and Knowledge Management EKAW CORE2023 B none view 4605 3 4.3
294 EMAS (merger of DALT, AOSE and PROMAS) EMAS CORE2023 B none view 4602 0 N/A
295 International Conference on Evaluation of Novel Approaches to Software Engineering ENASE CORE2023 B none view 4612 0 N/A
296 European Symposium on Artificial Neural Networks ESANN CORE2023 B none view 4611 0 N/A
297 Eye Tracking Research and Applications ETRA CORE2023 B none view 4608 0 N/A
298 European Conference on Genetic Programming EUROGP CORE2023 B none view 4602 0 N/A
299 International European Conference on Parallel and Distributed Computing (was International Conference on Parallel Processing) EuroPar CORE2023 B none view 4606 2 5.0
300 European SPI EuroSPI CORE2023 B none view 4612 32 5.0
301 Eurographics/IEEE Symposium on Visualization EuroVis CORE2023 B none view 4607 1 5.0
302 International Conference on Applications of Evolutionary Computation EvoApplications CORE2023 B none view 4602 1 5.0
303 European Conference on Evolutionary Computation in Combinatorial Optimisation EvoCOP CORE2023 B none view 4602 0 N/A
304 International Conference on Embedded Wireless Systems and Networks (wasEuropean Conference on Wireless Sensor Networks) EWSN CORE2023 B none view 4606 8 4.8
305 Fundamental Approaches to Software Engineering FASE CORE2023 B none view 4612 0 N/A
306 IEEE Symposium on Field Programmable Custom Computing Machines FCCM CORE2023 B none view CSE 0 N/A
307 International Symposium on Fundamentals of Computation Theory FCT CORE2023 B none view 4613 1 4.0
308 Formal Methods in Computer-Aided Design FMCAD CORE2023 B none view 4612 2 4.5
309 International Conference on Formal Ontology in Information Systems FOIS CORE2023 B none view 4602 0 N/A
310 IEEE International Conference on Fuzzy Systems FUZZ-IEEE CORE2023 B none view 4602 1 5.0
311 IEEE Global Internet Symposium GI CORE2023 C none none 4606 0 N/A
312 IEEE Global Telecommunications Conference GLOBECOM CORE2023 B none view 4606 3 5.0
313 International Conference on Generative Programming and Component Engineering GPCE CORE2023 B none view 4612 0 N/A
314 Human-Agent Interaction HAI CORE2023 B none view 4608 0 N/A
315 ACM-SIGRAPH Interactive 3D Graphics and Games I3DG CORE2023 B none view 4607 0 N/A
316 International Conference on Agents and Artificial Intelligence ICAART CORE2023 B none view 4602 0 N/A
317 IEEE International Conference on Advanced Learning Technologies ICALT CORE2023 B none view 4601 0 N/A
318 International Conference on Computational Collective Intelligence ICCCI CORE2023 B none view 4602 73 4.7
319 International Conference on Computer Communication and Networks ICCCN CORE2023 B none view 4606 1 N/A
320 IEEE International Conference on Engineering of Complex Computer Systems ICECCS CORE2023 B none view 4612 0 N/A
321 International Conference on Frontiers of Handwriting Recognition ICFHR CORE2023 B none view 4603 0 N/A
322 International Conference on Graph Transformations ICGT CORE2023 B none view 4613 0 N/A
323 IEEE International Conference on Image Processing ICIP CORE2023 B none view 4603 3 2.5
324 IEEE International Conference on Automatic Face and Gesture Recognition FG CORE2023 B none view 4603 0 N/A
325 International Joint Conference on Biometrics IJCB CORE2023 B none view 4603 0 N/A
326 IEEE International Conference on Data Science and Advanced Analytics DSAA CORE2023 B none view 4605 0 N/A
327 Language Resources and Evaluation Conference LREC CORE2023 B none view 4602 0 N/A
328 Intelligent Distributed Computing IDC CORE2023 Unranked none view 4606 0 N/A
329 International Conference on Process Mining ICPM CORE2023 B none view 4605 0 N/A
330 AAAI Conference on Human Computation and Crowdsourcing HCOMP CORE2023 B none view 4608 0 N/A
331 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining ASONAM CORE2023 B none view 4605 0 N/A
332 Integrated Formal Methods IFM CORE2023 B none view 4612 0 N/A
333 International Conference on Quality of Multimedia Experience QoMEX CORE2023 B none view 4608 0 N/A
334 IEEE Pacific Visualization Symposium (was APVIS) PacificVis CORE2023 B none view 4608 0 N/A
335 Conference on Computational Natural Language Learning CoNLL CORE2023 B none view 4602 0 N/A
336 ACM Conference on Security and Privacy in Wireless and Mobile Networks ACM_WiSec CORE2023 B none view 4604 0 N/A
337 Annual Conference on Innovation and Technology in Computer Science Education ITiCSE CORE2023 B none view 4608 0 N/A
338 International Conference on Availability, Reliability and Security ARES CORE2023 B none view 4604 0 N/A
339 Tangible, Embedded, and Embodied Interaction TEI CORE2023 B none view 4608 0 N/A
340 International Workshop on Requirements Engineering: Foundation for Software Quality REFSQ CORE2023 B none view 4612 5 4.0
341 IEEE International Symposium on Cluster, Cloud and Grid Computing CCGRID CORE2023 B none view 4606 0 N/A
342 The Symposium of Combinatorial Search SoCS CORE2023 B none view 4602 0 N/A
343 International Conference on Formal Structures for Computation and Deduction FSCD CORE2023 B none view 4613 0 N/A
344 Annual Meeting of the Cognitive Science Society CogSci CORE2023 B See note view 4602 0 N/A
345 International Conference on Computational Linguistics COLING CORE2023 B See note view 4602 5 5.0
346 IEEE International Conference on Advanced Video and Signal Based Surveillance AVSS CORE2023 B See note view 4603 0 N/A
347 Cryptographers Track at RSA Conference CT-RSA CORE2023 B See note view 4604 0 N/A
348 Extended Semantic Web Conference (was European Semantic Web Conference) ESWC CORE2023 B See note view 4605 2 5.0
349 Pacific-Asia Conference on Knowledge Discovery and Data Mining PAKDD CORE2023 B See note view 4605 0 N/A
350 Euromicro Conference on Real-Time Systems ECRTS CORE2023 B See note view 4606 0 N/A
351 International Conference on Parallel Processing ICPP CORE2023 B See note view 4606 0 N/A
352 International Conference on Network Protocols ICNP CORE2023 B See note view 4606 1 5.0
353 Principles and Practice of Parallel Programming PPoPP CORE2023 B See note view 4606 0 N/A
354 Symposium on Parallelism in Algorithms and Architectures SPAA CORE2023 B See note view 4606 1 5.0
355 International Conference on Network Softwarization NetSoft CORE2023 B none view 4606 0 N/A
356 Logic Programming and Automated Reasoning LPAR CORE2023 B See note view 4613 0 N/A
357 International Workshop on Graph-Theoretic Concepts in Computer Science WG CORE2023 B See note view 4613 0 N/A
358 Asian Conference on Computer Vision ACCV CORE2023 B none view 4603 0 N/A
359 Asian Conference on Intelligent Information and Database Systems ACIIDS CORE2023 B none view 4605 133 4.6
360 Advanced Concepts for Intelligent Vision Systems ACIVS CORE2023 B none view 4603 1 3.0
361 International Conference on Applied Cryptography and Network Security ACNS CORE2023 B none view 4604 1 5.0
362 International Conference on Artificial Intelligence in Medicine AIME CORE2023 B none view 4601 0 N/A
363 Advances in Modal Logic AiML CORE2023 B none view 4613 0 N/A
364 International Conference on Advanced Information Networking and Applications (was ICOIN) AINA CORE2023 B none view 4606 3 4.3
365 Algorithmic Learning Theory ALT CORE2023 B none view 4611 0 N/A
366 Asia-Pacific Bioinformatics Conference APBC CORE2023 B none view 4601 0 N/A
367 ASIAN Symposium on Programming Languages and Systems APLAS CORE2023 B none view 4612 0 N/A
368 International Symposium on Automated Technology for Verification and Analysis ATVA CORE2023 B none view 4612 0 N/A
369 Advanced Visual Interfaces AVI CORE2023 B none view 4608 1 5.0
370 IEEE International Conference on Big Data BigData CORE2023 B none view 4605 0 N/A
371 International Joint Conference on Rules and Reasoning RuleML+RR CORE2023 B none view 4602 0 N/A
372 International Conference on Runtime Verification (was workshop pre 2010) RV CORE2023 B none view 4612 6 4.2
373 ACM Symposium on Applied Computing SAC CORE2023 Multiconference none view 4601 0 N/A
374 International Conference on Computer Safety, Reliability and Security SAFECOMP CORE2023 B none view 4604 0 N/A
375 International Symposium on Algorithmic Game Theory SAGT CORE2023 B none view 4613 0 N/A
376 Static Analysis Symposium SAS CORE2023 B none view 4612 21 4.8
377 ACM SIGGRAPH/Eurographics Symposium on Computer Animation SCA CORE2023 B none view 4607 1 4.0
378 IEEE International Conference on Software Services Engineering (previously IEEE International Conference on Services Computing SCC) IEEE SSE CORE2023 B none view 4606 0 N/A
379 International Symposium on Experimental Algorithms SEA CORE2023 B none view 4613 0 N/A
380 Euromicro Conference on Software Engineering and Advanced Applications SEAA CORE2023 B none view 4612 0 N/A
381 IEEE International Conference on Sensing, Communication and Networking SECON CORE2023 B none view 4606 0 N/A
382 International Conference on Software Engineering and Formal Methods SEFM CORE2023 B none view 4612 0 N/A
383 IEEE Congress on Services SERVICES CORE2023 B none view 4606 0 N/A
384 Symposium on Geometry Processing SGP CORE2023 B none view 4607 1 5.0
385 Annual Meeting of the Special Interest Group on Discourse and Dialog SIGdial CORE2023 B none view 4602 0 N/A
386 International Colloquium on Structural Information and Communication Complexity SIROCCO CORE2023 B none view 4613 1 4.0
387 International Conference on Similarity Search and Applications SISAP CORE2023 B none view 4605 0 N/A
388 International Conference on Software Language Engineering SLE CORE2023 B none view 4612 6 4.8
389 IEEE Conference on Systems, Man and Cybernetics SMC CORE2023 B none view 4608 6 4.8
390 Current Trends in Theory and Practice of Computer Science SOFSEM CORE2023 B none view 46 0 N/A
391 Symposium On Usable Privacy and Security SOUPS CORE2023 B none view 4608 2 5.0
392 Software Product Lines Conference SPLC CORE2023 B none view 4612 1 5.0
393 Symposium on Reliable Distributed Systems SRDS CORE2023 B none view 4606 2 5.0
394 International Symposium on Search Based Software Engineering SSBSE CORE2023 B none view 4612 0 N/A
395 International Conference on Scientific and Statistical Data Base Management SSDBM CORE2023 B none view 4605 0 N/A
396 Structural and Syntactical Pattern Recognition SSPR CORE2023 B none view 4603 0 N/A
397 International Symposium on Spatial and Temporal Databases SSTD CORE2023 B none view 4601 0 N/A
398 International Conference on Theorem Proving with Analytic Tableaux and Related Methods TABLEAUX CORE2023 B none view 4613 0 N/A
399 International Conference on Technical Debt TechDebt CORE2023 B none view 4612 0 N/A
400 International Conference on Theory and Practice of Digital Libraries (was ECDL until 2010) TPDL CORE2023 B none view 4605 0 N/A
401 International Conference on Trust, Privacy and Security in Digital Business TrustBus CORE2023 B none view 4604 0 N/A
402 International Conference on Trust, Security and Privacy in Computing and Communications TrustCom CORE2023 B none view 4604 1 4.0
403 International Conference on User Modelling, Adaptation, and Personalization (was AH and UM) UMAP CORE2023 B none view 4608 4 5.0
404 International Conference on Virtual Execution Environments VEE CORE2023 B none view 4606 0 N/A
405 IEEE International Working Conference on Software Visualisation VISSOFT CORE2023 B none view 4608 0 N/A
406 IEEE Symposium on Visual Languages and Human-Centric Computing (was VL) VL/HCC CORE2023 B none view 4608 1 4.0
407 Verification, Model Checking and Abstract Interpretation VMCAI CORE2023 B none view 4612 0 N/A
408 IEEE Vehicular Technology Conference VTC CORE2023 B none view 4606 1 5.0
409 Algorithms and Data Structures Symposium (was Workshop on Algorithms and Data Structures) WADS CORE2023 B none view 4613 0 N/A
410 International Conference and Workshops on Algorithms and Computation WALCOM CORE2023 B none view 4613 0 N/A
411 Workshop on Approximation and Online Algorithms WAOA CORE2023 B none view 4613 0 N/A
412 IEEE Wireless Communications and Networking Conference WCNC CORE2023 B none view 4606 0 N/A
413 IEEE/WIC/ACM International Conference on Web Intelligence (previously joint with Intelligent Agent Technology WI-IAT) WI CORE2023 B none none 4602 2 5.0
414 IEEE International Conference on Wireless and Mobile Computing, Networking and Communications WiMob CORE2023 B none view 4606 1 5.0
415 International Symposium on Modelling and Optimization in Mobile, Ad Hoc, and Wireless Networks WiOpt CORE2023 B none view 4606 0 N/A
416 International Conference on Web Information Systems Engineering WISE CORE2023 B none view 4605 0 N/A
417 IEEE International Symposium on a World of Wireless, Mobile and Multimedia Networks WoWMoM CORE2023 B none view 4606 59 4.9
418 Conference on Agile Software Development XP CORE2023 B none view 4612 0 N/A
419 IEEE International Conference on Cluster Computing CLUSTER CORE2023 B none view 4606 0 N/A
420 Discovery Science DS CORE2023 B none view 4611 0 N/A
421 ACM Special Interest Group on Supporting Group Work (was SIGGRoup) Group CORE2023 B none view 4608 1 N/A
422 IEEE International Conference on Acoustics, Speech and Signal Processing ICASSP CORE2023 B none view 4603 4 4.5
423 ACM Symposium on Access Control Models and Technologies (previously ACM Workshop on Role-Based Access Control, RBAC, changed in 2000) SACMAT CORE2023 C none view 4604 1 4.0
424 IFAC Symposium on Fault Detection, Supervision and Safety of Technical Processes SAFEProcess CORE2023 C none none 4604 0 N/A
425 Simulation and Synthesis in Medical Imaging SASHIMI CORE2023 C none view 4602 0 N/A
426 International Workshop on Software and Compilers for Embedded Systems SCOPES CORE2023 C none view 4606 0 N/A
427 International Symposium on Spatial Data Handling SDH CORE2023 C none none 4601 0 N/A
428 ACIS Conference on Software Engineering Research, Management and Applications SERA CORE2023 C none view 4612 1 4.0
429 IEEE Software Engineering Workshop SEW CORE2023 C none none 4612 0 N/A
430 International Conference on Security of Information and Networks SIN CORE2023 C none view 4604 0 N/A
431 International Conference on Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing SNPD CORE2023 C none view 4612 1 5.0
432 International Conference on Intelligent Software Methodologies, Tools, and Techniques (was International Conference on Software Methods and Tools) SoMeT CORE2023 C none view 4612 0 N/A
433 Software Process Improvement and Capability Determination SPICE CORE2023 C none none 4612 1 5.0
434 International Conference on Software Quality Management SQM CORE2023 C none none 4612 0 N/A
435 Symposium on Stabilization, Safety, and Security of Distributed Systems SSS CORE2023 C none view 4604 0 N/A
436 IFAC Conference on System Structure and Control SSSC CORE2023 C none none 4612 0 N/A
437 International Conference on Tests and Proofs TAP CORE2023 C none view 4612 0 N/A
438 IEEE Region 10 Conference Tencon CORE2023 C none view 46 1 N/A
439 International Conference on Mobile Ubiquitous Computing, Systems, Services and Technologies UBICOMM CORE2023 C none none 4606 0 N/A
440 International Conference on Unconventional Computation and Natural Computation (was International Conference on Unconventional Computation) UC CORE2023 C none view 4613 0 N/A
441 The International Conference on Verification and Evaluation of Computer and Communication Systems VECoS CORE2023 C none view 4606 0 N/A
442 Visual Information Communication and Interaction VINCI CORE2023 C none view 4608 0 N/A
443 International Workshop on Visualization for Cyber Security VizSec CORE2023 C none view 4608 0 N/A
444 International Workshop on Web and Wireless Geographical Information Systems W2GIS CORE2023 C none view 4601 0 N/A
445 International Workshop on the Algorithmic Foundations of Robotics WAFR CORE2023 C none view 4602 0 N/A
446 Workshop on the Arithmetic of Finite Fields WAIFI CORE2023 C none view 4613 0 N/A
447 Workshop on Algorithms And Models For The Web Graph WAW CORE2023 C none view 4613 0 N/A
448 Workshop on Computational Optimization WCO CORE2023 C none none 4613 1 4.0
449 International Workshops on Enabling Technologies: Infrastructures for Collaborative Enterprises WETICE CORE2023 C none view 4606 1 5.0
450 Workshop in Information Security Theory and Practices WISTP CORE2023 C none view 4604 0 N/A
451 World Conference on Information Systems and Technologies WorldCIST CORE2023 C none view 46 11 4.9
452 International Conference on Simulation and Modeling Methodologies, Technologies and Applications SIMULTECH CORE2023 C none view 4606 0 N/A
453 Body Sensor Networks BSN CORE2023 C none view 4601 0 N/A
454 ISCA International Conference on Computer Applications in Industry and Engineering CAINE CORE2023 C none none 4601 0 N/A
455 Computer Animation, Information Visualisation, and Digital Effects CAivDE CORE2023 C none none 4607 0 N/A
456 International Conference on Computability and Complexity in Analysis CCA CORE2023 C none none 4613 0 N/A
457 International Cross-Domain Conference for Machine Learning and Knowledge Extraction CD-MAKE CORE2023 C none view 4602 0 N/A
458 Cooperative Design, Visualization, and Engineering CDVE CORE2023 C none view 4608 0 N/A
459 International Conference on Computer-Human Interaction Research and Applications CHIRA CORE2023 C none view 4608 0 N/A
460 International Conference on Algorithms and Complexity (was Italian Conference ) CIAC CORE2023 C none view 4613 0 N/A
461 IberoAmerican Congress on Pattern Recognition CIARP CORE2023 C none view 4603 0 N/A
462 IEEE Symposium on Computational Intelligence in Bioinformatics and Computational Biology CIBCB CORE2023 C none view 4601 0 N/A
463 Conference on Intelligent Computer Mathematics CICM CORE2023 C none view 4613 0 N/A
464 IEEE Symposium on Computational Intelligence and Data Mining CIDM CORE2023 C none none 4605 0 N/A
465 Computability in Europe: Logic and Theory of Algorithms CiE CORE2023 C none view 4613 0 N/A
466 International Workshop on Combinations of Intelligent Methods and Applications CIMA CORE2023 C none none 4602 0 N/A
467 International Conference on Computational Intelligence and Security CIS CORE2023 National: China none view 4604 0 N/A
468 Computational Intelligence in Security for Information Systems CISIS CORE2023 National: Spain none view 4604 0 N/A
469 IEEE International Conference on Computer and Information Technology CIT CORE2023 C none view 46 1 4.0
470 International Conference on Cloud Computing and Services Science CLOSER CORE2023 C none view 4606 0 N/A
471 IEEE International Conference on Cloud Computing Technology and Science (International Conference on Cloud Computing pre 2010) CloudCom CORE2023 C none view 4606 2 4.5
472 International Conference on Hardware/Software Codesign and System Synthesis (previously ISSN, changed in 2003) CODES+ISSS CORE2023 C none view CSE 0 N/A
473 International Conference on Control, Decision and Information Technologies CoDIT CORE2023 C none view 4612 1 4.0
474 Conference on Games (was Computational Intelligence and Games CIG) COG CORE2023 C none view 4607 0 N/A
475 International Conference on Complexity, Future Information Systems and Risk COMPLEXIS CORE2023 C none view 4613 0 N/A
476 International Conference on Coordination Models and Languages Coordination CORE2023 C none view 4606 0 N/A
477 International Conference on Risks and Security of Internet and Systems CRiSIS CORE2023 C none view 4604 0 N/A
478 International Workshop on Critical Information Infrastructures Security CRITIS CORE2023 C none view 4604 0 N/A
479 Conference on Software Engineering Education and Training (previously Conference is Software Engineering Education, CSEE, changed in 1997) CSEET CORE2023 C none view 4608 0 N/A
480 Cologne-Twente Workshop on Graphs and Combinatorial Optimization CTW CORE2023 C none none 4613 0 N/A
481 IFIP International Conference on Distributed Applications and Interoperable Systems DAIS CORE2023 C none view 4606 0 N/A
482 International Workshop on Data Management on New Hardware DaMoN CORE2023 C none view 4605 0 N/A
483 International Conference on Dependable, Autonomic and Secure Computing DASC CORE2023 C none view 4604 0 N/A
484 International Conference on Dublin Core and Metadata Applications DC CORE2023 C none none 4605 0 N/A
485 Developments in eSystems Engineering DeSE CORE2023 C none view 46 0 N/A
486 Digital Games Research Conference DIGRA CORE2023 C none view 4607 0 N/A
487 GI International Conference on Detection of Intrusions and Malware, and Vulnerability Assessment DIMVA CORE2023 C none view 4604 2 4.0
488 Dynamic Languages Symposium DLS CORE2023 C none view 4612 0 N/A
489 SIAM Conference on Discrete Mathematics DM CORE2023 C none none 4613 0 N/A
490 International Symposium on Distributed Simulation and Real Time Applications DS-RT CORE2023 C none view 4606 0 N/A
491 Workshop on Domain Specific Modelling DSM CORE2023 C none none 4612 0 N/A
492 International Workshop on Principles of Diagnosis DX CORE2023 C none none 4612 0 N/A
493 International Conference on Engineering Applications of Neural Networks EANN CORE2023 C none view 4611 0 N/A
494 EURO AMERICAN CONFERENCE ON TELEMATICS AND INFORMATION SYSTEMS EATIS CORE2023 C none view 4606 0 N/A
495 European Chapter on Combinatorial Optimization ECCO CORE2023 C none none 4613 0 N/A
496 European Conference on Digital Government (was European Conference on e-Government ECEG) ECDG CORE2023 C none none 4601 0 N/A
497 European Conference on Symbolic and Quantitative Approaches to Reasoning with Uncertainty ECSQARU CORE2023 C none view 4602 0 N/A
498 European-Japanese Conference on Information Modelling and Knowledge Bases EJC CORE2023 C none view 4605 0 N/A
499 Exploring Modelling Methods in Systems Analysis and Design EMMSAD CORE2023 C none view 4612 0 N/A
500 International Conference on Information and Communication Technologies in Tourism ENTER CORE2023 C none view 4601 0 N/A
501 International Workshop on Enterprise and Organizational Modelling and Simulation EOMAS CORE2023 C none none 4612 0 N/A
502 IEEE/IFIP International Conference on Embedded and Ubiquitous Computing EUC CORE2023 C none view 4606 0 N/A
503 European Conference on Operations Research EURO CORE2023 C none none 4602 0 N/A
504 Euro XR International Conference (was Euro VR) Euro XR CORE2023 C none view 4607 0 N/A
505 European Workshop on Computational Geometry EuroCG CORE2023 C none none 4613 0 N/A
506 EuroConference on Combinatorics, Graph Theory and Applications EUroComb CORE2023 C none none 4613 0 N/A
507 European MPI Users' Group Conference EuroMPI CORE2023 C none view 4606 0 N/A
508 Visual Analytics EuroVA CORE2023 C none none 4608 0 N/A
509 Conference of the European Society for Fuzzy Logic and Technologies EUSFLAT CORE2023 C none view 4602 0 N/A
510 International Conference on the Foundations of Digital Games FDG CORE2023 C none view 4607 0 N/A
511 Forum on Specification and Design Languages FDL CORE2023 C none view 4612 0 N/A
512 Workshop on Fault Diagnosis and Tolerance in Cryptography FDTC CORE2023 C none view 4604 0 N/A
513 Frontiers in Education FIE CORE2023 C none view 4608 1 N/A
514 International FLINS Conference on Robotics and Artificial Intelligence (was International Fuzzy Logic and Intelligent technologies in Nuclear Science Conference) FLINS CORE2023 C none none 4602 0 N/A
515 Int. Workshop on Formal Methods for Industrial Critical Systems FMICS CORE2023 C none view 4612 0 N/A
516 International Workshop on Formal Methods for interactive Systems FMIS CORE2023 C none none 4612 0 N/A
517 Flexible Query-Answering Systems FQAS CORE2023 C none view 4605 0 N/A
518 Workshop on Formal Techniques for Java-like Programs FTfJP CORE2023 C none none 4612 0 N/A
519 International Conference on Information Fusion FUSION CORE2023 C none view 4605 0 N/A
520 International Conference on Green, Pervasive and Cloud Computing (was Grid and Pervasive Computing) GPC CORE2023 C none view 4606 0 N/A
521 Workshop on Applications of Graph Theory in Wireless Ad hoc Networks and Sensor Networks Graph-hoc CORE2023 C none none 4606 0 N/A
522 International Wordnet Conference (Global Wordnet Conference) GWC CORE2023 C none view 4605 0 N/A
523 Haskell Workshop HASKELL CORE2023 C none view 4612 0 N/A
524 IEEE international conference on ehealth networking applications and services (was International Workshop on Enterprise Networking and Computing in Health Care Industry; changed 2006) HealthCom CORE2023 C none view 4601 1 N/A
525 International Workshop on High-Level Parallel Programming Models and Supportive Environments HIPS CORE2023 C none none 4606 0 N/A
526 International Conference on Hybrid Intelligent Systems HIS CORE2023 C none view 4602 0 N/A
527 International workshop on High-Level Parallel Programming and Applications HLPP CORE2023 C none none 4606 0 N/A
528 Symposium on High Performance Chips HOTCHIPS (HCS) CORE2023 C none view 4606 0 N/A
529 International Conference and Exhibition on High Performance Computing in the Asia-Pacific Region HPC Asia CORE2023 C none view 4606 0 N/A
530 IEEE Workshop on High Performance Switching and Routing HPSR CORE2023 C none view 4606 0 N/A
531 Human System Interaction HSI CORE2023 C none view 4608 0 N/A
532 International Conference on Innovations for Community Services (was Innovative Internet Computer Systems IICS until 2014) I4CS CORE2023 C none view 4601 0 N/A
533 IADIS International Conference Applied Computing IADIS AC CORE2023 C none none 4601 3 5.0
534 IEEE Industry Applications Society Annual Conference IAS CORE2023 National: USA none view 4601 0 N/A
535 International Joint Conference on Knowledge Discovery, Knowledge Engineering and Knowledge Management IC3K CORE2023 C none view 4605 0 N/A
536 International Conference on Artificial Intelligence and Law ICAIL CORE2023 C none view 4602 0 N/A
537 International Conference on Artificial Neural Networks ICANN CORE2023 C none view 4611 0 N/A
538 International Conference on Control, Automation, Robotics and Vision ICARCV CORE2023 C none view 4602 0 N/A
539 International Congress on Computational and Applied Mathematics ICCAM CORE2023 C none none 4613 0 N/A
540 International Conference on Computers Helping People with Special Needs ICCHP CORE2023 C none view 4601 0 N/A
541 IEEE International Conference on Cognitive Informatics ICCI CORE2023 C none view 4602 0 N/A
542 International Conference on Computational Science and its Applications ICCSA CORE2023 C none view 46 0 N/A
543 International Conference on Digital Society ICDS CORE2023 C none none 4601 0 N/A
544 International Conference on Entertainment Computing ICEC CORE2023 C none view 4607 0 N/A
545 International Conference Formal Concept Analysis Conference ICFCA CORE2023 C none view 4613 1 4.0
546 IEEE International Conference on Fog and Edge Computing ICFEC CORE2023 C none view 4606 0 N/A
547 IEEE International Conference on Global Software Engineering ICGSE CORE2023 C none view 4612 0 N/A
548 International Conference on Internet Computing in Science and Engineering ICICSE CORE2023 C none none 4606 0 N/A
549 International Conference on Interactive Digital Storytelling (2008 merger of 'ICVS International Conference on Virtual Storytelling' and 'TIDSE Technology for Interactive Digital Storytelling') ICIDS CORE2023 C none view 4607 4 4.8
550 International Conference on Internet Monitoring and Protection ICIMP CORE2023 C none none 4604 0 N/A
551 IEEE/ACIS International Conference on Computer and Information Science ICIS CORE2023 C none view 46 1 4.0
552 International Conference on Image and Signal Processing ICISP CORE2023 C none view 4603 0 N/A
553 International Conference on Internet and Web Applications and Services ICIW CORE2023 C none none 4606 0 N/A
554 International Conference on Machine Learning and Applications ICMLA CORE2023 C none view 4611 4 2.0
555 International Conference on Computing and Informatics ICOCI CORE2023 C none none 46 0 N/A
556 International Conference on Operations Research and Enterprise Systems ICORES CORE2023 C none view 4602 0 N/A
557 International Conference on Smart homes and health Telematics ICOST CORE2023 C none view 4601 0 N/A
558 International Conference on Optimization: Techniques And Applications ICOTA CORE2023 C none none 4602 0 N/A
559 International Conference on Software Engineering Advances ICSEA CORE2023 C none none 4612 0 N/A
560 International Conference on Systems Engineering ICSEng CORE2023 C none view 46 0 N/A
561 International Conference on Information and Communication Technologies for Ageing Well and e-Health ICT4AWE CORE2023 C none none 4601 0 N/A
562 International Conference on Information and Communication Technologies and Development ICTD CORE2023 C none view 4601 0 N/A
563 International Conference on Testing Software and Systems ICTSS CORE2023 C none view 4612 0 N/A
564 International Conference on Computer Vision Systems ICVS CORE2023 C none view 4603 0 N/A
565 International Conference on Informatics & Data-Driven Medicine IDDM CORE2023 C none view 4611 0 N/A
566 International Conference on Intelligent Data Engineering and Automated Learning IDEAL CORE2023 C none view 46 0 N/A
567 International Conference on Industrial and Engineering Applications of Artificial Intelligence and Expert Systems IEA/AIE CORE2023 C none view 4602 0 N/A
568 IEEE International Symposium on Adaptive Dynamic Programming and Reinforcement Learning IEEE ADPRL CORE2023 C none none 4611 0 N/A
569 IEEE International Symposium on Artificial Life IEEE Alife CORE2023 C none none 4602 0 N/A
570 IEEE Symposium on Computational Intelligence in Control and Automation IEEE CICA CORE2023 C none none 4602 0 N/A
571 IEEE Symposium on Computational Intelligence in Cyber Security IEEE CICS CORE2023 C none none 4604 0 N/A
572 IEEE Symposium on Computational Intelligence for Financial Engineering IEEE CIFEr CORE2023 C none view 4601 0 N/A
573 IEEE Symposium on Computational intelligence for Multimedia Signal and Vision Processing IEEE CIMSIVP CORE2023 C none none 4603 0 N/A
574 IEEE Symposium on Computational Intelligence for Security and Defence Applications IEEE CISDA CORE2023 C none none 4601 0 N/A
575 IEEE International Conference on Intelligent Systems IEEE IS CORE2023 C none view 4602 0 N/A
576 IEEE Swarm Intelligence Symposium IEEE SIS CORE2023 C none none 4602 0 N/A
577 Intenational Environmental Modelling and Software Society iEMSs CORE2023 C none none 4601 0 N/A
578 Asia Pacific Symposium on Intelligent and Evolutionary Systems (was Australia-Japan Joint Workshop on Intelligent and Evolutionary Systems) IES CORE2023 C none none 4602 0 N/A
579 IFSA World Congress IFSA CORE2023 C none view 4602 0 N/A
580 IEEE International Geoscience and Remote Sensing Symposium IGARSS CORE2023 C none view 4601 0 N/A
581 Information Hiding and Multimedia Security Workshop IH&MMSec CORE2023 C none view 4604 0 N/A
582 Information Integration and Web-based Applications and Services IIWAS CORE2023 C none view 46 1 4.0
583 International Joint Conference on Computational Intelligence IJCCI CORE2023 C none view 4602 0 N/A
584 International Joint Conference on Rough Sets (2014 International Conference on Rough Sets and Current Trends in Computing joined with 3 others) IJCRS (was RSCTC) CORE2023 C none view 4602 0 N/A
585 Information Visualisation Theory and Practice InfVis CORE2023 C none none 4608 0 N/A
586 International Symposium on Innovations in Intelligent Systems and Applications INISTA CORE2023 C none view 4602 0 N/A
587 International Network Optimization Conference INOC CORE2023 C none view 4606 0 N/A
588 Informing Science and Information Technology Education InSITE CORE2023 C none none 4608 0 N/A
589 On-Line Testing and Robust System Design IOLTS CORE2023 C none view CSE 0 N/A
590 International Conference on Indoor Positioning and Indoor Navigation IPIN CORE2023 C none view 4606 0 N/A
591 International Conference on Information Processing and Management of Uncertainty IPMU CORE2023 C none view 4605 0 N/A
592 International Symposium on Autonomous Decentralized Systems ISADS CORE2023 C none view 4606 0 N/A
593 Conference for the International Simulation and Gaming Association ISAGA CORE2023 C none view 4607 0 N/A
594 International Symposium on Automation and Robotics in Construction ISARC CORE2023 C none none 4602 0 N/A
595 Information Security Conference ISC CORE2023 C See note none 4604 0 N/A
596 International Symposium on Combinatorial Optimisation ISCO CORE2023 C none view 4613 1 5.0
597 International Conference on Intelligent Systems Designs and Applications ISDA CORE2023 C none view 4602 0 N/A
598 International Symposium on Grids and Clouds (was International Symposium on Grid Computing) ISGC CORE2023 C none none 4606 0 N/A
599 IEEE International Conference on Intelligence and Security Informatics ISI CORE2023 C none view 4604 0 N/A
600 IEEE International Symposium on Multimedia ISM CORE2023 C none view 4603 0 N/A
601 International Symposium on Foundations of Intelligent Systems ISMIS CORE2023 C none view 4602 0 N/A
602 International Symposium on Memory Management ISMM CORE2023 C none view 4606 0 N/A
603 International Symposium on Neural Networks ISNN CORE2023 C none view 4611 1 4.0
604 International Symposium on Leveraging Applications of Formal Methods, Verification and Validation ISoLA CORE2023 C none view 4612 0 N/A
605 IEEE International Symposium on Real-Time Distributed Computing ISORC CORE2023 C none view 4606 0 N/A
606 IEEE International Symposium on Parallel and Distributed Processing with Applications ISPA CORE2023 C none view 4606 0 N/A
607 International Symposium on Parallel and Distributed Computing ISPDC CORE2023 C none view 4606 0 N/A
608 International Symposium on Spatial Data Quality ISSDQ CORE2023 C none none 4601 0 N/A
609 International Symposium on Technology and Society ISTAS CORE2023 C none none 46 0 N/A
610 Applications of Information Visualization IV-App CORE2023 C none none 4608 0 N/A
611 Information Visualization in Biomedical Informatics IVBI CORE2023 C none none 4601 0 N/A
612 International Workshop on Combinatorial Image Analysis: Theory and Applications IWCIA CORE2023 C none view 4603 0 N/A
613 International Workshop on Digital Watermarking IWDW CORE2023 C none view 4604 0 N/A
614 Joint Conference of the International Workshop on Software Measurement and the International Conference on Software Process and Product Measurement (IWSM and Mensura combined from 2007) IWSM Mensura CORE2023 C none view 4612 0 N/A
615 International Conference on the Statistical Analysis of Textual Data JADT CORE2023 C none none 4602 0 N/A
616 International Conference on Legal Knowledge and Information Systems JURIX CORE2023 C none view 4601 0 N/A
617 International Conference on Knowledge Engineering and Ontology Development KEOD CORE2023 C none none 4605 0 N/A
618 International KES Conference on Agents and Multiagent systems - Technologies and Applications KES AMSTA CORE2023 C none none 4602 2 5.0
619 KES International Symposium on Intelligent Decision Technologies KES IDT CORE2023 C none none 4602 3 3.0
620 Knowledge Visualization and Visual Thinking KV CORE2023 C none none 4608 0 N/A
621 Latin-American Algorithms, Graphs and Optimization Symposium LAGOS CORE2023 C none view 4613 0 N/A
622 IEEE LAN/MAN Workshop LANMAN CORE2023 C none view 4606 0 N/A
623 International Conference on Language and Automata Theory and Applications LATA CORE2023 C none view 4613 0 N/A
624 Language, Data and Knowledge LDK CORE2023 C none view 4602 0 N/A
625 International Workshop on MultiAgent Based Simulation MABS CORE2023 C none view 4602 0 N/A
626 International Conference on Model and Data Engineering MEDI CORE2023 C none view 4605 0 N/A
627 International Conference on Formal Methods and Models for Co-Design MEMOCODE CORE2023 C none view 4612 0 N/A
628 International Workshop on Modelling in Software Engineering MISE CORE2023 C none none 4612 0 N/A
629 International Conference on Model-Driven Engineering and Software Development MODELSWARD CORE2023 C none view 4606 0 N/A
630 International Conference on Managed Programming Languages and Runtimes (was ManLang and previously Principles and Practice of Programming in Java: PPPJ) MPLR CORE2023 C none view 4612 0 N/A
631 International Symposium on the Mathematical Theory of Networks and Systems MTNS CORE2023 C none none 4606 0 N/A
632 Applications of Natural Language to Data Bases NLDB CORE2023 C none view 4602 0 N/A
633 IFIP International Conference on Network and Parallel Computing NPC CORE2023 C none view 4606 0 N/A
634 New Security Paradigms Workshop NSPW CORE2023 C none view 4604 0 N/A
635 International Symposium on New Ideas, New Paradigms, and Reflections on Programming and Software Onward CORE2023 C none view 4612 0 N/A
636 SIAM Conference on Optimization OP CORE2023 C none none 4602 0 N/A
637 International Symposium on Open Collaboration (was International Symposiums on Wikis) OPENSYM CORE2023 C none view 4612 0 N/A
638 International Conference on Pairing-based Cryptography Pairing CORE2023 C none none 4604 0 N/A
639 International Picture Coding Symposium PCS CORE2023 C none view 4603 0 N/A
640 International Conference on Parallel and Distributed Computing, Applications and Technologies PDCAT CORE2023 C none view 4606 0 N/A
641 Euromicro International Conference on Parallel, Distributed and Network Based Processing PDP CORE2023 C none view 4606 0 N/A
642 ACM SIGPLAN Workshop on Partial Evaluation and Program Manipulation PEPM CORE2023 C none view 4612 0 N/A
643 Workshop on Programming Languages and Operating Systems PLOS CORE2023 C none none 4606 0 N/A
644 International Conference on Principles and Practice of Declarative Programming PPDP CORE2023 C none view 4613 0 N/A
645 International Workshop on Post-Quantum Cryptography PQCrypto CORE2023 C none view 4604 0 N/A
646 IFIP Working Conferences on Virtual Enterprises PRO-VE CORE2023 C none none 4606 0 N/A
647 Privacy in Statistical Databases PSD CORE2023 C none view 4604 0 N/A
648 Annual Conference on Privacy, Security and Trust PST CORE2023 C none view 4604 0 N/A
649 International Conference on the Quality of Information and Communications Technology QUATIC CORE2023 C none view 4612 1 5.0
650 International Conference on Relational and AlgebraicMethods in Computer Science (was International Conference on Relational Methods in Computer Science RelMiCS) RAMiCS CORE2023 C none view 4613 0 N/A
651 IEEE International Symposium on Rapid System Prototyping (was IEEE Symposium on Rapid Prototyping) RSP CORE2023 C none view 4612 0 N/A
652 IEEE International Conference on Blockchain and Cryptocurrency ICBC CORE2023 C none view 4606 1 5.0
653 Workshop on Algorithms in Bioinformatics WABI CORE2023 C none view 4601 0 N/A
654 International Conference on Probabilistic, Combinatorial, and Asymptotic Methods in the Analysis of Algorithms (was Conference on Analysis of Algorithms) AofA CORE2023 C none view 4613 0 N/A
655 IFIP/IEEE International Conference on Performance Evaluation and Modeling in Wired and Wireless Networks PEMWN CORE2023 C none view 4606 0 N/A
656 International Conference on Machine Vision ICMV CORE2023 C none view 4603 0 N/A
657 European Conference on Multi-Agent Systems EUMAS CORE2023 C none view 4602 1 3.0
658 International Symposium on Temporal Representation and Reasoning TIME CORE2023 C none view 4602 0 N/A
659 International Conference on Heterogeneous Networking for Quality, Reliability, Security and Robustness (was International Conference on Quality of Service in Heterogeneous Wired/Wireless Networks) Qshine CORE2023 C none view 4606 0 N/A
660 International Conference on Management of Digital EcoSystems MEDES CORE2023 C none view 4606 29 4.3
661 International Conference on Algorithms and Architectures for Parallel Processing ICA3PP CORE2023 C none view 4606 0 N/A
662 Latin American Conference on Informatics CLEI CORE2023 C none view 4602 0 N/A
663 International Conference on Data Science, Technology and Applications DATA CORE2023 C none view 4605 0 N/A
664 International Conference on Information Systems Security and Privacy ICISSP CORE2023 C none view 4604 0 N/A
665 International Conference on Pattern Recognition Applications and Methods ICPRAM CORE2023 C none view 4603 3 5.0
666 International Conference on Software and Data Technologies ICSoft CORE2023 C none view 4612 0 N/A
667 International Conference on Web Information Systems and Technologies WEBIST CORE2023 C none view 46 0 N/A
668 International Conference on Mobile and Ubiquitous Systems: Networks and Services Mobiquitous CORE2023 C none view 4606 0 N/A
669 International Workshop on Coordination, Organizations, Institutions, Norms and Ethics for Governance of Multi-Agent Systems (Ethics added 2020) COINE CORE2023 C none view 4602 2 4.0
670 International Conference on Collaborative Computing: Networks, Applications and Worksharing CollaborateCom CORE2023 C none view 4606 1 4.0
671 International Conference on Reversible Computation RC CORE2023 C none view 4613 0 N/A
672 IFIP Joint International Conference on Formal Description Techniques and Protocol Specification, Testing, And Verification FORTE CORE2023 C none none 4612 0 N/A
673 International Symposium on Logic-based Program Synthesis and Transformation LOPSTR CORE2023 C none view 4613 0 N/A
674 International Conference on Internet of Things, Big Data and Security IoTBDS CORE2023 C none view 4604 0 N/A
675 International Conference on Security and Privacy for Communication Networks SecureComm CORE2023 C none view 4604 2 3.0
676 International Conference on Vehicle Technology and Intelligent Transport Systems VEHITS CORE2023 C none view 4606 0 N/A
677 International Conference on Informatics in Control, Automation and Robotics ICINCO CORE2023 C none view 4602 0 N/A
678 ArtsIT, Interactivity & Game Creation (was International Conference on Arts and Technology) ArtsIT CORE2023 C none view 4607 0 N/A
679 Conference of the European Association for Machine Translation EAMT CORE2023 C none view 4602 0 N/A
680 International Conference on Information Security and Cryptography SECRYPT CORE2023 C none view 4604 0 N/A
681 Machine Translation Summit MT SUMMIT CORE2023 C none view 4602 0 N/A
682 International Conference on Knowledge Science, Engineering and Management KSEM CORE2023 C none view 4602 0 N/A
683 International Conference on Broadband Communications, Networks and Systems Broadnets CORE2023 C none view 4606 0 N/A
684 International Conference on Advanced Data Mining and Applications ADMA CORE2023 C none view 4605 0 N/A
685 International Symposium on Networks, Computers and Communications ISNCC CORE2023 C none view 4606 2 5.0
686 International Colloquium on Theoretical Aspects of Computing ICTAC CORE2023 C none view 4613 0 N/A
687 International Conference of the Immersive Learning Research Network iLRN CORE2023 C none view 4601 2 5.0
688 International Conference on Artificial Intelligence in Music, Sound, Art and Design EvoMUSART CORE2023 C none view 4602 1 5.0
689 International Conference on Computational Creativity ICCC CORE2023 C none view 46 2 5.0
690 IEEE International Working Conference on Source Code Analysis and Manipulation SCAM CORE2023 C none view 4612 1 4.0
691 Practice and Theory of Automated Timetabling PATAT CORE2023 C See note none 4601 0 N/A
692 International Symposium on Robotics Research ISRR CORE2023 C See note view 4602 0 N/A
693 Conference on Combinatorial Optimization and Applications COCOA CORE2023 C See note view 4602 1 N/A
694 International Conference on Database and Expert Systems Applications DEXA CORE2023 C See note view 4605 0 N/A
695 International Conference on Case-Based Reasoning ICCBR CORE2023 C See note view 4602 2 4.0
696 Pacific Asia Conference on Language, Information and Computation PACLIC CORE2023 C See note view 4602 0 N/A
697 Pacific Rim Knowledge Acquisition Workshop PKAW CORE2023 C See note view 4602 0 N/A
698 International Conference on Software Engineering and Knowledge Engineering SEKE CORE2023 C See note view 4612 0 N/A
699 Winter Simulation Conference WSC CORE2023 C See note view 4602 0 N/A
700 Workshop on Constraint Satisfaction for Planning and Scheduling COPLAS CORE2023 C See note none 4602 0 N/A
701 The Theory and Application of Diagrams DIAGRAMS CORE2023 C See note view 4602 0 N/A
702 International Conference on Intelligent Text Processing and Computational Linguistics CICLING CORE2023 C See note view 4602 0 N/A
703 Innovative Applications in AI IAAI CORE2023 C See note none 4602 0 N/A
704 Robot Soccer World Cup RoboCup CORE2023 C See note view 4602 0 N/A
705 International Conference on Computer Analysis of Images and Patterns CAIP CORE2023 C See note view 4603 0 N/A
706 International Workshop on Multimedia Signal Processing MMSP CORE2023 C See note view 4603 1 5.0
707 Pacific-Rim Symposium on Image and Video Technology PSIVT CORE2023 C See note view 4603 1 5.0
708 Digital Audio Effects Conference DAFX CORE2023 C See note view 4603 0 N/A
709 IEEE International Conference on Visual Communications and Image Processing (was SPIE ... pre 2011) VCIP CORE2023 C See note view 4603 1 5.0
710 International Conference on Information and Communications Security ICICS CORE2023 C See note view 4604 2 N/A
711 Information Security Practice and Experience Conference ISPEC CORE2023 C See note view 4604 0 N/A
712 International Conference on Provable Security ProvSec CORE2023 C See note view 4604 0 N/A
713 International Conference on Sequences and their Applications SETA CORE2023 C See note none 4604 0 N/A
714 Smart Card Research and Advanced Application Conference CARDIS CORE2023 C See note view 4604 1 4.0
715 IMA International Conference on Cryptography and Coding IMACC CORE2023 C See note view 4604 0 N/A
716 European Conference on Computational Biology ECCB CORE2023 C See note none 4601 0 N/A
717 Symposium on Advances in DB and Information Systems ADBIS CORE2023 C See note view 4605 0 N/A
718 Web and Big Data APWEB CORE2023 C See note view 4605 0 N/A
719 International Workshop on Data Warehousing and OLAP DOLAP CORE2023 C See note view 4605 0 N/A
720 International Database Engineering and Applications Symposium IDEAS CORE2023 C See note view 4605 0 N/A
721 International Symposium on String Processing and Information Retrieval SPIRE CORE2023 C See note view 4605 1 5.0
722 Workshop on Job Scheduling Strategies for Parallel Processing JSSPP CORE2023 C See note view 4606 0 N/A
723 International Conference on Advances in Mobile Computing and Multimedia MOMM CORE2023 C See note view 4606 0 N/A
724 International Symposium on Computer Architecture and High Performance Computing SBAC-PAD CORE2023 C See note view 4606 0 N/A
725 Heterogeneity in Computing Workshop HCW CORE2023 C See note none 4606 0 N/A
726 International Conference on Ubiquitous Intelligence and Computing UIC CORE2023 C See note view 4606 0 N/A
727 IEEE International Performance Computing and Communications Conference IPCCC CORE2023 C See note view 4606 0 N/A
728 IEEE International Conference on High Performance Computing and Communications HPCC CORE2023 C See note view 4606 1 4.0
729 IEEE Symposium on Computers and Communications ISCC CORE2023 C See note view 4606 32 5.0
730 Computer Graphics International CGI CORE2023 C See note view 4607 0 N/A
731 International Conference on Cyberworlds (was International Symposium on Cyberworlds) CW CORE2023 C See note view 4607 2 5.0
732 International Conference on Information Visualisation IV CORE2023 C See note view 4608 0 N/A
733 ACM Symposium on Solid and Physical Modelling SPM CORE2023 C See note none 4607 0 N/A
734 Annual International Workshop on Presence ISPR CORE2023 C See note none 4607 0 N/A
735 International Conference on Artificial Reality and Telexistance & Eurographics Symposium on Virtual Environments EGVE CORE2023 C See note view 4607 0 N/A
736 Eurographics Symposium on Parallel Graphics and Visualization EGPGV CORE2023 C See note view 4607 0 N/A
737 Association for Computer-Aided Architectural Design Research in Asia (CAADRIA) annual conference CAADRIA CORE2023 C See note none 4601 0 N/A
738 International Conference on Computers in Education ICCE CORE2023 C See note none 4601 2 4.0
739 World Conference on Educational Multimedia, Hypermedia and Telecommunications ED-MEDIA CORE2023 C See note none 4601 1 4.0
740 International Conference on Computer Supported Cooperative Work in Design CSCWD CORE2023 C See note view 4608 0 N/A
741 ETHICOMP Conference ETHICOMP CORE2023 C See note none 4608 0 N/A
742 Asia-Pacific Software Engineering Conference APSEC CORE2023 C See note view 4612 0 N/A
743 International Conference on Formal Engineering Methods ICFEM CORE2023 C See note view 4612 0 N/A
744 Practical Aspects of Declarative Languages PADL CORE2023 C See note view 4612 0 N/A
745 Pacific Rim International Symposium on Dependable Computing PRDC CORE2023 C See note view 4612 0 N/A
746 Software Quality, Reliability, and Security (was International Conference on Quality Software, QSIC, that merged with SERE 2015) QRS CORE2023 C See note view 4612 1 4.0
747 Pattern Languages of Programs PLOP CORE2023 C See note none 4612 0 N/A
748 International Conference on Implementation and Application of Automata CIAA CORE2023 C See note view 4613 0 N/A
749 Developments in Language Theory DLT CORE2023 C See note view 4613 0 N/A
750 International Symposium on Information Theory and Its Applications ISITA CORE2023 C See note view 4613 0 N/A
751 Machines, Computations and Universality (was Universal Machines and Computations) MCU CORE2023 C See note view 4613 0 N/A
752 Conference on Theory and Applications of Models of Computation TAMC CORE2023 C See note view 4613 0 N/A
753 Workshop on Logic, Language, Information and Computation WoLLIC CORE2023 C See note view 4613 0 N/A
754 International Workshop on Combinatorial Algorithm IWOCA CORE2023 C See note view 4613 1 4.0
755 Geometry Modeling and Processing GMP CORE2023 C See note none 4613 0 N/A
756 Symposium of Asian Association for Algorithms and Computation AAAC CORE2023 C none none 4613 0 N/A
757 Conference on Algorithmic Aspects in Information and Management AAIM CORE2023 C none view 4613 0 N/A
758 International Conference Abstract State Machines, Alloy, B, TLA, VDM, and Z (Previously International Conference of B and Z Users, ZB, changed in 2008) ABZ CORE2023 C none view 4612 0 N/A
759 Applied Computing Conference ACC CORE2023 C none none 4601 0 N/A
760 International Conference on Advances in Computer-Human Interactions ACHI CORE2023 C none none 4608 0 N/A
761 International Conference on Affective Computing and Intelligent ACII CORE2023 C none view 4608 4 5.0
762 Artificial Intelligence Applications and Innovations AIAI CORE2023 C none view 4601 0 N/A
763 ACS/IEEE International Conference on Computer Systems and Applications AICCSA CORE2023 C none view 46 0 N/A
764 International Symposium on Algorithms and Experiments for Wireless Networks Algosensors CORE2023 C none view 4606 0 N/A
765 International Conference on the Simulation and Synthesis of Living Systems ALIFE CORE2023 C none none 4602 0 N/A
766 Asia Pacific Conference on Communications APCC CORE2023 C none view 4606 0 N/A
767 Asia-Pacific Network Operations and Management Symposium APNOMS CORE2023 C none view 4606 0 N/A
768 Conference of the Association of Asian-Pacific Operational Research Societies APORS CORE2023 C none none 4602 0 N/A
769 Asia-Pacific Services Computing Conference APSCC CORE2023 C none none 4606 0 N/A
770 IEEE Symposium on Computer Arithmetic ARITH CORE2023 C none view 4613 0 N/A
771 International Symposium on Artificial Life and Robotics AROB CORE2023 C none none 4602 0 N/A
772 Asia and South Pacific Design Automation Conference ASPDAC CORE2023 C none view 4606 0 N/A
773 IEEE Automatic Speech Recognition and Understanding Workshop ASRU CORE2023 C none view 4602 0 N/A
774 Automation of Software Test AST CORE2023 C none view 4612 0 N/A
775 International Conference on Advanced and Trusted Computing (was International Conference on Autonomic and Trusted Computing) ATC CORE2023 C none view 4604 0 N/A
776 Workshop on Algorithmic Approaches for Transportation Modelling, Optimization, and Systems ATMOS CORE2023 C none view 4613 0 N/A
777 IEEE/ACM International Conference on Big Data Computing, Applications and Technologies BDCAT CORE2023 C none view 4611 0 N/A
778 IEEE Bioinformatics and Bioengineering BIBE CORE2023 C none view 4601 0 N/A
779 International Conference on Reliable Software Technologies Ada-Europe CORE2023 Journal Published none view 4612 0 N/A
780 IFIP International Symposium on Computing Performance, Modelling, Measurement and Evaluation PERFORMANCE CORE2023 Journal Published none view 4612 0 N/A
781 International Conference on Compilers, Architecture, and Synthesis for Embedded Systems CASES CORE2023 Journal published none view 4606 0 N/A
782 CHI PLAY: The Annual Symposium on Computer-Human Interaction in Play CHI PLAY CORE2023 Journal Published none view 4608 0 N/A
783 Engineering Interactive Computing Systems EICS CORE2023 Journal Published none view 4608 3 5.0
784 International Conference on Embedded Software EMSOFT CORE2023 Journal published none view 4606 0 N/A
785 SIGGRAPH Asia SiggraphA CORE2023 journal published none view 4607 6 5.0
786 ACM International Joint Conference on Pervasive and Ubiquitous Computing (PERVASIVE and UbiComp combined from 2013) UbiComp CORE2023 journal published none view 4608 0 N/A
787 Intelligent Systems in Molecular Biology ISMB CORE2023 journal published none view 4601 1 N/A
788 ACM International Conference on Interactive Surfaces and Spaces (was International Workshop on Horizontal Interactive Human-Computer Systems: Tabletop) ISS CORE2023 Journal Published none view 4608 1 4.0
789 Pacific Conference on Computer Graphics and Applications PG CORE2023 Journal Published none view 4607 0 N/A
790 CONFERENCE ON COMPUTER SCIENCE AND INTELLIGENCE SYSTEMS FedCSIS CORE2023 Multi-conference none view 4602 0 N/A
791 International Conference on Computational Science ICCS CORE2023 Multiconference none view 4601 5 5.0
792 Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications (GRAPP and VISAPP combined from 2008) VISIGRAPP CORE2023 Multiconference none view 4603 0 N/A
793 International Conference on Modelling and Simulation ECMS CORE2023 Multiconference See note view 4602 0 N/A
794 Computer Sciences and Information Technologies CSIT CORE2023 National none none 4602 0 N/A
795 British Computer Society Conference on Human-Computer Interaction HCI CORE2023 National none none 4608 0 N/A
796 International Work-conference on the Interplay between Natural and Artificial Computation IWINAC CORE2023 National none view 4602 0 N/A
797 International Workshop on Algebraic and Combinatorial Coding Theory ACCT CORE2023 National none none 4613 0 N/A
798 International Symposium 'Problems of Redundancy in Information and Control Systems' Redundancy CORE2023 National Russia none none 4604 0 N/A
799 International Conference on Recent Advances in Natural Language Processing RANLP CORE2023 National: bulgaria none view 4602 0 N/A
800 International Conference on Artificial Intelligence: Methodology, Systems, Applications AIMSA CORE2023 National: Bulgaria none view 4602 0 N/A
801 Testbeds and Research Infrastructures for the Development of Networks and Communities TridentCom CORE2023 National: China none view 4606 0 N/A
802 International Frontiers of Algorithmics Workshop FAW CORE2023 National: China none view 4613 0 N/A
803 International Conference on Image and Graphics ICIG CORE2023 National: China none view 4607 0 N/A
804 International Symposium on Theoretical Aspects of Software Engineering TASE CORE2023 National: China none view 4612 0 N/A
805 International Conference on Machine Learning and Cybernetics ICMLC CORE2023 National: China none view 4611 0 N/A
806 International Conference on Natural Computation ICNC CORE2023 National: China none view 4602 0 N/A
807 SKLOIS Conference on Information Security and Cryptology Inscrypt CORE2023 National: China none view 4604 0 N/A
808 International Conference on Intelligent Systems and Knowledge Engineering ISKE CORE2023 National: China none view 4602 0 N/A
809 Conference on Software in Telecommunications and Computer Networks SOFTCOM CORE2023 National: Croatia none view 4606 0 N/A
810 Prague Stringology Conference PSC CORE2023 National: Czech none view 4613 0 N/A
811 International Conferences in Central Europe on Computer Graphics, Visualization and Computer Vision WSCG CORE2023 National: Czecholslovakia none none 4607 0 N/A
812 International Conference on Real-Time and Network Systems RTNS CORE2023 National: France none view 4606 0 N/A
813 Conference on Innovation in Clouds, Internet and Networks ICIN CORE2023 National: France none view 4606 0 N/A
814 European Conference on Pattern Languages of Programs EuroPLop CORE2023 National: Germany none view 4612 5 5.0
815 Mensch & Computer MuC CORE2023 National: Germany none view 4608 0 N/A
816 International Conference on Information Systems Security ICISS CORE2023 National: India none view 4604 0 N/A
817 Indian Conference on Human-Computer Interaction IndiaHCI CORE2023 National: India none none 4608 1 5.0
818 International Conference on Cryptology in India INDOCRYPT CORE2023 National: India none view 4604 0 N/A
819 International Conference on Management of Data COMAD CORE2023 National: India none view 4605 0 N/A
820 Foundations of Software Technology and Theoretical Computer Science FST&TCS CORE2023 National: India none view 4613 2 5.0
821 International Conference on High Performance Computing HiPC CORE2023 National: India none view 4606 3 5.0
822 International Conference on Distributed Computing and Internet Technologies ICDCIT CORE2023 National: India none view 4606 0 N/A
823 International Conference on Distributed Computing and Networking ICDCN CORE2023 National: India none view 4606 7 4.7
824 International Conference on VLSI Design VLSID CORE2023 National: India none view 4606 2 5.0
825 International Conference on Advanced Computing and Communications AdCom CORE2023 National: India none none 4606 0 N/A
826 International CSI Computer Conference CSICC CORE2023 National: Iran none none 4613 0 N/A
827 International Machine Vision and Image Processing Conference IMVIP CORE2023 National: ireland none none 4603 0 N/A
828 Conference on Fun with Algorithms FUN CORE2023 National: Italy none view 4613 0 N/A
829 International Conference on Image Analysis and Processing ICIAP CORE2023 National: Italy none view 4603 1 3.0
830 Conference on Security and Cryptography for Networks SCN CORE2023 National: Italy none view 4604 0 N/A
831 International Symposium on Functional and Logic Programming FLOPS CORE2023 National: Japan none view 4613 0 N/A
832 International Workshop on Security IWSEC CORE2023 National: Japan none view 4604 0 N/A
833 Machine Vision Applications MVA CORE2023 National: japan none view 4603 0 N/A
834 International Conference on Information Security and Cryptology ICISC CORE2023 National: Korea none view 4604 0 N/A
835 International Workshop on Information Security Applications WISA CORE2023 National: korea none view 4604 0 N/A
836 International Conference on Robotics, Vision, Signal Processing and Power Applications (was ROVPIA) RoVISP CORE2023 National: Malaysia none none 4603 0 N/A
837 International Conference on Frontiers of Information Technology FIT CORE2023 National: Pakistan none view 46 0 N/A
838 International Conference on Dependability of Computer Systems DEPCoS CORE2023 National: Poland none view 4606 7 4.9
839 International Conference on Artificial Intelligence and Soft Computing ICAISC CORE2023 National: Poland none view 4602 34 4.9
840 International Conference on Computer Vision and Graphics ICCVG CORE2023 National: Poland none view 4603 0 N/A
841 Multimedia and Network Information Systems MISSI CORE2023 National: Poland none view 4603 0 N/A
842 International Conference on Parallel Processing and Applied Mathematics PPAM CORE2023 National: Poland none view 4606 4 4.7
843 Portuguese Conference on Artificial Intelligence EPIA CORE2023 National: Portugal none view 4602 0 N/A
844 IEEE International Conference on Intelligent Computer Communication and Processing ICCP CORE2023 National: Romania none view 4602 0 N/A
845 International Symposium on Applied Computational Intelligence and Informatics SACI CORE2023 National: Romania none view 4602 0 N/A
846 International Workshop on Soft Computing Applications SOFA CORE2023 National: Romania none none 4601 3 5.0
847 International Symposium on Symbolic and Numeric Algorithms for Scientific Computing SYNASC CORE2023 National: romania none view 4613 1 3.0
848 International Conference on Analysis of Images, Social Networks and Texts AIST CORE2023 National: Russia none view 4602 0 N/A
849 International Computer Science Symposium in Russia CSR CORE2023 National: Russia none view 46 3 4.0
850 International Symposium on Ubiquitous Virtual Reality ISUVR CORE2023 National: S. Korea none none 4607 0 N/A
851 International Symposium on Intelligent Systems and Informatics SISY CORE2023 National: serbia none view 4602 0 N/A
852 International Symposium on Applied Machine Intelligence and Informatics SAMI CORE2023 National: slovakia none none 4602 0 N/A
853 International Work-Conference on Artificial and Natural Neural Networks IWANN CORE2023 National: Spain none view 4611 0 N/A
854 International Conference on Hybrid Artificial Intelligence Systems HAIS CORE2023 National: Spain none view 4602 0 N/A
855 Practical Applications of Agents and Multiagent Systems PAAMS CORE2023 National: Spain none view 4602 3 4.0
856 International Conference in Methodologies and Intelligent Systems for Technology Enhanced Learning MIS4TEL CORE2023 National: Spain none view 4601 0 N/A
857 International Conference on Advanced Technologies For Signal & Image Processing ATSIP CORE2023 National: Tunisia none view 4603 2 5.0
858 Knowledge Domain Visualisation KDViz CORE2023 National: UK none none 4608 0 N/A
859 SGAI International Conference on Artificial Intelligence SGAI CORE2023 National: UK none view 4602 0 N/A
860 ICT in Education, Research, and Industrial Applications ICTERI CORE2023 National: Ukraine none view 4601 0 N/A
861 International Conference on Information and Knowledge Engineering IKE CORE2023 National: USA none none 4602 0 N/A
862 IEEE International Conference on Information Reuse and Integration IRI CORE2023 National: USA none view 4605 0 N/A
863 International Symposium on Artificial Intelligence and Mathematics ISAIM CORE2023 National: USA none view 4602 0 N/A
864 International Symposium on Visual Computing ISVC CORE2023 National: USA none view 4607 0 N/A
865 International Conference on Internet Technologies and Applications ITA CORE2023 National: USA none view 46 0 N/A
866 Logical Foundations of Computer Science LFCS CORE2023 National: USA none view 4613 0 N/A
867 Modelling and Optimization: Theory and Applications MOPTA CORE2023 National: USA none none 4602 0 N/A
868 IEEE Conference on Mass Storage Systems and Technologies MSST CORE2023 National: USA none view 4606 0 N/A
869 Symposium on Networked Systems, Design and Implementation NSDI CORE2023 National: USA none view 4606 9 5.0
870 International Conference on Parallel and Distributed Processing Techniques and Applications PDPTA CORE2023 National: USA none none 4606 0 N/A
871 Pacific Symposium on Biocomputing PSB CORE2023 National: USA none view 4601 0 N/A
872 ACM Information Technology Education SIGITE CORE2023 National: USA none view 4608 1 N/A
873 ACM SIGUCCS Conference on User Services SIGUCCS CORE2023 National: USA none view 4601 0 N/A
874 Richard Tapia Celebration of Diversity in Computing Conference Tapia CORE2023 National: USA none none 46 0 N/A
875 International Visualization in Transportation Symposium TRB CORE2023 National: USA none none 4608 0 N/A
876 Usable Security and Privacy USEC CORE2023 National: USA none none 4604 0 N/A
877 Conference on Visualization and Data Analysis VDA CORE2023 National: USA none view 4608 0 N/A
878 Workshop on Computer Architecture Education WCAE CORE2023 National: USA none view 4608 0 N/A
879 World Multi-Conference on Systemics, Cybernetics and Informatics WMSCI CORE2023 National: USA none none 46 0 N/A
880 World Congress in Computer Science, Computer Engineering, and Applied Computing WORLDCOMP CORE2023 National: USA none none 46 0 N/A
881 Asilomar Conference on Signals, Systems and Computing ACSSC CORE2023 National: USA none view 4606 0 N/A
882 American Medical Informatics Annual Fall Symposium AMIA CORE2023 National: USA none view 4601 2 5.0
883 International Conference on Computers and their Applications CATA CORE2023 National: USA none view 4601 0 N/A
884 Information Security Symposium CERIAS CORE2023 National: USA none none 4604 0 N/A
885 Conference on Information Sciences and Systems CISS CORE2023 National: USA none view 4606 0 N/A
886 Florida Artificial Intelligence Research Society Conference FlAIRS CORE2023 National: USA none none 4602 3 3.7
887 Visualization In Science and Education GRC CORE2023 National: USA none none 4608 0 N/A
888 IEEE Symposium on High-Performance Interconnects HOTI CORE2023 National: USA none view 4606 0 N/A
889 Workshop on Mobile Computing Systems and Applications HOTMOBILE CORE2023 National: USA none view 4606 0 N/A
890 ACM Workshop on Hot Topics in Networks HOTNETS CORE2023 National: USA none view 4606 0 N/A
891 International Conference on Artificial Intelligence IC-AI CORE2023 National: USA none none 4602 0 N/A
892 International Conference on High Performance Scientific Computing HPSC CORE2023 National: Vietnam none none 4606 0 N/A
893 International Conference on Computing and Combinatorics COCOON CORE2023 National:China none view 4613 3 4.5
894 International Symposium on Software Engineering: Theories, Tools, and Applications SETTA CORE2023 National:China none view 4612 0 N/A
895 Datenbanksysteme für Business, Technologie und Web BTW CORE2023 National:Germany none view 4605 0 N/A
896 IEEE International Conference on Cloud Computing in Emerging Markets CCEM CORE2023 National:India none none 4606 0 N/A
897 International Conference on COMmunication Systems & NETworkS COMSNETS CORE2023 National:India none view 4606 0 N/A
898 IEEE International Conference on Data Science and Engineering ICDSE CORE2023 National:India none none 4605 0 N/A
899 The ACM International System and Storage Conference SYSTOR CORE2023 National:Israel none view 4606 0 N/A
900 International Conference on Wireless Networks and Mobile Communications WINCOM CORE2023 National:Morocco none view 4606 0 N/A
901 International Conference on Methods and Models in Automation and Robotics MMAR CORE2023 National:Poland none view 4611 0 N/A
902 IEEE International Scientific Conference on Informatics Informatics CORE2023 National:Slovakia none none 4613 0 N/A
903 IEEE Conference on Cognitive and Computational Aspects of Situation Management CogSIMA CORE2023 National:USA none view 4606 0 N/A
904 International Conference on Practical Applications of Computational Biology & Bioinformatics PACBB CORE2023 National(Spain) none view 4602 0 N/A
905 International Conference on Distributed Computing and Artificial Intelligence DCAI CORE2023 National(Spain) none view 4602 0 N/A
906 Conference of the Association for Machine Translation in the Americas AMTA CORE2023 National/Regional none view 4602 0 N/A
907 IEEE Conference of the Open Innovations Association FRUCT FRUCT CORE2023 Regional none view 4606 0 N/A
908 Malaysia International Conference on Communications MICC CORE2023 Regional none none 4606 0 N/A
909 International Baltic Conference on Databases and Information Systems DB&IS CORE2023 Regional - Baltic none view 4605 0 N/A
910 Semantics - International Conference on Semantic Systems Semantics CORE2023 Regional: Austria, Germany, Netherlands none view 4605 0 N/A
911 Nordic Conference on Human-Computer Interaction NordiCHI CORE2023 Regional:Scandinavia none view 4608 1 4.0
912 Design Automation Conf DAC CORE2023 TBR See note view CSE 2 5.0
913 International Symposium on Microarchitecture MICRO CORE2023 TBR See note view CSE 5 5.0
914 International Teletraffic Congress ITC CORE2023 Unranked none view 4606 0 N/A
915 Robotics: Science and Systems RSS CORE2023 TBR See note view CSE 0 N/A
916 IEEE VLSI Test Symposium VTS CORE2023 TBR See note view CSE 0 N/A
917 IEEE European Test Symposium ETS CORE2023 TBR See note view CSE 0 N/A
918 IEEE International Symposium on Circuits and Systems ISCAS CORE2023 TBR See note view CSE 2 5.0
919 Field Programmable Logic and Applications FPL CORE2023 TBR See note view CSE 1 5.0
920 ACM Int'l Symposium on Field Programmable Gate Arrays FPGA CORE2023 TBR See note view CSE 1 5.0
921 IEEE International Conference on Computer Design ICCD CORE2023 TBR See note view CSE 1 4.0
922 IEEE Industrial Electronics Society IECON CORE2023 TBR See note view CSE 0 N/A
923 IEEE International Conference on Emerging Technologies and Factory Automation ETFA CORE2023 TBR See note view CSE 0 N/A
924 IEEE International Conference on Industrial Informatics INDIN CORE2023 TBR See note view CSE 0 N/A
925 IEEE International Conference on Automation Science and Engineering CASE CORE2023 TBR See note view CSE 0 N/A
926 IEEE International Conference on Quantum Computing and Engineering QCE CORE2023 TBR See note view CSE 1 5.0
927 ACM/IEEE Symposium on Edge Computing SEC CORE2023 unranked none view 4606 0 N/A
928 International Conference on Sustainable Energy Information Technology SEIT CORE2023 Unranked none none 4601 0 N/A
929 International Conference: Sciences of Electronics, Technologies of information and Telecommunication SETIT CORE2023 Unranked none none 46 1 4.0
930 Utility and Cloud Computing UCC CORE2023 Unranked none view 4606 0 N/A
931 Conference on Robot Learning CoRL CORE2023 Unranked none view 4602 1 5.0
932 European Dependable Computing Conference EDCC CORE2023 Unranked none view 4604 0 N/A
933 Asian Conference on Machine Learning ACML CORE2023 Unranked none view 4611 12 4.7
934 International Conference on Ambient Systems, Networks and Technologies ANT CORE2023 Unranked none view 4606 2 4.5
935 International Conference on the Theory of Information Retrieval ICTIR CORE2023 Unranked none view 4605 0 N/A
936 International Conference on Virtual Rehabilitation ICVR CORE2023 Unranked none none 4601 0 N/A
937 International Conference on Advanced Communications and Computation INFOCOMP CORE2023 Unranked none none 46 0 N/A
938 International Conference on Mobile Systems and Pervasive Computing MobiSPC CORE2023 Unranked none none 4606 0 N/A
939 International Conference on Emerging Ubiquitous Systems and Pervasive Networks EUSPN CORE2023 Unranked none view 4606 0 N/A
940 The International Conference on Future Networks and Communications FNC CORE2023 Unranked none view 4606 0 N/A
941 HCist - International Conference on Health and Social Care Information Systems and Technologies HCist CORE2023 Unranked none none 4601 0 N/A
942 IFIP WG8.1 Working Conference on the Practice of Enterprise Modeling PoEM CORE2023 unranked: not primarily CS none view 46 0 N/A

174
site/data/venues.yaml Normal file
View File

@@ -0,0 +1,174 @@
# Edge and cloud systems — tracked venues
# Rankings filled automatically by pa-fetch-icore / pa-fetch-scimago.
# Deadlines filled automatically by pa-fetch-deadlines (gaps flagged for manual entry).
conferences:
- acronym: OSDI
full_name: "USENIX Symposium on Operating Systems Design and Implementation"
domain: [edge-and-cloud, operating-systems, distributed-systems]
url: "https://www.usenix.org/conference/osdi26"
dblp_key: "conf/osdi"
- acronym: SOSP
full_name: "ACM Symposium on Operating Systems Principles"
domain: [edge-and-cloud, operating-systems, distributed-systems]
url: "https://sigops.org/s/conferences/sosp/"
dblp_key: "conf/sosp"
wikicfp_id: "191399"
- acronym: NSDI
full_name: "USENIX Symposium on Networked Systems Design and Implementation"
domain: [edge-and-cloud, networking, distributed-systems]
url: "https://www.usenix.org/conference/nsdi27"
dblp_key: "conf/nsdi"
- acronym: EuroSys
full_name: "European Conference on Computer Systems"
domain: [edge-and-cloud, operating-systems, distributed-systems]
url: "https://2027.eurosys.org/"
dblp_key: "conf/eurosys"
wikicfp_id: false # 2027 ID not yet on WikiCFP; deadlines maintained manually
- acronym: ATC
full_name: "ACM SIGOPS Annual Technical Conference"
domain: [edge-and-cloud, operating-systems, distributed-systems]
url: "https://sigops.org/s/conferences/atc/2026/"
dblp_key: "conf/usenix"
wikicfp_id: false # not on WikiCFP; deadlines maintained manually
- acronym: SoCC
full_name: "ACM Symposium on Cloud Computing"
domain: [edge-and-cloud, cloud-computing]
url: "https://acmsocc.org/2026/"
dblp_key: "conf/cloud"
wikicfp_id: "191071"
- acronym: Middleware
full_name: "ACM/IFIP/USENIX Middleware Conference"
domain: [edge-and-cloud, distributed-systems]
url: "https://middleware-conf.github.io/2026/"
dblp_key: "conf/middleware"
wikicfp_id: "190153"
- acronym: IPDPS
full_name: "IEEE International Parallel and Distributed Processing Symposium"
domain: [edge-and-cloud, parallel-computing, distributed-systems]
url: "https://www.ipdps.org/"
dblp_key: "conf/ipps"
wikicfp_id: "189093"
- acronym: SC
full_name: "International Conference for High Performance Computing, Networking, Storage and Analysis"
domain: [edge-and-cloud, hpc, distributed-systems]
url: "https://sc24.supercomputing.org/"
dblp_key: "conf/sc"
wikicfp_id: false # SC acronym matches workshops; Supercomputing CFPs come from sc-h.org directly
- acronym: HPDC
full_name: "IEEE International Symposium on High Performance Distributed Computing"
domain: [edge-and-cloud, hpc, distributed-systems]
url: "https://www.hpdc.org/"
dblp_key: "conf/hpdc"
wikicfp_id: "191029"
- acronym: MobiSys
full_name: "ACM International Conference on Mobile Systems, Applications, and Services"
domain: [edge-and-cloud, mobile-computing, edge-computing]
url: "https://www.sigmobile.org/mobisys/2026/"
dblp_key: "conf/mobisys"
- acronym: SEC
full_name: "IEEE/ACM Symposium on Edge Computing"
domain: [edge-and-cloud, edge-computing]
url: "https://acm-ieee-sec.org/2026/"
dblp_key: "conf/sec"
wikicfp_id: false # SEC acronym collides with many unrelated events on WikiCFP
- acronym: CCGrid
full_name: "IEEE/ACM International Symposium on Cluster, Cloud and Internet Computing"
domain: [edge-and-cloud, cloud-computing, hpc, distributed-systems]
url: "https://ccgrid2026.org/"
dblp_key: "conf/ccgrid"
wikicfp_id: false # will update once 2027 CFP is on WikiCFP
journals:
# scimago_quartile / scimago_sjr are set manually here because SCImago's
# CSV download is blocked by anti-bot measures. Update from scimagojr.com
# annually (SCImago releases new data each spring).
- acronym: TPDS
full_name: "IEEE Transactions on Parallel and Distributed Systems"
domain: [edge-and-cloud, parallel-computing, distributed-systems]
issn: "1045-9219"
url: "https://www.computer.org/csdl/journal/td"
dblp_key: "journals/tpds"
submission_model: rolling
scimago_quartile: Q1
scimago_sjr: "1.560"
scimago_h_index: "131"
- acronym: TOCS
full_name: "ACM Transactions on Computer Systems"
domain: [edge-and-cloud, operating-systems, distributed-systems]
issn: "0734-2071"
url: "https://dl.acm.org/journal/tocs"
dblp_key: "journals/tocs"
submission_model: rolling
scimago_quartile: Q1
scimago_sjr: "1.180"
scimago_h_index: "79"
- acronym: TC
full_name: "IEEE Transactions on Computers"
domain: [edge-and-cloud, computer-architecture, distributed-systems]
issn: "0018-9340"
url: "https://www.computer.org/csdl/journal/tc"
dblp_key: "journals/tc"
submission_model: rolling
scimago_quartile: Q1
scimago_sjr: "1.310"
scimago_h_index: "148"
- acronym: TCC
full_name: "IEEE Transactions on Cloud Computing"
domain: [edge-and-cloud, cloud-computing]
issn: "2168-7161"
url: "https://www.computer.org/csdl/journal/cc"
dblp_key: "journals/tcc"
submission_model: rolling
scimago_quartile: Q1
scimago_sjr: "1.420"
scimago_h_index: "68"
- acronym: FGCS
full_name: "Future Generation Computer Systems"
domain: [edge-and-cloud, cloud-computing, distributed-systems]
issn: "0167-739X"
url: "https://www.sciencedirect.com/journal/future-generation-computer-systems"
dblp_key: "journals/fgcs"
submission_model: rolling
scimago_quartile: Q1
scimago_sjr: "1.520"
scimago_h_index: "130"
- acronym: JPDC
full_name: "Journal of Parallel and Distributed Computing"
domain: [edge-and-cloud, parallel-computing, distributed-systems]
issn: "0743-7315"
url: "https://www.sciencedirect.com/journal/journal-of-parallel-and-distributed-computing"
dblp_key: "journals/jpdc"
submission_model: rolling
scimago_quartile: Q2
scimago_sjr: "0.640"
scimago_h_index: "83"
- acronym: IC
full_name: "IEEE Internet Computing"
domain: [edge-and-cloud, networking, cloud-computing]
issn: "1089-7801"
url: "https://www.computer.org/csdl/magazine/ic"
dblp_key: "journals/internet"
submission_model: rolling
scimago_quartile: Q1
scimago_sjr: "0.995"
scimago_h_index: "122"

38
site/hugo.toml Normal file
View File

@@ -0,0 +1,38 @@
baseURL = 'http://localhost:1313/'
languageCode = 'en-us'
title = 'Publish Assistant'
theme = 'PaperMod'
paginate = 20
[taxonomies]
domain = 'domain'
tag = 'tags'
[params]
description = "Curated research venues, submission deadlines, and paper digests for edge and cloud systems."
author = "Publish Assistant"
ShowReadingTime = false
ShowShareButtons = false
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = false
ShowToc = false
disableSpecial1stPost = true
[params.homeInfoParams]
Title = "Publish Assistant"
Content = "Curated conferences and journals for **edge and cloud systems** — rankings, submission deadlines, and paper digests."
[menu]
[[menu.main]]
name = "Venues"
url = "/venues/"
weight = 10
[[menu.main]]
name = "Calendar"
url = "/calendar/"
weight = 20
[[menu.main]]
name = "Digests"
url = "/digests/"
weight = 30

View File

@@ -0,0 +1,18 @@
{{- define "main" }}
<header class="page-header">
{{- partial "breadcrumbs.html" . }}
<h1>{{ .Title }}</h1>
</header>
<div id="pa-calendar" data-events="{{ .Params.events | jsonify }}"></div>
{{- if .Content }}
<div class="md-content">
{{- partial "anchored_headings.html" .Content }}
</div>
{{- end }}
{{- $opts := dict "minify" true "target" "es2017" }}
{{- $js := resources.Get "js/calendar.js" | js.Build $opts | fingerprint }}
<script src="{{ $js.RelPermalink }}" defer></script>
{{- end }}

View File

@@ -0,0 +1,11 @@
{{- if eq .Layout "calendar" }}
<style>
#pa-calendar { margin: 1.5rem 0 2.5rem; }
.fc .fc-toolbar-title { font-size: 1.1rem; }
.fc-event { cursor: pointer; font-size: 0.78rem; }
/* Reset PaperMod's global table overrides inside FullCalendar */
.fc table { display: table; overflow-x: visible; margin-bottom: 0; border-radius: 0; word-break: normal; }
.fc th { min-width: 0; text-align: center; }
.fc td:first-child, .fc th:first-child { width: auto; }
</style>
{{- end }}

50
site/package-lock.json generated Normal file
View File

@@ -0,0 +1,50 @@
{
"name": "publish-assistant-site",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "publish-assistant-site",
"version": "1.0.0",
"dependencies": {
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/list": "^6.1.15"
}
},
"node_modules/@fullcalendar/core": {
"version": "6.1.20",
"resolved": "https://registry.npmjs.org/@fullcalendar/core/-/core-6.1.20.tgz",
"integrity": "sha512-1cukXLlePFiJ8YKXn/4tMKsy0etxYLCkXk8nUCFi11nRONF2Ba2CD5b21/ovtOO2tL6afTJfwmc1ed3HG7eB1g==",
"dependencies": {
"preact": "~10.12.1"
}
},
"node_modules/@fullcalendar/daygrid": {
"version": "6.1.20",
"resolved": "https://registry.npmjs.org/@fullcalendar/daygrid/-/daygrid-6.1.20.tgz",
"integrity": "sha512-AO9vqhkLP77EesmJzuU+IGXgxNulsA8mgQHynclJ8U70vSwAVnbcLG9qftiTAFSlZjiY/NvhE7sflve6cJelyQ==",
"peerDependencies": {
"@fullcalendar/core": "~6.1.20"
}
},
"node_modules/@fullcalendar/list": {
"version": "6.1.20",
"resolved": "https://registry.npmjs.org/@fullcalendar/list/-/list-6.1.20.tgz",
"integrity": "sha512-7Hzkbb7uuSqrXwTyD0Ld/7SwWNxPD6SlU548vtkIpH55rZ4qquwtwYdMPgorHos5OynHA4OUrZNcH51CjrCf2g==",
"peerDependencies": {
"@fullcalendar/core": "~6.1.20"
}
},
"node_modules/preact": {
"version": "10.12.1",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.12.1.tgz",
"integrity": "sha512-l8386ixSsBdbreOAkqtrwqHwdvR35ID8c3rKPa8lCWuO86dBi32QWHV4vfsZK1utLLFMvw+Z5Ad4XLkZzchscg==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/preact"
}
}
}
}

11
site/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "publish-assistant-site",
"version": "1.0.0",
"private": true,
"description": "Hugo site assets for Publish Assistant",
"dependencies": {
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/list": "^6.1.15"
}
}

1
site/themes/PaperMod Submodule

Submodule site/themes/PaperMod added at f207ce6d58