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
c548d876
Commit
c548d876
authored
5 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
Methods
parent
e5a1c5c4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#447592
passed
5 months ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/contents/methods.tsx
+10
-8
10 additions, 8 deletions
src/contents/methods.tsx
src/pages.ts
+3
-2
3 additions, 2 deletions
src/pages.ts
src/sidebars/methS.tsx
+17
-0
17 additions, 0 deletions
src/sidebars/methS.tsx
with
30 additions
and
10 deletions
src/contents/methods.tsx
+
10
−
8
View file @
c548d876
import
{
Section
}
from
"
../components/sections
"
;
import
{
useTabNavigation
}
from
"
../utils/TabNavigation
"
;
export
function
Methods
()
{
useTabNavigation
();
return
(
<>
<
div
className
=
"row"
>
<
div
className
=
"col"
>
</
div
>
</
div
>
<
div
className
=
"row"
>
</
div
>
<
Section
title
=
"Introduction"
id
=
"Introduction"
>
...
</
Section
>
<
Section
title
=
"Patch Clamp"
id
=
"Patch Clamp"
>
...
</
Section
>
<
Section
title
=
"Cell Lines"
id
=
"Cell Lines"
>
...
</
Section
>
</>
);
}
This diff is collapsed.
Click to expand it.
src/pages.ts
+
3
−
2
View file @
c548d876
...
...
@@ -27,6 +27,7 @@ import { Methods } from "./contents/methods";
import
{
METHH
}
from
"
./headers/meth-h
"
;
import
{
ConSidebar
}
from
"
./sidebars/conS
"
;
import
{
iGemBielefeldSidebar
}
from
"
./sidebars/igbS
"
;
import
{
MethSidebar
}
from
"
./sidebars/methS
"
;
import
{
PartSidebar
}
from
"
./sidebars/prtS
"
;
import
{
ResultSidebar
}
from
"
./sidebars/resS
"
;
...
...
@@ -162,7 +163,7 @@ const Pages: (Page | Folder)[] = [
path
:
"
/materials-methods
"
,
component
:
Methods
,
header
:
METHH
,
navlist
:
No
Sidebar
,
navlist
:
Meth
Sidebar
,
},
{
name
:
"
Notebook
"
,
...
...
@@ -338,7 +339,7 @@ export const NavPages: (Page | PageRef | Folder)[] = [
path
:
"
/materials-methods
"
,
component
:
Methods
,
header
:
METHH
,
navlist
:
No
Sidebar
,
navlist
:
Meth
Sidebar
,
},
{
name
:
"
Results
"
,
...
...
This diff is collapsed.
Click to expand it.
src/sidebars/methS.tsx
0 → 100644
+
17
−
0
View file @
c548d876
import
{
createSidebar
}
from
"
../utils/createSidebar
"
;
export
function
MethSidebar
(){
let
sidebar
=
createSidebar
(
tabs
);
return
(
<
div
className
=
"col-2 d-lg-block"
>
{
sidebar
}
</
div
>
)
}
const
tabs
=
[
{
tab
:
"
Introduction
"
},
{
tab
:
"
Patch Clamp
"
},
{
tab
:
"
Cell Lines
"
},
];
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