-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (61 loc) · 3.64 KB
/
index.html
File metadata and controls
80 lines (61 loc) · 3.64 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
<!DOCTYPE HTML>
<html>
<head>
<title>CIMSS2025 Workshop</title>
<meta name="description" content="Homepage of CIMSS workshop" />
<meta name="keyword" content="Criticial Infrastructure, Manufacturing System, Security, Cyber-Physical System Security, Industrial IoT">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="container">
<header id="main_header">
<h1>5th International Workshop on Critical Infrastructure and Manufacturing System Security (CIMSS)</h1>
<h2><a href="https://acns2025.fordaysec.de/" target="_blank">CIMSS2025 in conjunction with ACNS2025 (June 23rd-26th 2025), Munich, Germany </a></h2>
</header>
<nav id="navbar">
<ul>
<li> <a href="#">Home</a></li>
<li> <a href="contents/program.html">Program</a></li>
<li> <a href="contents/cfp.html">Call for Papers</a></li>
<li> <a href="contents/author.html">Author Instructions</a></li>
<li> <a href="contents/committee.html">Committee</a></li>
<!-- need to be updated later:-->
<li> <a href="contents/keynote.html">Keynote</a></li>
<li> <a href="http://acns2025.fordaysec.de/registration/">Registration</a></li>
<li> <a href="contents/past_events.html">Past Events</a></li>
</ul>
</nav>
<div id="main_pic">
<img src="images/Munich.png" alt="Munich" width="800" />
</div>
<h3>News</h3>
<p><em>13/05/2025 The program has been updated <a href="https://cimssworkshop.github.io/contents/program.html">Here</a></em></p>
<!-- TBA
<div class="highlight">
<h3><a href=""> Click here for a CFP flyer. Please feel free to print and distribute it! </a></h3>
</div>
-->
<h3>Important Dates</h3>
<ul>
<li> <em>Workshop date: Thursday June 26th, 2025</em></li>
<li> Workshop Paper Submission Deadline: March 31, 2025</li>
<li> Notification of Acceptance/Rejection: April 30, 2025</li>
<li> Submission of camera-ready papers for pre-proceedings: May 19, 2025</li>
</ul>
<h3>Workshop Description</h3>
<p align="justify">Critical Infrastructure like power grids, water supply systems, transportation systems, are the backbones of our modern life. Therefore, the security of critical infrastructures is essential for our society. However, most of the existing infrastructures are still running without sufficient security protections, and more and more of them are getting connected and exposed on the Internet. The gap between the attack surface and security measures undermines the safety of everyone relying on the infrastructures.</p>
<p align="justify">Nowadays, with increasing numbers of manufacturing systems adopting the concept of industry 4.0, manufacturing systems are new targets for attackers to hack. Attacks on manufacturing systems can cause monetary loss of enterprises, performance degradation of the products, and production suspension, which are all serious consequences for our society and the manufacturers.</p>
<p align="justify">This workshop aims to bring together researchers interested in critical infrastructures and manufacturing systems security (CIMSS) to share new ideas. This workshop also intends to foster communications between academia and industry to discuss real-world challenges and innovative solutions.</p>
<h3>Contact: </h3>
<ul>
<li>Ahmed Amro, ahmmed.amro@ntnu.no, Norwegian University of Science and Technology (NTNU)</li>
<li>Zengpeng Li, zengpengliz@gmail.com, Shandong University</li>
</ul>
<br>
<footer id="main_footer">
<img src="images/acns-logo_L.jpg" alt="ACNS Logo" width="150" />
<img src="images/LNCS-Logo.jpg" alt="LNCS Logo" width="300" />
</footer>
</div>
</body>
</html>