diff --git a/public/reports/report-2024-02-22.md b/public/reports/report-2024-02-22.md new file mode 100644 index 00000000..d1d6e25d --- /dev/null +++ b/public/reports/report-2024-02-22.md @@ -0,0 +1 @@ +Abstract ist coming soon \ No newline at end of file diff --git a/src/assets/reports.ts b/src/assets/reports.ts index a92e3ce0..4dfa3472 100644 --- a/src/assets/reports.ts +++ b/src/assets/reports.ts @@ -1,4 +1,10 @@ const reports: { md: string; title: string; url: string; html: string }[] = [ + { + md: '/reports/report-2024-02-22.md', + title: '22 February 2024', + url: 'https://doi.org/10.14279/depositonce-19869', + html: '', + }, { md: '/reports/report-2023-11-13.md', title: '13 November 2023',