Skip to content

Commit aba7d56

Browse files
authored
Update news.js
Added IETF Madrid conference 2025 Andrew
1 parent 7c1036d commit aba7d56

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pages/news.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,20 @@ export const allNews = [
8484
image: "/images/news/august-2023.jpg",
8585
link: "https://www.digicatapult.org.uk/apply/events/connected-ecosystems-security-and-resilience-in-iot/#:~:text=This%20event%20brings%20together%20cybersecurity,security%20standardisation%20and%20implementation%20strategies.",
8686
},
87+
88+
{
89+
date: "19 Jul 2025 - 25 Jul 2025: ANRW Workshop + IETF 123 meeting Madrid",
90+
description: "Andrew Losty presented Poster at ANRW Workshop. Paper accepted by IETF Towards Operational and Security Best Practices for DNS in the Internet of Things Andrew Losty, Anna Maria Mandalari, Abhishek K. Mishra, Mathieu Cunche. We also submitted IETF draft RFC IoT DNS Security and Privacy Guidelines https://datatracker.ietf.org/doc/draft-mishra-iotops-iot-dns-guidelines/.",
91+
image: "/images/IETF-Poster.jpg",
92+
link: "https://https://www.ietf.org/meeting/123/",
93+
},
94+
95+
96+
97+
98+
99+
100+
87101
];
88102

89103
const NewsPage = () => {

0 commit comments

Comments
 (0)