You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/App.tsx
+10-10
Original file line number
Diff line number
Diff line change
@@ -19,38 +19,38 @@ class App extends React.Component<RouteComponentProps, unknown> {
19
19
pages=[
20
20
{
21
21
title: 'Home',
22
-
url: '/observatory',
22
+
url: '/',
23
23
page: MainPage,
24
24
has_pill: true,
25
25
},
26
26
{
27
27
title: 'Try for yourself',
28
-
url: '/observatory/take-the-quiz/:iso3?',
29
-
baseUrl: '/observatory/take-the-quiz',
28
+
url: '/take-the-quiz/:iso3?',
29
+
baseUrl: '/take-the-quiz',
30
30
page: IndividualRiskPage,
31
31
has_pill: false,
32
32
},
33
33
{
34
34
title: 'Explore anonymity',
35
-
url: '/observatory/explore',
35
+
url: '/explore',
36
36
page: CountryReportsPage,
37
37
has_pill: true,
38
38
},
39
39
{
40
40
title: 'Analyze your data',
41
-
url: '/observatory/analyze-your-data',
41
+
url: '/analyze-your-data',
42
42
page: ToolsPage,
43
43
has_pill: true,
44
44
},
45
45
{
46
46
title: 'Why it matters',
47
-
url: '/observatory/why-it-matters',
47
+
url: '/why-it-matters',
48
48
page: AboutPage,
49
49
has_pill: true,
50
50
},
51
51
{
52
52
title: 'About Us',
53
-
url: '/observatory/why-it-matters#about-us',
53
+
url: '/why-it-matters#about-us',
54
54
page: AboutPage,
55
55
has_pill: true,
56
56
},
@@ -117,12 +117,12 @@ class App extends React.Component<RouteComponentProps, unknown> {
117
117
<RowclassName="row-v-spacing"justify="center">
118
118
<Colxs={24}sm={24}md={16}lg={12}>
119
119
<h3>The Observatory of Anonymity</h3>
120
-
<p>The Computational Privacy Group (CPG) is committed to protecting the privacy of visitors to our website. The Observatory of Anonymity does not collect nor share any personal data. All statistical computations run entirely in the browser, and no personal data is transmitted to Imperial College's servers. We only collect anonymous analytics (page URL and user agent).</p>
120
+
<p>We are committed to protecting the privacy of visitors to our website. The Observatory of Anonymity does not collect nor share any personal data. All statistical computations run entirely in the browser, and no personal data is transmitted to our servers. We only collect anonymous analytics (page URL and user agent).</p>
121
121
<p>The source code of the Observatory is available at <ahref="https://github.com/computationalprivacy/observatory">https://github.com/computationalprivacy/observatory</a> and distributed under a free license.</p>
122
122
<h3>Contacting us</h3>
123
-
<p>Have questions, comments, or concerns? Please contact <ahref="https://rocher.lc/">Luc Rocher</a> by email at: lrocher (at) imperial (dot) ac (dot) uk.</p>
123
+
<p>Have questions, comments, or concerns? Please contact <ahref="https://rocher.lc/">Luc Rocher</a> by email at: x@y where x=luc.rocher and y=oii.ox.ac.uk.</p>
<metaproperty="og:title" content="The Observatory of Anonymity" />
11
11
<metaproperty="og:description" content="Explore the research of the Computational Privacy Group on anonymity online. Take a short quiz to find out what makes you more vulnerable to re-identification, explore anonymity in 89 countries around the world, or train our method with your own datasets." />
Welcome to the Observatory of Anonymity, an interactive website to explore the research of the Computational Privacy Group at Imperial College London. Take a short quiz to find out what makes you more vulnerable to re-identification, explore anonymity in 89 countries around the world, or train our method with your own datasets.
0 commit comments