diff --git a/docs/index.html b/docs/index.html index a594621..c0325be 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,6 +14,7 @@ + @@ -131,8 +132,15 @@

Introduction Video (7 Minutes)

Dataset Overview

- The following is an example game from our dataset of current 20 games. - +
+ The following is an example game from our dataset of current 20 games. + +
+
+ Our dataset of currently 20 games contains the following information: Chat among the six players, hand-labeled persuasion strategies, hand-labeled deception strategies for all evil players, beliefs over what players though about other players at different + stages of the game, as well as the full game state containing proposed parties and vote outcomes. +

Note: For non-mobile devices, this website provides an interactive demo of our dataset. +
diff --git a/docs/static/css/custom.css b/docs/static/css/custom.css new file mode 100644 index 0000000..4f24f3e --- /dev/null +++ b/docs/static/css/custom.css @@ -0,0 +1,18 @@ +.desk {} + +.div-only-mobile {} + +@media screen and (max-width: 1920px) { + .div-only-mobile { + display: none; + } +} + +@media screen and (max-width: 800px) { + .desk { + display: none; + } + .div-only-mobile { + display: block; + } +} \ No newline at end of file