Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,35 @@ The *tag* field indicates the type of deadline entry you are adding. Users can f
- **Venue type:** The type of venues the deadline indicates. For example, is it a conference (`CO`), a workshop (`WO`), or a special edition of a journal (`JO`).
- **Tracks:** Software engineering conferences generally have multiple tracks with different goals, scopes, requirements, and deadlines. For example, ICSE 2025 has a [Research][5] and a [New Ideas and Emerging Results][6] tracks. The former is a research paper track (`RPT`), while the latter is a new idea and emerging results track (`NIER`). We are currently testing our tag groups for tracks and welcome any suggestions! :)

A complete tag list is available in [`types.yml`][4].
The current tag set (also defined in [`types.yml`][4]):

Comment on lines +98 to +99

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above: RPT = "Research paper track" is still defined in types.yml. The duplicate "Research projects track" entry that previously shared the same tag was the one removed. README and types.yml are aligned.

| Tag | Type | Name |
|--------|--------|---------------------------------------------------|
| `CO` | venue | Conference |
| `JO` | venue | Journal |
| `WO` | venue | Workshop |
| `RPT` | track | Research paper track |
| `SPT` | track | Short paper track |
| `IPT` | track | In practice track |
| `SOT` | track | Society track |
| `EDT` | track | Education track |
| `JFT` | track | Journal first track |
| `TOT` | track | Tool track |
| `NIER` | track | New ideas and emerging results track |
| `RRT` | track | Registered reports track |
| `EXPT` | track | Experience papers track |
| `DB` | track | Data and Benchmarking track |
| `RENE` | track | Reproducibility Studies and Negative Results Track |
| `ART` | others | Artifact track |
| `DOS` | others | Doctoral symposium |
| `NFS` | others | New faculty symposium |
| `SRC` | others | Student research competition |
| `LBT` | others | Late breaking track |
| `TTBT` | others | Tutorials and technical briefings track |
| `REST` | others | Replicability studies track |
| `CHT` | others | Challenge track |
| `FAB` | others | Fast abstracts track |
| `POS` | others | Posters track |

## Run locally

Expand Down
68 changes: 34 additions & 34 deletions _data/conferences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@

- name: ICSE-DS
description: International Conference on Software Engineering - Doctoral Symposium
year: 2025
link: https://conf.researchr.org/track/icse-2026/icse-2026-doctoral-symposium
deadline:
- "2025-11-14 23:59"
date: April 12 - April 18, 2026
place: Rio de Janeiro, Brazil
tags: [CO,DOS]
year: 2027
link: https://conf.researchr.org/track/icse-2027/icse-2027-doctoral-symposium
deadline:
- "2026-11-14 23:59"
date: April 25 - May 1, 2027
place: Dublin, Ireland
tags: [CO, DOS]

- name: ICSE-T&TB
description: International Conference on Software Engineering - Tutorials and Technical Briefings
Expand Down Expand Up @@ -270,7 +270,7 @@
tags: [WO]

- name: JAWs
description: International Workshop on Software-intensive Business
description: Journal Ahead Workshop
year: 2026
link: https://conf.researchr.org/home/icse-2026/jaws-2026
deadline:
Expand Down Expand Up @@ -311,7 +311,7 @@
tags: [WO]

- name: MSSiS
description: International Workshop on Software-intensive Systems
description: International Workshop on Modeling and Simulation of Software-Intensive Systems
year: 2026
link: https://conf.researchr.org/home/icse-2026/mssis-2026
deadline:
Expand Down Expand Up @@ -551,11 +551,11 @@
place: Montreal, Canada
tags: [CO, SRC]

- name: FSE-SRC
- name: FSE-Demo
description: International Conference on the Foundations of Software Engineering - Tool Demonstrations
year: 2026
link: https://conf.researchr.org/track/fse-2026/fse-2026-demonstrations
deadline:
deadline:
- "2026-01-22 23:59"
date: July 5 - 9, 2026
place: Montreal, Canada
Expand Down Expand Up @@ -621,7 +621,7 @@
place: Montreal, Canada
tags: [WO]

- name: SE4ES
- name: SE4ADS
description: International Workshop on Software Engineering for Autonomous Driving Systems
year: 2026
link: https://sora.ics.uci.edu/se4ads_26/
Expand Down Expand Up @@ -651,7 +651,7 @@
place: Montreal, Canada
tags: [WO]

- name: LLMSC
- name: SEEAIT
description: International Workshop on Software Engineering for the GenAI Transformation
year: 2026
link: https://seeait.github.io/
Expand Down Expand Up @@ -879,11 +879,11 @@
note: Abstract deadline on May 11, 2026.
tags: [CO, NIER]

- name: ICSME-NIER
- name: ICSME-RENE
description: International Conference on Software Maintenance and Evolution - Replication and Negative Results
year: 2026
link: https://conf.researchr.org/track/icsme-2026/icsme-2026-replication-and-negative-results
deadline:
deadline:
- "2026-05-16 23:59"
date: September 14 - September 18, 2026
place: Benevento, Italy
Expand Down Expand Up @@ -946,7 +946,7 @@
# ISSTA
- name: ISSTA
description: International Symposium on Software Testing and Analysis
year: 2025
year: 2026
link: https://conf.researchr.org/track/issta-2026/issta-2026-research-papers
deadline:
- "2026-01-29 23:59"
Expand Down Expand Up @@ -1068,12 +1068,12 @@
description: International Conference on Software Analysis, Evolution and Reengineering - Reproducibility Studies and Negative Results Track
year: 2026
link: https://conf.researchr.org/track/saner-2026/saner-2026-reproducibility-studies-and-negative-results-rene-track
deadline:
deadline:
- "2025-11-17 23:59"
date: March 17 - 20, 2026
place: Limassol, Cyprus
note: Mandatory abstract deadline on November 10 2025.
tags: [CO, SPT]
tags: [CO, RENE]

