Skip to content

Commit

Permalink
Corrected a typo in "About Us" section
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypre55 committed Dec 1, 2020
1 parent 4fdfb37 commit 37b2c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/home/homeBody/HomeAboutUs.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Card from "../../common/Card";
const HomeAboutUs = props => {
const ABOUT_US_TITLE = "WHO ARE WE";
const ABOUT_US_DESC =
"CloudCV is a young open source cloud platform started in 2013 by students and faculty from Machine Learning and Perception Lab at Virginia Tech (now at Georgia Tech) with the aim to make AI research more reproducible. At CloudCV, we are building tools that enable researchers to build, compare and share start-of-the-algorithms. We believe that one shouldn't have to be an AI expert to have access to cutting edge vision algorithms. Likewise, researchers shouldn't have to worry about building a service around their deep learning models to showcase and share it with others.";
"CloudCV is a young open source cloud platform started in 2013 by students and faculty from Machine Learning and Perception Lab at Virginia Tech (now at Georgia Tech) with the aim to make AI research more reproducible. At CloudCV, we are building tools that enable researchers to build, compare and share state-of-the-art algorithms. We believe that one shouldn't have to be an AI expert to have access to cutting edge vision algorithms. Likewise, researchers shouldn't have to worry about building a service around their deep learning models to showcase and share it with others.";
return (
<div className="cv-home-about-us cv-container" id="about">
<div className="cv-home-card-container">
Expand Down

0 comments on commit 37b2c8d

Please sign in to comment.