Skip to content

Commit

Permalink
Removed workshop from homepage, added pilot project instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tianywan819 committed Sep 12, 2024
1 parent 57e350a commit 6428e82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
Binary file added client/src/images/Builder_edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 7 additions & 6 deletions client/src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import ieee from "../images/ieee.jpg";
import workshoppic from "../images/workshop.jpg"
import mediaWiki from "../images/mediawikiwiki.svg";
import cloudlogo from "../images/cloud.png"
import builderlogo from "../images/Builder_edit.png"

const HomePage = () => {
return (
Expand Down Expand Up @@ -50,7 +51,7 @@ const HomePage = () => {
<ThirdBox
link="/builder"
title="BioCompute Builder"
image={logo}
image={builderlogo}
content="Use the BioCompute Builder or view objects in the database.
The BioCompute Builder is a platform-free, form-based editor."
/>
Expand All @@ -71,11 +72,11 @@ const HomePage = () => {
<Grid container justifyContent="center" spacing={3}>
<Grid item xs={12} sm={12} lg={12} xl={12} >
<FullWidthBox
link="https://wiki.biocomputeobject.org/index.php?title=BioCompute_Spring_Workshop_2024"
title="2024 BioCompute Conference & Workshop"
content="This workshop provides an opportunity to learn about interoperability between platforms that host BioCompute Objects (BCOs), the FDA’s 'Portal' for reading, writing and sharing BCOs, real world applications including intended use in regulatory submissions, and potential implementations, including the use of AI/ML. "
link="https://wiki.biocomputeobject.org/BCO_Pilot_Project"
title="BioCompute Pilot Project"
content="The purpose of the pilot is to bring both the sponsors and FDA to agreement around BCO usage to streamline and standardize computational workflow submissions and reviews. Expected to obtain first-hand knowledge of submitting computational analyses to the FDA and how to efficiently and effectively ease communication barrier between sponsors and government agency. "
cssClass=""
image={workshoppic}

/>
</Grid>
<Grid item xs={12} sm={6} lg={4} xl={4}>
Expand All @@ -92,7 +93,7 @@ const HomePage = () => {
<ThirdBox
link="https://hivelab.biochemistry.gwu.edu/publications#Multimedia"
title="Previous workshop material"
content="Collection of posters, presentation slides, and other materials from previous BioCompute workshops or conferences."
content="Collection of posters, presentation slides, recordings, and other materials from previous BioCompute workshops or conferences."
cssClass=""
image={workshoppic}
/>
Expand Down

0 comments on commit 6428e82

Please sign in to comment.