-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresearch.html
99 lines (90 loc) · 4.86 KB
/
research.html
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Peter Coti - About</title>
<meta name="description" content="Peter Coti - About">
<meta name="author" content="Peter Coti">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<link rel="stylesheet" href="stylesheets/custom.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<header class="title sixteen columns">
<h1>Peter Coti</h1>
<span class="subheading">Student, Investigator, friend of all</span>
</header>
<nav class="sixteen columns">
<ul class = "nav">
<li><a href = "index.html">About</a></li>
<li><a href = "cv.html">C.V.</a></li>
<li><a href = "code.html">Code</a></li></li>
<li><a href = "research.html">Research</a></li>
<li><a href = "http://petercoti.com">Blog</a></li>
<li><a href = "https://en.wikipedia.org/wiki/User:Peter.C">WP</a></li>
</ul>
</nav>
<div class = "one-third column">
<br/>
<figure>
<a href="images/circ_plot.svg" class="image-link"><img class = "scale-with-grid" src="images/circ_plot.svg" alt="The distribution of mobile and desktop edits to Wikipedia over a 24-hour period, with the timestamps localised."></a>
<figcaption>The distribution of mobile and desktop edits to Wikipedia over a 24-hour period, with the timestamps localised.</figcaption>
</figure>
<figure>
<a href = "images/global_editors_mobile_and_mixed-method.svg" class="image-link"><img class = "scale-with-grid" src="images/global_editors_mobile_and_mixed-method.svg" alt="The editing population of Wikimedia projects, geolocated and log-scaled."></a>
<figcaption>The editing population of Wikimedia projects, geolocated and log-scaled.</figcaption>
</figure>
</div>
<div class= " two-thirds column">
<section>
<p>My research is centred around geodata and reader behavioural patterns: I'm happiest when I have something to localise.
<h3>Papers</h3>
<ol>
<li>
<p><b>Submitted:</b> Aaron Halfaker, Oliver Keyes, Daniel Kluver, Jacob Thebault-Spieker, Tien Nguyen, Kenneth Shores (2015) <i>User Session Identification Based on Strong Regularities in Inter-activity Time</i>. WWW 2015 (<a href = "papers/sessions.pdf">download preprint</a>)
</li>
<li>
<p><b>Submitted:</b> Oliver Keyes and Scott Hale (2015) <i>Mobile User Interfaces and User-Generated Content Platforms</i>. CHI 2015.
</li>
<li>
<p><b>Submitted:</b> Shilad Sen, Heather Ford, David Musicant, Mark Graham, Oliver Keyes and Brent Hecht (2015) <i>Barriers to the Localness of Volunteered Geographic Information</i>. CHI 2015.
</li>
<li>
<p><b>Published:</b> Aaron Halfaker, Oliver Keyes and Dario Taraborelli (2013) <i>Making Peripheral Participation Legitimate: Reader Engagement Experiments in Wikipedia</i>. CSCW 2013 (<a href = "papers/aft5.pdf">download preprint</a>)
</li>
</ol>
<h3>Talks</h3>
<ol>
<li>
<p><i><a href = "https://www.youtube.com/watch?v=wgnnVG7sLQ0">Everything You Know About Mobile Is WrW^Right: Editing and Reading Pattern Variation Between User Types</a></i>. August 2014 Wikimedia Research Showcase.
</li>
<li>
<p><i><a href = "http://youtu.be/Dgi4Eu3Rr9I?t=52m57s">Big in Japan: Combating Systemic Bias Through Mobile Editing</a></i>. Wikimania 2014.
</li>
<li>
<p><i><a href = "https://www.youtube.com/watch?v=arO9YzcTWGE">Mobile session times</a></i>. February 2014 Wikimedia Research Showcase.
</li>
<li>
<p><i><a href = "https://www.youtube.com/watch?v=L_Ng60B0mKU">Eternal December: How Awful Arguments are Killing the Wiki, and Why not to Make Them</a></i>. Wikimania 2012, with Tom Morris, Maryana Pinchuk, Adam Hyland and others.
</li>
<li>
<p><i><a href = "http://youtu.be/b2MuXzV0MJ8?t=25m25s">Hippies with guns: how ideological conflict shapes Wikipedia and what we can learn from it</a></i>. Wikimania 2011.
</li>
</ol>
</section>
</div>
<footer class="sixteen columns">
<p>Code is <a href = "http://opensource.org/licenses/MIT">MIT licensed</a>, text is <a href = "http://creativecommons.org/publicdomain/zero/1.0/">CC-0 licensed</a>, and design of the website was tastefully stolen from <a href="http://ironholds.org/">Oliver Keyes</a>. Site uses the <a href = "http://www.getskeleton.com/">Skeleton CSS system</a>.</p>
</footer>
</div>
</body>
</html>