Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UBC-Vancouver
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
2023 Competition
UBC-Vancouver
Commits
3df267db
Commit
3df267db
authored
1 year ago
by
Lucy Hao
Browse files
Options
Downloads
Patches
Plain Diff
add headers
parent
9fed04b8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#287955
passed
1 year ago
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
components/ContentLayout.js
+6
-3
6 additions, 3 deletions
components/ContentLayout.js
components/Menu.js
+1
-0
1 addition, 0 deletions
components/Menu.js
pages/results.mdx
+6
-1
6 additions, 1 deletion
pages/results.mdx
pages/safety.mdx
+5
-0
5 additions, 0 deletions
pages/safety.mdx
with
18 additions
and
4 deletions
components/ContentLayout.js
+
6
−
3
View file @
3df267db
...
...
@@ -42,9 +42,12 @@ const ContentLayout = ({ meta, children }) => {
{
meta
.
coverImage
?
(
<>
<
CoverImage
style
=
{{
backgroundImage
:
`url(
${
meta
.
image
}
)`
}}
>
{
meta
.
showTitle
&&
(
<
Header
title
=
{
meta
?.
title
}
white
subtitle
=
{
meta
?.
subtitle
}
/
>
)}
{
meta
.
showTitle
&&
(
meta
.
black
?
(
<
Header
title
=
{
meta
?.
title
}
subtitle
=
{
meta
?.
subtitle
}
/
>
)
:
(
<
Header
title
=
{
meta
?.
title
}
white
subtitle
=
{
meta
?.
subtitle
}
/
>
))}
<
/CoverImage
>
<
/
>
)
:
(
...
...
This diff is collapsed.
Click to expand it.
components/Menu.js
+
1
−
0
View file @
3df267db
...
...
@@ -23,6 +23,7 @@ const Menu = () => {
{
to
:
"
/description
"
,
label
:
"
Description
"
},
{
to
:
"
/design
"
,
label
:
"
Design
"
},
{
to
:
"
/usermanual
"
,
label
:
"
User Manual
"
},
{
to
:
"
/contribution
"
,
label
:
"
Contribution
"
},
],
},
// EXPERIMENTS
...
...
This diff is collapsed.
Click to expand it.
pages/results.mdx
+
6
−
1
View file @
3df267db
...
...
@@ -4,6 +4,11 @@ import Figure from "@/components/Figure";
export const meta = {
title: "Results",
subtitle: "",
coverImage: true,
image:
"https://static.igem.wiki/teams/4796/wiki/results/img-6074.jpg",
rotating: false,
showTitle: true,
};
export const Page = ({ children }) => (
...
...
@@ -295,7 +300,7 @@ construct caused the largest metabolic burden, likely due to the large
size of the recombinant protein product and the fact that it codes for
only the DhaK enzyme and not any prior enzymes in the methanol
metabolism pathway. However, when all three enzymes are together in the
*
E. coli
*
coculture of both PC Dhak and Mdh Fls, the cell density was
_
E. coli
_
coculture of both PC Dhak and Mdh Fls, the cell density was
restored back to similar levels as the control. This demonstrates the
success of the dual plasmid methanol utilization vector.
...
...
This diff is collapsed.
Click to expand it.
pages/safety.mdx
+
5
−
0
View file @
3df267db
...
...
@@ -4,6 +4,11 @@ import Figure from "@/components/Figure";
export const meta = {
title: "Safety",
subtitle: "",
coverImage: true,
image: "https://static.igem.wiki/teams/4796/wiki/results/img-5280.jpg",
rotating: false,
showTitle: true,
black: true,
};
<div className="padded-content">
...
...
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