Skip to content

Commit 27853e8

Browse files
committed
adding title and descriptions for /standards, /databases, /policies, /collections url
1 parent f9c1cca commit 27853e8

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

src/pages/+config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,4 @@ export default {
1010
title: "FAIRsharing",
1111
viewport:
1212
"width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no",
13-
meta: {
14-
title: {
15-
env: { server: true, client: true },
16-
},
17-
description: {
18-
env: { server: true, client: true },
19-
},
20-
},
2113
};

src/pages/all/+description.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ export default function description(pageContext) {
5252
"FAIRsharing.org (“This site”) is operated by the University of Oxford. We are committed to protecting the privacy and security of your personal information (‘personal data’).",
5353
"/sustainability_and_preservation":
5454
"Since 2011, FAIRsharing is a sustainable service operating with and for the international researcher community and other stakeholders involved in the research life cycle. The FAIRsharing resource, along its core operational team, are based at the University of Oxford, UK.",
55+
"/standards":
56+
"A registry of terminology artefacts, models/formats, reporting guidelines, and identifier schemas.",
57+
"/databases":
58+
"A registry of knowledgebases and repositories of data and other digital assets.",
59+
"/policies":
60+
"A registry of data preservation, management and sharing policies from international funding agencies, regulators, journals, and other organisations.",
61+
"/collections":
62+
'Collections group together one or more types of resource (standard, database or policy) by domain, project or organisation."',
5563
};
5664

5765
if (staticDescriptions[path]) {

src/pages/all/+title.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ export default function title(pageContext) {
3939
"/privacy": "Privacy Policy | FAIRsharing",
4040
"/sustainability_and_preservation":
4141
"FAIRsharing Sustainability | FAIRsharing",
42+
"/standards": "Standards | FAIRsharing",
43+
"/databases": "Databases | FAIRsharing",
44+
"/policies": "Policies | FAIRsharing",
45+
"/collections": "Collections | FAIRsharing",
4246
};
4347

4448
if (staticTitles[path]) {

0 commit comments

Comments
 (0)