-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshops.php
51 lines (42 loc) · 1.98 KB
/
workshops.php
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
<?php
$page_title="Workshops";
include("include/header.php");
?>
<div data-role="content" style="text-align:left;padding-top: 0em;background-color:#e4e5e6">
<div class="ui-block-a" style="width:70%;height:100%;background-color:#ffffff;padding-left: 35px;padding-right:35px;padding-top: 15px;">
<h1>IEEE MSN 2023 Workshops</h2>
<ul>
<li>
<p><b>The Fifth International Workshop on Network Softwarization Techniques for IoT Application (SoftIoT 2023)</b>
<br><br><b>Link:</b> <a href="https://chrisye-liu.github.io/SoftIoT2023/">https://chrisye-liu.github.io/SoftIoT2023/</a>
</p>
<li>
<p><b>The Fifth International Workshop on Network Meets Intelligent Computations (NMIC 2023)</b>
<br><br><b>Link:</b> <a href="http://106.53.126.81/nmic2023">http://106.53.126.81/nmic2023</a>
</p>
<li>
<p><b>The Fourth International Workshop on Artificial Intelligence Applications in Internet of Things (AI2OT)</b>
<br><br><b>Link:</b> <a href="http://vlab.csu.edu.cn/AI2OT2023/">http://vlab.csu.edu.cn/AI2OT2023/</a>
</p>
<li>
<p><b>IEEE International Workshop on Metaverse-based Sensing, Computing, and Networking (MetaSCN)</b>
<br><br><b>Link:</b> <a href="https://pf-wang.github.io/metascn_2023/index.html">https://pf-wang.github.io/metascn_2023/index.html</a>
</p>
</li>
</ul>
<br><br>
<br><br>
<br><br>
</div>
<div class="ui-block-b" style="width:30%;height:100%;background-color:#e4e5e6;padding:20px 15px 15px 15px">
<h1>News</h1>
<?php
include("include/news.php")
?>
<h1>Important Days</h1>
<?php
include("include/dates.php")
?>
</div>
</div>
<?php include ("include/footer.php"); ?>