Skip to content

Commit

Permalink
Add more TUD publications and unify formatting for theses
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnrd committed Jun 20, 2024
1 parent 5c1c9d9 commit 37f010a
Showing 1 changed file with 42 additions and 6 deletions.
48 changes: 42 additions & 6 deletions src/components/Publications/copypasta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ import Link from "@docusaurus/Link";

export const copypastaPublications: ReactNode = (
<ul>
<li>
<p>
<strong>Doctoral Thesis</strong>: Christian Menard,
"<Link href="https://nbn-resolving.org/urn:nbn:de:bsz:14-qucosa2-916872">Deterministic Reactive Programming for Cyber-physical Systems</Link>"
, TU Dresden, 03 June 2024.
</p>
</li>
<li>
<p>
<strong>DDE '24</strong>: Peter Donovan, Erling Jellum, Byeonggil Jun, Hokeun Kim, Edward A. Lee,
Expand All @@ -16,23 +23,23 @@ Shaokai Lin, Marten Lohstroh, Anirudh Rengarajan.
</li>
<li>
<p>
<strong>BERKUN '24</strong>: Samuel Berkun.
<strong>Master's Thesis</strong>: Samuel Berkun.
"<Link href="https://www2.eecs.berkeley.edu/Pubs/TechRpts/2024/EECS-2024-112.html">Concurrency Without Threads for Multicore Microprocessors</Link>."
Master's thesis, University of California, Berkeley, 2024.
, University of California, Berkeley, 2024.
</p>
</li>
<li>
<p>
<strong>KWOK '24</strong>: Jacky Kwok.
<strong>Master's Thesis</strong>: Jacky Kwok.
"<Link href="https://www2.eecs.berkeley.edu/Pubs/TechRpts/2024/EECS-2024-76.html">Towards Efficient and Deterministic Dataflow Systems for Machine Learning</Link>."
Master's thesis, University of California, Berkeley, 2024.
, University of California, Berkeley, 2024.
</p>
</li>
<li>
<p>
<strong>SOYER '24</strong>: Efsane Soyer.
<strong>Master's Thesis</strong>: Efsane Soyer.
"<Link href="https://www2.eecs.berkeley.edu/Pubs/TechRpts/2024/EECS-2024-131.html">Dealing with Time: Measuring Real-Time Capabilities of Lingua Franca</Link>."
Master's thesis, University of California, Berkeley, 2024.
, University of California, Berkeley, 2024.
</p>
</li>
<li>
Expand All @@ -45,6 +52,14 @@ Shaokai Lin, Marten Lohstroh, Anirudh Rengarajan.
Lisbon, Portugal, April 2024.
</p>
</li>
<li>
<p>
<strong>VSSTE '23</strong>: Marcus Rossel, Shaokai Lin, Marten Lohstroh, Jeronimo Castrillon, Andrés Goens, "
<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.
</p>
</li>
<li>
<p>
<strong>MEMOCODE '23</strong>: Soroush Bateni, Marten Lohstroh, Hou Seng Wong,
Expand Down Expand Up @@ -115,6 +130,13 @@ Shaokai Lin, Marten Lohstroh, Anirudh Rengarajan.
, Lecture Notes in Computer Science, vol 13660. Springer, Cham.
</p>
</li>
<li>
<p>
<strong>Master's Thesis</strong>: Johannes Hayeß,
"<Link href="https://cfaed.tu-dresden.de/files/Images/people/chair-cc/theses/2303_Hayess_MA.pdf">Verifying the Rust Runtime of Lingua Franca</Link>."
, TU Dresden, 06 March 2023.
</p>
</li>
<li>
<p>
<strong>IC '23</strong>: Edward A. Lee, Soroush Bateni, Shaokai Lin,
Expand All @@ -140,6 +162,13 @@ Shaokai Lin, Marten Lohstroh, Anirudh Rengarajan.
January 18 2023.
</p>
</li>
<li>
<p>
<strong>Master's Thesis</strong>: Clément Fournier,
"<Link href="https://cfaed.tu-dresden.de/files/Images/people/chair-cc/theses/2112_Fournier_DA.pdf">A Rust Backend for Lingua Franca</Link>."
, TU Dresden, 06 December 2021.
</p>
</li>
<li>
<p>
<strong>ISoLA '21</strong>: Edward A. Lee and Marten Lohstroh, "
Expand Down Expand Up @@ -187,6 +216,13 @@ Shaokai Lin, Marten Lohstroh, Anirudh Rengarajan.
</Link>," in Forum on Design Languages (FDL), Kiel, Germany, September, 2020.
</p>
</li>
<li>
<p>
<strong>Bachelor's Thesis</strong>: Marcus Rossel,
"<Link href="https://cfaed.tu-dresden.de/files/Images/people/chair-cc/theses/2104_Rossel_BA.pdf">Provable Determinism in Reactors</Link>."
, TU Dresden, 01 April 2021.
</p>
</li>
<li>
<p>
<strong>DATE '20:</strong> Christian Menard, Andrés Goens, Marten
Expand Down

0 comments on commit 37f010a

Please sign in to comment.