Skip to content

Commit

Permalink
Add links to Publication & Exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
muehlhaus committed Sep 22, 2024
1 parent efdcd78 commit e5d99ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Home/ResearchGraphNavigation.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const circles = [
{ id: 1, cx: 8, cy: 10, r: 5, href: URLS.INTERNAL_COM_DOCUMENTATION, text: 'Documentation Principle', angle: 80 },
{ id: 2, cx: 30, cy: 40, r: 5, href: URLS.INTERNAL_COM_ORGANIZATION, text: 'Organization Principle', angle: 200 },
{ id: 3, cx: 60, cy: 35, r: 5, href: '#', text: 'Quality Control', angle: 130 },
{ id: 4, cx: 90, cy: 15, r: 5, href: '#', text: 'Exchange & Publication', angle: 10 },
{ id: 4, cx: 90, cy: 15, r: 5, href: URLS.INTERNAL_COM_PUBLICATION, text: 'Publication & Exchange', angle: 10 },
{ id: 5, cx: 140, cy: 25, r: 5, href: URLS.INTERNAL_COM_FAIRNESS, text: 'RDM & FAIRness', angle: 210 },
];
---
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const links: Link[] = [
{href: URLS.INTERNAL_COM_DOCUMENTATION, text: "Documentation Principle"},
{href: URLS.INTERNAL_COM_ORGANIZATION, text: "Organization Principle"},
{href: "#", text: "quality control 🚧"},
{href: "#", text: "exchange & publication 🚧"},
{href: URLS.INTERNAL_COM_PUBLICATION, text: "Publication & Exchange"},
{href: URLS.INTERNAL_COM_FAIRNESS, text: "RDM & FAIRness"},
]},
]},
Expand Down
1 change: 1 addition & 0 deletions src/statics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export enum URLS {
INTERNAL_COM_RESOURCES = BASE_PATH + "details/resources",
INTERNAL_COM_DOCUMENTATION = BASE_PATH + "details/documentation-principle",
INTERNAL_COM_ORGANIZATION = BASE_PATH + "details/organization-principle",
INTERNAL_COM_PUBLICATION = BASE_PATH + "details/exchange-and-publication",
INTERNAL_COM_FAIRNESS = BASE_PATH + "details/fairness-and-rdm",

INTERNAL_DEV_DATA_MODEL = BASE_PATH + "details/arc-data-model",
Expand Down

0 comments on commit e5d99ac

Please sign in to comment.