1
1
import Link from "@docusaurus/Link" ;
2
- import MountainSvg from "@site/static/img/undraw_docusaurus_mountain.svg" ;
2
+ import CloudSvg from "@site/static/img/cloud.svg" ;
3
+ import HPCSvg from "@site/static/img/hpc.svg" ;
4
+ import HSRNSvg from "@site/static/img/hsrn.svg" ;
5
+ import SRDESvg from "@site/static/img/srde.svg" ;
3
6
import ReactSvg from "@site/static/img/undraw_docusaurus_react.svg" ;
4
- import TreeSvg from "@site/static/img/undraw_docusaurus_tree.svg" ;
5
7
import Heading from "@theme/Heading" ;
6
8
import clsx from "clsx" ;
7
9
import { type ComponentProps } from "react" ;
@@ -18,7 +20,7 @@ interface FeatureItem {
18
20
const FeatureList : FeatureItem [ ] = [
19
21
{
20
22
title : "High Performance Computing" ,
21
- Svg : MountainSvg ,
23
+ Svg : HPCSvg ,
22
24
description : (
23
25
< >
24
26
Seamless access to advanced computing resources, consultation services
@@ -29,7 +31,7 @@ const FeatureList: FeatureItem[] = [
29
31
} ,
30
32
{
31
33
title : "High Speed Research Network" ,
32
- Svg : TreeSvg ,
34
+ Svg : HSRNSvg ,
33
35
description : (
34
36
< >
35
37
The High Speed Research Network (HSRN) is NYU's high-throughput,
@@ -41,7 +43,7 @@ const FeatureList: FeatureItem[] = [
41
43
} ,
42
44
{
43
45
title : "GenAI" ,
44
- Svg : TreeSvg ,
46
+ Svg : ReactSvg ,
45
47
description : (
46
48
< >
47
49
The Pythia Platform is a suite of tools for researchers to harness
@@ -53,7 +55,7 @@ const FeatureList: FeatureItem[] = [
53
55
} ,
54
56
{
55
57
title : "Cloud Computing" ,
56
- Svg : ReactSvg ,
58
+ Svg : CloudSvg ,
57
59
description : (
58
60
< >
59
61
We facilitate access to Google Cloud Platform and also host an on-prem
@@ -64,7 +66,7 @@ const FeatureList: FeatureItem[] = [
64
66
} ,
65
67
{
66
68
title : "SRDE" ,
67
- Svg : ReactSvg ,
69
+ Svg : SRDESvg ,
68
70
description : (
69
71
< >
70
72
The Secure Research Data Environment (SRDE) is a centralized secure
0 commit comments