Skip to content

Commit e6e1b61

Browse files
committed
Standardize team academic titles to Dr. prefix.
This aligns member and leader display names with the chosen honorific style by replacing trailing PhD with Dr. in profile and image alt fields. Made-with: Cursor
1 parent 6695bca commit e6e1b61

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

src/data/team/leaders.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ export const leaders: TeamLeader[] = [
2323
},
2424
{
2525
id: "tomasz-steifer",
26-
name: "Tomasz Steifer, PhD",
26+
name: "Dr. Tomasz Steifer",
2727
title: "Team Leader",
2828
imageUrl: "/images/team/steifer.webp",
29-
imageAlt: "Tomasz Steifer, PhD",
29+
imageAlt: "Dr. Tomasz Steifer",
3030
tags: ["learning theory", "logic", "expressivity"],
3131
description:
3232
"Tomasz Steifer is a researcher working at the interface of machine learning, artificial intelligence, and theoretical computer science. He investigates the fundamental capabilities and limitations of modern ML/AI architectures, developing mathematically grounded frameworks that explain when these systems can learn, where they must fail, and how to design models that are more powerful, controllable, and predictable.",

src/data/team/researchers.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ export const researchers: TeamMember[] = [
3030
},
3131
{
3232
id: "jacek-rogala",
33-
name: "Jacek Rogala, PhD",
33+
name: "Dr. Jacek Rogala",
3434
imageUrl: "/images/team/rogala.webp",
35-
imageAlt: "Jacek Rogala, PhD",
35+
imageAlt: "Dr. Jacek Rogala",
3636
tags: ["biomedical applications"],
3737
socialLinks: {
3838
email: "mailto:rogala.jacek@gmail.com",
@@ -41,9 +41,9 @@ export const researchers: TeamMember[] = [
4141
},
4242
{
4343
id: "inez-okulska",
44-
name: "Inez Okulska, PhD",
44+
name: "Dr. Inez Okulska",
4545
imageUrl: "/images/team/okulska.webp",
46-
imageAlt: "Inez Okulska, PhD",
46+
imageAlt: "Dr. Inez Okulska",
4747
tags: ["agentic AI", "LLM", "NLP", "semantics", "linguistics"],
4848
socialLinks: {
4949
linkedin: "https://www.linkedin.com/in/inezokulska/",
@@ -53,9 +53,9 @@ export const researchers: TeamMember[] = [
5353
},
5454
{
5555
id: "bartosz-naskreci",
56-
name: "Bartosz Naskręcki, PhD",
56+
name: "Dr. Bartosz Naskręcki",
5757
imageUrl: "/images/team/naskrecki.webp",
58-
imageAlt: "Bartosz Naskręcki, PhD",
58+
imageAlt: "Dr. Bartosz Naskręcki",
5959
tags: ["generative models", "interpretability", "formal methods in mathematics and programming"],
6060
socialLinks: {
6161
linkedin: "https://www.linkedin.com/in/bartosz-naskręcki-60222593",
@@ -67,9 +67,9 @@ export const researchers: TeamMember[] = [
6767
},
6868
{
6969
id: "kamil-ksiazek",
70-
name: "Kamil Książek, PhD",
70+
name: "Dr. Kamil Książek",
7171
imageUrl: "/images/team/ksiazek.webp",
72-
imageAlt: "Kamil Książek, PhD",
72+
imageAlt: "Dr. Kamil Książek",
7373
tags: ["biomedical AI", "meta learning", "continual learning", "computer vision"],
7474
socialLinks: {
7575
linkedin: "https://www.linkedin.com/in/kamil-ksi%C4%85%C5%BCek-6a7098191/",
@@ -251,9 +251,9 @@ export const researchers: TeamMember[] = [
251251
},
252252
{
253253
id: "swiechowski",
254-
name: "Maciej Świechowski, PhD",
254+
name: "Dr. Maciej Świechowski",
255255
imageUrl: "/images/team/swiechowski.webp",
256-
imageAlt: "Maciej Świechowski, PhD",
256+
imageAlt: "Dr. Maciej Świechowski",
257257
tags: [
258258
"DECISION-MAKING AI",
259259
"COMPUTATIONAL INTELLIGENCE",

0 commit comments

Comments
 (0)