Skip to content

Commit b2b520b

Browse files
authored
Update news.js
1 parent 2755e44 commit b2b520b

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

pages/news.js

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ import { Nav } from '../components/Navbar';
55
import { SEO, navigation } from '../config/config';
66

77
export const allNews = [
8+
9+
{
10+
date: "19-25th Jul 2025: ANRW Workshop + IETF 123 meeting Madrid",
11+
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/.",
12+
image: "/images/news/IETF-Poster.jpg",
13+
link: "https://www.ietf.org/meeting/123/",
14+
},
15+
816
{
917
date: "7th July 2025 - New York Times Reports on Our Research",
1018
description: "The New York Times cites our paper on smart TVs' security and privacy implications in their article on Internet of Things devices.",
@@ -85,19 +93,7 @@ export const allNews = [
8593
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.",
8694
},
8795

88-
{
89-
date: "19-25th 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/news/IETF-Poster.jpg",
92-
link: "https://https://www.ietf.org/meeting/123/",
93-
},
94-
95-
96-
97-
98-
99-
100-
96+
10197
];
10298

10399
const NewsPage = () => {

0 commit comments

Comments
 (0)