Skip to content

Commit

Permalink
#325: updated portal top navbar & topology map (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxue1123 authored Apr 15, 2024
1 parent e37cfb7 commit 22cdf8a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-portal",
"version": "1.6.3",
"version": "1.6.4",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
Expand Down
4 changes: 4 additions & 0 deletions src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ const Header = (props) => {
{
name: "Cite FABRIC",
path: "/community/publications"
},
{
name: "Blogs",
href: portalData.knowledgeBaseBlogsLink,
}
],
path: "/community"
Expand Down
2 changes: 1 addition & 1 deletion src/data/topomap.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const topomap = {
"Washington": [-77.0369, 38.9072],
"MGHPCC": [-72.6162, 42.2043],
"StarLight": [-87.6173, 41.8962],
"University of Tokyo": [-139.6503, 35.6762],
"University of Tokyo": [-179.6503, 35.6762],
"University of Bristol": [-2.5879, 51.4545],
"University of Amsterdam": [4.9041, 52.3676],
"CERN": [6.1432, 46.2044],
Expand Down
3 changes: 2 additions & 1 deletion src/services/portalData.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.6.3",
"version": "1.6.4",
"defaultFacility": "FABRIC",
"facilityOptions": ["FABRIC"],
"keyLimit": 10,
Expand Down Expand Up @@ -57,6 +57,7 @@
"knowledgeBaseLink": "https://learn.fabric-testbed.net/",
"knowledgeBaseNewsLink": "https://learn.fabric-testbed.net/article-categories/news-archive/",
"knowledgeBaseEventsLink": "https://learn.fabric-testbed.net/article-categories/events/",
"knowledgeBaseBlogsLink": "https://learn.fabric-testbed.net/article-categories/blogs/",
"knowledgeBaseForumLink": "https://learn.fabric-testbed.net/forums/",
"fabricAnnouncementsForumLink": "https://learn.fabric-testbed.net/forums/forum/fabric-announcements/",
"educatorForumLink": "https://learn.fabric-testbed.net/forums/forum/fabric-educators/",
Expand Down

0 comments on commit 22cdf8a

Please sign in to comment.