Skip to content

Commit 5eada4b

Browse files
committed
adding more posters
1 parent ca71dbe commit 5eada4b

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

src/pages/Posters.jsx

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const posters = [
2626
},
2727
{
2828
title: "MedPathAgent",
29-
authors: "MedPathAgent Team",
29+
authors: "Ms. Hannah Bansal, Dr. Daniel Cabrera Lozoya, Prof. Karin Verspoor",
3030
file: medPathAgentPoster,
3131
preview: medPathAgentPoster,
3232
},
@@ -51,25 +51,26 @@ const posters = [
5151
},
5252
{
5353
title: "CureAgent",
54-
authors: "CureAgent Team",
54+
authors: "Ting-Ting Xie, Yixin Zhang",
5555
file: cureAgentPoster,
5656
preview: cureAgentPoster,
5757
},
5858
{
59-
title: "Datanet Studio",
60-
authors: "Datanet Studio Team",
59+
title: "MedGemma",
60+
authors: "Utkala Mohanty",
6161
file: datanetStudioPoster,
6262
preview: datanetStudioPoster,
6363
},
6464
{
6565
title: "DMIS Structured Pipeline",
66-
authors: "DMIS Team",
66+
authors: "Suhyeon Lim, Sungwook Jung, Hyeon Hwang, Jueon Park, Jaewoo Kang",
6767
file: dmisPoster,
6868
preview: dmisPoster,
6969
},
7070
{
7171
title: "MedAI Therapeutic Reasoning",
72-
authors: "MedAI Team",
72+
authors:
73+
"Tim Cofala, Christian Kalfar, Jingge Xiao, Johanna Schrader, Dr. Michelle Tang, Prof. Dr. Wolfgang Nejdl",
7374
file: medAIPoster,
7475
preview: medAIPoster,
7576
},
@@ -83,13 +84,14 @@ const posters = [
8384
{
8485
title: "CliniThink by Preceptor AI",
8586
authors:
86-
"Amrest Chinkamol, Natpatchara Pongjirapat, Krittaphas Chaisutyakorn, Naphat Sorn",
87+
"Amrest Chinkamol, Natpatchara Pongjirapat, Krittaphas Chaisutyakorn, Naphat Sornwichai, Supawit Tangpanithandee, Tara Sripo, Kanyakorn Veerakanjana, Nutchanon Yongsatianchot, Piyalitt Ittichaiwong",
8788
file: preceptorAIPoster,
8889
preview: preceptorAIPoster,
8990
},
9091
{
9192
title: "RAISE-ODL",
92-
authors: "RAISE-ODL Team",
93+
authors:
94+
"Qizhi Pei, Yi Duan, Honglin Lin, Yu Li, Xin Gao, Lijun Wu - Shanghai Artificial Intelligence Laboratory",
9395
file: raiseOdlPoster,
9496
preview: raiseOdlPoster,
9597
},
@@ -114,7 +116,7 @@ const posters = [
114116
},
115117
{
116118
title: "York University Submission",
117-
authors: "York University Team",
119+
authors: "Israt Jahan, Md Tahmid Rahman Laskar, Chun Peng, Jimmy Huang",
118120
file: yorkPoster,
119121
preview: yorkPoster,
120122
},
@@ -141,7 +143,7 @@ export default function Posters() {
141143
key={poster.title}
142144
className="flex flex-col justify-between rounded-2xl border border-slate-200 bg-white shadow-sm hover:shadow-lg transition-shadow duration-200 overflow-hidden"
143145
>
144-
<div className="h-96 bg-gray-50 border-b border-slate-200">
146+
<div className="h-[36rem] bg-gray-50 border-b border-slate-200">
145147
<object
146148
data={`${poster.preview}#page=1&view=FitH`}
147149
type="application/pdf"

0 commit comments

Comments
 (0)