Skip to content

Commit 183599f

Browse files
authored
Update member information: [WU] (#2)
1 parent f8571cd commit 183599f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/committee/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ const committeeMembers: CommitteeMember[] = [
5454
{
5555
id: 'xinzhe.wu',
5656
name: 'Dr. Xinzhe Wu',
57-
title: 'Senior Researcher',
57+
title: 'Senior Scientific Researcher',
5858
affiliation: 'Jülich Supercomputing Center, FZJ, Germany',
59-
//bio: 'Dr. Xinzhe Wu is a leading expert in numerical linear algebra and high-performance computing. His research focuses on developing efficient algorithms for large-scale matrix computations.',
59+
bio: 'Dr. Xinzhe Wu is specializing in numerical linear algebra and high-performance computing. His research focuses on subspace methods for solving eigenvalue problems, with expertise in parallel matrix operations, task-based programming, and the application of machine learning in materials science.',
6060
image: '/committee/avatar/xinzhe.wu.jpeg',
6161
categories: [expertiseCategories.NUMERICAL_LINEAR_ALGEBRA, expertiseCategories.HPC, expertiseCategories.ALGORITHM_DEVELOPMENT, expertiseCategories.SOFTWARE_DEVELOPMENT, expertiseCategories.PARALLEL_PROGRAMMING],
6262
workingGroups: [WorkingGroups.PERFORMANCE_PARALLELIZATION, WorkingGroups.APPLICATION_FUNCTIONALITY, WorkingGroups.NLA_INTERFACE],
@@ -607,4 +607,4 @@ export default function Committee() {
607607
</div>
608608
</div>
609609
);
610-
}
610+
}

0 commit comments

Comments
 (0)