-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
211 lines (190 loc) · 6.89 KB
/
Copy pathindex.html
File metadata and controls
211 lines (190 loc) · 6.89 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<title>Helen Weixu Chen</title>
<!-- <link rel="icon" type="image/png" href="images/UniversityOfWaterloo_logo_vert_rgb.png"> -->
<style>
/* Ensure the page takes up the full viewport height */
html, body {
height: 100%;
margin: 0;
padding: 0;
}
/* Flexbox layout for the body */
body {
display: flex;
flex-direction: column;
}
/* Main content should expand to take available space */
.content {
flex: 1;
}
/* Footer styles */
.footer {
text-align: center; /* Center the text */
background-color: #f4f4f4; /* Light gray background */
color: #007bff; /* Blue text */
border-top: 1px solid #ddd; /* Subtle border for separation */
font-size: 14px; /* Font size for text */
height: 40px; /* Fixed height for consistency */
display: flex; /* Use Flexbox */
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
padding-top: 15px; /* Add slight padding at the top */
}
/* Navbar and other elements */
.navbar-brand, .nav-link {
color: #007bff !important;
}
.nav-link.active {
font-weight: bold;
color: #0056b3 !important; /* Optional: darker color for active links */
}
.profile-image {
width: 100%;
max-width: 220px;
display: block;
margin: 0 auto;
}
.about-section {
padding-top: 20px;
display: flex;
align-items: center;
}
.about-text {
margin-left: 30px;
}
.container {
max-width: 960px;
margin: auto;
}
@media (min-width: 768px) {
.about-section {
justify-content: center;
}
}
.social-links {
display: flex;
gap: 22px;
align-items: center;
flex-wrap: wrap;
margin-top: 6px;
}
.social-icon {
position: relative;
display: inline-flex;
align-items: center;
gap: 8px;
color: #007bff;
font-size: 1.15em;
text-decoration: none;
transition: color 0.2s;
}
.social-icon:hover {
color: #0056b3;
}
.social-label {
font-size: 0.95rem;
font-weight: 500;
}
.social-icon::after {
content: attr(data-tooltip);
position: absolute;
bottom: calc(100% + 7px);
left: 50%;
transform: translateX(-50%);
background: #333;
color: #fff;
font-size: 0.6em;
white-space: nowrap;
padding: 3px 8px;
border-radius: 4px;
opacity: 0;
pointer-events: none;
transition: opacity 0.15s;
}
.social-icon:hover::after {
opacity: 1;
}
</style>
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-md navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="#">Helen Weixu Chen</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="personal.shtml" id="home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="teaching.shtml" id="teaching">Teaching</a>
</li>
<li class="nav-item">
<a class="nav-link" href="research.shtml" id="research">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.shtml" id="portfolio">Portfolio</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Main content -->
<div class="content">
<div class="container about-section">
<!-- <img src="images/head.jpg" alt="Helen Weixu Chen" class="profile-image" width="350" height="230"> -->
<div class="about-text">
<h3>About</h3>
<p>
I am a Master's student in the HCI Lab at the University of Waterloo. I also completed my undergraduate degree in Computer Science at Waterloo, after transferring from Recreation and Leisure Studies.
</p>
<p>
My research lies at the intersection of Human-Computer Interaction (HCI), Artificial Intelligence (AI), and Computer Science Education. I am currently interested in two main areas: (1) designing human-AI interaction techniques that make complex workflows more accurate, accessible, and engaging, and (2) developing research probes to investigate how feedback modalities and design mechanisms shape learning, reflection, and critical thinking. Outside of research, I enjoy karate, cycling, and traveling.
</p>
<p>
You are welcome to <a href="mailto:w352chen@uwaterloo.ca">email</a> me if you have questions about undergraduate application, internal transfer to CS, or co-op job applications. I have gotten so much love and care through my life journey, and this is my way of giving back.
</p>
<div class="social-links">
<a href="mailto:w352chen@uwaterloo.ca?subject=Request%20for%20CV" class="social-icon" data-tooltip="CV (by request)">
<i class="fas fa-file-lines"></i><span class="social-label">CV</span>
</a>
<a href="mailto:w352chen@uwaterloo.ca" class="social-icon" data-tooltip="Email">
<i class="fas fa-envelope"></i><span class="social-label">Email</span>
</a>
<a href="https://scholar.google.com/citations?user=pT9OuusAAAAJ&hl=en" target="_blank" class="social-icon" data-tooltip="Google Scholar">
<i class="fab fa-google-scholar"></i><span class="social-label">Google Scholar</span>
</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<p>© Helen Weixu Chen 2026</p>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<script>
// Dynamically add the "active" class to the current page
document.addEventListener("DOMContentLoaded", function () {
const navLinks = document.querySelectorAll(".nav-link");
const currentPage = window.location.href;
navLinks.forEach((link) => {
if (currentPage.includes(link.getAttribute("href"))) {
link.classList.add("active");
}
});
});
</script>
</body>
</html>