-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbackground.html
76 lines (63 loc) · 3.59 KB
/
background.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
<!DOCTYPE html>
<html>
<head>
<title>Repairable Community Cellular Networks</title>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:600' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:300' rel='stylesheet' type='text/css'>
<link href='website/main.css' rel='stylesheet' type='text/css'>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
crossorigin="anonymous"></script>
<script src='website/navbar.js'></script>
</head>
<body>
<img id='banner' src='website/background-banner.jpg'>
<div id='wrapper'>
<div id='nav'></div>
<h2>PCARI Village Basestation Project</h2>
<p>
Project website:
<a href='https://pcari-vbts.com/'>https://pcari-vbts.com/</a>
</p>
<p>
Facebook page:
<a href='https://web.facebook.com/pcari.vbts.2017/'>https://web.facebook.com/pcari.vbts.2017/</a>
</p>
<p>
Youtube video:
<a href='https://www.youtube.com/watch?v=TUCcj04r2K0'>https://www.youtube.com/watch?v=TUCcj04r2K0</a>
</p>
<h2>Research Papers</h2>
<p>
<b><a href='https://kurti.sh/pubs/chi-2017-tanay.pdf'>Crowdsourcing Rural Network Maintenance and Repair via Network Messaging</a></b><br>
<div class='smalltext'>
Esther Jang, Mary Claire Barela, Matt Johnson, Philip Martinez, Cedric Festin, Margaret Lynn, Josephine Dionisio, Kurtis Heimerl<br>
<i>ACM SIGCHI Conference on Human Factors in Computing Systems (CHI) '18.</i><br>
Examined the readiness of a rural Philippine community to infrastructure self-repair.
Conference Paper<br>
Youtube video:
<a href='https://www.youtube.com/watch?v=prEa6nodiXM'>https://www.youtube.com/watch?v=prEa6nodiXM</a>
</div>
</p>
<p>
<b><a href='https://kurti.sh/pubs/investigation-phone-upgrades-ICTD17.pdf'>An Investigation of Phone Upgrades in Remote Community Cellular Networks</a></b>
<div class='smalltext'>
Kushal Shah, Philip Martinez, Emre Tepedelenlioglu, Shaddi Hasan, Cedric Angelo Festin, Joshua Blumenstock, Jo Dionisio, Kurtis Heimerl.
<i>International Conference on Information and Communication Technologies and Development (ICTD) '17.</i><br>
Examined the factors that influence LTE phone adoption in the Philippines and Indonesia.<br>
Conference Paper
</div>
</p>
<p>
<b><a href='https://kurti.sh/pubs/fil_ccn_ictd_2016.pdf'>Towards Building a Community Cellular Network in the Philippines: Initial Site Survey Observations</a></b>
<div class='smalltext'>
Mary Claire Barela, Mae Sincere Blanco, Philip Martinez, Miguel Carlo Purisima, Kurtis Heimerl, Matthew Podolsky, Eric Brewer, Cedric Angelo Festin.
<i>International Conference on Information and Communication Technologies and Development (ICTD) '16.</i><br>
Explored potential CCN sites in the Philippines.<br>
Conference Note
</div>
</p>
</div>
</body>
</html>