@@ -34,7 +34,7 @@ const ResearchPage = () => {
3434 < li className = "mb-3" >
3535 < a
3636 href = "/research/hacking-health"
37- className = "text-dark text-decoration-none"
37+ className = "text-dark text-decoration-underline" // Changed to text-decoration-underline
3838 target = "_blank"
3939 rel = "noopener noreferrer"
4040 >
@@ -46,7 +46,7 @@ const ResearchPage = () => {
4646 < li className = "mb-3" >
4747 < a
4848 href = "/research/ewsn_demo2024"
49- className = "text-dark text-decoration-none"
49+ className = "text-dark text-decoration-underline" // Changed to text-decoration-underline
5050 target = "_blank"
5151 rel = "noopener noreferrer"
5252 >
@@ -58,7 +58,7 @@ const ResearchPage = () => {
5858 < li className = "mb-3" >
5959 < a
6060 href = "/research/ewsn_phd2024"
61- className = "text-dark text-decoration-none"
61+ className = "text-dark text-decoration-underline" // Changed to text-decoration-underline
6262 target = "_blank"
6363 rel = "noopener noreferrer"
6464 >
@@ -70,7 +70,7 @@ const ResearchPage = () => {
7070 < li className = "mb-3" >
7171 < a
7272 href = "/research/ISCAS"
73- className = "text-dark text-decoration-none"
73+ className = "text-dark text-decoration-underline" // Changed to text-decoration-underline
7474 target = "_blank"
7575 rel = "noopener noreferrer"
7676 >
@@ -85,7 +85,7 @@ const ResearchPage = () => {
8585 href = "https://arxiv.org/pdf/2504.18571?"
8686 target = "_blank"
8787 rel = "noopener noreferrer"
88- className = "text-dark text-decoration-none"
88+ className = "text-dark text-decoration-underline" // Changed to text-decoration-underline
8989 >
9090 < i className = "bi bi-file-earmark-text me-2" > </ i >
9191 - Intelligent Detection of Non-Essential IoT Traffic on the Home Gateway
@@ -97,7 +97,7 @@ const ResearchPage = () => {
9797 href = "https://www.ewsn.org/file-repository/ewsn2024/EWSN24-PSCE_paper_14.pdf"
9898 target = "_blank"
9999 rel = "noopener noreferrer"
100- className = "text-dark text-decoration-none"
100+ className = "text-dark text-decoration-underline" // Changed to text-decoration-underline
101101 >
102102 < i className = "bi bi-file-earmark-text me-2" > </ i >
103103 - An Investigation of Matter Smart Home Mechanisms to Mitigate Denial-of-Service (DoS) Attacks
@@ -109,7 +109,7 @@ const ResearchPage = () => {
109109 href = "https://www.researchgate.net/publication/383139967_Enabling_Lawful_Interception_in_Environments_Protected_by_IoT_Safeguard"
110110 target = "_blank"
111111 rel = "noopener noreferrer"
112- className = "text-dark text-decoration-none"
112+ className = "text-dark text-decoration-underline" // Changed to text-decoration-underline
113113 >
114114 < i className = "bi bi-file-earmark-text me-2" > </ i >
115115 - Enabling Lawful Interception in Environments Protected by IoT Safeguard
@@ -118,11 +118,11 @@ const ResearchPage = () => {
118118 </ ul >
119119 </ div >
120120
121- { /* Research Posters Section (enhanced) */ }
121+ { /* Research Posters Section remains unchanged */ }
122122 < div className = "mb-5" >
123123 < h2 className = "text-primary mb-4" > Research Posters</ h2 >
124124 < div className = "row" >
125- { /* Poster 1 - Enhanced with HTML content */ }
125+ { /* Poster 1 */ }
126126 < div className = "col-md-6 col-lg-4 mb-4" >
127127 < div className = "card h-100" >
128128 < img
@@ -146,7 +146,7 @@ const ResearchPage = () => {
146146 </ div >
147147 </ div >
148148
149- { /* Poster 2 - Enhanced with HTML content */ }
149+ { /* Poster 2 */ }
150150 < div className = "col-md-6 col-lg-4 mb-4" >
151151 < div className = "card h-100" >
152152 < img
@@ -170,7 +170,7 @@ const ResearchPage = () => {
170170 </ div >
171171 </ div >
172172
173- { /* Poster 3 - Enhanced with HTML content */ }
173+ { /* Poster 3 */ }
174174 < div className = "col-md-6 col-lg-4 mb-4" >
175175 < div className = "card h-100" >
176176 < img
0 commit comments