forked from tt-acm/DesignExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 2.3 KB
/
index.html
File metadata and controls
34 lines (30 loc) · 2.3 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary meta -->
<title>Design Explorer — Parametric Design Space Visualizer</title>
<meta name="description" content="Explore multi-dimensional parametric design spaces. Visualize and compare hundreds of design alternatives from Grasshopper and Rhino studies using parallel coordinates, scatter matrices, and image thumbnails." />
<meta name="keywords" content="parametric design, design explorer, Grasshopper, Rhino, parallel coordinates, design space exploration, architecture, urban design, computational design, CSV visualization" />
<meta name="author" content="Sustainable Urban Systems Lab" />
<!-- Open Graph (LinkedIn, Facebook, Slack previews) -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sustainableurbansystemslab.github.io/DesignExplorer/" />
<meta property="og:title" content="Design Explorer — Parametric Design Space Visualizer" />
<meta property="og:description" content="Explore multi-dimensional parametric design spaces. Visualize and compare hundreds of design alternatives from Grasshopper and Rhino studies using parallel coordinates, scatter matrices, and image thumbnails." />
<meta property="og:image" content="https://sustainableurbansystemslab.github.io/DesignExplorer/og-image.svg" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Design Explorer — Parametric Design Space Visualizer" />
<meta name="twitter:description" content="Explore multi-dimensional parametric design spaces. Visualize and compare hundreds of design alternatives from Grasshopper and Rhino studies using parallel coordinates, scatter matrices, and image thumbnails." />
<meta name="twitter:image" content="https://sustainableurbansystemslab.github.io/DesignExplorer/og-image.svg" />
<!-- Canonical -->
<link rel="canonical" href="https://sustainableurbansystemslab.github.io/DesignExplorer/" />
</head>
<body class="m-0 p-0 overflow-hidden">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>