diff --git a/website/_harp.json b/website/_harp.json index fc0c7c455..0f1a6f4bf 100644 --- a/website/_harp.json +++ b/website/_harp.json @@ -47,7 +47,7 @@ } }, - "V_CSS": "1.6", + "V_CSS": "1.7", "V_JS": "1.0", "DEFAULT_SYNTAX" : "python", "ANALYTICS": "UA-58931649-1", diff --git a/website/assets/img/showcase/truthbot.jpg b/website/assets/img/showcase/truthbot.jpg new file mode 100644 index 000000000..4903f3d17 Binary files /dev/null and b/website/assets/img/showcase/truthbot.jpg differ diff --git a/website/docs/usage/_data.json b/website/docs/usage/_data.json index 696eb5228..491ad8130 100644 --- a/website/docs/usage/_data.json +++ b/website/docs/usage/_data.json @@ -104,6 +104,12 @@ "description": "Semantic analysis of the Reddit hivemind", "image": "sense2vec.jpg" }, + "TruthBot": { + "url": "http://summerscope.github.io/govhack/2016/truthbot/", + "author": "Team Truthbot", + "description": "The world's first artificially intelligent fact checking robot.", + "image": "truthbot.jpg" + }, "Laice": { "url": "https://github.com/kendricktan/laice", "author": "Kendrick Tan",