-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
251 lines (247 loc) · 15 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
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<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 active 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 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">
<!---->
<style>
#headerCarousel { width: 100%; }
#headerCarousel .carouselInner { width: 100%; }
#headerCarousel .carousel-item { width: 100%; overflow: hidden; }
#headerCarousel .carousel-item img { height: 350px; object-fit: cover; min-width: auto; }
</style>
<div>
<div id="headerCarousel" data-ride="carousel" data-interval="5000" class="carousel slide">
<ol class="carousel-indicators">
<li data-target="#headerCarousel" data-slide-to="0" class="active"></li>
<li data-target="#headerCarousel" data-slide-to="2"></li>
<li data-target="#headerCarousel" data-slide-to="3"></li>
<li data-target="#headerCarousel" data-slide-to="4"></li>
<li data-target="#headerCarousel" data-slide-to="5"></li>
<li data-target="#headerCarousel" data-slide-to="6"></li>
<li data-target="#headerCarousel" data-slide-to="7"></li>
<li data-target="#headerCarousel" data-slide-to="9"></li>
<li data-target="#headerCarousel" data-slide-to="10"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/header-quad.jpg" alt="First slide" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="img/header-military.jpg" alt="Third slide" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="img/header-blm.jpg" alt="Fourth slide" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="img/header-lab.jpg" alt="Fifth slide" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="img/header-syringe.jpg" alt="Sixth slide" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="img/header-building-brick.jpg" alt="Seventh slide" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="img/header-building-modern.jpg" alt="Eighth slide" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="img/header-stairs.jpg" alt="Tenth slide" class="d-block w-100">
</div>
<div class="carousel-item">
<img src="img/header-scientist.jpg" alt="Eleventh slide" class="d-block w-100">
</div>
</div>
<a href="#headerCarousel" role="button" data-slide="prev" class="carousel-control-prev">
<span aria-hidden="true" class="carousel-control-prev-icon"></span>
<span class="sr-only">Previous</span>
</a>
<a href="#headerCarousel" role="button" data-slide="next" class="carousel-control-next">
<span aria-hidden="true" class="carousel-control-next-icon"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="mb-4">
<div class="row">
<div class="col-md-12 text-center">
<h1 class="font-weight-light mt-4">Public Access Submission System</h1>
<p class="mt-4">
The Public Access Submission System (PASS) is an Eclipse open source platform designed to assist researchers, IT staff, compliance officers, and executives in efficiently and economically complying with the access policies of their funders and institutions.
</p>
<p class="mt-4">
Use Eclipse PASS to submit your manuscripts to funder and institutional publication repositories (e.g. PubMed Central, DSpace) and comply with access policies. Using the web-based PASS system, you can avoid paying article processing charges to make your publication open to the public, simultaneously send your manuscript to multiple repositories seamlessly, populate forms automatically with publication and author information by providing DOIs and ORCID IDs.
</p>
<p class="mt-4 text-left">
Eclipse PASS aims to:
<ul>
<li class="text-left">
Provide seamless functionality for submitting/collecting accepted manuscripts and metadata relevant to one or more agencies’ sponsored research and/or relevant to the researcher’s institution.
</li>
<li class="text-left">
Provide interfaces (e.g., APIs, SWORD, email-driven-workflows) for researchers, institutional administrators and agencies to access, collaborate on, submit, be notified about, and perhaps format accepted manuscripts and metadata.
</li>
<li class="text-left">
Deposit manuscripts and metadata in the repositories specified by the policies to which the author is subject, and/or additional repositories requested by the author. <a href="faq.html#supported-policies">See the policies currently supported by Eclipse PASS.</a>
</li>
</ul>
</p>
<a href="about.html" class="btn btn-primary mt-4 pl-4 pr-4 ember-view">Learn More</a>
<a href="demo.html" class="btn btn-primary mt-4 pl-4 pr-4 ember-view">See the Demo</a>
<a href="https://github.com/eclipse-pass/main" class="btn btn-primary mt-4 pl-4 pr-4 ember-view">See the Code</a>
<a href="contact.html" class="btn btn-primary mt-4 pl-4 pr-4 ember-view">Contact Us</a>
</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>
<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>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>