-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportal.html
More file actions
207 lines (172 loc) · 7.38 KB
/
portal.html
File metadata and controls
207 lines (172 loc) · 7.38 KB
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
<!DOCTYPE html>
<html lang=en>
<title>NeuroDISK</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/w3.css">
<link rel="stylesheet" href="css/w3-theme-red.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
//load the parts of the page that are always the same across the portal
$("#footerContent").load("footer.html");
});
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118863115-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118863115-5');
</script>
<head>
<style>
h1 {
color:goldenrod
}
.w3-container {
position: relative;
}
.topleft {
float: left;
}
.w3-bar .w3-button {
padding: 16px;
}
.footer {
left: 0;
bottom: 0;
width: 100%;
background-color:white;
color:black;
text-align: center;
}
</style>
</head>
<body>
<header class="w3-container w3-theme-d5 w3-padding" id="topMenu">
<div class="w3-container">
<div class=" w3-container">
<div class="topleft">
<h1><img src="images/Logo.png" alt="NeuroDISK" width=50px height=50px/>
NeuroDISK
</h1>
</div>
</div>
</div>
<div class="w3-right">
<div class="w3-bar w3-theme-d5">
<a href="index.html" class="w3-bar-item w3-button w3-padding-8">About</a>
<a href="research.html" class="w3-bar-item w3-button w3-padding-8">Research</a>
<a href="people.html" class="w3-bar-item w3-button w3-padding-8">People</a>
<a href="publications.html" class="w3-bar-item w3-button w3-padding-8">Publications</a>
<a href="ontologies.html" class="w3-bar-item w3-button w3-padding-8">Ontologies</a>
<a href="portal.html" class="w3-bar-item w3-button w3-padding-8 selected">Portals</a>
<a href="acknowledgements.html" class="w3-bar-item w3-button w3-padding-8">Acknowledgements</a>
</div>
</div>
</header>
<br />
<div class="w3-center">
<h2><b>Portals</b></h2>
</div>
<br />
<div class="w3-content w3-justify">
<p>NeuroDISK is part of the DISK project, check out our main project website and the DISK documentation:</p>
</div>
<div class="w3-content w3-justify">
<div class="w3-row-padding" style="margin-top:40px;justify-content:center;display:flex;">
<div class="w3-col s4 w3-margin-bottom">
<div class="w3-card w3-center">
<div class="img-center">
<img src="images/logo_disk.png" alt="DISK" height="70%" width="70%/">
</div>
<div class="w3-container w3-center">
<div class="container-description">
<h2>DISK</h2>
<p>Helping automate the discovery of scientific knowledge</p>
</div>
<p><button class="w3-button w3-light-grey w3-block" onclick="location.href='http://disk-project.org/'"><i class="fa fa-search"></i> See more</button></p>
</div>
</div>
</div>
<div class="w3-col s4 w3-margin-bottom">
<div class="w3-card w3-center">
<div class="img-center">
<img src="images/docs.png" alt="WINGS" height="80%" width="80%"/>
</div>
<div class="w3-container w3-center">
<div class="container-description">
<h2>Documentation</h2>
<p>Software documentation on how to install and run DISK locally</p>
</div>
<p><button class="w3-button w3-light-grey w3-block" onclick="location.href='https://disk.readthedocs.io/en/stable/'"><i class="fa fa-search"></i> See more</button></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="w3-content w3-justify">
<p>NeuroDISK uses the following services to retrieve data and run workflows:</p>
<p>Portals are provided for demonstration purposes and can be down temporally.</p>
</div>
<div class="w3-content w3-justify">
<div class="w3-row-padding" style="margin-top:40px">
<div class="w3-col s4 w3-margin-bottom">
<div class="w3-card w3-center">
<div class="img-center">
<img src="images/logo_wings.png" alt="WINGS" height="80%" width="80%"/>
</div>
<div class="w3-container w3-center">
<div class="container-description">
<h2>WINGS</h2>
<p>A semantic workflow system that assists scientists with the design of computational experiments</p>
</div>
<p><button class="w3-button w3-light-grey w3-block" onclick="location.href='https://wings.disk.isi.edu/wings-portal/'"><i class="fa fa-search"></i> Portal</button></p>
<p><button class="w3-button w3-light-grey w3-block" onclick="location.href='https://wings-workflows.org/'"><i class="fa fa-search"></i> See more</button></p>
</div>
</div>
</div>
<div class="w3-col s4 w3-margin-bottom">
<div class="w3-card w3-center">
<div class="img-center">
<img src="images/logo_ods.png" alt="ODS" height="50%" width="50%" style="padding: 10px 0px; width: calc(50% - 20px);"/>
</div>
<div class="w3-container w3-center">
<div class="container-description">
<h2>Organic Data Science</h2>
<p>Resolving science processes through an open framework that facilitates participation</p>
</div>
<p><button class="w3-button w3-light-grey w3-block" onclick="location.href='http://organicdatacuration.org/enigma_dev/'"><i class="fa fa-search"></i> Portal</button></p>
<p><button class="w3-button w3-light-grey w3-block" onclick="location.href='http://www.organicdatascience.org/'"><i class="fa fa-search"></i> See more</button></p>
</div>
</div>
</div>
<div class="w3-col s4 w3-margin-bottom">
<div class="w3-card w3-center">
<div class="img-center">
<img src="images/Logo.png" alt="DISK" height="60%" width="50%/">
</div>
<div class="w3-container w3-center">
<div class="container-description">
<h2>NeuroDISK</h2>
<p>DISK implementation for the neuroscience domain. Uses the ENIGMA data and methods.</p>
</div>
<p><button class="w3-button w3-light-grey w3-block" onclick="location.href='http://neuro.disk.isi.edu/'"><i class="fa fa-search"></i> Live Demo</button></p>
<p><button class="w3-button w3-light-grey w3-block" onclick="location.href='http://neuro.disk.isi.edu/'"><i class="fa fa-search"></i> Snapshoot</button></p>
</div>
</div>
</div>
</div>
</div>
<br />
<div class="footer">
<hr />
<p>NeuroDISK 2021 Copyright ©| University of Southern California</p>
</div>
</body>
</html>