-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathawards.html
210 lines (209 loc) · 10.8 KB
/
awards.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
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
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Robotics and Motion Laboratory at University of Illinois at Chicago</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<link href="bootstrap-4.4.1.css" rel="stylesheet">
</head>
<!-- navbar start -->
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand"><img src="RAMlab-logo.png" width="89" height="50" alt="RAM Lab Logo"/></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle active" href="about.html" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
People
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="about.html">Faculty</a>
<a class="dropdown-item" href="lab-members.html">Current members</a>
<a class="dropdown-item" href="alumni-graduates.html">Graduate alumni</a>
<a class="dropdown-item" href="alumni-undergrads.html">Undergraduate/High school alumni</a>
<a class="dropdown-item active" href="awards.html">Student Awards<span class="sr-only">(current)</span></a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="research.html" id="navbarDropdownPub" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Publications
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="research.html#2024">2025</a>
<a class="dropdown-item" href="research.html#2024">2024</a>
<a class="dropdown-item" href="research.html#2023">2023</a>
<a class="dropdown-item" href="research.html#2022">2022</a>
<a class="dropdown-item" href="research.html#2021">2021</a>
<a class="dropdown-item" href="research.html#2020">2020</a>
<a class="dropdown-item" href="research.html#2019">2019</a>
<a class="dropdown-item" href="research.html#2018">2018</a>
<a class="dropdown-item" href="research.html#2017">2017</a>
<a class="dropdown-item" href="research.html#2016">2016</a>
<a class="dropdown-item" href="research.html#2015">2015</a>
<a class="dropdown-item" href="research.html#2014">2014</a>
<a class="dropdown-item" href="research.html#20082013">2008-2013</a>
<a class="dropdown-item" href="research.html#theses">Theses</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="funding.html">Funding</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="teaching.html" id="navbarDropdownTeach" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Teaching
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="teaching.html#courses">Courses</a>
<a class="dropdown-item" href="teaching.html#tutorials">Tutorials</a>
<a class="dropdown-item" href="teaching.html#outreach">Outreach</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="multimedia.html" id="navbarDropdownMedia" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Multimedia
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="videos.html">Videos</a>
<a class="dropdown-item" href="multimedia.html#robots">Robots</a>
<a class="dropdown-item" href="multimedia.html#articles">Articles</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<form class="form-inline my-2 my-lg-0">
</form>
</ul>
</div>
</nav>
<!-- page start -->
<section>
<div class="container">
<div class="row">
<div class="col-12 text-left">
<h2><br><br>
Student Awards</h2>
<hr>
13. Salvador Echeveste, Exceptional Teaching Promise award, College of Engineering, University of Illinois at Chicago, 2023. <br> <br>
<p>12. Ernesto Hinojosa-Hernandez, <br>
● American Heart Association, Pre-doctoral Fellowship (2-years), 2021-2023 (<a href="https://mie.uic.edu/news-stories/three-students-three-awards-three-visions-for-their-future/">link</a>) (<a href="media/2021_ernesto_aha.pdf">cached</a>)
<br> ● Exceptional Research Promise award, College of Engineering, University of Illinois at Chicago, 2023.
<br>
<br>11. Ali Zamani, <br>
● Graduate Student Award for Exceptional Research Promise,
University of Illinios at Chicago, 2020. (<a href="https://mie.uic.edu/news-stories/two-students-win-new-graduate-student-research-award/">link</a>) (<a href="media/2020_zamani.pdf">cached</a>)<br> ●
Graduate Student Professional Development Awards, University of Texas
at San Antonio, 2018. <br>
● Harnek S. and Malkit Gill Endowed Scholarship, University of Texas at San Antonio,2018. <br>
● Harnek S. and Malkit Gill Endowed Scholarship, University of Texas at San Antonio, 2017. <br>
● Competitive Valero Research
Scholarship, College of Engineering, University of Texas at San
Antonio, 2015-2016. <br>
● Competitive Mechanical
Engineering PhD Fellowship, University of Texas at San Antonio,
2015-2016.
<br>
<br>10. Ezra Ameperosa, Best Paper award
in ASME-International Design Engineering Technical Conferences &
Computers and Information in Engineering Conference (IDETC/CIE 2019)
<br>
<br>9. Drishya Dahal, 3 “Best in Show”
at the 2018 Undergraduate Research & Creative
Inquiry Showcase in the College of Engineering for tic-tac-toe robot.
<br>
<br>8. Joseph Galloway and Gerardo
Aaron Rios, 3 “Best in Show” at the 2018 Undergraduate Research &
Creative Inquiry Showcase in the College of Engineering for pumping
swing pendulum robot.
<br>
<br>7. Joseph Galloway, UTSA Office of
Undergraduate Research Scholarship, Fall 2017.
<br>
<br>6. Drishya Dahal and Shicheng Zhou,
UTSA Office of Undergraduate Research Scholarship, Spring 2017 (<a href="http://engineering2.utsa.edu/blog/2017/03/02/our-student-research-scholarships-awarded/">link</a>)
(<a href="media/OUR_Zhou_Dahal.pdf">cached</a>)
<br>
<br>5. Geoffrey Toombs and James
Schopfer, Finalist in the Instructables Robotic Contest 2016 (only 19
finalists out of 222 entries) (<a href="http://www.instructables.com/contest/robotics2016/">link</a>) (<a href="media/RomoBot_RoboticsContest2016.pdf">cached</a>)
<br>
<br>4. Christian Trevino,
<br>
Most Exceptional Graduate Student, 2015-2016,
College of Engineering, UTSA. (<a href="CTrevino-Award.pdf">pdf</a>)<br>
For outstanding dedication and effort.
<br>
<br>3. Christian Trevino,
<br>
Valero VIP MS Research Scholarship Outstanding
Awards 2015, College of Engineering, UTSA.<br>
For incoming graduate student with outstanding
research credentials.
<br>
<br>2. Raquel De La
Garza, Christian Trevino, Robert Brothers, and Eric
Sanchez. <br>
Best Mechanical Engineering Design, 2nd Place UTSA
Technology Symposium, 2015.
<br>
<br>1. Rico Jovanni Ulep,
Kyle Seay, Ezra Ameperosa, and Scott Miller. <br>
Best Mechanical Engineering Design, 3rd Place UTSA
Technology Symposium, 2015.
<br>
</p>
<section>
<div class="container mt-2">
<div class="row">
</div>
<hr>
<footer class="text-left">
<div class="container">
<div class="row">
<div class="col-3 col-xl-12 col-lg-6">
<p>Last updated Nov 28, 2024 by Pranav Bhounsule<br>Website designed by <a href="mailto:[email protected]">Emily Phan</a></p>
</div>
</div>
</div>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.4.1.js"></script>
</div>
</section>
</div>
</div>
</div></section>
<!-- Default Statcounter code for Pranav Bhounsule HomePage
https://pab47.github.io/ -->
<script type="text/javascript">
var sc_project=6467122;
var sc_invisible=0;
var sc_security="926f6293";
var scJsHost = "https://";
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="Web Analytics
Made Easy - Statcounter" href="https://statcounter.com/"
target="_blank"><img class="statcounter"
src="https://c.statcounter.com/6467122/0/926f6293/0/"
alt="Web Analytics Made Easy - Statcounter"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
</body>
</html>