From cff25c07a1f13b3c83663341199ba27cb96d0f0a Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Thu, 7 Dec 2017 22:44:54 -0500 Subject: [PATCH] Add link to up-to-date compiled version. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af67447..5520a63 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ Paper by Emil Stefanov *et al.* published in "Proceedings of the 2013 ACM SIGSAC This presentation is developed by Dmytro Bogatov (dmytro@bu.edu) BU CS PhD student 23'. +The up-to-date version is built in CI and resides as artifact [here](https://git.dbogatov.org/bu/PathORAM-Talk/-/jobs/artifacts/master/raw/presentation.pdf?job=artifacts) or browse all artifacts [here](https://git.dbogatov.org/bu/PathORAM-Talk/-/jobs/artifacts/master/browse?job=artifacts). + Presentation is written in LaTeX using beamer package. It is compile in CI system (Gitlab CI) which checks spelling, lints latex code, verifies `bibfile.bib` and complies source to PDF file (see [.gitlab-ci.yml](.gitlab-ci.yml)). -- GitLab