File:BlueTrace overview.svg

Size of this PNG preview of this SVG file: 624 × 366 pixels. Other resolutions: 320 × 188 pixels | 640 × 375 pixels | 1,024 × 601 pixels | 1,280 × 751 pixels | 2,560 × 1,502 pixels.
Original file (SVG file, nominally 624 × 366 pixels, file size: 79 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
DescriptionBlueTrace overview.svg |
English: An overview of how different parties interact under the BlueTrace protocol |
Date | |
Source | Own work |
Author | Emily 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 contact log to health authority using token};
\draw [->] (dsA) -- node[anchor=west] {4. Health authority processes logs and determines contact between A and B} (haA);
\draw [->] (haA) -| node[above,pos=0.25] {5. Health authority contacts B} (clientB);
\end{tikzpicture}
\end{document}
Captions
An overview of how different parties interact under the BlueTrace protocol
Items portrayed in this file
depicts
28 June 2020
image/svg+xml
1cfdbb99e0de9a35aee18cf629ab6c5a37715356
80,593 byte
366 pixel
624 pixel
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 13:17, 28 June 2020 | ![]() | 624 × 366 (79 KB) | wikimediacommons>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 | 499.526pt |
---|---|
Height | 292.772pt |
Retrieved from "https://enwiki.freddythechick.net/wiki/File:BlueTrace_overview.svg"