diff --git a/content/talk/20190410icpe/index.md b/content/talk/20190410icpe/index.md index 4cf8967..1543264 100644 --- a/content/talk/20190410icpe/index.md +++ b/content/talk/20190410icpe/index.md @@ -38,7 +38,7 @@ selected = true # E.g. `projects = ["deep-learning"]` references # `content/project/deep-learning/index.md`. # Otherwise, set `projects = []`. -projects = [] +projects = ["scope"] # Tags (optional). # Set `tags = []` for no tags, or use the form `tags = ["A Tag", "Another Tag"]` for one or more tags. @@ -54,7 +54,7 @@ slides = "" # Links (optional). url_pdf = "" -url_slides = "" +url_slides = "pdf/20190410icpe.pdf" url_video = "" url_code = "" diff --git a/static/pdf/20190410icpe.pdf b/static/pdf/20190410icpe.pdf new file mode 100644 index 0000000..84105fb Binary files /dev/null and b/static/pdf/20190410icpe.pdf differ