From e5f4f2151f0916cf1f9e22434bef68ea431b54f7 Mon Sep 17 00:00:00 2001 From: Valentin von Guttenberg Date: Sun, 20 Oct 2019 22:55:21 +0200 Subject: [PATCH 1/4] Add latex build workflow Adds a Github action that is triggered on push and compiles the slides.tex file automatically. --- .github/workflows/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..ed5d415 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,15 @@ +name: CI + +on: [push] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v1 + - name: Github Action for LaTeX + uses: xu-cheng/latex-action@1.0.5 + with: + root_file: slides.tex From e4645325338af9ce0108cbddd3ad228cc56abaa3 Mon Sep 17 00:00:00 2001 From: Valentin von Guttenberg Date: Sun, 20 Oct 2019 23:23:07 +0200 Subject: [PATCH 2/4] Upload slides.pdf as artifact After building slides.tex, output the resulting pdf as an artifact of this workflow. How to find the file: https://github.com/marketplace/actions/upload-artifact#where-does-the-upload-go --- .github/workflows/main.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ed5d415..2422c64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,8 +8,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - name: Github Action for LaTeX + - name: Checkout repository + uses: actions/checkout@v1 + - name: Build slides.tex to slides.pdf uses: xu-cheng/latex-action@1.0.5 with: root_file: slides.tex + - name: Upload slides.pdf as artifact + uses: actions/upload-artifact@master + with: + name: slides.pdf + path: slides.pdf From 13309ef98290c267d5533794cc5ce904af02163b Mon Sep 17 00:00:00 2001 From: Jakub Date: Mon, 21 Oct 2019 18:15:02 +0200 Subject: [PATCH 3/4] ADA health companion III - Fragewuerdiger Umgang mit sensiblen Kundendaten --- Bilder/imagesources.bib | 8 ++++++++ slides.tex | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Bilder/imagesources.bib b/Bilder/imagesources.bib index 5f71047..b3deda9 100644 --- a/Bilder/imagesources.bib +++ b/Bilder/imagesources.bib @@ -235,6 +235,14 @@ @Article{ADA5 Month=9 } +@online{ADA6, + author = {Heise Online}, + title = {Massive Datenschutzmängel in der Gesundheits-App Ada}, + year = 2019, + url = {https://www.heise.de/ct/artikel/Massive-Datenschutzmaengel-in-der-Gesundheits-App-Ada-4549354.html}, + urldate = {2019-10-21} +} + @article{Smart, author={D. J. {Cook} and G. {Duncan} and G. {Sprint} and R. L. {Fritz}}, journal={Proceedings of the IEEE}, diff --git a/slides.tex b/slides.tex index ee99d28..a136993 100644 --- a/slides.tex +++ b/slides.tex @@ -302,7 +302,15 @@ Gezielte Suche nach Studien zu Zuverlässigkeit: \begin{itemize} \item \textit{Doctors warn over diagnosis apps amid Ada launch}: Both the Australian Medical Association and Royal Australian College of GPs said they were concerned about the accuracy of the Ada system, and its potential to either falsely reassure people about their health or alarm them unnecessarily. \cite{ADA4} - \item<2-> \textit{'Trust but verify' – five approaches to ensure safe medical apps}: We eagerly look forward to a time when medical apps might be relied upon to do much more complex tasks than simply calculate formulae or illustrate inhaler technique. [...] The potential for benefit remains vast and the degree of innovation is inspiring, but it turns out we are much earlier in the maturation phase of medical apps than many of us would have liked to believe. \cite{ADA5} + \item<2-> \textit{'Trust but verify' – five approaches to ensure safe medical apps}: We eagerly look forward to a time when medical apps might be relied upon to do much more complex tasks than simply calculate formulae or illustrate inhaler technique. [...] The potential for benefit remains vast and the degree of innovation is inspiring, but it turns out we are much earlier in the maturation phase of medical apps than many of us would have liked to believe. \cite{ADA6} + \end{itemize} +\end{frame} + +\begin{frame}{ADA health companion III} + Fragwürdiger Umgang mit sensiblen Kundendaten: + \begin{itemize} + \item \textit{Ada nutzt Tracking- und Analyse-Dienstleister wie Amplitude, Adjust und Facebook}: Dabei werden Daten bereits übermittelt, bevor der Nutzer die AGB und Datenschutzerklärung gelesen und diesen zugestimmt hat. Dies steht im Widerspruch zur DSGVO, welche besagt, dass bei der Erhebung personenbezogener Daten die betroffene Person \textit{'zum Zeitpunkt der Erhebung dieser Daten'} informiert werden muss. \cite{ADA6} + \item<2-> \textit{Übertragung von Daten in die USA}: Analysten von Heise Online habe herausgefunden, dass in Version 2.49.0 der App der Name der Krankenkasse von Nutzern an Facebook übermittelt wird. Darüber hinaus werden auch Symptombeschreibungen an Amplitude gesendet. (z.B. 'Herzrasen') \cite{ADA6} \end{itemize} \end{frame} From a19ed5f7fef4c338ef6a3e8c21a158cffd72f3d9 Mon Sep 17 00:00:00 2001 From: Jakub Date: Mon, 21 Oct 2019 18:19:51 +0200 Subject: [PATCH 4/4] Revert falsely changed citation back to original state --- slides.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides.tex b/slides.tex index a136993..f027aac 100644 --- a/slides.tex +++ b/slides.tex @@ -302,7 +302,7 @@ Gezielte Suche nach Studien zu Zuverlässigkeit: \begin{itemize} \item \textit{Doctors warn over diagnosis apps amid Ada launch}: Both the Australian Medical Association and Royal Australian College of GPs said they were concerned about the accuracy of the Ada system, and its potential to either falsely reassure people about their health or alarm them unnecessarily. \cite{ADA4} - \item<2-> \textit{'Trust but verify' – five approaches to ensure safe medical apps}: We eagerly look forward to a time when medical apps might be relied upon to do much more complex tasks than simply calculate formulae or illustrate inhaler technique. [...] The potential for benefit remains vast and the degree of innovation is inspiring, but it turns out we are much earlier in the maturation phase of medical apps than many of us would have liked to believe. \cite{ADA6} + \item<2-> \textit{'Trust but verify' – five approaches to ensure safe medical apps}: We eagerly look forward to a time when medical apps might be relied upon to do much more complex tasks than simply calculate formulae or illustrate inhaler technique. [...] The potential for benefit remains vast and the degree of innovation is inspiring, but it turns out we are much earlier in the maturation phase of medical apps than many of us would have liked to believe. \cite{ADA5} \end{itemize} \end{frame}