-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
466 lines (449 loc) · 18.2 KB
/
about.html
File metadata and controls
466 lines (449 loc) · 18.2 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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/favicon.ico">
<!-- Meta Description -->
<meta name="description" content="About Tomas Cerny">
<!-- Meta Keyword -->
<meta name="keywords" content="About Tomas Cerny">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>TC : About</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/jquery-ui.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header id="header">
<div class="container main-menu">
<div class="row align-items-center justify-content-between d-flex" style="height: 50px;">
<div id="logo">
<a href="index.html"><img src="img/ua_wordmark_line_logo_white_rgb.svg" alt="" title="" style="width: 100%;"/></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="index.html#projects">Projects</a></li>
<li><a href="index.html#publications">Publications</a></li>
<li><a href="index.html#teaching">Teaching</a></li>
<li><a href="index.html#students">Students</a></li>
<!--
<li class="menu-has-children"><a href="">Blog</a>
<ul>
<li><a href="blog-home.html">Blog Home</a></li>
<li><a href="blog-single.html">Blog Single</a></li>
</ul>
</li>
<li class="menu-has-children"><a href="">Pages</a>
<ul>
<li><a href="elements.html">Elements</a></li>
<li class="menu-has-children"><a href="">Level 2 </a>
<ul>
<li><a href="#">Item One</a></li>
<li><a href="#">Item Two</a></li>
</ul>
</li>
</ul>
</li>
-->
<li><a href="contact.html">Contact</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</div>
</header><!-- #header -->
<!-- start banner Area -->
<section class="about-banner">
<div class="container">
<div class="row d-flex align-items-center justify-content-center">
<div class="about-content col-lg-12">
<h1 class="text-white">
About Me
</h1>
<p class="text-white link-nav"><a href="index.html">Home </a> <span class="lnr lnr-arrow-right"></span> <a href="about.html"> About Me</a></p>
</div>
</div>
</div>
</section>
<!-- End banner Area -->
<!-- Start home-about Area -->
<section class="home-about-area pt-120">
<div class="container">
<div class="row align-items-center justify-content-between">
<div class="col-lg-6 col-md-6 home-about-left">
<img class="img-fluid me2" src="img/custom/me4.jpg" alt="">
</div>
<div class="col-lg-5 col-md-6 home-about-right">
<h6>About Me</h6>
<h1 class="text-uppercase">Personal Details</h1>
<br>
Tomas Cerny is an Associate Professor of Systems and Industrial engineering at the
University of Arizona, Tucson. He is in the Software Engineering unit managing
Software Engineering programs. After earning an Engineer and Masters's degrees
from the Czech Technical University, FEE, and from Baylor University, he has
served as an Assistant Professor at the Science and Computer Department at the
Czech Technical University, FEE, since 2009. Soon after earning a Doctoral degree
in 2016, he returned to Baylor University to join the Computer Science department.
He was tenured in 2023 at Baylor and moved as Associate Professor of Systems and
Industrial Engineering at the University of Arizona. His research focus is
Software Engineering, Software Architecture, Technical Debt, Static Analysis,
and Cloud-computing application maintenance.
<br/>
<br/>
He served 18 years as the lead developer of the International Collegiate Programming
Contest Management System and is currently the Global Infrastructure Director and ICPC Challenge Chair.
He authored 175 publications, mainly relating to code analysis and aspect-oriented
programming. Among his awards are the eight best papers, the 2023 Baylor
Scholarship Award, the Outstanding Service Award ACM SIGAPP 2018 and 2015,
and the 2011 ICPC Joseph S. DeBlasi Outstanding Contribution Award.
He was the finalist for Masters Teacher of the Year in Postgrad Awards 2024.
He actively serves the scientific community and was on the organizing committee
for IEEE SOSE, ESOCC, SANER, ACM SAC, ACM RACS, and ICITCS.
<!--
Dr. Cerny served 15+ years as the lead developer of the International Collegiate Programming Contest Management System.
He authored 100 publications, mostly related to code analysis and aspect-oriented programming. Among his awards are the Outstanding Service Award ACM SIGAPP 2018 and 2015 or the 2011 ICPC Joseph S. DeBlasi Outstanding Contribution Award. In the past few years, he chaired multiple conferences, including ACM SAC, ACM RACS, or ICITCS. Furthermore, he led special issues and tracked Code Analysis and Enterprise Applications.
-->
</p>
<!-- <a href="http://bit.ly/tomascerny" class="primary-btn text-uppercase">CV</a> -->
<a href="http://bit.ly/tomascerny" class="primary-btn text-uppercase">CV</a>
</div>
</div>
</div>
</section>
<!-- End home-about Area -->
<!-- Start timeline Area -->
<section class="timeline pb-120" style="padding-top:7em">
<div class="text-center">
<div class="menu-content pb-70">
<div class="title text-center">
<h1 class="mb-10">My path</h1>
<p>In 2006, I had great job as a software tester at DataApex s.r.o., Prague, but then..</p>
</div>
</div>
</div>
<ul>
<li>
<div class="content">
<h4>
<time>International Collegiate Programming Contest Fellowship.
</time>
</h4>
<p><b></b> 10/2025</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>The Postgrad Awards 2025 PhD Superviser of the Year Highly Commended..
<a href="https://www.findamasters.com/events/awards/">more..</a></time>
</h4>
<p><b></b> 9/2025</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Committee of 11 at the University of Arizona.
</time>
<p><b></b> 9/2025</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Associate Professor of the Electrical and Computer Engineeting at the University of Arizona..
</time>
<p><b></b> 7/2025</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Senator at the University of Arizona.
</time>
<p><b></b> 6/2025</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Council member of the Upsilon Pi Epsilon.. <a href="https://upe.acm.org/">more..</a></time>
</time>
<p><b></b> 6/2025</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>The Postgrad Awards 2024 Official Shortlist - Masters Teacher of the Year..
<a href="https://www.findamasters.com/events/awards/">more..</a></time>
</h4>
<p><b></b> 6/13/2024</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Associate Professor of the Systems and Industrial Engineeting at the University of Arizona..
<a href="https://news.engineering.arizona.edu/news/engineering-welcomes-22-new-faculty-record-high">more..</a>
<p><b></b> 8/1/2023</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Baylor Outstanding Faculty 2022-2023 Scholarship (tenure-track)..
<a href="https://news.web.baylor.edu/news/story/2023/baylor-university-honors-outstanding-faculty-2022-2023">more..</a></time>
</h4>
<p><b></b> 4/3/2023</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>NSF (#2245287) (PI): IRES Track I: US-Finnish research on sustainable evolution and technical debt management in cloud-native systems</time>
</h4>
<p><b>Funding (300) [<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=2245287">link</a>]</b> 2023-26</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Successful tenure review </time>
</h4>
<p><b></b> 2/15/2023</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>5 paper awards in 2022 </time>
</h4>
<p><b>Best Paper; 2nd Best Paper, Best Presentation, Best Tool, Best Industrial Paper</b> 2022</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>NSF (#2210091) (Co-PI): EAGER: DCL: SaTC: Enabling Interdisciplinary Collaboration: Using NLP to Identify Suspicious Transactions in Omnichannel Online C2C Marketplaces</time>
</h4>
<p><b>Funding (314k) </b> 2022</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>NSF (#2136961) (Co-PI): IUCRC Planning Grant Baylor University: Center for Standards and Ethics in Artificial Intelligence (CSEAI)</time>
</h4>
<p><b>Funding (20k) </b> 2022</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>SBIR Phase II, Healthy Behaviors through Active Design: An Evidence-based Web Application to Inform Design & Public Policy</time>
</h4>
<p><b>Funding (340k) </b> 2020-21</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>ACM SigAPP (PI) : Online conference platform</time>
</h4>
<p><b>Funding (15.5k) </b> 2020-22</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Red Hat (PI) : QA and Testing project</time>
</h4>
<p><b>Funding (45.6k) </b> 2019-22</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>NSF (#1854049) (PI): IRES Track I: U.S.-Czech Student Research Experience on Software Test Automation and Quality Assurance</time>
</h4>
<p><b>Funding (288k) [<a href="https://www.nsf.gov/awardsearch/showAward?AWD_ID=1854049">link</a>]</b> 2019-23</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Assistant Professor</time>
</h4>
<p><b>Baylor University:</b> 2017-now</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>PostDoc</time>
</h4>
<p><b>Baylor University:</b> 2017</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>TACR project (Co-PI) : IoT project </time>
</h4>
<p><b>Czech Tech, FEE, funding (450k) [<a href="https://starfos.tacr.cz/en/project/TH02010296">link</a>]</b> 2017-2020</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Receiving Ph.D.</time>
</h4>
<p><b>Czech Tech, FEE:</b> July 2016</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Assistant Professor <br/><p style="font-size:.6em;font-weight: 400;">(non-tenure track)</p></time>
</h4>
<p><b>Czech Tech, FEE:</b> 2009-2017</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Receiving Engineer degree</time>
</h4>
<p><b>Czech Tech, FEE:</b> July, 2009</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Receiving Master's degree</time>
</h4>
<p><b>Baylor University:</b> May, 2009</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Joining ICPC</time>
</h4>
<p><b>Baylor University:</b> 2007-now</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Receiving Bachelor's degree</time>
</h4>
<p><b>Czech Tech, FEE:</b> December, 2006</p>
</div>
</li>
<li>
<div class="content">
<h4>
<time>Great work as a software tester</time>
</h4>
<p>< 2006</p>
</div>
</li>
</ul>
</section>
<!-- End timeline Area -->
<!-- start footer Area -->
<footer class="footer-area section-gap" style="padding: 0">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6 col-sm-6">
<div class="single-footer-widget">
<!--
<h4>About Me</h4>
<p>
We have tested a number of registry fix and clean utilities and present our top 3 list on our site for your convenience.
</p>
-->
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-6">
<!--
<div class="single-footer-widget">
<h4>Newsletter</h4>
<p>Stay updated with our latest trends</p>
<div class="" id="mc_embed_signup">
<form target="_blank" action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01" method="get">
<div class="input-group">
<input type="text" class="form-control" name="EMAIL" placeholder="Enter Email Address" onfocus="this.placeholder = ''" onblur="this.placeholder = 'Enter Email Address '" required="" type="email">
<div class="input-group-btn">
<button class="btn btn-default" type="submit">
<span class="lnr lnr-arrow-right"></span>
</button>
</div>
<div class="info"></div>
</div>
</form>
</div>
</div>
-->
</div>
<div class="col-lg-5 col-md-6 col-sm-6 social-widget">
<!--
<div class="single-footer-widget">
<h4>Follow Me</h4>
<p>Let us be social</p>
<div class="footer-social d-flex align-items-center">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-dribbble"></i></a>
<a href="#"><i class="fa fa-behance"></i></a>
</div>
</div>
-->
<p style=" color: #444; margin: 0;padding: 5px;text-align: right;"
class="footer-text"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> This template is made by <a
style="color: #444;"
href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></p>
</div>
</div>
</div>
</footer>
<!-- End footer Area -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBhOdIF3Y9382fqJYt5I_sswSrEw5eihAA"></script>
<script src="js/easing.min.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.tabs.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/simple-skillbar.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/main.js"></script>
</body>
</html>