From f802a5add4bce70b1b3677b9286cc43020f2e2d9 Mon Sep 17 00:00:00 2001 From: Shale XIONG <> Date: Thu, 22 Mar 2018 11:42:24 +0000 Subject: [PATCH] add slides --- _posts/2018-03-14-formal-methods-meets-js.md | 4 ++-- .../From_JSCert_to_JSExplain_and_beyond.pdf | Bin ...res_in_machanising_and_verifying_webassembly.pdf | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename {_posts => slides}/From_JSCert_to_JSExplain_and_beyond.pdf (100%) rename {_posts => slides}/adventures_in_machanising_and_verifying_webassembly.pdf (100%) diff --git a/_posts/2018-03-14-formal-methods-meets-js.md b/_posts/2018-03-14-formal-methods-meets-js.md index 011e236..6f90e29 100644 --- a/_posts/2018-03-14-formal-methods-meets-js.md +++ b/_posts/2018-03-14-formal-methods-meets-js.md @@ -15,10 +15,10 @@ You can find a list of the speakers and the slides for their talks below * [Karthik Bhargavan](http://prosecco.gforge.inria.fr/personal/karthik/), Inria Paris -- Crypto Protocols in JS & Generating WebAssembly from F* * [Nadim Kobeissi](https://nadim.computer/), Inria Paris & Symbolic Software -- Bringing Formal Verification to the Real Web: Three Years of Interconnected Work * [Andreas Rossberg](https://people.mpi-sws.org/~rossberg/), Dfinity -- WebAssembly - * [Conrad Watt](https://www.cl.cam.ac.uk/~caw77/), Cambridge University -- [Adventures in Mechanising and Verifying WebAssembly]({{ site.baseurl }}{% link _posts/adventures_in_machanising_and_verifying_webassembly.pdf %}) + * [Conrad Watt](https://www.cl.cam.ac.uk/~caw77/), Cambridge University -- [Adventures in Mechanising and Verifying WebAssembly]({{site.baseurl}}{% link slides/adventures_in_machanising_and_verifying_webassembly.pdf %}) * [Mark S. Miller](https://research.google.com/pubs/author35958.html), Google -- Verify what? Navigating the Attack Surface * [Erik Krogh Kristensen](https://webbies.dk/), Aarhus University -- Testing and Evolving TypeScript Declaration Files with Program Analysis * [Sophia Drossopoulou](https://wp.doc.ic.ac.uk/sd/), Imperial College London -- Holistic Program Specification – Beyond Pre- and Post- Conditions * [José Fragoso Santos](https://www.doc.ic.ac.uk/~jfaustin/) & [Petar Maksimović](https://sites.google.com/site/petarmaksimovic1981/), Imperial College London -- JS Program Verification * [Johannes Kinder](http://www.cs.rhul.ac.uk/home/kinder/), Royal Holloway, University of London -- Practical Dynamic Symbolic Execution of Standalone JavaScript - * [Alan Schmitt](http://people.rennes.inria.fr/Alan.Schmitt/), Inria Rennes -- [From JSCert to JSExplain and Beyond]({{ site.baseurl }}{% link _posts/From_JSCert_to_JSExplain_and_beyond.pdf %}) + * [Alan Schmitt](http://people.rennes.inria.fr/Alan.Schmitt/), Inria Rennes -- [From JSCert to JSExplain and Beyond]({{site.baseurl}}{% link slides/From_JSCert_to_JSExplain_and_beyond.pdf %}) diff --git a/_posts/From_JSCert_to_JSExplain_and_beyond.pdf b/slides/From_JSCert_to_JSExplain_and_beyond.pdf similarity index 100% rename from _posts/From_JSCert_to_JSExplain_and_beyond.pdf rename to slides/From_JSCert_to_JSExplain_and_beyond.pdf diff --git a/_posts/adventures_in_machanising_and_verifying_webassembly.pdf b/slides/adventures_in_machanising_and_verifying_webassembly.pdf similarity index 100% rename from _posts/adventures_in_machanising_and_verifying_webassembly.pdf rename to slides/adventures_in_machanising_and_verifying_webassembly.pdf -- GitLab