-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
146 lines (143 loc) · 6.26 KB
/
index.html
File metadata and controls
146 lines (143 loc) · 6.26 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<title>abby's digital garden</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico?">
<style>
body {
display: flex;
flex-direction: column;
background-color: #f9edcc;
}
a, a:visited {
color: #5AAA95;
}
.about-pic {
width: 24vh;
}
.top {
display: flex;
flex-direction: row;
padding-left: 1vw;
}
#navbar-placeholder {
display: flex;
flex: 1;
}
.nav-bar {
display: flex;
flex: 1;
flex-direction: row;
justify-content: flex-end;
}
.nav-button {
display: flex;
padding: 1vw;
}
.sun-corner {
display: flex;
flex-direction: row;
align-self: flex-end;
}
.sun-corner i {
display: flex;
justify-self: end;
}
.sunny-pic {
display: flex;
width: 130px;
}
.about-img-bio {
display: flex;
flex-direction: row;
gap: 5vw;
align-items: center;
padding-bottom: 6vh;
padding-top: 4vh;
}
.img-wrapper{
display: flex;
flex-direction: column;
padding-left: 4vw;
}
.about-text {
width: 500px;
justify-content: center;
font-size: 18px;
}
.research-list{
font-size: 13px;
display: flex;
justify-content: center;
width: 70%;
padding-left: 4vw;
}
.left-side-pubs{
display: flex;
flex-direction: column;
}
</style>
</head>
<body>
<div class="top">
<div class="sun-corner">
<img class = "sunny-pic" src="images/sun_red.png"/>
<!-- <i>it's raining in berkeley, CA</i> -->
</div>
<div id="navbar-placeholder"></div>
<script>
fetch('navbar.html')
.then(res => res.text())
.then(html => document.getElementById('navbar-placeholder').innerHTML = html);
</script>
</div>
<div class="about-img-bio">
<div class="img-wrapper">
<img src="images/abby.jpg"
class="about-pic"
alt="abby, a woman with tan skin and black hair with bangs. On mouse-over, an image of an orange cat and grey cat appear"
onmouseover="this.src='images/cats.jpg'"
onmouseout="this.src='images/abby.jpg'"/>
<span style="font-size: 12px;">welcome to my <a href="https://maggieappleton.com/garden-history/" target="_blank">digital garden</a></span>
<span style="font-size: 12px;">please pardon the chaos as it continues to grow</span>
</div>
<div class="about-text">
I'm abigail (abby) <i>(she/ella)</i> & I'm a Masters student in Computer Science at UC Berkeley where I study computing education & human computer interaction. I'm grateful to be supported by the GEM Fellowship and advised by Professor Lisa Yan. I care deeply about teaching and practicing computer science in a manner that is culturally relevant, liberatory, and offers individuals agency within the sociotechnical systems they inhabit. Beyond the classroom I keep busy with my cats <i>Jícama y Mango</i>
<!-- I'm abby <i>(she/ella)</i> & I'm a Masters student in Computer Science at UC Berkeley where I study computing education. I care deeply about teaching computer science in a manner that is culturally relevant, liberatory, and offers students agency over their computing futures. Beyond the classroom I keep busy with my cats <i>Jícama y Mango</i>, gardening, and <a href="https://www.instagram.com/aerialatcal/?hl=en" target="_blank">dance</a> -->
</div>
</div>
<div class="research-list">
<div class="left-side-pubs">
<i>official publications</i>
<p>In my research I work to bring criticality to computing education. My recent work explores plurality & criticality in <i>computing epistemologies</i>, software development practices for <i>educational technology</i>, and <i>sociotechnical education</i>.</p>
</div>
<ul>
<li>
<b>A. Brooks-Ramirez</b> and L. Yan. 2026. Towards Pluriversal Computing: Exploring Critical Epistemologies of Teaching Assistants. Forthcoming in RESPECT 2026.
</li>
</li>
<li>
<b>A. Brooks-Ramirez</b> and L. Yan. 2026. By and for Teaching Assistants: Homegrown Tools in Computing Classrooms. In <i>Proceedings of the 57th ACM Technical Symposium on Computer Science Education V. 2 (SIGCSE 2026)</i>. ACM, New York, NY, USA. DOI: <a href="https://doi.org/10.1145/3770761.3777245" target="_blank">https://doi.org/10.1145/3770761.3777245</a>
</li>
<li>
<b>A. Brooks-Ramirez</b>, R. Dang, B. A. Ventura Benitez, and L. Yan. 2025. Scaling Responsible Data Science Education: The Role of a Teaching Assistant in Bridging the Sociotechnical Divide. In <i>2025 ASEE Annual Conference & Exposition Proceedings</i>. ASEE. DOI: <a href="https://doi.org/10.18260/1-2--57629" target="_blank">https://doi.org/10.18260/1-2--57629</a>
</li>
<li>
K. Patel, <b>A. Brooks-Ramirez</b>, R. Dang, B. A. Ventura Benitez, and L. Yan. 2025. Exploration of Undergraduate Teaching Assistant Identity and Teaching Goals in Data Science Courses. In <i>Proceedings of the 56th ACM Technical Symposium on Computer Science Education V. 2 (SIGCSE 2025)</i>. ACM, New York, NY, USA. DOI: <a href="https://doi.org/10.1145/3641555.3705179" target="_blank">https://doi.org/10.1145/3641555.3705179</a>
</li>
<li>
<b>A. Brooks-Ramirez</b>, 2025. A Survey of Modeling Context in Recent NLP Work. Final Paper for Natural Language Processing (Info159), UC Berkeley, Berkeley, CA. <a href="info159_paper.pdf" target="_blank">Access here</a>
</li>
</ul>
</div>
<!-- <div class="current-ponderings">
<i>on my mind right now is...</i>
</div> -->
<div id="elsewhere-placeholder"></div>
<script>
fetch('elsewhere.html')
.then(res => res.text())
.then(html => document.getElementById('elsewhere-placeholder').innerHTML = html);
</script>
</body>
</html>