Skip to content

Commit 355b23b

Browse files
committed
Added MS reports
1 parent c3034a5 commit 355b23b

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

src/components/Publications/copypasta.tsx

+22-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ import Link from "@docusaurus/Link";
66

77
export const copypastaPublications: ReactNode = (
88
<ul>
9+
<li>
10+
<p>
11+
<strong>BERKUN '24</strong>: Samuel Berkun.
12+
"<Link href="https://www2.eecs.berkeley.edu/Pubs/TechRpts/2024/EECS-2024-112.html">Concurrency Without Threads for Multicore Microprocessors</Link>."
13+
Master's thesis, University of California, Berkeley, 2024.
14+
</p>
15+
</li>
16+
<li>
17+
<p>
18+
<strong>KWOK '24</strong>: Jacky Kwok.
19+
"<Link href="https://www2.eecs.berkeley.edu/Pubs/TechRpts/2024/EECS-2024-76.html">Towards Efficient and Deterministic Dataflow Systems for Machine Learning</Link>."
20+
Master's thesis, University of California, Berkeley, 2024.
21+
</p>
22+
</li>
23+
<li>
24+
<p>
25+
<strong>SOYER '24</strong>: Efsane Soyer.
26+
"<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>."
27+
Master's thesis, University of California, Berkeley, 2024.
28+
</p>
29+
</li>
930
<li>
1031
<p>
1132
<strong>ICSE '24</strong>: Alexander Schulz-Rosengarten, Benjamin Asch, Gustavo Quiros,
@@ -34,8 +55,7 @@ export const copypastaPublications: ReactNode = (
3455
<Link href="https://dl.acm.org/doi/10.1145/3609134">
3556
Towards Building Verifiable CPS using Lingua Franca
3657
</Link>
37-
," in
38-
<i>ACM Transactions on Embedded Computing Systems</i> (TECS), Vol. 22,
58+
," in <i>ACM Transactions on Embedded Computing Systems</i> (TECS), Vol. 22,
3959
No. 5s, Sept. 9, 2023. (Presented at EMSOFT '23, Hamburg, Germany, September, 2023)
4060
</p>
4161
</li>

0 commit comments

Comments
 (0)