-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Small fixes * Add proper theme support * Final changes to UpSet Generator * Update search components * misc * About Page * UMAP * fix build * fix build
- Loading branch information
1 parent
d362c20
commit 9f259ef
Showing
20 changed files
with
652 additions
and
730 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,17 @@ import { Typography } from "@mui/material" | |
|
||
import Grid2 from "@mui/material/Unstable_Grid2/Grid2" | ||
|
||
|
||
|
||
//Need better text styling | ||
|
||
export default function About() { | ||
return ( | ||
<main> | ||
<Grid2 container spacing={4} sx={{ maxWidth: "70%", mr: "auto", ml: "auto", mt: "3rem" }}> | ||
<Grid2 xs={12} lg={6}> | ||
<Typography variant="h3">About igSCREEN</Typography> | ||
<Typography variant="h5">Search immune Candidate cis-Regulatory Elements by ENCODE</Typography> | ||
</Grid2> | ||
<Grid2 xs={12}> | ||
<Typography paragraph variant="h3">About igSCREEN</Typography> | ||
<Typography paragraph variant="h5">Search <i>immune</i> Candidate cis-Regulatory Elements by ENCODE</Typography> | ||
<Typography paragraph>igSCREEN is a comprehensive catalog of multi-omic knowledge about human immune cells. It was designed and built by Dr. Zhiping Weng’s and Dr. Jill Moore’s labs at UMass Chan Medical School.</Typography> | ||
<Typography paragraph>For questions or comments please contact us at [email protected] and [email protected]</Typography> | ||
<Typography paragraph>This work is supported by U01AI173584.</Typography> | ||
</Grid2> | ||
</Grid2> | ||
</main> | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.