Fediversity/website/content/partners/nordunet.nix

16 lines
595 B
Nix
Raw Normal View History

2024-11-13 15:24:40 +01:00
{ ... }:
2024-11-13 15:24:40 +01:00
{
2024-11-13 15:24:40 +01:00
pages.nordunet = {
title = "NORDUnet";
2024-11-13 15:24:41 +01:00
description = "Details about NORDUnet";
summary = ''
2024-11-13 15:24:40 +01:00
NORDUnet is a collaboration of the National Research and Education Networks (NREN) of the Nordic countries.
'';
body = ''
NORDUnet connects universities and research institutions across Denmark, Finland, Iceland, Norway, and Sweden. It enables collaboration, data sharing, and access to online resources for academic and research purposes.
2024-11-13 15:24:40 +01:00
2024-11-13 15:24:40 +01:00
Fun fact: the website of NORDUnet, nordu.net is the oldest still active domain on the internet.
'';
};
2024-11-13 15:24:40 +01:00
}