-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
165 lines (135 loc) · 5.73 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- jquery 3.1.1 -->
<script src="/web/js/jquery.min.js"></script>
<!-- 3.3.7 compiled and minified CSS -->
<link rel="stylesheet" href="/web/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- 3.3.7 Optional theme -->
<link rel="stylesheet" href="/web/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- 3.3.7 Latest compiled and minified JavaScript -->
<script src="/web/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Custom Fonts -->
<!-- <link href="/web/css/font-awesome.min.css" rel="stylesheet" type="text/css"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Web Editorial Board (WEB)</title>
<style>
html, body{
height: 100%;
min-height: 100%;
}
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
box-sizing: content-box;
line-height: normal;
}
.center_div{
margin: 0 auto;
width:80% /* value of your choice which suits your alignment */
}
</style>
</head>
<body>
<!-- NAV -->
<nav class="navbar navbar-default navbar-static-top">
<div class="container">
<ul class="nav navbar-nav navbar-left">
<li><a href="http://ismrm.org">ISMRM</a></li>
<li><a href="http://www.ismrm.org/MR-Hub/">MR-Hub</a></li>
<li><a href="http://dev.ismrm.org">Proceedings Search</a></li>
</ul>
</div>
</nav>
<!-- JUMBOTRON -->
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<h3>This site is brought to you by...</h3>
<div class="text-center">
<div class="jumbotron">
<p>
The ISMRM Web Editorial Board
</p>
<p>
or
</p>
<h1 class="display-3">"WEB"</h1>
<p class="lead">
The WEB is responsible for the development of web-based services,
including working with the Central Office and in conjunction
with appropriate committees, such as Publications, to properly
assess the society's online needs.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- MEMBER LIST -->
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<div class="text-center">
<h2>Web Editorial Board Members</h2>
<ul style="display: inline-block; text-align: left;">
<li>Brian A. Hargreaves, Ph.D., Web Editor</li>
<li>Garry E. Gold, M.D., Ex Officio</li>
<li>Joseph J. H. Ackerman, Ph.D.</li>
<li>Walter F. Block, Ph.D.</li>
<li>Fernando Calamante, Ph.D.</li>
<li>Daniel Gallichan, D.Phil.</li>
<li>Sairam Geethanath, Ph.D.</li>
<li>Margaret A. Hall-Craggs, M.D.</li>
<li>Jeff A. Jahn, BAS,R.T.(R)(MR)</li>
<li>Jun Lu, Ph.D.</li>
<li>Pia C. Maly Sundgren, M.D., Ph.D.</li>
<li>Craig H. Meyer, Ph.D.</li>
<li>Kim Butts Pauly, Ph.D.</li>
<li>Hollis G. Potter, M.D.</li>
<li>Scott B. Reeder, M.D., Ph.D.</li>
<li>Joelle E. Sarlls, Ph.D.</li>
<li>Daniel K. Sodickson, M.D.,Ph.D.</li>
<li>Nikola A. Stikov, Ph.D.</li>
<li>E. Brian Welch, Ph.D., M.B.A.</li>
<li>Pauline Wong Worters, Ph.D.</li>
<li>Nicholas Ryan Zwart, Ph.D.</li>
<li>Adrienne E. Campbell-Washburn, Ph.D., Junior Fellow Observer</li>
<li>Thomas W. Okell, Ph.D., Junior Fellow Observer</li>
</ul>
</div>
</div>
</div>
</div>
<hr>
<footer class="footer">
<div class="text-center">
<p>For more information see the ISMRM <a href="http://www.ismrm.org/members-only/committee-directory/#WEB">committee directory</a> and <a href="http://www.ismrm.org/committees/Committee_Descriptions.pdf">committee descriptions</a>.</p>
</div>
</footer>
<hr>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center">
<li>
<a href="https://github.com/ismrm/web">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>