-
Notifications
You must be signed in to change notification settings - Fork 18
/
institutions.html
90 lines (87 loc) · 3.72 KB
/
institutions.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
---
title: OSG Institutions
layout: padded-default
js_extension:
- src: "https://unpkg.com/gridjs/dist/gridjs.umd.js"
loading:
- src: "https://unpkg.com/lunr/lunr.js"
loading:
- src: "/assets/js/pages/institution.js"
loading: "defer"
type: "module"
css_extension:
- href: "/assets/css/grid-table.css"
description: |
The below projects were active in the last year across reporting pools in the OSG Consortium. Some represent a
small research group, while others represent a large collaboration or campus with numerous researchers using
resources in OSG pools.
---
<style>
.spinner-grow {
height:100px;
width:100px;
margin-top:auto;
margin-bottom:auto;
}
.wrapper { min-width: 1000px; }
tr td:nth-child(1) {
text-decoration: underline;
}
</style>
<div class="container-xxl">
{% include layout/title.html %}
<div class="row">
<div class="col-12 col-xl-7 col-lg-8 col-md-10">
<p>
Institutions registered with the OSG Consortium leverage the services provided by the Consortium
to make locally administrated services accessible to remote researchers. The services provided by
an institution can be in the form of computing capacity – processing and/or storage – and/or
collections of named objects. Some of the capacity provided by these institutions is available
to the Open Science community via the <a href="{{ '/services/open_science_pool/institutions' | relative_url }}">Open Science Pool (OSPool)</a>.
</p>
<p>
<b>Institutions</b> provide administrative control and oversight over the services they provide.
At universities, the name of the registered institution is typically the name of the university
rather than the name of the department that operates the service.
</p>
<p>All statistics listed below are a summary of the last year of capacity contributions.</p>
<p class="d-none d-sm-block">
<b>Click on a row to view institution details.</b>
</p>
</div>
</div>
</div>
<div class="container-xxl">
<div class="row">
<div class="col-12 col-xl-10 col-lg-11 col-md-12">
<div id="wrapper" class=" overflow-auto"></div>
</div>
</div>
</div>
<div class="modal fade" id="display" tabindex="-1" aria-labelledby="Name" aria-hidden="true">
<div class="modal-dialog modal-xl modal-fullscreen-lg-down">
<div class="modal-content">
<div class="modal-header">
<h2 id="facility-Name" class="mb-0 facility-Name"></h2>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<h5 class="pt-3">Science Impact</h5>
<div class="row project-usage-row">
<div class="col-12 col-xl-6 projects-supported"></div>
<div class="col-12 col-xl-6 fields-of-science-supported"></div>
<div class="col-12 col-xl-6 organizations-supported"></div>
</div>
<h5>Resources Provided</h5>
<div class="row project-usage-row">
<div class="col-12 col-md-6 jobs-ran"></div>
<div class="col-12 col-md-6 cpu-provided"></div>
<div class="col-12 col-md-6 gpu-provided"></div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>