Skip to content

Commit

Permalink
News: Add EvalAI & Fabrik paper acceptance to SOSP'19(#109) (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhJain2018 committed Oct 23, 2019
1 parent d1fbc31 commit 5f3689a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion frontend/src/components/home/homeBody/HomeNews.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@ import { Link } from "react-router-dom";
import TimelineCard from "../../common/TimelineCard";
import Button from "../../common/Button";

const MIN_ELEMENTS = 15;
const MIN_ELEMENTS = 16;
const EVENTS = [
{
date: "September 2019",
desc: (
<span>
EvalAI and Fabrik are accepted to{" "}
<Link to="https://sosp19.rcs.uwaterloo.ca/" target="blank">
SOSP Conference 2019
</Link>, Canada
</span>
)
},

{
date: "March 2019",
desc: (
Expand Down

0 comments on commit 5f3689a

Please sign in to comment.