Skip to content

Commit

Permalink
Added MS reports
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardalee committed May 28, 2024
1 parent c3034a5 commit 355b23b
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions src/components/Publications/copypasta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ import Link from "@docusaurus/Link";

export const copypastaPublications: ReactNode = (
<ul>
<li>
<p>
<strong>BERKUN '24</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.
</p>
</li>
<li>
<p>
<strong>KWOK '24</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.
</p>
</li>
<li>
<p>
<strong>SOYER '24</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.
</p>
</li>
<li>
<p>
<strong>ICSE '24</strong>: Alexander Schulz-Rosengarten, Benjamin Asch, Gustavo Quiros,
Expand Down Expand Up @@ -34,8 +55,7 @@ export const copypastaPublications: ReactNode = (
<Link href="https://dl.acm.org/doi/10.1145/3609134">
Towards Building Verifiable CPS using Lingua Franca
</Link>
," in
<i>ACM Transactions on Embedded Computing Systems</i> (TECS), Vol. 22,
," in <i>ACM Transactions on Embedded Computing Systems</i> (TECS), Vol. 22,
No. 5s, Sept. 9, 2023. (Presented at EMSOFT '23, Hamburg, Germany, September, 2023)
</p>
</li>
Expand Down

0 comments on commit 355b23b

Please sign in to comment.