Skip to content
Snippets Groups Projects
Commit ffc44c89 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

keya

parent 64c7ec18
No related branches found
No related tags found
No related merge requests found
Pipeline #443679 failed
......@@ -27,31 +27,9 @@ export interface TimelineDatenpunkt {
more_pictures?: Array<string> ;
references?: Array<React.ReactNode>; /* Muss HTML Code sein - Liliana erstellt den aus Bib dateien */
interview?: React.ReactNode;
text: string | Array<string> | Array<React.ReactNode>; /* Extra Text */
}
export interface TimelineDatenpunktZwei {
title?: string; /* Prof. , Dr., ... */
vorname: string;
nachnname: string;
pictureurl: string;
tag: StakeholderTag;
heading: string;
interviewtabid: string;
type: TypeTag; /* nur falls es ein meta tag ist */
affiliation?: string;
job?: string;
cardtext: string;
language?: Language;
quote: string;
quoteVorname?: string; /* Wenn die quote nicht von der Person ist über die der Text ist */
quoteNachname?: string;
text: Array<string> | Array<React.ReactNode>;
pictureurl_interview?: string; /* Picture that goes into the paragraph "Insights" */
pictureurl_aim?: string; /* Picture that goes into the paragraph "Aim of contact" */
pictureurl_implementation?: string; /* Picture that goes into the paragraph "Implementation" */
more_pictures?: Array<string> ;
references?: Array<React.ReactNode>; /* Muss HTML Code sein - Liliana erstellt den aus Bib dateien */
interview?: React.ReactNode;
}
type StakeholderTag = 'Industry' | 'Academia' | 'Patient' | 'Medical Professional' | 'Milestone' | 'Other';
type TypeTag = 'meta' | 'kaya' ;
type Language = 'en' | 'de';
......@@ -92,7 +70,7 @@ const pics: { [key: string]: string } = {
Fehlende Infos einfach leer lassen und keine Dummy-Texte einfügen!
*/
export const timelinedata: Array<TimelineDatenpunkt> | Array<TimelineDatenpunktZwei> = [
export const timelinedata: Array<TimelineDatenpunkt> = [
{
vorname: "Building the team",
nachnname: "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment