From 016cf1b40cb5918ce2bc0af064950fbd6945e779 Mon Sep 17 00:00:00 2001 From: ilovecv Date: Thu, 18 May 2017 10:36:15 -0400 Subject: [PATCH] Update index.html --- index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 02fff2f..f277789 100644 --- a/index.html +++ b/index.html @@ -8,15 +8,15 @@ // DATABASE var deadlines= new Array(); -/* add yours here + deadlines.push({ - venue: "", - area: "", - deadline: moment("2000-00-00 00:00:00 +0000", "YYYY-MM-DD HH:mm:ss Z"), - //website: "", - //approx: 1, + venue: "CVPR", + area: "Computer Vision", + deadline: moment("2017-011-05 23:59:00 +0000", "YYYY-MM-DD HH:mm:ss Z"), + website: "", + approx: 1, }); -*/ + // Machine Learning