Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MEMOCODE'24 paper and fix minor formatting issues #301

Merged
merged 3 commits into from
Dec 21, 2024
Merged
Changes from 2 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
15 changes: 12 additions & 3 deletions src/components/Publications/copypasta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ export const copypastaPublications: ReactNode = (
ACM Transactions on Reconfigurable Technology and Systems (17)4, Nov. 7 2024.
</p>
</li>
<li>
<p>
<strong>MEMOCODE '24</strong>: Byeonggil Jun, Edward A. Lee, Marten Lohstroh, and Hokeun Kim.
"<Link href="https://doi.org/10.1109/MEMOCODE63347.2024.00019">
Efficient Coordination for Distributed Discrete-Event Systems
</Link>",
in <i>Proceedings of the 22nd ACM-IEEE International Conference on Formal Methods and Models for System Design (MEMOCODE '24)</i>. October 2024, 114–118.
</p>
</li>
<li>
<p>
<strong>ESL '24</strong>: Francesco Paladino, Erling Jellum, Efsane Soyer, and Edward A. Lee.
Expand Down Expand Up @@ -105,14 +114,14 @@ Shaokai Lin, Marten Lohstroh, Anirudh Rengarajan.
<p>
<strong>VSSTE '23</strong>: Marcus Rossel, Shaokai Lin, Marten Lohstroh, Jeronimo Castrillon, Andrés Goens, "
hokeun marked this conversation as resolved.
Show resolved Hide resolved
<Link href="https://cfaed.tu-dresden.de/files/Images/people/chair-cc/publications/2310_Rossel_VSSTE.pdf">
Provable Determinism for Software in Cyber-Physical Systems</Link>," in
<i>Proceedings of the 15th International Conference on Verified Software: Theories, Tools, and Experiments</i>, October 2023.
Provable Determinism for Software in Cyber-Physical Systems</Link>,"
in <i>Proceedings of the 15th International Conference on Verified Software: Theories, Tools, and Experiments</i>, October 2023.
</p>
</li>
<li>
<p>
<strong>MEMOCODE '23</strong>: Soroush Bateni, Marten Lohstroh, Hou Seng Wong,
Hokeun Kim, Shaokai Lin, Christian Menard, Edward A. Lee, "
Hokeun Kim, Shaokai Lin, Christian Menard, Edward A. Lee. "
<Link href="https://doi.org/10.1145/3610579.3613219">
Risk and Mitigation of Nondeterminism in Distributed Cyber-Physical Systems
</Link>
Expand Down
Loading