├── .gitignore ├── LICENSE ├── README.md └── handbook.pdf /.gitignore: -------------------------------------------------------------------------------- 1 | data/* 2 | results/* 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthen/dstc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthen/dstc/HEAD/README.md -------------------------------------------------------------------------------- /handbook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matthen/dstc/HEAD/handbook.pdf --------------------------------------------------------------------------------