-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
185 lines (183 loc) · 11.6 KB
/
about.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
<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 id="ember421" 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 id="ember371" class="sticky-element-container ember-view">
<div id="ember378" class="sticky-element__trigger sticky-element__trigger--top ember-view"></div>
<div class="sticky-element">
<div id="ember383" 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 active 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">
<div class="row justify-content-center text-left mb-4">
<div style="max-width:1000px;" class="col-12">
<h1 class="font-weight-light mt-5">About Eclipse PASS</h1>
<div class="row mt-4">
<p>
The Public Access Submission System (PASS) is an Eclipse open source platform designed to assist researchers in complying with the access policies of their funders and institutions.
</p>
<p>
While many federal agencies have policies that require research results to be made publicly accessible, the requirements to comply with these vary greatly from one agency to another. These heterogeneous processes for compliance have become burdensome for researchers and their institutions. For research that is funded by multiple agencies, it can be especially complicated to ensure compliance with each funder’s access policy.
</p>
<p>
Meanwhile, many universities have implemented an open access policy, which also requires research outputs to be made publicly accessible. As a result, each publication can be subject to multiple policies each with its own workflow and requirements.
</p>
<p>
The Eclipse PASS platform is designed to offer a unified approach for compliance, allowing the researcher to fulfill the access policies of their institutions and funders through a single website.
</p>
<p>
PASS was originally created by the Sheridan Libraries at Johns Hopkins University, Harvard University Office for Scholarly Communication, the MIT Libraries, and with inspiration from Jeff Spies, formerly of the Center for Open Science. PASS is now an open source project supported by the Eclipse Foundation and governed by an emerging Eclipse Foundation Working Group.
</p>
<p>
PASS is an open source software project. We welcome collaboration with other institutions who share our goals. <a href="contact.html">Contact our team</a> for more information, or take a look at our code base, available on <a href="https://github.com/eclipse-pass/main">GitHub</a>.
</p>
<p>
Try the <a href="demo.html">demo now</a> or <a href="contact.html">contact us</a> about deploying Eclipse PASS at your institution.
</p>
</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>