-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabout.php
More file actions
73 lines (61 loc) · 5.04 KB
/
about.php
File metadata and controls
73 lines (61 loc) · 5.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>About | IXmaps</title>
<?php include '_includes/global-head.php'; ?>
</head>
<body id="about-page">
<?php include '_includes/global-navigation.php'; ?>
<header class="hero">
<div class="content">
<h1>About</h1>
</div>
</header>
<div class="content">
<article>
<div class="ui hidden section divider"></div>
<p class="intro">The IXmaps research project is developing an interactive mapping tool aimed at helping internet users and researchers learn about internet routing, focussing particularly on surveillance and privacy issues.</p>
<p>It does this mainly by encouraging individuals to contribute and map their own internet routes. It also annually reports on the privacy transparency ratings of internet service providers that carry Canadians’ data. It is currently collaborating with <a href="https://openmedia.org/" target="_blank">OpenMedia</a> to facilitate community engagement around <a href="https://openmedia.org/en/ixmaps-see-where-your-data-travels" target="_blank">internet surveillance and privacy issues</a>.</p>
</article>
<article>
<div class="ui compact divider"></div>
<h2>Contact</h2>
<p>We encourage all feedback from visitors as to what they find interesting, confusing, boring or inaccessible, and welcome helpful suggestions for further refinement. For inquiries, comments or suggestions, please email us at <a href="mailto:ixmaps@utoronto.ca">ixmaps@utoronto.ca</a>.</p>
</article>
<article>
<div class="ui compact divider"></div>
<h2>Project Team</h2>
<ul>
<li><strong><a href="http://current.ischool.utoronto.ca/faculty/andrew-clement" target="_blank">Andrew Clement</a></strong>, PhD, Professor, Faculty of Information, University of Toronto</li>
<li><strong><a href="http://www.linkedin.com/pub/colin-mccann/27/867/820" target="_blank">Colin McCann</a></strong>, MI, Faculty of Information, University of Toronto</li>
<li><strong><a href="http://current.ischool.utoronto.ca/students/antonio-gamba-bari" target="_blank">Antonio Gamba</a></strong>, PhD Candidate, Faculty of Information, University of Toronto</li>
<li><strong><a href="http://people.laps.yorku.ca/people.nsf/researcherprofile?readform&shortname=jaobar" target="_blank">Jonathan Obar</a></strong>, PhD, Department of Communication Studies, York University</li>
<li><strong>Dawn Walker</strong>, PhD Student, Faculty of Information, University of Toronto</li>
<li><strong>Jennette Weber</strong>, Graphic Designer, Toronto</li>
</ul>
<h3>Former Members</h3>
<ul>
<li><strong><a href="http://www.vacuumwoman.com/" target="_blank">Nancy Paterson</strong></a>, PhD, Associate Professor, OCAD University</li>
<li><strong><a href="http://www.ischool.utoronto.ca/faculty/david-j-phillips" target="_blank">David J. Phillips</strong></a>, PhD, Associate Professor, Faculty of Information, University of Toronto</li>
<li><strong><a href="https://ca.linkedin.com/pub/lauren-dimonte/27/15/169" target="_blank">Lauren Di Monte</strong></a>, MI, MA, Faculty of Information, University of Toronto</li>
<li><strong>Alex Goel</strong>, MI, Faculty of Information, University of Toronto</li>
<li><strong>Steve Harvey</strong>, Software Developer, Toronto</li>
<li><strong>Yannet Lathrop</strong>, MI, Faculty of Information, University of Toronto</li>
<li><strong>David Mason</strong>, Software Developer, Montreal</li>
<li><strong><a href="https://www.ischool.utoronto.ca/students/gabby-resch" target="_blank">Gabby Resch</a></strong>, PhD Candidate, Faculty of Information, University of Toronto</li>
<li><strong><a href="https://www.linkedin.com/in/johnharrisstevenson" target="_blank">John Stevenson</a></strong>, PhD, University of Toronto</li>
<li><strong>Erik Stewart</strong>, Programmer, Toronto</li>
</ul>
</article>
<article>
<div class="ui compact divider"></div>
<h2>Funding</h2>
<p>Beginning in 2008, the project has received funding from <a href="http://www.sshrc-crsh.gc.ca/home-accueil-eng.aspx" target="_blank">Social Sciences and Humanities Research Council of Canada (SSHRC)</a>, <a href="https://www.priv.gc.ca/en/" target="_blank">Office of the Privacy Commissioner of Canada (OPC)</a> and <a href="https://cira.ca/" target="_blank">Canadian Internet Registration Authority (CIRA)</a>. The views expressed herein are those of the author(s) and do not necessarily reflect those of the funders.</p>
<p>IXmaps is affiliated with the <a href="http://iprp.ischool.utoronto.ca/" target="_blank">Information Policy Research Program and based at the <a href="https://www.ischool.utoronto.ca/" target="_blank">Faculty of Information, University of Toronto</a>.</p>
<div class="ui hidden section divider"></div>
</article>
</div>
<?php include '_includes/global-footer.php'; ?>
</body>
</html>