-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatax.html
More file actions
63 lines (56 loc) · 2.5 KB
/
datax.html
File metadata and controls
63 lines (56 loc) · 2.5 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DataX - 준비 중</title>
<link rel="stylesheet" href="css/datax.css">
</head>
<body>
<div class="container">
<div class="card">
<div class="accent-line"></div>
<div class="logo-section">
<img src="images/DataX.png" alt="DataX 로고" class="logo">
<div class="title-section">
<h1>DataX</h1>
<div class="subtitle">GIST AI 융합학과 데이터 스토리지 클러스터</div>
</div>
</div>
<div class="divider"></div>
<p class="description">
GIST AI 융합학과 구성원들의 연구 및 교육에 활용되는 데이터의 유연하고 안전한 저장과 관리를 지원하기 위한 2PB+ 규모의 대용량 스토리지 클러스터입니다.
Ceph와 MinIO를 통해 신뢰할 수 있고 확장 가능한 스토리지 인터페이스를 MobileX, AutoX, TwinX에 제공합니다.
<br>
<br>
(협업: NetAI-Lab, Aimed-Lab)
</p>
<div class="features">
<div class="feature">
<div class="feature-icon">💾</div>
<div class="feature-title">대용량 스토리지</div>
</div>
<div class="feature">
<div class="feature-icon">🔒</div>
<div class="feature-title">안전한 데이터 관리</div>
</div>
<div class="feature">
<div class="feature-icon">⚙️</div>
<div class="feature-title">탄력적 인프라</div>
</div>
</div>
<div class="status-section">
<div class="status">
<div class="status-indicator"></div>
<div class="status-text">서비스 준비 중 (7월 초 서비스 오픈 예정)</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>