Skip to content

Commit

Permalink
Merge pull request #487 from biocompute-objects/llm_tool_homepage
Browse files Browse the repository at this point in the history
Replaced previous workshshop on homepage with LLM Tool
  • Loading branch information
kee007ney authored Jan 9, 2025
2 parents bb9d064 + ec40b08 commit a237dcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file added client/src/images/LLM.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions client/src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import FullWidthBox from "../components/FullWidthBox";
import ThirdBox from "../components/ThirdBox";
import logo from "../images/logo.png";
import ieee from "../images/ieee.jpg";
import workshoppic from "../images/workshop.jpg"
import LLMpic from "../images/LLM.jpg"
import mediaWiki from "../images/mediawikiwiki.svg";
import cloudlogo from "../images/cloud.png"
import builderlogo from "../images/Builder_edit.png"
Expand Down Expand Up @@ -89,13 +89,13 @@ const HomePage = () => {
image={mediaWiki}
/>
</Grid>
<Grid item xs={12} sm={12} lg={4} xl={4}>
<Grid item xs={12} sm={6} lg={4} xl={4}>
<ThirdBox
link="https://hivelab.biochemistry.gwu.edu/publications#Multimedia"
title="Previous workshop material"
content="Collection of posters, presentation slides, recordings, and other materials from previous BioCompute workshops or conferences."
link="https://biocompute-objects.github.io/bco-rag/"
title="BCO Assistant Tool"
content="Automated BioCompute Object creation using Retrieval-Augmented Generation from Publications."
cssClass=""
image={workshoppic}
image={LLMpic}
/>
</Grid>
<Grid item xs={12} sm={6} lg={4} xl={4}>
Expand Down

0 comments on commit a237dcd

Please sign in to comment.