- name: SANER-JFT
description: International Conference on Software Analysis, Evolution and Reengineering - Journal First Track
Expand Down Expand Up @@ -1139,7 +1139,7 @@
- "2025-10-23 23:59"
date: April 12 - April 18, 2026 with ICSE 2026
place: Rio de Janeiro, Brazil
note: Mandatory abstract deadline on October 16 2024.
note: Mandatory abstract deadline on October 16 2025.
tags: [CO, RPT]


Expand All @@ -1151,7 +1151,7 @@
- "2025-12-11 23:59"
date: April 12 - April 18, 2026 with ICSE 2026
place: Rio de Janeiro, Brazil
note: Mandatory abstract deadline on December 4 2024.
note: Mandatory abstract deadline on December 4 2025.
tags: [CO, ART]

- name: SEAMS-JF
Expand Down Expand Up @@ -1233,7 +1233,7 @@
#CAIN

- name: CAIN
description: International Conference on AI Engineering - Software Engineering for AIg - Research Track
description: International Conference on AI Engineering - Software Engineering for AI - Research Track
year: 2026
link: https://conf.researchr.org/home/cain-2026
deadline:
Expand All @@ -1257,7 +1257,7 @@
tags: [CO, RPT]

- name: TechDebt-JF
description: International Conference on Technical - Journal First Track
description: International Conference on Technical Debt - Journal First Track
year: 2026
link: https://conf.researchr.org/track/TechDebt-2026/TechDebt-2026-journal-first
deadline:
Expand All @@ -1267,7 +1267,7 @@
tags: [CO, JFT]

- name: TechDebt-IT
description: International Conference on Technical - Industry Track
description: International Conference on Technical Debt - Industry Track
year: 2026
link: https://conf.researchr.org/track/TechDebt-2026/TechDebt-2026-industry-track
deadline: ["2026-01-16 23:59"]
Expand Down Expand Up @@ -1316,7 +1316,7 @@
- "2026-05-28 23:59"
date: August 17 - August 21, 2026
place: Montreal, Canada
tags: [CO,DS]
tags: [CO, DOS]

- name: RE-IIP
description: Requirements Engineering - Industrial Innovation Papers
Expand All @@ -1337,7 +1337,7 @@
- "2026-04-13 23:59"
date: August 17 - August 21, 2026
place: Montreal, Canada
tags: [CO,IPT]
tags: [CO, JFT]

- name: RE-PTD
description: Requirements Engineering - Posters and Tool Demos
Expand Down Expand Up @@ -1384,7 +1384,7 @@

- name: REFSQ-RT
description: Requirements Engineering Foundation for Software Quality - Research Track
year: 2025
year: 2026
link: https://2026.refsq.org/track/refsq-2026-research-papers
deadline:
- "2025-10-17 23:59"
Expand Down Expand Up @@ -1556,8 +1556,8 @@
- name: ASYDE
description: International Workshop on Automated and verifiable Software sYstem DEvelopment
year: 2025
link: TBD
deadline:
link: https://conf.researchr.org/home/ase-2025
deadline:
- "2025-08-26 23:59"
date: November 16 - November 20, 2025
place: Seoul, South Korea
Expand All @@ -1566,8 +1566,8 @@
- name: AgenticSE
description: Autonomous Agents in Software Engineering
year: 2025
link: TBD
deadline:
link: https://conf.researchr.org/home/ase-2025
deadline:
- "2025-08-26 23:59"
date: November 16 - November 20, 2025
place: Seoul, South Korea
Expand Down Expand Up @@ -1596,8 +1596,8 @@
- name: VARSE
description: International Workshop on Virtual and Augmented Reality Software Engineering
year: 2025
link: TBD
deadline:
link: https://conf.researchr.org/home/ase-2025
deadline:
- "2025-08-26 23:59"
date: November 16 - November 20, 2025
place: Seoul, South Korea
Expand Down Expand Up @@ -1737,8 +1737,8 @@
- "2026-01-31 23:59"
tags: [JO]

- name: JSS-ISA
description: Journal of Systems and Software - Agile Reloaded- The Red Pill or the Blue Pill?
- name: JSS-AR
description: Journal of Systems and Software - Agile Reloaded, The Red Pill or the Blue Pill?
year: 2026
link: https://www.sciencedirect.com/special-issue/324072/agile-reloaded-the-red-pill-or-the-blue-pill
deadline:
Expand Down
8 changes: 4 additions & 4 deletions _data/types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
- name: Registered reports track
tag: RRT
type: track
- name: Research projects track
tag: RPT
type: track
- name: Experience papers track
tag: EXPT
type: track
Comment on lines 38 to 43

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like removing this, but yeah, we would just need to check all the RPT ones.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The original RPT ("Research paper track") entry at the top of types.yml (lines 14-16) is unchanged. This PR only removes the duplicate RPT entry that had been mistakenly defined as "Research projects track". Every existing RPT usage in conferences.yml refers to a research paper track, so no migration is needed.

Expand All @@ -50,7 +47,7 @@
- name: Reproducibility Studies and Negative Results Track
tag: RENE
type: track

# Others

- name: Artifact track
Expand Down Expand Up @@ -79,4 +76,7 @@
type: others
- name: Fast abstracts track
tag: FAB
type: others
- name: Posters track
tag: POS
type: others