-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtwinx.html
More file actions
74 lines (67 loc) · 3.52 KB
/
twinx.html
File metadata and controls
74 lines (67 loc) · 3.52 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TwinX - 준비 중</title>
<link rel="stylesheet" href="css/twinx.css">
</head>
<body>
<div class="container">
<div class="card">
<div class="accent-line"></div>
<div class="logo-section">
<img src="images/TwinX.png" alt="TwinX 로고" class="logo">
<div class="title-section">
<h1>TwinX</h1>
<div class="subtitle">GIST AI 융합학과 디지털트윈 클러스터</div>
</div>
</div>
<div class="divider"></div>
<p class="description">
OpenUSD 기반 Omniverse 디지털트윈 개발 패키지를 활용하여 미러링, 관측성, 모델링/모의실험 단계를 중심으로 설계한 통합관제 클러스터입니다. 현실과 가상 세계의 실시간 동기화를 기본으로 특정 시점의 공간 상태를 확인할 수 있습니다. 또한, AI 기반으로 세계를 이해하는 모델을 개발 혹은 결정 및 행동을 지원하는 에이전트를 통해 미래를 위한 지능형 통합관제를 지원합니다.
<br>
<br>
(협업: K-HighTech, NetAI-Lab)
</p>
<div class="features">
<div class="feature">
<div class="feature-icon" style="height: 100px; display: flex; align-items: center; justify-content: center;">
<img src="images/Computer.png" alt="Computer" style="width: 60px; height: 60px; object-fit: contain;">
</div>
<div class="feature-title">디지털트윈 통합관제</div>
</div>
<div class="feature">
<div class="feature-icon" style="height: 100px; display: flex; align-items: center; justify-content: center;">
<img src="images/Time.png" alt="Time" style="width: 60px; height: 60px; object-fit: contain;">
</div>
<div class="feature-title">Time Travel</div>
</div>
<div class="feature">
<div class="feature-icon">
<img src="images/World_Foundation_Model.png" alt="World Foundation Model" style="width: 100px; height: 95px; object-fit: contain;">
</div>
<div class="feature-title">World Foundation Model</div>
</div>
<div class="feature">
<div class="feature-icon">
<img src="images/Agentic_AI.png" alt="Agentic AI" style="width: 100px; height: 95px; object-fit: contain;">
</div>
<div class="feature-title">Agentic AI</div>
</div>
</div>
<div class="status-section">
<div class="status">
<div class="status-indicator"></div>
<div class="status-text">서비스 준비 중</div>
</div>
<a href="https://scalex.dreamai.kr" class="back-btn">메인으로 돌아가기</a>
</div>
<div class="divider"></div>
<div class="footer">
<p>© 2025 GIST ScaleX POD. All rights reserved.</p>
</div>
</div>
</div>
</body>
</html>