-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindexClean.html
More file actions
197 lines (155 loc) · 7.97 KB
/
indexClean.html
File metadata and controls
197 lines (155 loc) · 7.97 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
<!DOCTYPE html>
<html data-wf-domain="www.generative-world-explorer.github.io" lang="en">
<head>
<meta charset="utf-8">
<title>Generative World Explorer</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<!-- Favicon -->
<link alt="icon" rel="icon" href="./favicon.ico">
<meta alt="main logo" property="og:image" content="https://generative-world-explorer.github.io/logo.png">
<meta property="og:image:width" content="853">
<meta property="og:image:height" content="292">
<meta alt="twitter logo" property="twitter:image" content="https://generative-world-explorer.github.io/logo.png">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1MEW77C0KL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-1MEW77C0KL');
</script>
<!-- Preload fonts -->
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@700&display=swap" as="style"
crossorigin="anonymous">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400&display=swap" as="style"
crossorigin="anonymous">
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Candara&display=swap" as="style"
crossorigin="anonymous">
<!-- Load fonts -->
<link href="https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@700&display=swap" rel="stylesheet"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400&display=swap" rel="stylesheet"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Candara&display=swap" rel="stylesheet" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Hind+Madurai:wght@300;400;500;600;700&family=Play:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Load CSS (without defer to ensure it's applied immediately) -->
<link href="css/min.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/colorGradient.css" rel="stylesheet" type="text/css">
<link href="css/paper.css" rel="stylesheet" type="text/css">
<link href="css/scrollingGIF.css" rel="stylesheet" type="text/css">
<!-- <link href="css/startBackground.css" rel="stylesheet" type="text/css"> -->
<link href="css/bib.css" rel="stylesheet" type="text/css">
<!-- <link href="css/scrollTransition.css" rel="stylesheet" type="text/css"> -->
</head>
<body class="body_home">
<!-- Page content here -->
<!-- Defer JavaScript files -->
<script src="js/jquery-3.5.1.min.js" type="text/javascript" defer></script>
<script src="js/webflow.a53fcacf4.js" type="text/javascript" defer></script>
<script src="script.js" type="text/javascript" defer></script>
<script src="js/bib.js" type="text/javascript" defer></script>
</body>
<body class="body_home">
<!-- Nav Bar -->
<div class="page-wrapper">
<div class="global-styles w-embed"></div>
<div data-animation="default" class="navbar_component w-nav" data-easing2="ease"
fs-scrolldisable-element="smart-nav" data-easing="ease" data-collapse="medium" role="banner" data-duration="400">
<div class="navbar_container">
<a aria-current="page" class="navbar_logo-link w-nav-brand w--current">
<div class="nav-header header-span-gradient">GenEx</div>
</a>
<div class="navbar_menu-button w-nav-button">
<div class="menu-icon1">
<div class="menu-icon1_line-top"></div>
<div class="menu-icon1_line-middle">
<div class="menu-icon_line-middle-inner"></div>
</div>
<div class="menu-icon1_line-bottom"></div>
</div>
</div>
</div>
</div>
<!-- -->
<!-- Title -->
<main class="main-wrapper">
<header class="section_component is-home">
<div class="padding-global padding-section-hero is-new-home">
<div class="container-large">
<div class="header_component is-stretch">
<div class="margin-bottom margin-xlarge">
<div class="text-align-center">
<div class="max-width-large align-center">
<div class="margin-bottom margin-small">
<h1 class="title-heading text-span-gradient">GenEx: Generating an Explorable World </h1>
</div>
<!-- <p class="authors-heading">
<a href="https://taiminglu.com/" target="_blank">Taiming Lu</a>,
<a href="https://www.tshu.io/" target="_blank">Tianmin Shu</a>,
<a href="https://www.cs.jhu.edu/~ayuille/" target="_blank">Alan Yuille</a>,
<a href="https://danielkhashabi.com/" target="_blank">Daniel Khashabi</a>,
<a href="https://beckschen.github.io/" target="_blank">Jieneng Chen</a>
</p> -->
<div class="glowing-logo">
<img src="images/jhu.svg" alt="JHU Logo" width="200" height="auto">
</div>
<div class="margin-top margin-small">
<div class="button-group is-center">
<a href="https://arxiv.org/abs/2412.09624" target="_blank"
class="button is-secondary is-medium w-button">
<img src="images/arxiv-logo-white.svg" alt="arXiv Logo" width="40" height="auto">
</a>
<!-- <a href="https://huggingface.co/papers/2411.11844" target="_blank"
class="button is-secondary is-medium fixed-size">
<img src="images/huggingface-logo.svg" alt="Huggingface Logo" class="responsive-image">
</a>
<a href="https://github.com/Beckschen/genEx" target="_blank"
class="button is-secondary is-medium fixed-size">
<img src="images/github-logo.svg" alt="arXiv Logo" class="responsive-image2"> -->
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <img src="https://cdn.prod.website-files.com/666c58d71e64e2eb5bdf950b/666c5ed80806666cd7633b5c_Gradient.svg"
loading="lazy" alt="" class="hero_gradient is-hero hide"> -->
</header>
<!-- -->
</div>
<div>
<div class="bg-animation">
<div id="stars"></div>
<div id="stars2"></div>
<div id="stars3"></div>
<div id="stars4"></div>
</div>
</div>
</body>
</div>
</div>
</main>
</div>
<!-- Link to local jQuery file -->
<!-- <script src="js/jquery-3.5.1.min.js" type="text/javascript"></script> -->
<!-- Link to local Webflow JavaScript file -->
<!-- <script src="js/webflow.a53fcacf4.js" type="text/javascript"></script> -->
<!-- <script src="script.js" type="text/javascript"></script> -->
<script src="js/videoEffect.js"></script>
<script src="js/colorGradient.js"></script>
<script src="js/starBackground.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/ScrollTrigger.min.js"></script>
<!-- <script src="js/scroll_video_control.js"></script> -->
<script src="js/panorama.js"></script>
<!-- <script src="js/scrollingGIF.js"></script> -->
<!-- <script src="js/parallaxScrolling.js" defer></script> -->
<!-- <script src="js/scrollTransition.js"></script> -->
</body>
</html>