From c66729fc797b1f37b8ae50e6eebef5b76c9bd035 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Thu, 26 Sep 2024 18:05:29 +0200 Subject: [PATCH] wischmeyer --- src/data/hptimelinedata.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/data/hptimelinedata.tsx b/src/data/hptimelinedata.tsx index 2e68bcdd..e1ee5a8e 100644 --- a/src/data/hptimelinedata.tsx +++ b/src/data/hptimelinedata.tsx @@ -51,6 +51,7 @@ const pics: { [key: string]: string } = { draeger: "https://static.igem.wiki/teams/5247/photos/hp/oliver-draeger-patch-clamp.jpeg", winkeljann: "https://static.igem.wiki/teams/5247/photos/hp/rnhale-winkeljann.jpg", kuehnel: "https://static.igem.wiki/teams/5247/photos/hp/hp-philippk-hnel.jpeg ", + wischmeyer: "https://static.igem.wiki/teams/5247/photos/hp/wischmeyer-erhard.webp", }; /* { @@ -741,7 +742,7 @@ export const timelinedata: Array<TimelineDatenpunkt> = [ nachnname: "Wischmeyer", job: "Research Group Cellular Neurophysiology", affiliation: "Universität Bielefeld", - pictureurl: pics['placeholder'], + pictureurl: pics['wischmeyer'], tag: "Academia", heading: "Discussion on Techniques for Measuring CFTR Channel Functionality", interviewtabid: "patchclamp", @@ -1020,7 +1021,7 @@ export const timelinedata: Array<TimelineDatenpunkt> = [ job: "", affiliation: "Corden Pharma", pictureurl: pics['placeholder'], - tag: "Academia", + tag: "Industry", heading: "Corden", interviewtabid: "corden", cardtext: "", -- GitLab