-
Notifications
You must be signed in to change notification settings - Fork 0
/
portal.html
162 lines (136 loc) · 5.51 KB
/
portal.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
<!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">Portal</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>Portal</b></h2>
</div>
<br />
<div class="w3-content w3-justify">
<p>NeuroDISK builds on and extends the following AI tools:</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_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://neuro.disk.isi.edu/'"><i class="fa fa-search"></i> Portal</button></p>
<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/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%"/>
</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>
</div>
</div>
<br />
<div class="footer">
<hr />
<p>NeuroDISK 2021 Copyright ©| University of Southern California</p>
</div>
</body>
</html>