Skip to content

Commit b70c4d9

Browse files
committedNov 11, 2024·
chore(on-ramps): Updated language for On-Ramps
1 parent 53a8d24 commit b70c4d9

File tree

1 file changed

+23
-15
lines changed

1 file changed

+23
-15
lines changed
 

‎src/onramps-resource-catalog/AccessHeader.jsx

+23-15
Original file line numberDiff line numberDiff line change
@@ -11,38 +11,46 @@ const AccessHeader = ({ baseUrl }) => {
1111
</div>
1212
<div className="row">
1313
<div className="col">
14-
<h3 className="border-bottom">The ACCESS On-Ramps Program</h3>
14+
<h3 className="border-bottom">NSF ACCESS Resources</h3>
1515
</div>
1616
</div>
1717
<div className="row">
1818
<div className="col">
19+
<h4>Discover the nationwide NSF cyberinfrastructure</h4>
1920
<p>
20-
Need more advanced computing and storage options for your work?
21-
The On-Ramps program offers your institution cost-free entry to the nation's
22-
cyberinfrastructure resources. Simply select a resource from the catalog below to
23-
get started. On-Ramps expands your cyberinfrastructure with many powerful resource options.
21+
Need advanced computing and storage options for your research or classroom?
22+
The ACCESS program has been established and funded by the U.S.
23+
National Science Foundation to
24+
help you - the nation's researchers and educators - to use some of the country's
25+
most advanced computing systems and services - at no cost to you.
2426
</p>
2527
<p>
26-
<a href="https://allocations.access-ci.org" target="_blank">Learn more on our About On-Ramps page</a>
28+
Thousands of researchers, instructors, and students from institutions large and small use
29+
ACCESS-integrated resources every year. With more than 30 resources from more than 15
30+
resource providers, there's bound to be a resource for you, your lab, or your class.
2731
</p>
28-
<h4 className="border-bottom">About ACCESS</h4>
2932
<p>
30-
ACCESS is a program established and funded by the National Science Foundation to
31-
help researchers and educators, with or without supporting grants,
32-
to utilize the nation's advanced computing systems and services — at no cost.
33+
Explore the resource catalog below - filter the list to discover the resources that
34+
have the features or services to accelerate your activities. The System Info button will
35+
take you to the resource's documentation for all the details.
36+
</p>
37+
<p>
38+
Ready to begin? Click the "Get Your First Project" button and join the ACCESS community!
3339
</p>
3440
<p>
35-
<a
36-
href="https://access-ci.org"
37-
target="_blank"
38-
className="btn btn-info me-2 fw-bold"
39-
>Learn more about ACCESS <i className='bi bi-box-arrow-up-right'></i></a>
4041
<a
4142
href="https://allocations.access-ci.org/get-your-first-project"
4243
target="_blank"
4344
className={`btn btn-secondary fw-bold ${styles.btnSecondary}`}
4445
>Get Your First Project <i className='bi bi-box-arrow-up-right'></i></a>
4546
</p>
47+
<p>
48+
If you have feedback for ACCESS, please complete our
49+
<a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSdn-SXokNB_5s0r2SA_S9ZIZWZFlVPRD2OHepTH5HY2YND_zw/viewform"> Feedback Form</a>.
50+
<br />
51+
If you have questions, please use the
52+
<a target="_blank" href="https://support.access-ci.org/user/login?destination=/open-a-ticket"> ACCESS Help Request Form</a>.
53+
</p>
4654
</div>
4755
</div>
4856

0 commit comments

Comments
 (0)