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