Skip to content

Commit 3e66a05

Browse files
authored
Update research.js
reordered
1 parent 1c39c6d commit 3e66a05

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pages/research.js

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,7 @@ const ResearchPage = () => {
3030
<div className="mb-5">
3131
<h2 className="text-primary mb-4">Published Papers</h2>
3232
<ul className="list-unstyled">
33-
<li className="mb-3">
34-
<a
35-
href="https://arxiv.org/pdf/2504.18571?"
36-
target="_blank"
37-
rel="noopener noreferrer"
38-
className="text-dark text-decoration-none"
39-
>
40-
<i className="bi bi-file-earmark-text me-2"></i>
41-
- Intelligent Detection of Non-Essential IoT Traffic on the Home Gateway
42-
</a>
43-
</li>
4433

45-
{/* Changed from Link to anchor tag for consistency */}
4634
<li className="mb-3">
4735
<a
4836
href="/research/hacking-health"
@@ -55,7 +43,6 @@ const ResearchPage = () => {
5543
</a>
5644
</li>
5745

58-
{/* Added new paper entries */}
5946
<li className="mb-3">
6047
<a
6148
href="/ewsn_demo2024.html"
@@ -93,6 +80,18 @@ const ResearchPage = () => {
9380
</li>
9481

9582
{/* Existing entries */}
83+
<li className="mb-3">
84+
<a
85+
href="https://arxiv.org/pdf/2504.18571?"
86+
target="_blank"
87+
rel="noopener noreferrer"
88+
className="text-dark text-decoration-none"
89+
>
90+
<i className="bi bi-file-earmark-text me-2"></i>
91+
- Intelligent Detection of Non-Essential IoT Traffic on the Home Gateway
92+
</a>
93+
</li>
94+
9695
<li className="mb-3">
9796
<a
9897
href="https://www.ewsn.org/file-repository/ewsn2024/EWSN24-PSCE_paper_14.pdf"
@@ -104,6 +103,7 @@ const ResearchPage = () => {
104103
- An Investigation of Matter Smart Home Mechanisms to Mitigate Denial-of-Service (DoS) Attacks
105104
</a>
106105
</li>
106+
107107
<li className="mb-3">
108108
<a
109109
href="https://www.researchgate.net/publication/383139967_Enabling_Lawful_Interception_in_Environments_Protected_by_IoT_Safeguard"

0 commit comments

Comments
 (0)