diff --git a/sites/mainweb/app/team/page.tsx b/sites/mainweb/app/team/page.tsx index bd64d42..1337f4f 100644 --- a/sites/mainweb/app/team/page.tsx +++ b/sites/mainweb/app/team/page.tsx @@ -21,6 +21,7 @@ import Content2 from "@/assets/images/2025/glenne.png" import External2 from "@/assets/images/2025/vidhi.jpeg" import Project from "@/assets/images/2025/anika.jpg" import Advisor from "@/assets/images/2025/jake.png" +import IDEaS from "@/assets/images/2025/ideas.png" const Team = () => { const [windowWidth, setWindowWidth] = useState( @@ -60,56 +61,15 @@ const Team = () => {

- {/* IDEaS Lab Banner */} -
- - {/* Background glow */} -
- {/* GT Navy + Gold corner accent */} -
- - {/* Icon */} -
- -
- - {/* Text */} -
-
- - Supervising Lab - -
-

- Institute for Data Engineering and Science -

-

- IDEaS is the Georgia Tech research institute that oversees and supports DS@GT. It connects government, industry, and academia to advance foundational data science research, and provides the resources and faculty expertise that power our club’s mission. -

-
- - {/* Arrow */} -
- - - -
-
-
- {/* Team Grid Section */}
+ + The Institute for Data Engineering and Science (IDEaS) is the Georgia Tech lab that oversees DS@GT. It connects government, industry, and academia to advance foundational data science research and provides the faculty expertise that powers our club. + + + Aditi oversees all operations of DSGT, leading the executive board and coordinating with faculty and industry partners to shape the future of data science at GT. diff --git a/sites/mainweb/assets/images/2025/ideas.png b/sites/mainweb/assets/images/2025/ideas.png new file mode 100644 index 0000000..e7c47e3 Binary files /dev/null and b/sites/mainweb/assets/images/2025/ideas.png differ