From 311dc44a18d7e865bffe53dc44f3db64b3d26f7e Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Wed, 15 Nov 2023 11:34:14 +0000 Subject: [PATCH] Add a slides section to the publications page. --- _bibliography/publications.bib | 8 ++++++++ publications.markdown | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/_bibliography/publications.bib b/_bibliography/publications.bib index 9bc7451..a6c6f6a 100644 --- a/_bibliography/publications.bib +++ b/_bibliography/publications.bib @@ -1,3 +1,11 @@ +@unpublished{riscvsummit2023cheriot, +title= {Introduction to CHERIoT}, +author = {Liu, Kunyan}, +year = {2023}, +note= {RISC-V Summit}, +pdf = {papers/CHERIoT_riscv_summit2023_final.pdf}, +} + @unpublished{dsbd2023compartmentalisationworkshop, title= {Compartmentalisation Workshop}, author = {Chisnall, David and Laurie, Ben}, diff --git a/publications.markdown b/publications.markdown index 4293dbd..e39cf75 100644 --- a/publications.markdown +++ b/publications.markdown @@ -39,3 +39,12 @@ Tech Reports {{ techreports }} {% endif %} + +{% capture presentations %}{% bibliography --query @unpublished %}{% endcapture %} +{% if presentations.size != 30 %} +Presentations +------------- + +{{ presentations }} +{% endif %} +