From c3b1b753fa20f58c9471ccd1f66e2da4f8c60c38 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Thu, 26 Sep 2024 19:42:58 +0200
Subject: [PATCH] mehr hp

---
 src/data/hptimelinedata.tsx | 193 ++++++++++++++++++++++++++++++++++++
 1 file changed, 193 insertions(+)

diff --git a/src/data/hptimelinedata.tsx b/src/data/hptimelinedata.tsx
index e1ee5a8e..09e370fc 100644
--- a/src/data/hptimelinedata.tsx
+++ b/src/data/hptimelinedata.tsx
@@ -1067,5 +1067,198 @@ export const timelinedata: Array<TimelineDatenpunkt>  = [
     insights: "",
     implementation: "",
   },
+  { 
+    title: "",
+    vorname: "Nils",
+    nachnname: "Berelsmann",  
+    job: "",
+    affiliation: "", 
+    pictureurl: pics['placeholder'],
+    tag: "Academia",
+    heading: "",
+    interviewtabid: "nberelsmann",
+    cardtext: "",
+    quote: "",
+    aimofcontact: "",
+    insights: "",
+    implementation: "",
+  },
+  { 
+    title: "",
+    vorname: "",
+    nachnname: "Johannfunke",  
+    job: "",
+    affiliation: "", 
+    pictureurl: pics['placeholder'],
+    tag: "Academia",
+    heading: "",
+    interviewtabid: "johannfunke",
+    cardtext: "",
+    quote: "",
+    aimofcontact: "",
+    insights: "",
+    implementation: "",
+  },
+  { 
+    title: "",
+    vorname: "",
+    nachnname: "Sriram",  
+    job: "",
+    affiliation: "", 
+    pictureurl: pics['placeholder'],
+    tag: "Academia",
+    heading: "",
+    interviewtabid: "sriram",
+    cardtext: "",
+    quote: "",
+    aimofcontact: "",
+    insights: "",
+    implementation: "",
+  },
+  { 
+    title: "",
+    vorname: "Philipp",
+    nachnname: "Kühnel",  
+    job: "",
+    affiliation: "", 
+    pictureurl: pics['placeholder'],
+    tag: "Academia",
+    heading: "",
+    interviewtabid: "pkuehnel",
+    cardtext: "",
+    quote: "",
+    aimofcontact: "",
+    insights: "",
+    implementation: "",
+  },
+  { 
+    title: "",
+    vorname: "Timm",
+    nachnname: "Weber",  
+    job: "",
+    affiliation: "", 
+    pictureurl: pics['placeholder'],
+    tag: "Academia",
+    heading: "",
+    interviewtabid: "timm",
+    cardtext: "",
+    quote: "",
+    aimofcontact: "",
+    insights: "",
+    implementation: "",
+  },
+  { 
+    title: "",
+    vorname: "Nils",
+    nachnname: "Berelsmann",  
+    job: "",
+    affiliation: "", 
+    pictureurl: pics['placeholder'],
+    tag: "Academia",
+    heading: "",
+    interviewtabid: "nberelsmann",
+    cardtext: "",
+    quote: "",
+    aimofcontact: "",
+    insights: "",
+    implementation: "",
+  },
+  { 
+    title: "",
+    vorname: "",
+    nachnname: "Hammer",  
+    job: "",
+    affiliation: "", 
+    pictureurl: pics['placeholder'],
+    tag: "Academia",
+    heading: "",
+    interviewtabid: "hammerkai",
+    cardtext: "",
+    quote: "",
+    aimofcontact: "",
+    insights: "",
+    implementation: "",
+  },
+  { 
+    title: "",
+    vorname: "",
+    nachnname: "Ingatova",  
+    job: "",
+    affiliation: "", 
+    pictureurl: pics['placeholder'],
+    tag: "Academia",
+    heading: "",
+    interviewtabid: "ignatova2",
+    cardtext: "",
+    quote: "",
+    aimofcontact: "",
+    insights: "",
+    implementation: "",
+  },
+  { 
+    title: "",
+    vorname: "Muko",
+    nachnname: "Dino",  
+    job: "",
+    affiliation: "", 
+    pictureurl: pics['placeholder'],
+    tag: "Academia",
+    heading: "",
+    interviewtabid: "dino",
+    cardtext: "",
+    quote: "",
+    aimofcontact: "",
+    insights: "",
+    implementation: "",
+  },
+  { 
+    title: "",
+    vorname: "Marco",
+    nachnname: "Radukic",  
+    job: "",
+    affiliation: "", 
+    pictureurl: pics['placeholder'],
+    tag: "Academia",
+    heading: "",
+    interviewtabid: "radukic",
+    cardtext: "",
+    quote: "",
+    aimofcontact: "",
+    insights: "",
+    implementation: "",
+  },
+  { 
+    title: "",
+    vorname: "",
+    nachnname: "Psychologinnen",  
+    job: "",
+    affiliation: "", 
+    pictureurl: pics['placeholder'],
+    tag: "Academia",
+    heading: "",
+    interviewtabid: "psychol",
+    cardtext: "",
+    quote: "",
+    aimofcontact: "",
+    insights: "",
+    implementation: "",
+  },
+  { 
+    title: "",
+    vorname: "",
+    nachnname: "Saito",  
+    job: "",
+    affiliation: "", 
+    pictureurl: pics['placeholder'],
+    tag: "Academia",
+    heading: "",
+    interviewtabid: "saito",
+    cardtext: "",
+    quote: "",
+    aimofcontact: "",
+    insights: "",
+    implementation: "",
+  },
+
 ]
 
-- 
GitLab