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

Commit

Permalink
Added more miRNA and descriptions, and removed old software page (#252)
Browse files Browse the repository at this point in the history
* Added RIBOTOX and Batman miRNAs

* removed all software page

* Added descriptions to all pages

* (lint): Run prettier against 3a9de6a

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
LNJC and github-actions[bot] authored Oct 12, 2023
1 parent f34b30b commit d649827
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 16 deletions.
9 changes: 0 additions & 9 deletions pages/mdx/software.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion src/pages/biology/lab-work.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -502,4 +502,4 @@ export default class BiologyLabWorkPage extends React.Component {
);
}
}
export const Head = () => <BaseHead title="Biology Lab Work" description="TBD" />;
export const Head = () => <BaseHead title="Biology Lab Work" description="Biology Lab Work" />;
2 changes: 1 addition & 1 deletion src/pages/biology/protocols.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ export default class BiologyProtocolsPage extends React.Component {
);
}
}
export const Head = () => <BaseHead title="Biology Protocols" description="TBD" />;
export const Head = () => <BaseHead title="Biology Protocols" description="Biology Protocols" />;
2 changes: 1 addition & 1 deletion src/pages/biology/safety.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ export default class BiologySafetyPage extends React.Component {
}
}

export const Head = () => <BaseHead title="Biology Safety" description="TBD" />;
export const Head = () => <BaseHead title="Biology Safety" description="Biology Safety" />;
22 changes: 21 additions & 1 deletion src/pages/contribution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,26 @@ export default class HumanPracticesPage extends React.Component {
disease: "Cystic Fibrosis",
source: "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7765910/",
},
{
miRNA: "miR-210-3p",
disease: "Pre-eclampsia",
source: "https://pubmed.ncbi.nlm.nih.gov/31056162/",
},
{
miRNA: "miR-517-5p",
disease: "Pre-eclampsia",
source: "https://pubmed.ncbi.nlm.nih.gov/28182660/",
},
{
miRNA: "miR-15b-5p",
disease: "Non-small cell lung cancer",
source: "https://pubmed.ncbi.nlm.nih.gov/22389695/",
},
{
miRNA: "miR-27b-3p",
disease: "Non-small cell lung cancer",
source: "https://pubmed.ncbi.nlm.nih.gov/22389695/",
},
];

render(): React.ReactNode {
Expand Down Expand Up @@ -613,4 +633,4 @@ export default class HumanPracticesPage extends React.Component {
);
}
}
export const Head = () => <BaseHead title="Contribution" description="TBD" />;
export const Head = () => <BaseHead title="Contribution" description="Contribution" />;
7 changes: 6 additions & 1 deletion src/pages/human-practices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,9 @@ export default class HumanPracticesPage extends React.Component {
);
}
}
export const Head = () => <BaseHead title="Human Practices" description="TBD" />;
export const Head = () => (
<BaseHead
title="Human Practices"
description="See the Human Practices work that the team have carried out"
/>
);
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ export const query = graphql`
}
}
`;
export const Head = () => <BaseHead title="Project GENOSWITCH - Home" description="TBD" />;
export const Head = () => <BaseHead title="GENOSWITCH - Home" description="GENOSWITCH Homepage" />;
2 changes: 1 addition & 1 deletion src/pages/software.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ export default class SoftwarePage extends React.Component {
);
}
}
export const Head = () => <BaseHead title="Software" description="TBD" />;
export const Head = () => <BaseHead title="Software" description="See our Software" />;

0 comments on commit d649827

Please sign in to comment.