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 %} +