Skip to content

Commit

Permalink
chore: las-24 slides
Browse files Browse the repository at this point in the history
  • Loading branch information
wodeni committed Jul 18, 2024
1 parent c8cb9e4 commit 4c334ca
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Binary file added assets/las-24-edgeworth-talk.key
Binary file not shown.
17 changes: 17 additions & 0 deletions src/News.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ interface News {
}

const news: News[] = [
{
time: new Date("2024-07-18"),
msg: (
<>
Attending <A href="">L@S'24</A> for the first time in Atlanta. Check out
the{" "}
<A
href={
new URL("/assets/las-24-edgeworth-talk.key", import.meta.url).href
}
>
slides{" "}
</A>
of my talk!
</>
),
},
{
time: new Date("2024-06-24"),
msg: (
Expand Down
1 change: 1 addition & 0 deletions src/Papers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const entries: Papers = {
"edgeworth-2024": {
type: "conference",
pdf: new URL("/assets/las-24-edgeworth.pdf", import.meta.url).href,
slides: new URL("/assets/las-24-edgeworth-talk.key", import.meta.url).href,
},
"minkowski-2024": {
type: "conference",
Expand Down

0 comments on commit 4c334ca

Please sign in to comment.