├── CITATION.cff ├── README.md ├── documents └── chess_embedding_slides.pdf └── images ├── chess_embedding_poster.png ├── chess_embedding_thumbnail.png └── chess_embedding_thumbnail_vector.svg /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSSLab/behavioral-stylometry/HEAD/CITATION.cff -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSSLab/behavioral-stylometry/HEAD/README.md -------------------------------------------------------------------------------- /documents/chess_embedding_slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSSLab/behavioral-stylometry/HEAD/documents/chess_embedding_slides.pdf -------------------------------------------------------------------------------- /images/chess_embedding_poster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSSLab/behavioral-stylometry/HEAD/images/chess_embedding_poster.png -------------------------------------------------------------------------------- /images/chess_embedding_thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSSLab/behavioral-stylometry/HEAD/images/chess_embedding_thumbnail.png -------------------------------------------------------------------------------- /images/chess_embedding_thumbnail_vector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CSSLab/behavioral-stylometry/HEAD/images/chess_embedding_thumbnail_vector.svg --------------------------------------------------------------------------------