-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (105 loc) · 5.37 KB
/
index.html
File metadata and controls
113 lines (105 loc) · 5.37 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
<!DOCTYPE HTML>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Terek Arce | About</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="personal/strata/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a href="/index.html" class="image avatar"><img src="personal/images/avatar.jpeg" alt="" /></a>
<h1>
<strong>I am <a href="/index.html">Terek</a></strong>, a PhD student<br />
3D Audio, VR/AR researcher<br />
@ UF <a href="http://kylamcmullen.com/yunhaow/">SoundPad Lab</a>.
</h1>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- One -->
<section id="one">
<header class="major">
<h2>Design. Build. Teach.</h2>
<p>About me:</p>
</header>
<p>My name is Terek Arce. I am a Computer Engineering PhD student working in the
<a href="http://kylamcmullen.com/yunhaow/">SoundPad Lab</a> at the University of Florida's Computer & Information Science & Engineering Department (<a href="https://www.cise.ufl.edu/">CISE</a>).
</p>
<p>My primary research interests lie in developing testing frameworks for head-related transfer functions (HRTFs) and creating 3D-audio plugins for virtual and augmented reality applications. I've also dabbled in animation, bioinformatics, computer security and medicine. I have a wide ranges of hobbies including playing piano, swimmimng, surfing and painting. My main passion, however, is anything programming related.
</p>
<ul class="actions">
<li><a href="personal/files/cv.pdf" class="button icon fa-download">Download Resume</a></li>
</ul>
</section>
<!-- Two -->
<section id="two">
<div class="row">
<article class="col-6 col-12-xsmall work-item">
<h3><i>Code Repositories</i> - GitHub</h3>
<a href="https://github.com/tarce" class="image fit thumb"><img src="personal/images/thumbs/code.jpg" alt="" /></a>
</article>
<article class="col-6 col-12-xsmall work-item">
<h3><i>Publications</i> - Google Scholar</h3>
<a href="https://scholar.google.com/scholar?hl=en&as_sdt=0%2C10&q=terek+arce&btnG=" class="image fit thumb"><img src="personal/images/thumbs/pub.jpg" alt="" /></a>
</article>
<article class="col-6 col-12-xsmall work-item">
<h3><i>Teaching</i> - Intro To Engineering</h3>
<a href="IntroEng/index.html" class="image fit thumb"><img src="personal/images/thumbs/chalkboard.jpg" alt="" /></a>
</article>
<article class="col-6 col-12-xsmall work-item">
<h3><i>Art + Music</i> - Gallery</h3>
<a href="personal/art.html" class="image fit thumb"><img src="personal/images/thumbs/art.jpg" alt="" /></a>
</article>
</div>
</section>
<!-- Three -->
<section id="three">
<h2>Contact</h2>
<p>Inquiries should be directed to email. I primarily respond to my UF email which is linked below.
</p>
<ul class="labeled-icons">
<li>
<h3 class="icon fa-envelope-o"><span class="label">Email</span></h3>
<a href="mailto:tra04@ufl.edu">tra04@ufl.edu</a>
</li>
<li>
<h3 class="icon fa-university"><span class="label">Address</span></h3>
E301 CSE Building<br>
PO Box 116120<br>
Gainesville, FL 32611
</li>
</ul>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://github.com/tarce" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.youtube.com/channel/UCWLiz6zJgB-OBo3C0RgCIQw?" class="icon fa-youtube-play"><span class="label">Youtube</span></a></li>
<li><a href="mailto:tra04@ufl.edu" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="copyright">
<li>© Terek Arce</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="personal/strata/js/jquery.min.js"></script>
<script src="personal/strata/js/jquery.poptrox.min.js"></script>
<script src="personal/strata/js/browser.min.js"></script>
<script src="personal/strata/js/breakpoints.min.js"></script>
<script src="personal/strata/js/util.js"></script>
<script src="personal/strata/js/main.js"></script>
</body>
</html>