-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresearch.html
More file actions
120 lines (113 loc) · 4.56 KB
/
Copy pathresearch.html
File metadata and controls
120 lines (113 loc) · 4.56 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta
name="description"
content="Research themes and selected projects from the Gradient Spaces Lab at Stanford."
>
<title>Research | Gradient Spaces Lab</title>
<meta property="og:title" content="Research | Gradient Spaces Lab">
<meta property="og:description" content="Research themes and selected projects from the Gradient Spaces Lab at Stanford.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://gradientspaces.github.io/research.html">
<meta property="og:image" content="https://gradientspaces.github.io/assets/images/group-photo.jpg">
<link rel="canonical" href="https://gradientspaces.github.io/research.html">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="site-header">
<a class="brand" href="index.html">Gradient Spaces</a>
<button class="nav-toggle" type="button" aria-expanded="false" aria-controls="site-nav" title="Open navigation">
<span class="sr-only">Menu</span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</button>
<nav class="site-nav" id="site-nav" aria-label="Main navigation">
<a href="index.html">Home</a>
<a href="people.html">People</a>
<a class="active" href="research.html">Research</a>
<a href="index.html#news">News</a>
<a href="index.html#connect">Connect</a>
</nav>
</header>
<main>
<section class="page-hero research-hero">
<div>
<p class="eyebrow">Research</p>
<h1>Spatial intelligence for Gradient Spaces</h1>
<p class="lead">
We create methods that connect images, video, geometry, simulation, and human intent to make
adaptive environments more measurable, generative, and useful.
</p>
</div>
</section>
<section class="section" aria-labelledby="themes-title">
<div class="section-heading">
<p class="section-kicker">Themes</p>
<h2 id="themes-title">Research directions</h2>
</div>
<div class="theme-grid">
<article>
<h3>Dynamic 3D Scenes</h3>
<p>Perception systems for spaces that change across time, objects, people, and use.</p>
</article>
<article>
<h3>In-the-Wild Reconstruction</h3>
<p>Robust 3D methods that survive unconstrained sensors, videos, sites, and weather.</p>
</article>
<article>
<h3>Mixed Reality</h3>
<p>Interfaces and representations that bridge physical environments and digital design.</p>
</article>
<article>
<h3>Sustainable Environments</h3>
<p>Data-driven tools for adaptive, equitable, and resource-aware spaces.</p>
</article>
</div>
</section>
<section class="section" aria-labelledby="projects-title">
<div class="section-heading">
<p class="section-kicker">Recent highlights</p>
<h2 id="projects-title">Featured projects</h2>
</div>
<div class="project-grid" id="featured-projects"></div>
</section>
<section class="section" aria-labelledby="publications-title">
<div class="section-heading inline-heading">
<div>
<p class="section-kicker">Publications</p>
<h2 id="publications-title">Full list</h2>
</div>
<p class="note">* denotes equal contribution or supervision.</p>
</div>
<div class="project-list" id="publication-list"></div>
</section>
<section class="section" aria-labelledby="datasets-title">
<div class="section-heading">
<p class="section-kicker">Resources</p>
<h2 id="datasets-title">Books, chapters, and datasets</h2>
</div>
<div class="resource-grid">
<div>
<h3>Book chapter</h3>
<div id="chapter-list"></div>
</div>
<div>
<h3>Datasets</h3>
<div class="dataset-list" id="dataset-list"></div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<p>Gradient Spaces Research Group</p>
<p>Stanford University</p>
</footer>
<script src="data.js"></script>
<script src="script.js"></script>
</body>
</html>