Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Last min fixes (#244)
Browse files Browse the repository at this point in the history
* Fixed Ref11 on NSC

* Values grammar fix

* Bio results grammar fix

* Maybe added heading to Part Visualiser

* (lint): Run prettier against b6e64cd

* Added Visualiser description

* (lint): Run prettier against c6bb843

* Added 2x links for bio references

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
LNJC and github-actions[bot] authored Oct 11, 2023
1 parent ca091a0 commit a1dc326
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pages/mdx/biology-results.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ slug: /biology/results

# Biology Results

Unfortunately, due to timing constraints caused by delays in shipping from the USA, we were not managed to complete our final test before the Wiki Freeze. We will discuss our results in our Judging Session at the Jamboree, and will upload the results to this page after the wiki thaw.
Unfortunately, due to timing constraints caused by delays in shipping from the USA, we have not managed to complete our final test before the Wiki Freeze. We will discuss our results in our Judging Session at the Jamboree, and will upload the results to this page after the wiki thaw.
7 changes: 4 additions & 3 deletions pages/mdx/biology.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ references:
journal:
volume: ""
published_date: Aug, 2018
doi:
link: https://wyss.harvard.edu/technology/toehold-switches-for-synthetic-biology
- number: 15
author: Wang S, Emery NJ, Liu AP
title: A Novel Synthetic Toehold Switch for MicroRNA Detection in Mammalian Cells
Expand All @@ -114,7 +114,7 @@ references:
journal:
volume: ""
published_date: 2021
doi:
link: https://2021.igem.org/Team:City_of_London_UK/Design
---

import { navigate } from "gatsby";
Expand All @@ -125,7 +125,8 @@ The project this year has focused on combating the antiquated tests currently in
linked to women’s health. Our method involves multiplexed regulation which uses four stacked toehold
switches, for the four diseases, which each test for three miRNA. The switches incorporate genetic
'AND' gates, allowing for high specificity. Uniquely, our project allows for the miRNA binding sites
to be swapped meaning various diseases can be tested for, using the database we have compiled.
to be swapped meaning various diseases can be tested for, using the collaborative database that we have started (you can find this on our <a href="#" onClick={() => navigate("/contribution/")}>
Contribution page</a>).

The presence of the miRNA can be tested simultaneously using one blood sample, with the turnaround
time for results being significantly improved compared to older tests. The toehold switches being
Expand Down
5 changes: 3 additions & 2 deletions src/components/human-practices/niceGuidelines.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ const rows: Row[] = [
<u>Ovarian Cancer</u>
<p>
There are approximately 7,500 new ovarian cancer cases in the UK each year, with a 35%
survival rate over a ten year period.11 In the US, there were an estimated 236,511 women
in the United States alone living with ovarian cancer.
survival rate over a ten year period.
<Reference prefix={"hpNiceGuidelines"} number={11} /> In the US, there were an estimated
236,511 women in the United States alone living with ovarian cancer.
<Reference prefix={"hpNiceGuidelines"} number={10} /> Symptoms include difficulty eating
and persistent abdominal / pelvic pain.
<Reference prefix={"hpNiceGuidelines"} number={5} />
Expand Down
2 changes: 1 addition & 1 deletion src/pages/human-practices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default class HumanPracticesPage extends React.Component {
addition, we have made an effort to educate the public through iGEM sessions at school and
a social media outreach programme. We did this to make sure that our project didn't just
focus on diagnosis, but also worked to increase awareness about females' health issues and
how to spot symptoms early, so that females don;t need to be in the late stages of their
how to spot symptoms early, so that females don't need to be in the late stages of their
condition to notice it.
<h2 style={{ paddingTop: 8 }}>Responsible and User-minded Design</h2>
Currently, the diagnostic processes for endometriosis, PCOS and breast and cervical
Expand Down
4 changes: 4 additions & 0 deletions src/pages/visualiser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ export default class VisualiserPage extends React.Component<
return (
<HeaderFooterProvider data={this.data}>
<br />
<h1> Part Visualiser</h1>
This year, we have added a total of 60 parts to the registry. Our part visualiser allows
you to view and explore our sequences in full detail, and the colour-coding labelling
makes understanding the sequence easy and accessible.
<div style={{ padding: "25px" }}>
<Button variant="contained" onClick={handleBtnClick}>
Choose a Sequence...
Expand Down

0 comments on commit a1dc326

Please sign in to comment.