Skip to content

Commit 9629826

Browse files
Merge pull request #53 from grycap/feat-map
Included a map to show the deployed OSCAR clusters.
2 parents 224a9d4 + 98aa2b1 commit 9629826

File tree

16 files changed

+348
-1
lines changed

16 files changed

+348
-1
lines changed

config/_default/menus.en.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ name = "Blog"
1414
url = "blog"
1515
weight = 2
1616

17+
[[main]]
18+
name = "Map of Clusters"
19+
url = "map"
20+
weight = 3
21+
1722

1823
#[[main]]
1924
#name = "Pricing"

content/english/map/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: "Map of OSCAR deployments"
3+
description: "Explore OSCAR clusters that have been deployed across different locations."
4+
---
5+
6+
Map of deployed OSCAR clusters around the world to support the research activities of projects.

static/data/oscar-clusters.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
[
2+
{
3+
"name": "OSCAR - UPV",
4+
"city": "Valencia, Spain",
5+
"provider": "Universitat Politècnica de València (UPV)",
6+
"capacity": "GPU/CPU",
7+
"status": "active",
8+
"project": "https://www.eosc-data-commons.eu",
9+
"project_icon": "images/eosc-data-commons.png"
10+
},
11+
{
12+
"name": "OSCAR - iMagine",
13+
"city": "Waterford, Ireland",
14+
"provider": "Walton Institute for Information and Communication Systems Science",
15+
"capacity": "CPU",
16+
"status": "active",
17+
"project": "https://www.imagine-ai.eu",
18+
"project_icon": "images/imagine-logo.jpeg"
19+
},
20+
{
21+
"name": "OSCAR - interTwin (GRNET)",
22+
"city": "Athens, Greece",
23+
"provider": "National Infrastructures for Research and Technology (GRNET)",
24+
"capacity": "CPU",
25+
"status": "decomissioned",
26+
"project": "https://www.intertwin.eu",
27+
"project_icon": "images/intertwin-logo.png"
28+
},
29+
{
30+
"name": "OSCAR - AI4EOSC (LIP)",
31+
"city": "Lisbon, Portugal",
32+
"provider": "Laboratório de Instrumentação e Física Experimental (LIP)",
33+
"capacity": "CPU",
34+
"status": "active",
35+
"project": "https://www.ai4eosc.eu",
36+
"project_icon": "images/ai4eosc-logo.png"
37+
},
38+
{
39+
"name": "OSCAR - AI4EOSC (IISAS)",
40+
"city": "Lisbon, Portugal",
41+
"provider": "Slovak Academy of Sciences, Institute of Informatics (IISAS)",
42+
"capacity": "CPU",
43+
"status": "active",
44+
"project": "https://www.ai4eosc.eu",
45+
"project_icon": "images/ai4eosc-logo.png"
46+
},
47+
{
48+
"name": "OSCAR - DiscoverUS (Chamelon/TACC)",
49+
"city": "Texas, USA",
50+
"provider": "Texas Advanced Computing Center (TACC), as part of Chameleon Cloud",
51+
"capacity": "CPU",
52+
"status": "decomissioned",
53+
"project": "https://discover-us.eu",
54+
"project_icon": "images/discover-us-logo.svg"
55+
}
56+
]

static/images/ai4eosc-logo.png

10.7 KB
Loading

static/images/discover-us-logo.svg

Lines changed: 7 additions & 0 deletions
Loading
57.4 KB
Loading

static/images/icon-eosc.svg

Lines changed: 10 additions & 0 deletions
Loading

static/images/icon-imagine.svg

Lines changed: 10 additions & 0 deletions
Loading

static/images/icon-intertwin.svg

Lines changed: 10 additions & 0 deletions
Loading

static/images/imagine-logo.jpeg

164 KB
Loading

0 commit comments

Comments
 (0)