File:BlueTrace overview.svg

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(SVG file, nominally 624 × 366 pixels, file size: 79 KB)

Summary

Description
English: An overview of how different parties interact under the BlueTrace protocol
Date
Source Own work
Author Ben McLean

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
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/TimeThumbnailDimensionsUserComment
current12:17, 28 June 2020Thumbnail for version as of 12:17, 28 June 2020624 × 366 (79 KB)BravetheifUploaded own work with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Metadata