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
e2a00981
Commit
e2a00981
authored
8 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
ordered pages alphabetically
parent
e4df75e0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#392180
passed
8 months ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pages.ts
+108
-131
108 additions, 131 deletions
src/pages.ts
with
108 additions
and
131 deletions
src/pages.ts
+
108
−
131
View file @
e2a00981
...
...
@@ -41,125 +41,51 @@ class Page implements Base {
const
Pages
:
(
Page
|
Folder
)[]
=
[
{
name
:
"
Home
"
,
title
:
"
Bielefeld CeBiTec
"
,
path
:
"
/
"
,
component
:
Home
,
header
:
HOMEH
,
name
:
"
Attributions
"
,
title
:
"
Attributions
"
,
path
:
"
/attributions
"
,
component
:
Attributions
,
header
:
ATTH
,
navlist
:
[
""
],
},
{
name
:
"
BFH
"
,
title
:
"
BFH European MeetUp
"
,
path
:
"
/bfh
"
,
component
:
Bfh
,
header
:
BFHH
,
navlist
:
[],
},
{
name
:
"
Contribution
"
,
title
:
"
Contribution
"
,
path
:
"
/contribution
"
,
component
:
Contribution
,
header
:
CONTH
,
navlist
:
[
""
],
},
{
name
:
"
Home
"
,
title
:
"
Bielefeld CeBiTec
"
,
path
:
"
/index.html
"
,
component
:
Home
,
header
:
HOMEH
,
navlist
:
[
""
],
},
{
name
:
"
Team
"
,
folder
:
[
{
name
:
"
Team
"
,
title
:
"
Team
"
,
path
:
"
/team
"
,
component
:
Team
,
header
:
TEAMH
,
navlist
:
[
""
],
},
{
name
:
"
Attributions
"
,
title
:
"
Attributions
"
,
path
:
"
/attributions
"
,
component
:
Attributions
,
header
:
ATTH
,
navlist
:
[
""
],
},
{
name
:
"
Partners and Sponsors
"
,
title
:
"
Partners and Sponsors
"
,
path
:
"
/partners
"
,
component
:
Partners
,
header
:
SPONH
,
navlist
:
[
""
],
},
{
name
:
"
Impressum
"
,
title
:
undefined
,
path
:
"
/impressum
"
,
component
:
Impressum
,
header
:
IMPH
,
navlist
:
[
""
],
},
],
name
:
"
Description
"
,
title
:
"
Project Description
"
,
path
:
"
/description
"
,
component
:
Description
,
header
:
DESCH
,
navlist
:
[
"
Abstract
"
,
"
Cystic Fibrosis
"
,
"
Our motivation
"
,
"
Approach
"
,
"
Delivery
"
,
"
Our vision
"
,
"
References
"
]
},
{
name
:
"
Project
"
,
folder
:
[
{
name
:
"
Contribution
"
,
title
:
"
Contribution
"
,
path
:
"
/contribution
"
,
component
:
Contribution
,
header
:
CONTH
,
navlist
:
[
""
],
},
{
name
:
"
Description
"
,
title
:
"
Project Description
"
,
path
:
"
/description
"
,
component
:
Description
,
header
:
DESCH
,
navlist
:
[
"
Abstract
"
,
"
Cystic Fibrosis
"
,
"
Our motivation
"
,
"
Approach
"
,
"
Delivery
"
,
"
Our vision
"
,
"
References
"
]
},
/* {
name: "Engineering",
title: "Engineering Success",
path: "/engineering",
component: Engineering,
header: "Demonstrate engineering success in a technical aspect of your project by going through at least one iteration of the engineering design cycle. This achievement should be distinct from your Contribution for Bronze.",
navlist: [""],
}, */
{
name
:
"
Dry Lab
"
,
title
:
"
Dry Lab
"
,
path
:
"
/dry-lab
"
,
component
:
Drylab
,
header
:
DRYH
,
navlist
:
[
""
],
},
{
name
:
"
Experiments
"
,
title
:
"
Experiments
"
,
path
:
"
/experiments
"
,
component
:
Experiments
,
header
:
EXPH
,
navlist
:
[
""
],
},
{
name
:
"
Notebook
"
,
title
:
"
Notebook
"
,
path
:
"
/notebook
"
,
component
:
Notebook
,
header
:
NOTEH
,
navlist
:
[
""
],
},
{
name
:
"
Results
"
,
title
:
"
Results
"
,
path
:
"
/results
"
,
component
:
Results
,
header
:
RESH
,
navlist
:
[
""
],
},
],
name
:
"
Dry Lab
"
,
title
:
"
Dry Lab
"
,
path
:
"
/dry-lab
"
,
component
:
Drylab
,
header
:
DRYH
,
navlist
:
[
""
],
},
{
name
:
"
Safety
"
,
title
:
"
Safety
"
,
path
:
"
/
safety
"
,
component
:
Safety
,
header
:
SAFE
H
,
name
:
"
Experiments
"
,
title
:
"
Experiments
"
,
path
:
"
/
experiments
"
,
component
:
Experiments
,
header
:
EXP
H
,
navlist
:
[
""
],
},
{
...
...
@@ -170,6 +96,30 @@ const Pages: (Page | Folder)[] = [
header
:
HPH
,
navlist
:
[
""
],
},
{
name
:
"
Home
"
,
title
:
"
Bielefeld CeBiTec
"
,
path
:
"
/
"
,
component
:
Home
,
header
:
HOMEH
,
navlist
:
[
""
],
},
{
name
:
"
Home
"
,
title
:
"
Bielefeld CeBiTec
"
,
path
:
"
/index.html
"
,
component
:
Home
,
header
:
HOMEH
,
navlist
:
[
""
],
},
{
name
:
"
Impressum
"
,
title
:
undefined
,
path
:
"
/impressum
"
,
component
:
Impressum
,
header
:
IMPH
,
navlist
:
[
""
],
},
{
name
:
"
Interviews
"
,
title
:
"
Interviews
"
,
...
...
@@ -179,25 +129,52 @@ const Pages: (Page | Folder)[] = [
navlist
:
[
""
],
},
{
name
:
"
Contribution
"
,
folder
:
[
{
name
:
"
BFH
"
,
title
:
"
BFH European MeetUp
"
,
path
:
"
/bfh
"
,
component
:
Bfh
,
header
:
BFHH
,
navlist
:
[],
},
{
name
:
"
Wiki
"
,
title
:
"
wiki
"
,
path
:
"
/wiki
"
,
component
:
Wiki
,
header
:
WIKIH
,
navlist
:
[
""
],
},
]
name
:
"
Notebook
"
,
title
:
"
Notebook
"
,
path
:
"
/notebook
"
,
component
:
Notebook
,
header
:
NOTEH
,
navlist
:
[
""
],
},
{
name
:
"
Partners and Sponsors
"
,
title
:
"
Partners and Sponsors
"
,
path
:
"
/partners
"
,
component
:
Partners
,
header
:
SPONH
,
navlist
:
[
""
],
},
{
name
:
"
Results
"
,
title
:
"
Results
"
,
path
:
"
/results
"
,
component
:
Results
,
header
:
RESH
,
navlist
:
[
""
],
},
{
name
:
"
Safety
"
,
title
:
"
Safety
"
,
path
:
"
/safety
"
,
component
:
Safety
,
header
:
SAFEH
,
navlist
:
[
""
],
},
{
name
:
"
Team
"
,
title
:
"
Team
"
,
path
:
"
/team
"
,
component
:
Team
,
header
:
TEAMH
,
navlist
:
[
""
],
},
{
name
:
"
Wiki
"
,
title
:
"
wiki
"
,
path
:
"
/wiki
"
,
component
:
Wiki
,
header
:
WIKIH
,
navlist
:
[
""
],
},
];
...
...
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