Skip to content

Commit 2935ba2

Browse files
committed
Added watchdog paper
1 parent 70d51d0 commit 2935ba2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/components/Publications/copypasta.tsx

Lines changed: 7 additions & 0 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>ESL '24</strong>: Benjamin Asch, Erling Jellum, Marten Lohstroh, and Edward A. Lee.
12+
"<Link href="https://doi.org/10.1109/LES.2024.3467332">Software-Defined Watchdog Timers for Cyber-Physical Systems</Link>",
13+
IEEE Embedd. Syst. Letters 18(9), September 2024.
14+
</p>
15+
</li>
916
<li>
1017
<p>
1118
<strong>ESL '24</strong>: Chadlia Jerad and Edward A. Lee.

src/components/Publications/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default () => {
5656
as="h2"
5757
className={clsx("margin-bottom--lg", "text--center")}
5858
>
59-
Featured publications of the Lingua Franca Project
59+
Featured Publications
6060
</Heading>
6161
{notablePapers.map((value) => (
6262
<NotablePaper {...value} />
@@ -71,7 +71,7 @@ export default () => {
7171
as="h2"
7272
className={clsx("margin-bottom--lg", "text--center")}
7373
>
74-
Other relevant publications
74+
All Publications
7575
</Heading>
7676
{copypastaPublications}
7777
</div>

0 commit comments

Comments
 (0)