Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update description.mdx #3

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"gatsby-transformer-yaml": "^5.11.0",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"typescript": "^5.1.6",
"webpack-stats-plugin": "^1.1.3"
}
Expand Down
2 changes: 2 additions & 0 deletions pages/mdx/description.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ slug: /description

import { Divider, List } from "@mui/material";

Netlify Test.

Project GENOSWITCH’s primary aim is to develop a genetic engineering-based cell-free modular test for microRNA (miRNA) biomarkers that can detect cases simultaneously much sooner than current diagnostic methods, so medication can be taken and patients’ symptoms can be tracked by their doctor.

The secondary aim was to create a framework with which researchers and iGEM teams in the future can develop tests for multiple conditions at low miRNA concentrations, and also to develop a comprehensible laymen’s software tool to increase the use of in-silico experimentation, saving costs in the lab.
Expand Down