File:Exposure Notification Framework overview.svg
Page contents not supported in other languages.
Tools
Actions
General
In other projects
Appearance
Size of this PNG preview of this SVG file: 632 × 420 pixels. Other resolutions: 320 × 213 pixels | 640 × 425 pixels | 1,024 × 681 pixels | 1,280 × 851 pixels | 2,560 × 1,701 pixels.
Original file (SVG file, nominally 632 × 420 pixels, file size: 77 KB)
This is a file from the Wikimedia Commons. Information from its description page there is shown below. Commons is a freely licensed media file repository. You can help. |
Summary
DescriptionExposure Notification Framework overview.svg |
English: An overview of how different parties interact under ENF |
Date | |
Source | Own work |
Author | Ben McLean |
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
LaTeX Source
\documentclass[border={30pt 0pt 0pt 30pt}]{standalone}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usetikzlibrary{automata, positioning, arrows, shapes.geometric}
\tikzstyle{startstop} = [rectangle, rounded corners, minimum width=3cm, minimum height=1cm,text centered, draw=black]
\tikzstyle{ha} = [rectangle, minimum width=3cm, minimum height=1cm,text centered, draw=black]
\usepackage{environ}
\usepackage[margin=2cm]{geometry}
\renewcommand{\baselinestretch}{1.15}
\setlength{\parskip}{6pt}
% https://tex.stackexchange.com/questions/442991/database-shape-in-tikz/442994
\makeatletter
\tikzset{
database/.style={
path picture={
\draw (0, 1.5*\database@segmentheight) circle [x radius=\database@radius,y radius=\database@aspectratio*\database@radius];
\draw (-\database@radius, 0.5*\database@segmentheight) arc [start angle=180,end angle=360,x radius=\database@radius, y radius=\database@aspectratio*\database@radius];
\draw (-\database@radius,-0.5*\database@segmentheight) arc [start angle=180,end angle=360,x radius=\database@radius, y radius=\database@aspectratio*\database@radius];
\draw (-\database@radius,1.5*\database@segmentheight) -- ++(0,-3*\database@segmentheight) arc [start angle=180,end angle=360,x radius=\database@radius, y radius=\database@aspectratio*\database@radius] -- ++(0,3*\database@segmentheight);
},
minimum width=2*\database@radius + \pgflinewidth,
minimum height=3*\database@segmentheight + 2*\database@aspectratio*\database@radius + \pgflinewidth,
},
database segment height/.store in=\database@segmentheight,
database radius/.store in=\database@radius,
database aspect ratio/.store in=\database@aspectratio,
database segment height=0.1cm,
database radius=0.25cm,
database aspect ratio=0.35,
}
\makeatother
\begin{document}
\begin{tikzpicture}[node distance=4cm]
\node(clientA)[startstop]{Mobile Client A};
\node(clientB)[startstop, right of=clientA, xshift=8cm]{Mobile Client B};
\node(haA)[ha, above of=clientA, minimum height=3cm]{Health Authority A};
\node(dsA)[database, above of=haA, database radius=0.8cm,database segment height=0.25cm]{};
\node(dsAT)[below of=dsA, yshift=3cm]{Datastore A};
\draw [<->] (clientA) -- node[anchor=south] {1. A and B exchange contact} (clientB);
\draw [->] (haA) -- node[anchor=west] {2. A tests positive, health authority issues an upload token} (clientA);
\draw [->] (clientA.west) -- ++(-1cm,0) |- (dsA) node[pos=0.25,sloped,above]{3. A transmits an anonymous report to health authority using token};
\draw [->] (dsA) -| node[above,pos=0.30] {4. B fetches reports from server, checking it's local database to find encounters} (clientB);
\end{tikzpicture}
\end{document}
Items portrayed in this file
depicts
28 June 2020
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 12:26, 28 June 2020 | 632 × 420 (77 KB) | Bravetheif | Uploaded own work with UploadWizard |
File usage
The following page uses this file:
Metadata
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.
Width | 505.747pt |
---|---|
Height | 336.294pt |