Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions src/data/members.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Member } from "../types";
export default [
{
name: "Kaveen Hiniduma",
lastName: "Hiniduma",
title: "PhD Student",
advisor: "Prof. Suren Byna",
image: require("@site/static/img/members/hiniduma.jpg").default,
Expand All @@ -16,6 +17,7 @@ export default [
},
{
name: "Hyunju Oh",
lastName: "Oh",
title: "PhD Student",
advisor: "Prof. Suren Byna",
image: require("@site/static/img/members/oh.jpg").default,
Expand All @@ -26,6 +28,7 @@ export default [
},
{
name:"Arta Salimiparsa",
lastName: "Salimiparsa",
title: "PhD Student",
advisor: "Prof. Suren Byna",
image: require("@site/static/img/members/salimiparsa.jpg").default,
Expand All @@ -36,7 +39,8 @@ export default [
},
{
name:"Suben Kumer Saha",
title: "PhD Student",
lastName: "Saha",
title: "Master's Student",
advisor: "Prof. Suren Byna",
image: require("@site/static/img/members/saha.jpg").default,
links: {
Expand All @@ -46,6 +50,7 @@ type: "researcher",
},
{
name: "Aparajit Talukdar",
lastName: "Talukdar",
title: "PhD Student",
advisor: "Prof. Suren Byna",
image: require("@site/static/img/members/talukdar.jpg").default,
Expand All @@ -56,6 +61,7 @@ type: "researcher",
},
{
name: "Noah Lewis",
lastName: "Lewis",
title: "PhD Student",
advisor: "Prof. Suren Byna",
image: require("@site/static/img/members/lewis.jpg").default,
Expand All @@ -66,6 +72,7 @@ type: "researcher",
},
{
name:"Keegan Sanchez",
lastName: "Sanchez",
title: "PhD Student",
advisor: "Prof. Suren Byna",
image: require("@site/static/img/members/sanchez.jpg").default,
Expand All @@ -76,6 +83,7 @@ type: "researcher",
},
{
name:"Ramlah Ilyas",
lastName: "Ilyas",
title: "PhD Student",
advisor: "Prof. Suren Byna",
image: require("@site/static/img/members/ilyas.jpg").default,
Expand All @@ -86,6 +94,7 @@ type: "researcher",
},
{
name: "Olivia Maynard",
lastName: "Maynard",
title: "Master's Student",
advisor: "Prof. Suren Byna",
image: require("@site/static/img/members/maynard.jpg").default,
Expand All @@ -96,6 +105,7 @@ type: "researcher",
},
{
name: "Dylan Ryan",
lastName: "Ryan",
title: "Undergraduate Student",
advisor: "Prof. Suren Byna",
image: require("@site/static/img/members/ryan.jpg").default,
Expand All @@ -106,13 +116,15 @@ type: "researcher",
},
{
name: "Ravi K Madduri",
lastName: "Madduri",
title: "Senior Computer Scientist",
affiliation: "Argonne National Laboratory",
image: require("@site/static/img/members/madduri.jpg").default,
type:"external"
},
{
name:"Jean Luca Bez",
lastName: "Bez",
title: "Career-Track Research Scientist",
affiliation: "Lawrence Berkeley National Laboratory",
image: require("@site/static/img/members/bez.jpg").default,
Expand All @@ -124,10 +136,11 @@ type: "researcher",
title: "Postdoctoral Researcher",
affiliation: "Lawrence Berkeley National Laboratory",
image: require("@site/static/img/members/zhang.jpg").default,
type: "external",
type: "previous",
},
{
name: "Houjun Tang",
lastName: "Tang",
title: "Computer Research Scientist",
affiliation: "Lawrence Berkeley National Laboratory",
image: require("@site/static/img/members/tang.jpg").default,
Expand Down
8 changes: 5 additions & 3 deletions src/pages/members/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ import members from "@site/src/data/members";

## Students

<MemberList data={members.filter((member) => member.type === "researcher")} />

<MemberList data={members.filter((member) => member.type === "researcher").sort((a, b) => a.lastName.localeCompare(b.lastName))} />
## External Collaborators

<MemberList data={members.filter((member) => member.type === "external")} />
<MemberList data={members.filter((member) => member.type === "external").sort((a, b) => a.lastName.localeCompare(b.lastName))} />

## Previous Members and Collaborators

<MemberList data={members.filter((member) => member.type === "previous")} />

2 changes: 1 addition & 1 deletion src/pages/members/suben-kumer-saha.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import MemberPublications from "@site/src/components/people/MemberPublications";
}}
/>

Suben Kumer Saha is a PhD Student in the Department of Computer Science and Engineering at The Ohio State University and a member of the IDT Lab. Suben Kumer Saha works under the guidance of Prof. Suren Byna.
Suben Kumer Saha is a Master's Student in the Department of Computer Science and Engineering at The Ohio State University and a member of the IDT Lab. Suben Kumer Saha works under the guidance of Prof. Suren Byna.

</div>

Expand Down
7 changes: 4 additions & 3 deletions src/pages/opportunities/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ import JobItem from "@site/src/components/jobs/JobItem";
The IDT Lab at The Ohio State University performs cutting-edge research in all aspects of data management for science, including storage and I/O, file systems, metadata management, data readiness, data movement performance analysis and tuning, and data security. The emphasis of the lab’s research is on developing systems and tools that make managing scientific data efficient and easy for scientists using high-performance computing (HPC), cloud, and edge computing systems. The IDT Lab collaborates with Department of Energy (DOE) national laboratories, industry, and universities.


<JobItem
{/*Commented out for later reusability*/}

{/* <JobItem
detailLink="/opportunities/research-scientist-fall2025"
detailText="More Details"
location="On-campus, Columbus, OH"
postedAt="Sep 1st, 2025"
shortDescription="Looking for a Research Scientist with expertise in some of the research directions carried out in the lab. The ideal candidate should be capable of initiating and leading research and development in the areas of data management systems for high performance computing (HPC), parallel computing systems. "
status="open"
status="close"
title="Research Scientist"
/>
/> */}

## Student Opportunities

Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export type Member = {
name: string;
researchInterests?: string[];
title: string;
type: "researcher" | "engineer" | "visiting" | "external";
type: "researcher" | "engineer" | "visiting" | "external" | "previous";
};

export type ProjectId =
Expand Down