-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (55 loc) · 4.28 KB
/
index.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
<head></head>
<body style="padding-left:25%; padding-right:25%">
<h1> Wesley Woo </h1>
<h2> About me </h2>
Currently, I am a second year PhD student at Virginia Tech's Department of Computer Science, where I am advised by <a href="https://www.shaddih.com/">Prof. Shaddi Hasan</a> in the SPIN (Systems, People, Infrastructure, and Networks) Lab.
Broadly, I'm interested in the potential for technology to upend inherited, unjust structures of power.
More specifically, my research interests are in designing cellular networking systems that improve connectivity with underserved communities.
<br> <br>
Some papers/projects that interest me right now are:
<ol>
<li> <a href="https://cellbricks.github.io/">Cellbricks</a> | What could an open cellular ecosystem look like? </li>
<!-- <li> <a href="https://journals.sagepub.com/doi/abs/10.1177/02666669221089658?journalCode=idva"> Community networks as a model to address connectivity gaps in underserved communities</a></li> -->
<li> <a href="https://www.kentarotoyama.org/papers/Toyama%202011%20iConference%20-%20Technology%20as%20Amplifier.pdf">Technology as Amplifier</a> | How does technology magnify existing institutional forces in the field of Information and Communication Technology for Development (ICTD)?
<li> <a href="https://magmacore.org/">Magma</a> | How can software defined networking principles lower the cost and complexity of cellular networks?</li>
<li> <a href="https://kurti.sh/pubs/commgestion_2020.pdf"> Network capacity as a common pool resource</a> | What are alternative ways of thinking about network management, inspired by community owned architecture? </li>
</ol>
<br> Before VT, I completed a B.S and M.Eng. in Electrical Engineering and Computer Science at MIT in 2019 and 2022, respectively.
My thesis research was on developing an end-to-end data collection and management system for a community wireless network in Kibera, an informal settlement in Nairobi, Kenya.
It can be found <a href="https://dspace.mit.edu/bitstream/handle/1721.1/143274/Woo-weswoo-meng-eecs-2022-thesis.pdf?sequence=1&isAllowed=y">here</a>.
<h2> Recent Work </h2>
<b> <a href="assets/WooHasan_WhatsMyDailyValue.pdf">What's my Daily Value?</a></b>
<br>
Exploring the social nature of home Internet service purchasing among older adults around Blacksburg, VA.
<br>
<i> SNIP2+ Workshop at SIGCOMM23 - Sept. 10, 2023 </i> </li>
<h2> Previous Projects </h2>
While at MIT, I worked with Prof. Sarah Williams in the Civic Data Design Lab and Levanthal Center for Advanced Urbanism.
With Prof. Williams, I worked on:
<ul>
<li> <a href="">Living Data Hubs</a> | Leveraging community networks to address the critical data gap in informal communities </li>
<li> <a href="https://civicdatadesignlab.mit.edu/Living-Heritage-Atlas-Beirut"> Living Heritage Atlas</a> | Documenting the social heritage of Beirut's craftsmanship</li>
<li> <u>PREACT</u> | Designing a community-centered climate resilience tool for residents of Philadelphia </li>
</ul>
During the spring of 2022, I was a fellow with MIT's PKG Public Service Center, researching <u>data equity frameworks for the City of Cambridge's open data</u>.
<br> <br>
During the fall of 2020, I worked with the Stanford/Packard Global Child Health Program, researching <u>funding for neonatal child health in L3 crisis countries</u>.
<br> <br>
Some of my other work experiences include <u>assistant coaching MIT's Varsity Men's Soccer team</u> and <u>interning at Audible, Amazon, and ASML</u>.
<br> <br>
<h2> Extracurricular Interests </h2>
Outside of research, I love exploring new ideas and experiences through books, film, food, travel, and meeting new people.
<br> <br>
I also love playing and watching soccer!
<br> <br>
<br> <br>
<br> <br>
<!-- (https://www.youtube.com/watch?v=aa3plgNG53A) Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-D33YLB485J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-D33YLB485J');
</script>
</body>