Skip to content
Merged
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
24 changes: 22 additions & 2 deletions src/components/Publications/copypasta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@ export const copypastaPublications: ReactNode = (
"<Link href="https://doi.org/10.1145/3736713">Resilient Infrastructures via Digital Unification</Link>", in <i>Communications of the ACM</i> Online First.
</p>
</li>
<li>
<p>
<strong>TOMACS '25</strong>: Peter Donovan, Erling Jellum, Byeonggil Jun,
Hokeun Kim, Edward A. Lee, Shaokai Lin, Marten Lohstroh, and Anirudh
Rengarajan.
"<Link href="https://doi.org/10.1145/3767727">Zero-Delay Cycles in Distributed Discrete-Event Systems using Lingua Franca</Link>,"
in <i>ACM Transactions on Modeling and Computer Simulation</i>, Volume 36,
Issue 1, pp. 1-26, 2025. ACM. Published online November 19, 2025. DOI:{" "}
<Link href="https://doi.org/10.1145/3767727">10.1145/3767727</Link>.
</p>
</li>
<li>
<p>
<strong>EMSOFT '25</strong>: Jian-Jia Chen, Mario G&uuml;nzel, Dakshina Dasari, Matthias Becker, Edward A. Lee, Timothy Bourke.
Expand All @@ -26,8 +37,17 @@ export const copypastaPublications: ReactNode = (
</li>
<li>
<p>
<strong>TOMCS '25</strong>: Peter Donovan, Erling Jellum, Byeonggil Jun, Hokeun Kim, Lee Edward, Shaokai Lin, Marten Lohstroh, Anirudh Rengarajan.
"<Link href="https://doi.org/10.1145/3767727">Zero-Delay Cycles in Distributed Discrete-Event Systems using Lingua Franca</Link>", in <i>ACM Transactions on Modeling and Computer Simulation</i>, To Appear, Accepted on 15 August 2025, DOI: 10.1145/3767727.
<strong>ESL '25</strong>: Dongha Kim and Hokeun Kim.
"<Link href="https://doi.org/10.1109/LES.2025.3595517">Deterministic Modeling and Simulation of Fault-Tolerant Real-Time Software</Link>,"
<i>IEEE Embedded Systems Letters</i>, Presented at Time-Centric Reactive Software (TCRS) Workshop at ESWEEK 2025, Oct. 2025.
</p>
</li>
<li>
<p>
<strong>ESL '25</strong>: Wenhung Kevin Huang, Yoshinori Terazawa,
Yutaka Matsubara, and Akihito Iwai.
"<Link href="https://doi.org/10.1109/LES.2025.3596675">Software-Defined Vehicles: Challenges and Orchestrating Mixed-Criticality Services Using Lingua Franca</Link>,"
<i>IEEE Embedded Systems Letters</i>, Presented at Time-Centric Reactive Software (TCRS) Workshop at ESWEEK 2025, Oct. 2025.
</p>
</li>
<li>
Expand Down
Loading