-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
174 lines (160 loc) · 6.29 KB
/
Copy pathindex.html
File metadata and controls
174 lines (160 loc) · 6.29 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
<!DOCTYPE html>
<html lang="en">
<head> <!-- metadata information (not shown) -->
<!-- support non-English characters -->
<meta charset="utf-8">
<!-- for searche engines, etc -->
<meta name="author" content="Junpu Yu">
<meta name="description" content="Personal Website of Junpu Yu">
<meta name="keywords" content="Junpu Yu, Computer Science, Artificial Intelligence, Machine Learning, Research, Software Engineering, University of Washington, Carnegie Mellon University">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<!-- title in tab-->
<title>Junpu Yu | Portfolio</title>
<link rel="stylesheet" href="css/index_style.css">
<link rel="icon" href="img/Junpu_Yu_logo.png" type="image/x-icon">
</head>
<body>
<header class="page_heading">
<div class="page_heading_menu">
<div class="heading_menu_left">
<a href="index.html">Junpu Yu</a>
</div>
<div class="heading_menu_right">
<a href="Academics.html">Academics</a>
<a href="Working.html">Working</a>
<a href="Research.html">Research</a>
<a href="Projects.html">Projects</a>
</div>
</div>
</header>
<div class="page_content">
<div class="side_bar">
<div class="author_avatar">
<img src="img/Junpu_Yu_photo.jpg" alt="avatar">
</div>
<div class="author_content">
<h1 class="author_name">
Junpu Yu
</h1>
<div class="author_bio">
<p>
Master of Science,
<br>
<a href="https://www.cmu.edu/">Carnegie Mellon University</a>
<br>
<a href="https://www.ece.cmu.edu/academics/ms-ai/standard-program.html">Major in Artificial Intelligence Engineering</a>
</a>
</p>
<p>
Bachelor of Science,
<br>
<a href="https://www.washington.edu/">University of Washington</a>
<br>
<a href="https://www.cs.washington.edu/">Major in Computer Science</a>
<br>
<a href="https://amath.washington.edu/">Minor in Applied Mathematics</a>
</p>
<p>
Researcher,
<br>
CERLAB Lab
</p>
<p>
Researcher,
<br>
<a href="https://makeabilitylab.cs.washington.edu/">Makeability Lab</a>
</p>
</div>
<div class="author_contact">
<h2 class="header_small_block-end"> Contact: </h2>
<p>
davidjpyu@gmail.com
<br>
yujunpu@126.com
</p>
</div>
</div>
<div class="social_icon">
<a href="https://www.linkedin.com/in/junpu-y-18b070189/">
<img src="img/LinkedIn_logo.png" alt="linkedIn">
</a>
<a href="https://github.com/davidjpyu">
<img src="img/GitHub_logo.png" alt="GitHub">
</a>
<a href="https://gitlab.cs.washington.edu/jpyu">
<img src="img/GitLab_logo.png" alt="GitLab">
</a>
</div>
</div>
<div class="main_body">
<div class="introduction">
<p>
Hi there! 👋 Welcome to my personal website!
</p>
<p>
I am Junpu Yu, a master student at
<a href="https://www.cmu.edu/">Carnegie Mellon Unviersity</a>,
majoring in
<a href="https://www.ece.cmu.edu/academics/ms-ai/standard-program.html">Artificial Intelligence Engineering</a>.
I had my undergraduate study at
<a href="https://www.washington.edu/">University of Washington</a>,
majoring in
<a href="https://www.cs.washington.edu/">Computer Science</a>,
and minoring in
<a href="https://amath.washington.edu/">Applied Mathematics</a>.
</p>
<p>
My research focus is on LLM + CV. I am a research assistant at the Computational Engineering and Robotics Lab at CMU
working on computer vision (CV) and specifically human object interaction (HOI) detection, hoping
to push the boundary of HOI research with the help of CV techniques and Transformers.
I'm also a research assistant at the
<a href="https://makeabilitylab.cs.washington.edu/">Makeability Lab</a> at UW,
working on projects related to Human-Computer Interaction (HCI), Accessibility, and Retrieval augmented generation(RAG).
I am passionate about using technology to help people with disabilities and improve their quality of life.
</p>
<p>
Currently, I am actively looking for full-time opportunities in the field of Machine Learning, Artificial Intelligence, and Software Engineering.
Please feel free to reach out to me if you have any opportunities or questions! 😊
</p>
</div>
<div class="programming_languages">
<h2 class="programming_languages_header"> Programming Languages: </h2>
<ul>
<li>Python</li>
<li>Java</li>
<li>C++</li>
<li>C</li>
<li>Cuda</li>
<li>JavaScript</li>
<li>HTML/CSS</li>
</ul>
</div>
<div class="skill_set">
<h2 class="skill_set_header"> Skill Set: </h2>
<ul>
<li>Large Language Models</li>
<li>Machine Learning</li>
<li>Deep Learning</li>
<li>Artificial Intelligence</li>
<li>Computer Vision</li>
<li>Natural Language Processing</li>
<li>Software Development</li>
<li>Full-Stack Development</li>
<li>Database Management Systems</li>
<li>Operating System</li>
<li>Algorithms & Data Structures</li>
<li>Concurrency & Parallelism</li>
<li>Data Analysis</li>
</ul>
</div>
</div>
</div>
<footer class="page_footer">
<div class="footer_content">
<p>
© 2025 Junpu Yu. All rights reserved.
</p>
</div>
</footer>
</body>
</html>