forked from brain-image-library/bil_info_site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
97 lines (89 loc) · 3.09 KB
/
contact.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<title>Brain Image Library: Contact</title>
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800" />
<link rel='stylesheet' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="/css/bootstrap.css" />
<link rel="stylesheet" href="/css/styles.css" />
<link rel="stylesheet" href="/my.css" />
<script src="/js/jquery.min.js"></script>
</head>
<body class="bg">
<div class="container">
<p> </p>
</div>
<div class="container">
<!--Navigation bar-->
<div id="topmenu">
</div>
<script>
$(function(){
$("#topmenu").load("menu.html");
});
</script>
<!--end of Navigation bar-->
<div class="jumbotron">
<p>
The <b>Brain Image Library (BIL)</b> is a national public resource enabling researchers to deposit, analyze, mine, share and interact with large brain image datasets.
</p>
<p><b>Helpdesk Support</b><br />
For technical questions, assistance depositing files in BIL including
networking support, assistance retreiving data deposited in BIL or to
comment on our Web documentation.</p>
<p>Non-time critical issues:<br />
Submit a help ticket. Send email to [email protected]</p>
<!--
<p>Time-critical issues:<br />
Phone the PSC hotline at: 412.268.6350</p>
-->
<p>
<b>Allocations and Accounts</b> <br />
For inquiries and help concerning grants of computing time
</p>
<p>Email: [email protected]<br />
Phone: 412.268.4960<br />
Fax: 412.268.5831<br />
</p>
<b>Corporate Relations.</b>
<p>
For assistance in obtaining consulting, training, and access to PSC
supercomputing systems for your business</p>
<p>Email: [email protected]<br />
Phone: 412.268.4960<br />
</p>
<p>
<b>Main Desk and Mailings.</b><br />
For all other inquiries
</p>
<p>
Phone: 412.268.4960<br />
FAX: 412.268.5832<br />
U.S. mail: Brain Image Library, c/o Pittsburgh Supercomputing Center, 300 S. Craig Street, Pittsburgh, PA 15213 USA</p>
<p>
<b>Partner sites and collaborations</b>
</p>
The BIL is operated as a partnership between the Biomedical Applications Group
at the <a href="https://www.psc.edu/">Pittsburgh Supercomputing Center</a>,
the <a href="www.cbi.pitt.edu/">Center for Biologic Imaging (CBI)</a> at
the <a href="https://www.pitt.edu/">University of Pittsburgh</a> and the
<a href="https://www.mbic.cmu.edu">Molecular Biosensor and Imaging Center</a>
at <a href="https://www.cmu.edu">Carnegie Mellon University</a>.
</div>
</div>
<!--Bottom Footer -->
<div id="bottomfooter">
</div>
<script>
$(function(){
$("#bottomfooter").load("footer.html");
});
</script>
<!--end of bottomfooter-->
<script src="/js/jquery.min.js"></script>
<script src="/js/popper.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
</body>
</html>