-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
210 lines (206 loc) · 12.5 KB
/
index.html
File metadata and controls
210 lines (206 loc) · 12.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
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
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>AI Simulation for Exceptional Situations</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v6.1.0/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand" href="#page-top">AIxSIM</a>
<button class="navbar-toggler" type="button" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars ms-1"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ms-auto py-4 py-lg-0">
<li class="nav-item"><a class="nav-link" href="#technology">Technology</a></li>
<!--
<li class="nav-item"><a class="nav-link" href="#portfolio">Service</a></li>
-->
<li class="nav-item"><a class="nav-link" href="#download">Download</a></li>
<li class="nav-item"><a class="nav-link" href="#team">Community</a></li>
</ul>
</div>
<div class="col-lg-01"> </div>
<!--
<a class="btn btn-outline-primary btn-sm text-uppercase" href="kr/">kr</a>
-->
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="container">
<div class="masthead-subheading">Welcome To AIxSIM Project!</div>
<div class="masthead-heading">AIxSIM </div>
<div class="masthead-subheading">
<h3 class="section-subheading">AI Simulation for Exceptional Situations</h3>
</div>
<a class="btn btn-primary btn-xl text-uppercase" href="https://github.com/AIxSIM">Github</a>
<!--
<a class="btn btn-primary btn-xl text-uppercase" href="https://drive.google.com/file/d/17h_QARRj_BqlpKcK7dhBx4S04tkauT6i/view?usp=sharing">Demo</a>
-->
</div>
</header>
<!-- Services-->
<section class="page-section" id="technology">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Technology</h2>
<h3 class="section-subheading text-muted col-8 offset-2">Our goal is to develop “simulation-based synthetic data generation technology and
prediction models” even in exceptional situations where there is extremely little or no data.
</h3>
</div>
<div class="col-8 offset-25 align-items-center">
<img class="img-fluid" src="assets/img/intro/AIxSIM.jpg" alt="..." />
</div>
<!--
<div class="row offset-09">
<div class="col-9">
<h3 class="section-heading text-center">Main Goal</h3>
<ul>
<li>Average travel time reduction rate: over 15%</li>
<li>Number of optimized signal intersections: over 200</li>
<li>Support cloud-edge based distributed processing of multi-agent signal optimization</li>
<li>Number of signal optimization visual analysis modules: over 2</li>
<li>Congestion propagation prediction accuracy: over 0.85 (F1-score )</li>
<li>Traffic demand estimation error: under 10% (MAPE)</li>
</ul>
</div>
</div>
<br />
<div class="row offset-09">
<div class="col-9">
<h3 class="section-heading text-center">Research Area</h2>
<ul>
<li>Development of traffic network signal optimization technology and scalable simulation technology to verify the ripple effect of the entire city through edge-cloud collaboration</li>
<li>Development of traffic situation recognition and prediction technology through edge-cloud and edge-edge collaborations</li>
<li>Cloud-based data collection, conversion, and management using various public and private traffic data</li>
<li>Visual tool support for edge-to-cloud collaborative traffic monitoring and city-wide ripple effect analysis of signal optimization</li>
<li>Cloud-edge virtualization technology that enables dynamic expansion of urban traffic brain</li>
<li>The results of the development of the urban traffic brain are applied to local government signal control and traffic infrastructure to practice</li>
</ul>
</div>
</div>
-->
</div>
</section>
<!-- Portfolio Grid-->
<!-- About-->
<section class="page-section" id="download">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Download</h2>
<h3 class="section-subheading text-muted">All sources can be downloaded from <a href="https://github.com/aixsim">Github</a>.</h3>
</div>
<ul class="timeline">
<li>
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/4.jpg" alt="..." /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>April 2024</h4>
<h4 class="subheading">Started our project</h4>
</div>
<div class="timeline-body"><p class="text-muted">AIxSIM project was launched to generate synthetic data for exceptional situations!</p></div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>
Be Part
<br />
Of Our
<br />
Story!
</h4>
</div>
</li>
</ul>
</div>
</section>
<!-- Team-->
<section class="page-section bg-light" id="team">
<div class="container">
<div class="text-center">
<h2 class="section-heading ">AIxSIM Community</h2>
<h3 class="section-subheading text-muted">AIxSIM is an open source project, mainly contributed by ETRI, KAIST, Pebblous, ATech, UNIST, NDMI, Pusan City, and Ulju GUN.</h3>
</div>
<div class="row align-items-center">
<div class="col-md-3 col-sm-6 my-3">
<a href="http://www.etri.re.kr"><img class="img-fluid img-brand d-block mx-auto" src="assets/img/logos/etri.png" alt="..." aria-label="ETRI Logo" /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.kaist.ac.kr/"><img class="img-fluid img-brand d-block mx-auto" src="assets/img/logos/kaist.jpg" alt="..." aria-label="KAIST Logo" /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://pebblous.ai/"><img class="img-fluid img-brand d-block mx-auto" src="assets/img/logos/pebblous.png" alt="..." aria-label="Innogrid Logo" /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://atech1221.com/"><img class="img-fluid img-brand d-block mx-auto" src="assets/img/logos/atech.png" alt="..." aria-label="Rexgen Logo" /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.unist.ac.kr/"><img class="img-fluid img-brand d-block mx-auto" src="assets/img/logos/unist.png" alt="..." aria-label="Neighbor Systems Logo" /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.ndmi.go.kr/"><img class="img-fluid img-brand d-block mx-auto" src="assets/img/logos/NDMI.png" alt="..." aria-label="Modutech Logo" /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.busan.go.kr/"><img class="img-fluid img-brand d-block mx-auto" src="assets/img/logos/pusan.png" alt="..." aria-label="Daejeon Logo" /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="https://www.ulju.ulsan.kr/"><img class="img-fluid img-brand d-block mx-auto" src="assets/img/logos/ulju.png" alt="..." aria-label="Sejong Logo" /></a>
</div>
</div>
<div class="row">
<div class="col-lg-8 mx-auto text-center"><p class="large text-muted"></p></div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="footer py-4">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 text-lg-start">
Contact: <a href="mailto:mchung@etri.re.kr">mchung@etri.re.kr</a><br>
<a class="link-dark text-decoration-none" href="#!">Copyright © 2024-2027 AIxSIM project. All Rights Reserved.</a>
</div>
<div class="col-lg-4 my-3 my-lg-0">
<!--
<a class="btn btn-dark btn-social mx-2" href="#!" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!" aria-label="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
-->
</div>
<div class="col-lg-4 text-lg-end">
<a class="link-dark text-decoration-none me-3">This work was supported by IITP grant funded by the Korean government (MSIT) (No. RS-2024-00361319, Technology Development for Synthetic Data Generation and Advanced AI Prediction Models in Exceptional Situations).</a>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals-->
<!-- Portfolio item 1 modal popup-->
<!-- Portfolio item 2 modal popup-->
<!-- Portfolio item 3 modal popup-->
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script>
</body>
</html>