forked from Fediversity/Fediversity
13 lines
526 B
Nix
13 lines
526 B
Nix
|
{
|
||
|
title = "NORDUnet";
|
||
|
description = ''
|
||
|
NORDUnet is a collaboration of the National Research and Education Networks of the Nordic countries.
|
||
|
'';
|
||
|
outPath = "nordunet.html";
|
||
|
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.
|
||
|
'';
|
||
|
}
|