Skip to content

Commit a237dcd

Browse files
authored
Merge pull request #487 from biocompute-objects/llm_tool_homepage
Replaced previous workshshop on homepage with LLM Tool
2 parents bb9d064 + ec40b08 commit a237dcd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

client/src/images/LLM.jpg

16.9 KB
Loading

client/src/pages/Home.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import FullWidthBox from "../components/FullWidthBox";
66
import ThirdBox from "../components/ThirdBox";
77
import logo from "../images/logo.png";
88
import ieee from "../images/ieee.jpg";
9-
import workshoppic from "../images/workshop.jpg"
9+
import LLMpic from "../images/LLM.jpg"
1010
import mediaWiki from "../images/mediawikiwiki.svg";
1111
import cloudlogo from "../images/cloud.png"
1212
import builderlogo from "../images/Builder_edit.png"
@@ -89,13 +89,13 @@ const HomePage = () => {
8989
image={mediaWiki}
9090
/>
9191
</Grid>
92-
<Grid item xs={12} sm={12} lg={4} xl={4}>
92+
<Grid item xs={12} sm={6} lg={4} xl={4}>
9393
<ThirdBox
94-
link="https://hivelab.biochemistry.gwu.edu/publications#Multimedia"
95-
title="Previous workshop material"
96-
content="Collection of posters, presentation slides, recordings, and other materials from previous BioCompute workshops or conferences."
94+
link="https://biocompute-objects.github.io/bco-rag/"
95+
title="BCO Assistant Tool"
96+
content="Automated BioCompute Object creation using Retrieval-Augmented Generation from Publications."
9797
cssClass=""
98-
image={workshoppic}
98+
image={LLMpic}
9999
/>
100100
</Grid>
101101
<Grid item xs={12} sm={6} lg={4} xl={4}>

0 commit comments

Comments
 (0)