This repository has been archived on 2024-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity.eu/content/partners/nordunet.nix

16 lines
595 B
Nix

{ ... }:
{
pages.nordunet = {
title = "NORDUnet";
description = "Details about NORDUnet";
summary = ''
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.
Fun fact: the website of NORDUnet, nordu.net is the oldest still active domain on the internet.
'';
};
}