Skip to content

Commit 4f7b767

Browse files
authored
Merge pull request #268 from lf-lang/new-publications
Add more TUD publications and unify formatting for theses
2 parents 5c1c9d9 + 37f010a commit 4f7b767

File tree

1 file changed

+42
-6
lines changed

1 file changed

+42
-6
lines changed

src/components/Publications/copypasta.tsx

Lines changed: 42 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ import Link from "@docusaurus/Link";
66

77
export const copypastaPublications: ReactNode = (
88
<ul>
9+
<li>
10+
<p>
11+
<strong>Doctoral Thesis</strong>: Christian Menard,
12+
"<Link href="https://nbn-resolving.org/urn:nbn:de:bsz:14-qucosa2-916872">Deterministic Reactive Programming for Cyber-physical Systems</Link>"
13+
, TU Dresden, 03 June 2024.
14+
</p>
15+
</li>
916
<li>
1017
<p>
1118
<strong>DDE '24</strong>: Peter Donovan, Erling Jellum, Byeonggil Jun, Hokeun Kim, Edward A. Lee,
@@ -16,23 +23,23 @@ Shaokai Lin, Marten Lohstroh, Anirudh Rengarajan.
1623
</li>
1724
<li>
1825
<p>
19-
<strong>BERKUN '24</strong>: Samuel Berkun.
26+
<strong>Master's Thesis</strong>: Samuel Berkun.
2027
"<Link href="https://www2.eecs.berkeley.edu/Pubs/TechRpts/2024/EECS-2024-112.html">Concurrency Without Threads for Multicore Microprocessors</Link>."
21-
Master's thesis, University of California, Berkeley, 2024.
28+
, University of California, Berkeley, 2024.
2229
</p>
2330
</li>
2431
<li>
2532
<p>
26-
<strong>KWOK '24</strong>: Jacky Kwok.
33+
<strong>Master's Thesis</strong>: Jacky Kwok.
2734
"<Link href="https://www2.eecs.berkeley.edu/Pubs/TechRpts/2024/EECS-2024-76.html">Towards Efficient and Deterministic Dataflow Systems for Machine Learning</Link>."
28-
Master's thesis, University of California, Berkeley, 2024.
35+
, University of California, Berkeley, 2024.
2936
</p>
3037
</li>
3138
<li>
3239
<p>
33-
<strong>SOYER '24</strong>: Efsane Soyer.
40+
<strong>Master's Thesis</strong>: Efsane Soyer.
3441
"<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>."
35-
Master's thesis, University of California, Berkeley, 2024.
42+
, University of California, Berkeley, 2024.
3643
</p>
3744
</li>
3845
<li>
@@ -45,6 +52,14 @@ Shaokai Lin, Marten Lohstroh, Anirudh Rengarajan.
4552
Lisbon, Portugal, April 2024.
4653
</p>
4754
</li>
55+
<li>
56+
<p>
57+
<strong>VSSTE '23</strong>: Marcus Rossel, Shaokai Lin, Marten Lohstroh, Jeronimo Castrillon, Andrés Goens, "
58+
<Link href="https://cfaed.tu-dresden.de/files/Images/people/chair-cc/publications/2310_Rossel_VSSTE.pdf">
59+
Provable Determinism for Software in Cyber-Physical Systems</Link>," in
60+
<i>Proceedings of the 15th International Conference on Verified Software: Theories, Tools, and Experiments</i>, October 2023.
61+
</p>
62+
</li>
4863
<li>
4964
<p>
5065
<strong>MEMOCODE '23</strong>: Soroush Bateni, Marten Lohstroh, Hou Seng Wong,
@@ -115,6 +130,13 @@ Shaokai Lin, Marten Lohstroh, Anirudh Rengarajan.
115130
, Lecture Notes in Computer Science, vol 13660. Springer, Cham.
116131
</p>
117132
</li>
133+
<li>
134+
<p>
135+
<strong>Master's Thesis</strong>: Johannes Hayeß,
136+
"<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>."
137+
, TU Dresden, 06 March 2023.
138+
</p>
139+
</li>
118140
<li>
119141
<p>
120142
<strong>IC '23</strong>: Edward A. Lee, Soroush Bateni, Shaokai Lin,
@@ -140,6 +162,13 @@ Shaokai Lin, Marten Lohstroh, Anirudh Rengarajan.
140162
January 18 2023.
141163
</p>
142164
</li>
165+
<li>
166+
<p>
167+
<strong>Master's Thesis</strong>: Clément Fournier,
168+
"<Link href="https://cfaed.tu-dresden.de/files/Images/people/chair-cc/theses/2112_Fournier_DA.pdf">A Rust Backend for Lingua Franca</Link>."
169+
, TU Dresden, 06 December 2021.
170+
</p>
171+
</li>
143172
<li>
144173
<p>
145174
<strong>ISoLA '21</strong>: Edward A. Lee and Marten Lohstroh, "
@@ -187,6 +216,13 @@ Shaokai Lin, Marten Lohstroh, Anirudh Rengarajan.
187216
</Link>," in Forum on Design Languages (FDL), Kiel, Germany, September, 2020.
188217
</p>
189218
</li>
219+
<li>
220+
<p>
221+
<strong>Bachelor's Thesis</strong>: Marcus Rossel,
222+
"<Link href="https://cfaed.tu-dresden.de/files/Images/people/chair-cc/theses/2104_Rossel_BA.pdf">Provable Determinism in Reactors</Link>."
223+
, TU Dresden, 01 April 2021.
224+
</p>
225+
</li>
190226
<li>
191227
<p>
192228
<strong>DATE '20:</strong> Christian Menard, Andrés Goens, Marten

0 commit comments

Comments
 (0)