-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
76 lines (70 loc) · 2.98 KB
/
teaching.html
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
<!DOCTYPE HTML>
<!--
Scalar by Pixelarity
pixelarity.com | hello@pixelarity.com
License: pixelarity.com/license
-->
<html>
<head>
<title>DT Lab at Purdue University</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<link rel="icon" href="assets/images/elements/icon_36_36.png">
<link rel="stylesheet" href="assets/css/main.css"/>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="container">
<h1><a href="index.html" class="icon brands fa-purdue">Purdue Digital Twin Lab</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="people.html">People</a></li>
<li><a href="research.html">Research</a></li>
<li class="current"><a href="teaching.html">Teaching</a></li>
</ul>
</nav>
</div>
</header>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Main-->
<br><br>
<section class="wrapper style2">
<div class="container">
<div class="row gtr-200">
<div class="col-5 col-12-medium">
<span class="image fit style1"><img src="assets/images/teaching/ce597_index.png" alt=""/></span>
</div>
<div class="col-6 col-12-medium">
<h3>CE597: Vehicular Cyber-Physical Systems</h3>
<p>Cyber-physical
systems (CPS) are a new frontier for computational systems that
transform the way people interact with engineered systems, which benefit applications in fields
like transportation, aerospace, manufacturing, and health care. This course introduces students
to the theoretical and practical foundations of CPS, with an emphasis on their usages in
connected and automated vehicles (CAV). Upon finishing the course, students are expected to
obtain the basic knowledge of CPS and CAV, and know how to develop a model-based
autonomous system to be applied to the transportation system.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<a href="https://www.easycounter.com/">
<img src="https://www.easycounter.com/counter.php?purduedigitaltwin" alt="stats counter"></a>
unique visitors since July 2023.
<p class="copyright">© 2023 Purdue Digital Twin Lab</p>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>