-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
28 lines (26 loc) · 1.32 KB
/
research.html
File metadata and controls
28 lines (26 loc) · 1.32 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Jacob Haydel</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous"><link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://use.typekit.net/fhx6ykb.css">
<link href="stylesheets/main.css" rel="stylesheet" type="text/css">
<link href="stylesheets/gallery.css" rel="stylesheet" type="text/css">
</head>
<div class="topnav">
<a href="index.html" class="w3-bar-item w3-button">HOME</a>
<a href="resume.html" class="w3-bar-item w3-button">RESUME</a>
<a href="research.html" class="w3-bar-item w3-button">RESEARCH</a>
<a href="contact.html" class="w3-bar-item w3-button">CONTACT</a>
</div>
<body>
<div class="main">
<h1>Research</h1>
<hr>
<h4><a href="https://graphics.cs.utah.edu/research/projects/ray-tracing-hw-adaptive-lod/">Jacob Haydel, Cem Yuksel, Larry Seiler, “Locally-Adaptive Level-of-Detail for Hardware-Accelerated Ray Tracing,” ACM Transactions on Graphics (Proceedings of SIGGRAPH Asia 2023), 42, 6, 2023.</a></h4>
</div>
</body>
</html>