Skip to content
Snippets Groups Projects
Commit 426057e1 authored by Saket Agrahari's avatar Saket Agrahari
Browse files

[COMP-384][COMP-386] : text change

parent fdb4608b
Branches
Tags
No related merge requests found
......@@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.
## [0.53] - 2024-03-04
- COMP-386/384: Text change
## [0.52] - 2024-03-04
- COMP-360: Network Automation
- COMP-322: correcting hover
......
......@@ -12,15 +12,28 @@ function Landing(): ReactElement {
<h1 className="geant-header">THE GÉANT COMPENDIUM OF NRENS</h1>
<div className="wordwrap pt-4">
<p style={{ textAlign: "center" }}>
The GÉANT Compendium provides an authoritative reference source for anyone with an
interest in the development of research and education networking in Europe and beyond.
Published since 2001, the Compendium provides information on key areas such as users,
services, traffic, budget and staffing.
<p style={{ textAlign: "left", fontSize: "20px" }}>
Each year GÉANT invites European National Research and Eduction Networks to
fill in a questionnaire asking about their network, their organisation,
standards and policies, connected users, and the services they offer their
users. This Compendium of responses is an authoritative reference source
for anyone with an interest in the development of research and education
networking in Europe and beyond. No two NRENs are identical, with great
diversity in their structures, funding, size, and focus.
</p>
<p style={{ textAlign: "center" }}>
This site captures the responses from the National Research and Education Networks
themselves.
<p style={{ textAlign: "left", fontSize: "20px"}}>
The GÉANT Compendium of NRENs Report is published annually, using both
data from the Compendium from other sources, including surveys and
studies carried out within different teams within GÉANT and the NREN
community. The Report gives a broad overview of the European NREN
landscape, identifying developments and trends.
</p>
<p style={{ textAlign: "left", fontSize: "20px"}}>
Compendium Data, the responses from the NRENs, are made available to be
viewed and downloaded. Graphs, charts, and tables can be customised to
show as many or few NRENs as required, across different years. These
can be downloaded as images or in PDF form.
</p>
</div>
......
......@@ -56,7 +56,10 @@ function ServicesPage({ category }: inputProps): React.ReactElement {
return (
<DataPage title={"NREN " + CategoryFriendlyNames[category] + " services matrix"}
description="Hover over the elements for additional information."
description="The service matrix shows the services NRENs offer to their users. These
services are grouped thematically, with navigation possible via. the side menu. NRENs
are invited to give extra information about their services; where this is provided,
you will see a black circle around the marker. Hover over the marker to read more."
category={Sections.Services} filter={filterNode}
data={selectedData} filename="nren_services">
<ChartContainer>
......
......@@ -28,7 +28,7 @@
}
.wordwrap {
max-width: 60rem;
max-width: 75rem;
word-wrap: break-word;
}
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment