Skip to content

Commit

Permalink
updates to privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Pugh committed May 3, 2022
1 parent b6586fe commit 5e17b4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions AnalyticsAnalyzer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
169FB8602642F1360082DDD2 /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = 169FB85F2642F1360082DDD2 /* ArgumentParser */; };
169FB8612642F3E20082DDD2 /* functionality.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16515AA525C9939200C97BB8 /* functionality.swift */; };
16A292E8282063000068F29B /* ENCV API key.md in Resources */ = {isa = PBXBuildFile; fileRef = 16A292E7282062F40068F29B /* ENCV API key.md */; };
16A292EB2821C4920068F29B /* privacy policy.md in Resources */ = {isa = PBXBuildFile; fileRef = 16A292EA2821C4920068F29B /* privacy policy.md */; };
16AA11632625CE59007CA1A7 /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = 16AA11622625CE59007CA1A7 /* ArgumentParser */; };
16AF2DB227E39DCD000B1529 /* Users with notifications.md in Resources */ = {isa = PBXBuildFile; fileRef = 16AF2DB127E39D59000B1529 /* Users with notifications.md */; };
16AF2DB427E6167B000B1529 /* Notification share.md in Resources */ = {isa = PBXBuildFile; fileRef = 16AF2DB327E61672000B1529 /* Notification share.md */; };
Expand Down Expand Up @@ -222,6 +223,7 @@
169FB8582642F0C10082DDD2 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
16A292E7282062F40068F29B /* ENCV API key.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "ENCV API key.md"; sourceTree = "<group>"; };
16A292E9282063160068F29B /* ENPA API key.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "ENPA API key.md"; sourceTree = "<group>"; };
16A292EA2821C4920068F29B /* privacy policy.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "privacy policy.md"; sourceTree = "<group>"; };
16AF2DB127E39D59000B1529 /* Users with notifications.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "Users with notifications.md"; sourceTree = "<group>"; };
16AF2DB327E61672000B1529 /* Notification share.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "Notification share.md"; sourceTree = "<group>"; };
16B2B5D027D3C269000F763A /* codes claimed within hour %.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "codes claimed within hour %.md"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -309,6 +311,7 @@
isa = PBXGroup;
children = (
16DEAB3927D64DC000069680 /* README.md */,
16A292EA2821C4920068F29B /* privacy policy.md */,
1609485925C3632A001705A6 /* AnalyticsAnalyzer */,
1673F54927B07F710037D340 /* GAEN Analytics */,
169FB8572642F0C10082DDD2 /* AnalyticsTool */,
Expand Down Expand Up @@ -723,6 +726,7 @@
163EF28B27C921FE00D3C19D /* ENCV.md in Resources */,
16B2B5E327D40F86000F763A /* combined analysis.md in Resources */,
16856E6827BC021900F44960 /* tokens claimed.md in Resources */,
16A292EB2821C4920068F29B /* privacy policy.md in Resources */,
161A123527DA3D650026C53D /* Secondary attack rate.md in Resources */,
16B2B5E127D40F80000F763A /* ENCV data.md in Resources */,
16856E6627BC021000F44960 /* ENPA opt in.md in Resources */,
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

This app allows public health agencies that are using GAEN, the Google/Apple exposure notification system, to download, analyze and export the analytics made available from the ENPA and ENCV servers. In order to use this app, you must have created apiKeys for your organization through the ENPA and ENCV portals. It will work if you only have an apiKey for one or both of the two servers. You will need to copy and paste the api keys into the app, they are way too long to type in.

All analyzed/presented data is rolling 7-day averages. The ENPA metrics include noise due to differential privacy.
To gain access to the iOS version of the app, contact [Professor Bill Pugh]([email protected]). The iOS version also runs on iPads. The iOS version requires iOS 15, the macOS version requires macOS 12. The macOS version can be downloaded from the releases section on GitHub.

All analyzed/presented data is rolling averages, over periods such as 7 days or 14 days. The ENPA metrics include noise due to differential privacy.

All ENPA and ENCV data is kept private to the app except as exported by the user as csv files.

Expand Down

0 comments on commit 5e17b4a

Please sign in to comment.