You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/Publications/copypasta.tsx
+22-2
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,27 @@ import Link from "@docusaurus/Link";
6
6
7
7
exportconstcopypastaPublications: ReactNode=(
8
8
<ul>
9
+
<li>
10
+
<p>
11
+
<strong>BERKUN '24</strong>: Samuel Berkun.
12
+
"<Linkhref="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
+
"<Linkhref="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
+
"<Linkhref="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>
9
30
<li>
10
31
<p>
11
32
<strong>ICSE '24</strong>: Alexander Schulz-Rosengarten, Benjamin Asch, Gustavo Quiros,
0 commit comments