Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GreatBay_SCIE
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
Releases
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
2022 Competition
GreatBay_SCIE
Commits
03e50131
Commit
03e50131
authored
2 years ago
by
Hanwen Li
Browse files
Options
Downloads
Plain Diff
Merge branch 'main' of
https://gitlab.igem.org/2022/greatbay-scie
parents
1849e3ba
b43cf4a5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#152968
passed
2 years ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
components/components.jsx
+1
-1
1 addition, 1 deletion
components/components.jsx
posts/model.mdx
+9
-1
9 additions, 1 deletion
posts/model.mdx
styles/globals.css
+4
-0
4 additions, 0 deletions
styles/globals.css
with
14 additions
and
2 deletions
components/components.jsx
+
1
−
1
View file @
03e50131
...
...
@@ -34,7 +34,7 @@ export const AppProvider = ({ children }) => {
useEffect
(()
=>
{
// add {id, text} to store if not present
if
(
!
store
.
find
((
item
)
=>
item
.
id
===
id
))
{
setStore
([...
store
,
{
level
,
id
,
text
,
route
:
asPath
}]);
setStore
([...
store
,
{
level
,
id
,
text
,
route
:
asPath
}]);
}
},
[
id
,
text
,
asPath
]);
...
...
This diff is collapsed.
Click to expand it.
posts/model.mdx
+
9
−
1
View file @
03e50131
...
...
@@ -2,4 +2,12 @@ export const meta = {
title: "Model"
}
## Modelling
\ No newline at end of file
## Modelling
Testing a inline math $x = 5$
Some block math:
$$
\frac{d[cellulose-OH]}{dt}=\frac{k_{cat}[E_{surface}][H_2O_2][cellulose-H]}{K_{M(H_2O_2)}K_{M(cellulose)}+K_{M(H_2O_2)}[cellulose-H]+K_{M(cellulose)}[H_2O_2]+[H_2O_2][cellulose-H]}
$$
\ No newline at end of file
This diff is collapsed.
Click to expand it.
styles/globals.css
+
4
−
0
View file @
03e50131
...
...
@@ -104,3 +104,7 @@ a {
*
{
box-sizing
:
border-box
;
}
.math
{
overflow-x
:
scroll
;
}
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