Skip to content

Commit 313395e

Browse files
authored
Update research.js
1 parent f60afa7 commit 313395e

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

pages/research.js

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ const ResearchPage = () => {
172172
Intelligent Detection of Non-Essential IoT Traffic on the Home Gateway
173173
</h5>
174174

175+
<p className="text-muted mb-2">
176+
Palmese, Fabio ; Mandalari, Anna Maria ; Haddadi, Hamed ; Enrico Cesare Redondi, Alessandro
177+
</p>
178+
179+
175180
<p className="text-muted mb-0">
176181
<span className="fw-semibold">Link:</span> arXiv PDF
177182
</p>
@@ -192,28 +197,41 @@ const ResearchPage = () => {
192197
</div>
193198
</div>
194199

195-
{/* Item */}
200+
201+
202+
{/* Year: 2024 */}
203+
204+
<div>
205+
<h5 className="text-primary fw-bold mb-3">2024</h5>
206+
207+
<div className="d-flex flex-column gap-3">
208+
209+
{/* Item */}
196210
<div className="card border-0 shadow-sm">
197211
<div className="card-body p-4">
198212
<div className="d-flex justify-content-between align-items-start gap-3 flex-wrap">
199213
<div className="flex-grow-1">
200214
<div className="d-flex align-items-center gap-2 mb-2">
201-
<span className="badge rounded-pill text-bg-light border text-primary">Publication</span>
202-
<span className="text-muted small">External link</span>
215+
<span className="badge rounded-pill text-bg-light border text-primary">Conference Paper</span>
216+
<span className="text-muted small"> August 2024 • Electronic Government and the Information Systems Perspective </span>
203217
</div>
204218

205219
<h5 className="text-dark fw-semibold mb-2">
206220
Enabling Lawful Interception in Environments Protected by IoT Safeguard
207221
</h5>
208222

223+
<p className="text-muted mb-2">
224+
Aurelio Loris Canino, Gianluca Lax
225+
</p>
226+
209227
<p className="text-muted mb-0">
210-
<span className="fw-semibold">Link:</span> ResearchGate
228+
<span className="fw-semibold">Link:</span> Springer
211229
</p>
212230
</div>
213231

214232
<div className="d-flex gap-2">
215233
<a
216-
href="https://www.researchgate.net/publication/383139967_Enabling_Lawful_Interception_in_Environments_Protected_by_IoT_Safeguard"
234+
href="https://link.springer.com/chapter/10.1007/978-3-031-68211-7_12"
217235
target="_blank"
218236
rel="noopener noreferrer"
219237
className="btn btn-outline-primary btn-sm"
@@ -228,11 +246,6 @@ const ResearchPage = () => {
228246
</div>
229247
</div>
230248

231-
{/* Year: 2024 */}
232-
<div>
233-
<h5 className="text-primary fw-bold mb-3">2024</h5>
234-
235-
<div className="d-flex flex-column gap-3">
236249
{/* Item */}
237250
<div className="card border-0 shadow-sm">
238251
<div className="card-body p-4">

0 commit comments

Comments
 (0)