-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
516 lines (480 loc) · 27.6 KB
/
index.html
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css?v=3" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.2/font/bootstrap-icons.css?v=3">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
<script src="https://s3.cloud.cyfronet.pl/eosc-portal-common/index.beta.min.js" charset="utf-8"></script>
<link
rel="stylesheet"
href="https://s3.cloud.cyfronet.pl/eosc-portal-common/index.beta.min.css?v=3"
/>
</head>
<body>
<eosc-common-main-header></eosc-common-main-header>
<main>
<section class="text-center heading">
<div class="container">
<div class="row py-lg-3">
<div class="col-12 mx-auto">
<h1>Welcome to the EOSC<br>Knowledge Hub</h1>
<div class="intro-text">
Platform that helps you gain or expand your knowledge in the field of European Open Science Cloud. Explore our learning platform and find trainings in the provided catalog.
</div>
<div class="search-box">
<form id="search-form" method="GET" action="https://search.marketplace.sandbox.eosc-beyond.eu/search/training">
<div class="input-group">
<input id="query-input-visible" type="text" class="form-control" placeholder="Search in catalogs">
<input id="query-input" name="q" type="hidden">
<div class="input-group-btn">
<button class="btn btn-primary" type="submit">
<i class="bi bi-search"></i>
</button>
</div>
</div>
</form>
<script>
document.getElementById('search-form').onsubmit = function(event) {
document.getElementById('query-input').value = document.getElementById('query-input-visible').value || '*';
}
</script>
</div>
<div class="feature-wrapper">
<a href="articles/articles-list.html" class="feature-box">
<span class="feature-icon">
<img src="img/feature-04.svg">
</span>
<span class="feature-title">
Articles
</span>
<span class="feature-desc">
Explore articles where our experts delve into topics related to the EOSC
Marketplace.
</span>
<span class="feature-more">
<img src="img/icon-more.svg" alt="more info">
</span>
</a>
<a href="https://search.marketplace.sandbox.eosc-beyond.eu/search/training?q=*" class="feature-box">
<span class="feature-icon">
<img src="img/feature-01.svg">
</span>
<span class="feature-title">
Training Resources
</span>
<span class="feature-desc">
Benefit from videos, slides and much more in an open formats.
</span>
<span class="feature-more">
<img src="img/icon-more.svg" alt="more info">
</span>
</a>
<a href="https://openplato.eu/blocks/catalog/list.php?searchurl=1&categories=163" class="feature-box">
<span class="feature-icon">
<img src="img/feature-03.svg">
</span>
<span class="feature-title">
Learning Paths
</span>
<span class="feature-desc">
Get new skills step-by-step with specially designed learning paths.
</span>
<span class="feature-more">
<img src="img/icon-more.svg" alt="more info">
</span>
</a>
<a href="https://openplato.eu/blocks/catalog/list.php?searchurl=1&categories=127" class="feature-box">
<span class="feature-icon">
<img src="img/feature-02.svg">
</span>
<span class="feature-title">
Courses
</span>
<span class="feature-desc">
Get access to EOSC-specific learning resources catering to different stakeholders and scientific disciplines.
</span>
<span class="feature-more">
<img src="img/icon-more.svg" alt="more info">
</span>
</a>
</div>
</div>
</div>
</div>
</section>
<div style="display: none">
<section class="learn text-center">
<div class="container">
<h2>Learn how to join our platform and share<br>expertise and resources</h2>
<div class="learn-wrapper">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<a href="#" class="feature-box py-4 pb-4 px-4">
<span class="learn-icon icon-01">
<img src="img/learn-01.svg">
</span>
<span class="feature-title">
EOSC Institutional Facilitator
</span>
<span class="feature-desc">
Actively encourage the use of EOSC resources amongst institutional staff
</span>
</a>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<a href="#" class="feature-box py-4 pb-4 px-4">
<span class="learn-icon icon-02">
<img src="img/learn-02.svg">
</span>
<span class="feature-title">
EOSC Resource Provider
</span>
<span class="feature-desc">
Contribute to develop EOSC into a rich environment of resources for research
</span>
</a>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<a href="#" class="feature-box py-4 pb-4 px-4">
<span class="learn-icon icon-03">
<img src="img/learn-03.svg">
</span>
<span class="feature-title">
EOSC Use Trainer
</span>
<span class="feature-desc">
Provide training on EOSC or incorporate aspects of EOSC into your training
</span>
</a>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<a href="#" class="feature-box py-4 pb-4 px-4">
<span class="learn-icon icon-04">
<img src="img/learn-04.svg">
</span>
<span class="feature-title">
EOSC Research Practitioner
</span>
<span class="feature-desc">
Make use of EOSC services and resources in your research
</span>
</a>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<a href="#" class="feature-box py-4 pb-4 px-4">
<span class="learn-icon icon-05">
<img src="img/learn-05.svg">
</span>
<span class="feature-title">
EOSC Accelerator
</span>
<span class="feature-desc">
Serve as a champion of EOSC in your own institution or research community
</span>
</a>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<a href="#" class="feature-box py-4 pb-4 px-4">
<span class="learn-icon icon-06">
<img src="img/learn-06.svg">
</span>
<span class="feature-title">
Citizen Science Practitioner
</span>
<span class="feature-desc">
Make use of EOSC services and resources for activities involving citizens
</span>
</a>
</div>
</div>
</div>
</div>
</section>
<section class="trainings text-center">
<div class="container">
<h3>View Training Resources by Provider</h3>
<a href="#" class="more-link">See All ></a>
<div class="row training-row">
<div class="col">
<a href="#"></a>
</div>
<div class="col">
<a href="#"></a>
</div>
<div class="col">
<a href="#"></a>
</div>
<div class="col">
<a href="#"></a>
</div>
<div class="col">
<a href="#"></a>
</div>
</div>
<div class="row training-row">
<div class="col">
<a href="#"></a>
</div>
<div class="col">
<a href="#"></a>
</div>
<div class="col">
<a href="#"></a>
</div>
<div class="col">
<a href="#"></a>
</div>
<div class="col">
<a href="#"></a>
</div>
</div>
</div>
</section>
</div>
<section class="eosc-navy" style="margin-top: 150px">
<div class="container">
<div class="learn text-center">
<h4>
We are the European Open Science Cloud (EOSC), <br/> an environment for hosting and processing research
data <br/> to support EU open science
</h4>
</div>
<div class="row mt-5">
<div class="col-lg-3 col-md-6 col-sm-12">
<a class="eosc-info" href="https://marketplace.sandbox.eosc-beyond.eu/">
<div class="eosc-info-icon">
<img alt="Browse Marketplace" src="img/browse-marketplace.svg">
</div>
<div class="eosc-info-texts">
<div class="eosc-info-title">Browse Marketplace</div>
<div class="eosc-info-subtitle">
Browse through over 3 million research and innovation tools and services, thousands of datasets
from a wide range of research domains from renowned European service providers.
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<a class="eosc-info" href="https://my.sandbox.eosc-beyond.eu/main">
<div class="eosc-info-icon">
<img alt="My EOSC Dashboard" src="img/dashboard.svg">
</div>
<div class="eosc-info-texts">
<div class="eosc-info-title">My EOSC Dashboard</div>
<div class="eosc-info-subtitle">
Manage your research projects, access your activity history, and get resource recommendations.
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<a class="eosc-info" href="https://sandbox.eosc-beyond.eu/">
<div class="eosc-info-icon">
<img alt="EOSC Core Innovation Sandbox" src="img/portal.svg">
</div>
<div class="eosc-info-texts">
<div class="eosc-info-title">EOSC Core Innovation Sandbox</div>
<div class="eosc-info-subtitle">
Your pre-production environment for testing and staging within the EOSC Platform.
It's designed for EOSC Core service providers, EOSC Exchange service providers, and EOSC Nodes to integrate seamlessly with EOSC.
</div>
</div>
</a>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<a class="eosc-info" href="https://integration.providers.sandbox.eosc-beyond.eu/home">
<div class="eosc-info-icon">
<img alt="Providers Hub" src="img/hub.svg">
</div>
<div class="eosc-info-texts">
<div class="eosc-info-title">Providers Hub</div>
<div class="eosc-info-subtitle">
A single platform for providers to onboard their organisation into the EOSC portal,
register and manage their resources and gain rich insights about the usage of their offerings.
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<div style="display: none">
<section class="recent">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<div class="mr-5">
<h3>Ongoing & Upcoming Courses</h3>
<div class="row mt-5">
<div class="col-md-6 col-sm-12">
<a href="#" class="feature-box py-4 px-4">
<span class="feature-icon p-0 mb-4">
<img src="img/placeholder.png">
</span>
<span class="feature-title mb-2">
Title
</span>
<span class="feature-desc mb-2">
Data
</span>
<span class="recent-target">
Target
</span>
</a>
</div>
<div class="col-md-6 col-sm-12">
<a href="#" class="feature-box py-4 px-4">
<span class="feature-icon p-0 mb-4">
<img src="img/placeholder.png">
</span>
<span class="feature-title mb-2">
Title
</span>
<span class="feature-desc mb-2">
Data
</span>
<span class="recent-target">
Target
</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="ml-5">
<h3>Latest Training Resources</h3>
<div class="row mt-5">
<div class="col-md-6 col-sm-12">
<a href="#" class="feature-box py-4 px-4">
<span class="feature-icon p-0 mb-4">
<img src="img/placeholder.png">
</span>
<span class="feature-title mb-2">
Title
</span>
<span class="feature-desc mb-2">
Data
</span>
<span class="recent-target">
Target
</span>
</a>
</div>
<div class="col-md-6 col-sm-12">
<a href="#" class="feature-box py-4 px-4">
<span class="feature-icon p-0 mb-4">
<img src="img/placeholder.png">
</span>
<span class="feature-title mb-2">
Title
</span>
<span class="feature-desc mb-2">
Data
</span>
<span class="recent-target">
Target
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<section class="questions">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-12">
<h3>Have any questions?<br>Contact Us</h3>
<div class="questions-pic">
<img alt="Have any questions?" src="img/questions.svg">
</div>
</div>
<div class="col-md-2 col-sm-12"></div>
<div class="col-md-5 col-sm-12 contact-form">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<button id="zammad-feedback-form">
<div>
<form class="zammad-form">
<div class="form-group zammad-form-group"><label for="zammad-form-name-inline"> Name</label><input class="form-control zammad-form-control" id="zammad-form-name-inline" name="name" type="text" placeholder="Your Name" value="" required=""></div>
<div class="form-group zammad-form-group"><label for="zammad-form-email-inline"> Email</label><input class="form-control zammad-form-control" id="zammad-form-email-inline" name="email" type="email" placeholder="Your Email" value="" required=""></div>
<div class="form-group zammad-form-group"><label for="zammad-form-subject-inline"> Subject</label><input class="form-control zammad-form-control" id="zammad-form-subject-inline" name="title" type="undefined" placeholder="My subject" value=""></div>
<div class="form-group zammad-form-group"><label for="zammad-form-body-inline"> Message</label><textarea class="form-control zammad-form-control" id="zammad-form-body-inline" name="body" placeholder="Your Message..." rows="7" required=""></textarea></div>
<div class="form-group zammad-form-group"><label for="zammad-form-agreement-inline"><input type="checkbox" name="agreement" id="zammad-form-agreement-inline" class="zammad-form-checkbox" required=""> Accept EOSC Helpdesk <a target="_blank" href="https://helpdesk.sandbox.eosc-beyond.eu/privacy-policy">Data Privacy Policy</a> & <a target="_blank" href="https://helpdesk.sandbox.eosc-beyond.eu/aup">Acceptable Use Policy</a></label></div>
</form>
</div>
</button>
<script id="zammad_form_script" src="https://helpdesk.sandbox.eosc-beyond.eu/assets/form/form.js"></script>
<script>
$(function() {
$('#zammad-feedback-form').ZammadForm({
agreementMessage: ' Accept EOSC Helpdesk <a target="_blank" href="https://helpdesk.sandbox.eosc-beyond.eu/privacy-policy">Data Privacy Policy</a> & <a target="_blank" href="https://helpdesk.sandbox.eosc-beyond.eu/aup">Acceptable Use Policy</a>',
messageTitle: 'Report a problem/feedback',
messageSubmit: 'Submit',
messageThankYou: 'Thank you for your inquiry (#%s)! We\'ll contact you as soon as possible.',
modal: false,
targetGroupID: 15,
attributes: [{
display: 'Name',
name: 'name',
tag: 'input',
type: 'text',
id: 'zammad-form-name',
required: true,
placeholder: 'Your Name',
defaultValue: '',
},
{
display: 'Email',
name: 'email',
tag: 'input',
type: 'email',
id: 'zammad-form-email',
required: true,
placeholder: 'Your Email',
defaultValue: '',
},
{
display: 'Subject',
name: 'title',
tag: 'input',
id: 'zammad-form-subject',
required: false,
placeholder: 'My subject',
defaultValue: '',
},
{
display: 'Message',
name: 'body',
tag: 'textarea',
id: 'zammad-form-body',
required: true,
placeholder: 'Your Message...',
defaultValue: '',
rows: 7,
}
]
});
});
</script>
</div>
</div>
</div>
</section>
</main>
<eosc-common-main-footer></eosc-common-main-footer>
<script>
window.eosccommon.renderMainFooter('eosc-common-main-footer');
window.eosccommon.renderMainHeader('eosc-common-main-header');
</script>
</body>
</html>