Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bielefeld-CeBiTec
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
Bielefeld-CeBiTec
Commits
ffc44c89
Commit
ffc44c89
authored
5 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
keya
parent
64c7ec18
No related branches found
No related tags found
No related merge requests found
Pipeline
#443679
failed
5 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/data/hptimelinedata.tsx
+3
-25
3 additions, 25 deletions
src/data/hptimelinedata.tsx
with
3 additions
and
25 deletions
src/data/hptimelinedata.tsx
+
3
−
25
View file @
ffc44c89
...
...
@@ -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
:
""
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment