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
3a5a1c90
Commit
3a5a1c90
authored
5 months ago
by
Liliana Sanfilippo
Browse files
Options
Downloads
Patches
Plain Diff
parts
parent
f97f4d04
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/contents/parts.tsx
+2
-1
2 additions, 1 deletion
src/contents/parts.tsx
src/sidebars/prtS.tsx
+1
-1
1 addition, 1 deletion
src/sidebars/prtS.tsx
with
3 additions
and
2 deletions
src/contents/parts.tsx
+
2
−
1
View file @
3a5a1c90
...
...
@@ -7,7 +7,7 @@ import { BasicParts } from "../data/parts";
export
function
Parts
()
{
useTabNavigation
();
let
headcols
=
[
"
Part Name
"
,
"
Registry Code
"
,
"
Part Description
"
,
"
length [bp]
"
,
"
type
"
]
return
(
return
(
<
div
className
=
"col"
>
<
Section
title
=
"Introduction"
id
=
"Introduction"
>
<
Subesction
title
=
"Description"
id
=
"Introduction1"
>
...
...
@@ -29,6 +29,7 @@ export function Parts() {
<
Subesction
title
=
"Cloning"
id
=
"Experiments1"
>
<
LoremMedium
/>
</
Subesction
>
</
Section
>
<
Section
title
=
"Parts Collection"
id
=
"Parts Collection"
>
<
Subesction
title
=
"Plasmids"
id
=
"Parts Collection1"
>
...
...
This diff is collapsed.
Click to expand it.
src/sidebars/prtS.tsx
+
1
−
1
View file @
3a5a1c90
...
...
@@ -13,6 +13,6 @@ export function PartSidebar(){
const
tabs
=
[
{
tab
:
"
Introduction
"
,
subtabs
:
[
"
Description
"
,
"
Characterization
"
]},
{
tab
:
"
Process
"
,
subtabs
:
[
"
EC
"
,
"
Design and Build
"
]},
{
tab
:
"
Experiments
"
,
subtabs
:
[
"
Cloning
"
,
"
Nikase-Assay
"
,
"
Activity Experiments
"
]},
{
tab
:
"
Experiments
"
,
subtabs
:
[
"
Cloning
"
]},
{
tab
:
"
Parts Collection
"
,
subtabs
:
[
"
Plasmids
"
,
"
Basic Parts
"
,
"
Composite Parts
"
]},
];
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