From cd4fe8d95d42d93bfccedbf2b8f9b1e7a903cd97 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <lsanfilippo@techfak.uni-bielefeld.de> Date: Mon, 2 Dec 2024 19:17:05 +0100 Subject: [PATCH] hp timeline vcards formatierung --- src/data/hptimelinedata.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/data/hptimelinedata.tsx b/src/data/hptimelinedata.tsx index 65ccc03..4ba1522 100644 --- a/src/data/hptimelinedata.tsx +++ b/src/data/hptimelinedata.tsx @@ -433,7 +433,7 @@ export const timelinedata: Array<TimelineDatenpunkt> = [ affiliation: "OWL University Hospital", pictureurl: pics['olariu'], tag: "Medical Professional", - heading: "Discussion with a pediatrician and his former patient about treatment challenges and perspectives", + heading: "Discussion with a pediatrician about treatment challenges and perspectives", interviewtabid: "olariu", language: "de", @@ -515,7 +515,7 @@ export const timelinedata: Array<TimelineDatenpunkt> = [ affiliation: "Independent", pictureurl: pics['westhoff'], tag: "Medical Professional", - heading: "Interview with a specialized physiotherapist regarding breathing therapy for Cystic Fibrosis patients", + heading: "Interview with a specialized physiotherapist regarding breathing therapy", interviewtabid: "westhoffinv", language: "de", @@ -556,7 +556,7 @@ export const timelinedata: Array<TimelineDatenpunkt> = [ affiliation: "Stemcell", pictureurl: pics['stemcell'], tag: "Industry", - heading: "Longstanding Support from Stemcell Expert in Cell Culture Media and Primary Cell Cultivation", + heading: "Longstanding Support in Cell Culture Media and Primary Cell Cultivation", interviewtabid: "michaela", language: "de", @@ -1382,7 +1382,7 @@ export const timelinedata: Array<TimelineDatenpunkt> = [ pictureurl: pics['nilshefe'], language: "de", tag: "Academia", - heading: "Adapting expression strategies for Fanzor nickases and exploring the potential of Pichia pastoris for SpuFz1 nickase variants ", + heading: "Adapting expression strategies for Fanzor nickases and exploring SpuFz1 nickase variants ", interviewtabid: "nberelsmann", quote: "Selection for multiple plasmid integrations is the easiest way to optimize protein expression in the yeast strain", @@ -1402,7 +1402,7 @@ export const timelinedata: Array<TimelineDatenpunkt> = [ affiliation: "Central Biobank of the University of Bielefeld", pictureurl: pics['biobank'], tag: "Academia", - heading: "Discussed the processes involved in the storage, processing, and security of patient samples.", + heading: "Processes involved in the storage, processing, and security of patient samples.", interviewtabid: "timm", quoteVorname:"Dr. Timm", @@ -1791,7 +1791,7 @@ export const timelinedata: Array<TimelineDatenpunkt> = [ affiliation: "Universität Bielefeld", pictureurl: pics['kühnel'], tag: "Academia", - heading: "Improvement of our culture protocols and experimental outcomes, particularly in maintaining ALI cultures", + heading: "Improvement of our culture protocols and experimental outcomes", interviewtabid: "pkuehnel", quote: "Connecting with Philipp Kühnel, an expert in nasal cell cultivation, has been invaluable. His insights and expertise in ALI techniques have significantly enhanced our understanding and approach in this crucial area of research.", @@ -1894,13 +1894,13 @@ export const timelinedata: Array<TimelineDatenpunkt> = [ }, { title: "Dr. Kerstin Landwehr", - vorname: "Senior Physician for Pediatrics & Pneumology and", + vorname: "and", nachnname: "Elena Wiesler", job: "Psychologists in child & adolescent medicine ", affiliation: "at Bethel Hospital in Bielefeld", pictureurl: pics['bethel'], tag: "Medical Professional", - heading: "Holistic Care for Cystic Fibrosis: Exploring the Psychological Impact and Role of Gene Therapy", + heading: "Exploring the Psychological Impact and Role of Gene Therapy", interviewtabid: "psychol", language:"de", -- GitLab