-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
194 lines (192 loc) · 11.4 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
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
<html lang="en" data-ember-extension="1" class="gr__localhost">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PASS</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="assets/coreUI.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link integrity="" rel="stylesheet" href="assets/pass-ember.css">
<link rel="stylesheet" href="assets/branding.css">
<link rel="stylesheet" href="assets/branding-overrides.css">
</head>
<body data-gr-c-s-loaded="true" class="ember-application">
<div id="not-supported-box">PASS does not support Internet Explorer. Please use Chrome, Firefox, or Edge to open PASS.</div>
<div id="ember-basic-dropdown-wormhole"></div>
<div id="modal-overlays"></div>
<div class="ember-view">
<div style="z-index:0;" class="site">
<header id="brand-header" class="navbar navbar-expand-xs justify-content-center mb-0">
<div class="container">
<a href="index.html" class="navbar-brand d-none d-sm-block">
<h3 id="brand-header-title" class="font-weight-light">
Public Access Submission System
</h3>
</a>
<a href="index.html" class="navbar-brand custom-color d-xs-block d-sm-none active ember-view">
<h3 class="font-weight-light">P.A.S.S.</h3>
</a>
<a href="https://www.eclipse.org/org/foundation/">
<img id="brand-logo" src="img/ef/eclipse_foundation_logo_wo/EF_WHT-OR_png.png" alt="Logo" class="nav-item d-sm-down-none pull-right brand-logo pr-0">
</a>
</div>
</header>
<div style="z-index:10000;">
<div class="sticky-element-container ember-view">
<div class="sticky-element__trigger sticky-element__trigger--top ember-view"></div>
<div class="sticky-element">
<div class="ember-view">
<nav id="header-navbar" class="navbar navbar-light navbar-expand-md w-100">
<div class="container">
<div style="width:100%;" class="col-xs-12">
<button type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler text-center border-none">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbarSupportedContent" class="collapse navbar-collapse">
<ul style="width:100%" class="navbar-nav">
<li class="nav-item"><a href="index.html" class="nav-link pl-0 ml-0 ember-view">Home</a></li>
<li class="nav-item"><a href="about.html" class="nav-link ember-view">About</a></li>
<li class="nav-item"><a href="demo.html" class="nav-link ember-view">Demo</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link active ember-view">Contact</a></li>
<li class="nav-item"><a href="faq.html" class="nav-link ember-view">FAQ</a></li>
<li class="nav-item"><a href="resources.html" class="nav-link ember-view">Resources</a></li>
</ul>
</div>
</div>
</div>
</nav>
</div>
</div>
</div>
</div>
<div class="container site-content">
<div class="row pass-contact justify-content-center text-left">
<div style="max-width:1000px;" class="col-12">
<h1 class="font-weight-light mt-5">Contact Us</h1>
<div class="row mt-4">
<div class="col-lg-6 col-md-6 col-sm-12">
<p>For inquiries relating to acquiring PASS for your institution OR software development collaborations, please contact:<br>
<p>
<b>Bill Branan</b><br> Manager, Digital Research and Curation Center<br>
<small>JHU Libraries | Johns Hopkins University | Baltimore MD 21218</small><br>
<a href="mailto:[email protected]" class="btn-link">[email protected]</a>
</p>
<p>
<b>John Kellerman</b><br> Eclipse PASS Program Manager<br>
<small>Eclipse Foundation</small><br>
<a href="mailto:[email protected]" class="btn-link">[email protected]</a>
</p>
<p>
<b>Mark Patton</b><br> Technical Lead, Digital Research and Curation Center<br>
<small>JHU Libraries | Johns Hopkins University | Baltimore MD 21218</small><br>
<a href="mailto:[email protected]" class="btn-link">[email protected]</a>
</p>
<p>
<a href="https://groups.google.com/g/pass-general" target="_blank" rel="noopener noreferrer">
Subscribe
to the Eclipse PASS project email list </a> to be notified of announcements about PASS, ask questions, and discuss opportunities.
</p>
<p>
The Eclipse PASS project team uses Slack to communicate on a daily basis. If you would like to be invited to the Slack channel to follow along with the conversation, ask questions, or stay engaged with the project, please email either Bill Branan or John Kellerman at the addresses listed above.
</p>
</p>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
</div>
</div>
</div>
</div>
</div>
<footer id="solstice-footer" class="border-top border-light py-4">
<div class="container">
<div class="row">
<section class="col-sm hidden-print" id="footer-eclipse-foundation">
<h2 class="section-title">Eclipse Foundation</h2>
<ul class="list-unstyled">
<li><a href="https://www.eclipse.org/org/">About Us</a></li>
<li><a href="https://www.eclipse.org/org/foundation/contact.php">Contact Us</a></li>
<li><a href="https://www.eclipse.org/sponsor">Sponsor</a></li>
<li><a href="https://www.eclipse.org/membership">Members</a></li>
<li><a href="https://www.eclipse.org/org/documents/">Governance</a></li>
<li><a href="https://www.eclipse.org/org/documents/Community_Code_of_Conduct.php">Code of Conduct</a></li>
<li><a href="https://www.eclipse.org/artwork/">Logo and Artwork</a></li>
<li><a href="https://www.eclipse.org/org/foundation/directors.php">Board of Directors</a></li>
<li><a href="https://www.eclipse.org/careers/">Careers</a></li>
</ul>
</section>
<section class="col-sm hidden-print" id="footer-legal">
<h2 class="section-title">Legal</h2>
<ul class="list-unstyled">
<li><a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
<li><a href="https://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
<li><a href="https://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
<li><a href="https://www.eclipse.org/legal/epl-2.0/">Eclipse Public License</a></li>
<li><a href="https://www.eclipse.org/legal/">Legal Resources</a></li>
</ul>
</section>
<section class="col-sm hidden-print" id="footer-useful-links">
<h2 class="section-title">Useful Links</h2>
<ul class="list-unstyled">
<li><a href="https://bugs.eclipse.org/bugs/">Report a Bug</a></li>
<li><a href="https://help.eclipse.org/">Documentation</a></li>
<li><a href="https://www.eclipse.org/contribute/">How to Contribute</a></li>
<li><a href="https://www.eclipse.org/mail/">Mailing Lists</a></li>
<li><a href="https://www.eclipse.org/forums/">Forums</a></li>
<li><a href="https://marketplace.eclipse.org">Marketplace</a></li>
</ul>
</section>
<section class="col-sm hidden-print" id="footer-other">
<h2 class="section-title">Other</h2>
<ul class="list-unstyled">
<li><a href="https://www.eclipse.org/ide/">IDE and Tools</a></li>
<li><a href="https://www.eclipse.org/projects">Projects</a></li>
<li><a href="https://www.eclipse.org/org/workinggroups/">Working Groups</a></li>
<li><a href="https://www.eclipse.org/org/research/">Research@Eclipse</a></li>
<li><a href="https://www.eclipse.org/security/">Report a Vulnerability</a></li>
<li><a href="https://status.eclipse.org">Service Status</a></li>
</ul>
</section>
</div>
<div class="col-sm-24 margin-top-20">
<div class="d-flex align-items-center justify-content-between">
<div id="copyright" class="col-md-16">
<p id="copyright-text">Copyright © Eclipse Foundation. All Rights Reserved.</p>
</div>
<div />
<div class="col-md-12 social-media">
<ul class="list-inline">
<li class="list-inline-item">
<a class="social-media-link fa-stack fa-lg" href="https://twitter.com/EclipseFdn">
<i class="fa fa-circle-thin fa-stack-2x"></i><i class="fa fa-twitter fa-stack-1x"></i><span class="sr-only">Twitter account</span>
</a>
</li>
<li class="list-inline-item">
<a class="social-media-link fa-stack fa-lg" href="https://www.facebook.com/eclipse.org">
<i class="fa fa-circle-thin fa-stack-2x"></i><i class="fa fa-facebook fa-stack-1x"></i><span class="sr-only">Facebook account</span>
</a>
</li>
<li class="list-inline-item">
<a class="social-media-link fa-stack fa-lg" href="https://www.youtube.com/user/EclipseFdn">
<i class="fa fa-circle-thin fa-stack-2x"></i><i class="fa fa-youtube fa-stack-1x"></i><span class="sr-only">Youtube account</span>
</a>
</li>
<li class="list-inline-item">
<a class="social-media-link fa-stack fa-lg" href="https://www.linkedin.com/company/eclipse-foundation">
<i class="fa fa-circle-thin fa-stack-2x"></i><i class="fa fa-linkedin fa-stack-1x"></i><span class="sr-only">Linkedin account</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</div>
</div>
<script src="https://kit.fontawesome.com/e49a048ccd.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="crossorigin="anonymous"></script>
</body>
</html>