Skip to content

Commit 2b3cead

Browse files
authored
Merge pull request #44 from NYU-ITS/landing_page_edit
landing page basic info
2 parents f56a084 + 16a914f commit 2b3cead

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed

src/components/HomepageFeatures/index.tsx

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,52 @@ const FeatureList: FeatureItem[] = [
1414
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
1515
description: (
1616
<>
17-
Docusaurus was designed from the ground up to be easily installed and
18-
used to get your website up and running quickly.
17+
Seamless access to advanced computing resources, consultation services
18+
and expertise for research.
1919
</>
2020
),
2121
},
2222
{
23-
title: 'Secure Data Research Environments',
23+
title: 'High Speed Research Network',
2424
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
2525
description: (
2626
<>
27-
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
28-
ahead and move your docs into the <code>docs</code> directory.
27+
The High Speed Research Network (HSRN) is NYU's high-throughput,
28+
low-latency computer network dedicated to supporting data-intensive
29+
sciences.
30+
</>
31+
),
32+
},
33+
{
34+
title: 'Pythia',
35+
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
36+
description: (
37+
<>
38+
The Pythia Platform is a suite of tools for researchers to harness
39+
generative AI including a secure access to a chat portal, API access
40+
to LLMs and an on-prem vector database.
41+
</>
42+
),
43+
},
44+
{
45+
title: 'RTC',
46+
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
47+
description: (
48+
<>
49+
Research Technology Cloud is our hybrid cloud platform for researchers
50+
that includes access to an on-prem OpenShift cluster and access to
51+
the Google Cloud Platform.
2952
</>
3053
),
3154
},
3255
{
33-
title: 'And everything else!',
56+
title: 'SRDE',
3457
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
3558
description: (
3659
<>
37-
Extend or customize your website layout by reusing React. Docusaurus can
38-
be extended while reusing the same header and footer.
60+
The Secure Research Data Environment (SRDE) is a centralized secure
61+
computing platform designed to support research projects that require
62+
storage and computational resources specifically for sensitive data.
3963
</>
4064
),
4165
},

0 commit comments

Comments
 (0)