Analysis self-assessment tool
+Analysis self-assessment tool
-
Assess your analysis quality assurance against the good practice guidance.
+Assess your analysis quality assurance against the good practice guidance.
+
Register ->
-
+
Register a new analysis to start assessing it.
@@ -48,10 +45,10 @@ export default function Home() { href="/assess" className={styles.card} > -
+
Assess ->
-
+
Submit a self-assessment for a registered analysis.
@@ -60,10 +57,10 @@ export default function Home() { href="/review" className={styles.card} > -
+
Review ->
-
+
Review previous assessments of an analysis.
@@ -72,10 +69,10 @@ export default function Home() { href="/overview" className={styles.card} > -
+
Overview ->
-
+
Review assessments across all analyses.
diff --git a/pages/register.js b/pages/register.js index aa7aee8..33612af 100644 --- a/pages/register.js +++ b/pages/register.js @@ -1,3 +1,37 @@ +import styles from '/styles/Home.module.css' +import Button from '@mui/material/Button'; +import Select from '@mui/material/Select'; +import FormControl from '@mui/material/FormControl'; +import MenuItem from '@mui/material/MenuItem'; +import TextField from '@mui/material/TextField'; +import HomeIcon from '@mui/icons-material/Home'; +import Link from 'next/link' +import InputLabel from '@mui/material/InputLabel'; + + export default function Home() { - + return ( + <> +