-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnode_registry.json
118 lines (118 loc) · 3.28 KB
/
node_registry.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"UofTRedOak": {
"name": "Red Oak",
"affiliation": "University of Toronto",
"description": "A Marble node hosted at the University of Toronto.",
"date_added": "2023-07-13T01:03:30.933732+00:00",
"location": {
"longitude": -79.39,
"latitude": 43.65
},
"contact": "redoak-info@cs.toronto.edu",
"registration_status": "limited",
"links": [
{
"rel": "service",
"type": "text/html",
"href": "https://redoak.cs.toronto.edu"
},
{
"rel": "icon",
"type": "image/png",
"href": "https://redoak.cs.toronto.edu/logo"
},
{
"rel": "collection",
"type": "application/json",
"href": "https://redoak.cs.toronto.edu/services"
},
{
"rel": "version",
"type": "application/json",
"href": "https://redoak.cs.toronto.edu/version"
},
{
"rel": "registration",
"type": "text/html",
"href": "https://docs.google.com/forms/d/e/1FAIpQLSf3w3bBBkEcI7ehonci56rQnHsz-OPltnbwls9KogvhXWxTFQ/viewform"
}
]
},
"PAVICS": {
"name": "PAVICS",
"affiliation": "Ouranos",
"description": "PAVICS is a virtual laboratory facilitating the analysis of climate data.",
"date_added": "2023-07-13T01:03:30.933732+00:00",
"location": {
"longitude": -73.57,
"latitude": 45.5
},
"contact": "pavics@ouranos.ca",
"registration_status": "limited",
"links": [
{
"rel": "service",
"type": "text/html",
"href": "https://pavics.ouranos.ca"
},
{
"rel": "icon",
"type": "image/svg",
"href": "https://pavics.ouranos.ca/assets/images/pavics_no_text.svg"
},
{
"rel": "collection",
"type": "application/json",
"href": "https://pavics.ouranos.ca/services"
},
{
"rel": "version",
"type": "application/json",
"href": "https://pavics.ouranos.ca/version"
},
{
"rel": "registration",
"type": "text/html",
"href": "https://forms.office.com/Pages/ResponsePage.aspx?id=jf6iw_Q8V02umCWsOYvz8Pa-ghpkFLtEhY0_uNsYGzNUM0RKREtBODQ4S0ZXNEZEUFlZRExJWkhVQSQlQCN0PWcu"
}
]
},
"Hirondelle": {
"name": "Hirondelle",
"affiliation": "Computer Research Institute of Montréal (CRIM)",
"description": "Development server to evaluate new features of the bird-house deployment architecture.",
"date_added": "2023-07-13T01:03:30.933732+00:00",
"location": {
"longitude": -73.627318,
"latitude": 45.5303976
},
"contact": "info@crim.ca",
"registration_status": "limited",
"links": [
{
"rel": "service",
"type": "text/html",
"href": "https://hirondelle.crim.ca"
},
{
"rel": "icon",
"type": "image/svg",
"href": "https://www.crim.ca/wp-content/uploads/2020/10/logo-color-300x61.png"
},
{
"rel": "collection",
"type": "application/json",
"href": "https://hirondelle.crim.ca/services"
},
{
"rel": "version",
"type": "application/json",
"href": "https://hirondelle.crim.ca/version"
},
{
"rel": "registration",
"href": "mailto:support-geo@crim.ca"
}
]
}
}