-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
182 lines (160 loc) · 6.4 KB
/
index.html
File metadata and controls
182 lines (160 loc) · 6.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Dashboard - Dark Style</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" />
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="./assets/topology_animations.css" />
<link rel="stylesheet" href="./assets/styles.css" />
</head>
<body>
<div id="wrapper">
<div class="content-area">
<div class="" id="header">
<div class="title">
<div class="IMDEA-logo header-logo">
<img src="./assets/imdea-networks-white background.png" alt="IMDEA-logo" />
</div>
<h1>
<span>DUNE:</span> Distributed Inference in the User Plane
</h1>
</div>
<div class="experiments-nav">
<div class="d-inline-block text-center mr-3">
<button id="toggleNoInference" class="default-button">NO INFERENCE</button>
</div>
<div class="d-inline-block text-center mr-3">
<button id="toggleMousika" class="default-button">MOUSIKA</button>
<div class="button-label">Packet-level</div>
</div>
<div class="d-inline-block text-center mr-2">
<button id="toggleJewel" class="default-button">JEWEL</button>
<div class="button-label">Joint packet <br> & flow-level</div>
</div>
<div class="d-inline-block text-center">
<button id="toggleDune" class="default-button">DUNE</button>
<div class="button-label">Distributed Joint <br>packet & flow-level</div>
</div>
</div>
</div>
<div class="main">
<div class="panel">
<div id="frame" class="box columnbox" title="Topology">
<div id="columnchart"></div>
<!-- Animation container -->
<h2 class="chart-title">User Plane Topology</h2>
<iframe id="animation-frame" src="" width="100%" height="100%" style="border:none;"></iframe>
</div>
</div>
<div id="frame" class="panel">
<div class="box">
<h2 class="chart-title">Micro F1-Score</h2>
<div id="linechart"></div>
</div>
</div>
<div class="panel">
<div id="frame" class="box">
<h2 class="chart-title">Classification Accuracy</h2>
<div>
<div id="combinedPerformance"></div>
</div>
</div>
</div>
<div class="panel">
<div id="frame" class="box">
<h2 class="chart-title">Traffic Switching Latency (ns)</h2>
<div class="latency-charts">
<div class="">
<div id="noInference"></div>
</div>
<div class="">
<div id="Mousika"></div>
</div>
<div class="">
<div id="Jewel"></div>
</div>
<div class="">
<div id="Dune"></div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="logos-left logos">
<div class="origami-logo">
<img src="./assets/origami.png" alt="SNS-Origami" />
</div>
<div class="EU">
<img src="./assets/cofunded-UE_Logo.png" alt="EU" />
</div>
</div>
<div class="copyright">
<p>
DUNE: Distributed Inference in the User Plane
</p>
<p>B. BÜTÜN, D. de Andres Hernandez, M. Gucciardo, M. Fiore. IEEE INFOCOM, 2025.</p>
<div class="links">
<a href="https://zenodo.org/records/14718514" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="199" height="20">
<linearGradient id="b" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"></stop>
<stop offset="1" stop-opacity=".1"></stop>
</linearGradient>
<mask id="a" width="196.078125" height="20">
<rect width="196.078125" height="20" rx="3" fill="#fff"></rect>
</mask>
<g mask="url(#a)">
<path fill="#555" d="M0 0h31.375v20H0z"></path>
<path fill="#007ec6" d="M31.375 0h164.703125v20H31.375z"></path>
<path fill="url(#b)" d="M0 0h196.078125v20H0z"></path>
</g>
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,
Verdana,Geneva,sans-serif" font-size="10">
<text x="16.1875" y="15" fill="#010101" fill-opacity=".3">
DOI
</text>
<text x="16.1875" y="14">
DOI
</text>
<text x="113.2265625" y="15" fill="#010101" fill-opacity=".3">
10.5281/zenodo.14718514
</text>
<text x="113.2265625" y="14">
10.5281/zenodo.14718514
</text>
</g>
</svg>
</a>
<a href="https://github.com/nds-group/Dune" target="_blank" class="github-link"
title="DUNE: Distributed Inference in the User Plane at Github">
<img src="./assets/github-icon.png" alt="Github" class="github-icon" />
See at Github
</a>
</div>
</div>
<div class="logos-right logos">
<div class="SNS-6G">
<img src="./assets/6G-SNS.png" alt="SNS-6G" />
</div>
<!-- <div class="6G-tango-logo">
<img src="./assets/logo_6G_AI_TANGO.png" alt="6G-tango"/>
</div> -->
<div class="Madrid-logo">
<img src="./assets/Comunidad_de_Madrid_Logo.png" alt="Comunidad de Madrid" />
</div>
</div>
</div>
</div>
</div>
</div>
<script src="./assets/jquery.slim.min.js"></script>
<script src="./assets/moment.min.js"></script>
<script src="./assets/apexcharts.js"></script>
<script src="./assets/scripts.js"></script>
</body>
</html>