forked from jknee/IXmaps
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.php
More file actions
76 lines (63 loc) · 4.96 KB
/
about.php
File metadata and controls
76 lines (63 loc) · 4.96 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
74
75
76
<!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 periodically reports on the privacy transparency ratings of internet service providers that carry Canadians’ data.</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 <a href="mailto:andrew.clement@utoronto.ca">email us</a>.</p>
</article>
<article>
<div class="ui compact divider"></div>
<h2>Project Team</h2>
<ul>
<li><strong><a href="https://ischool.utoronto.ca/profile/andrew-clement/" target="_blank">Andrew Clement</a></strong>, PhD, Professor, Faculty of Information, University of Toronto</li>
<li><strong>Armin Krauss</strong>, MI, Faculty of Information, University of Toronto, Software Developer</li>
<li><strong><a href="http://www.linkedin.com/pub/colin-mccann" target="_blank">Colin McCann</a></strong>, MI, Faculty of Information, University of Toronto<, Software Developer</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>Jennette Weber</strong>, MI, Faculty of Information, University of Toronto, Graphic Designer, Toronto</li>
</ul>
<h3>Former Members</h3>
<ul>
<li><a href="http://www.vacuumwoman.com/" target="_blank"><strong>Nancy Paterson</strong></a>, PhD, Associate Professor, OCAD University</li>
<li><strong>David J. Phillips</strong>, PhD, Associate Professor, Faculty of Information, University of Toronto</li>
<li><a href="https://ca.linkedin.com/pub/lauren-dimonte/27/15/169" target="_blank"><strong>Lauren Di Monte</strong></a>, MI, MA, Faculty of Information, University of Toronto</li>
<li><strong>Antonio Gamba</strong>, PhD, 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, 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>
<li><strong>Dawn Walker</strong>, PhD Student, Faculty of Information, University of 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>, <a href="https://cira.ca/" target="_blank">Canadian Internet Registration Authority (CIRA)</a> and <a href="https://centrefordigitalrights.org/" target="_blank">Centre for Digital Rights (CDR)</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>
<img src="/_assets/img/funding-logos.jpg" alt="University of Toronto, Faculty of Information, IPRP, and OCAD U logos">
<div class="ui hidden section divider"></div>
</article>
</div>
<?php include '_includes/global-footer.php'; ?>
</body>
</html>