├── LICENSE ├── README.md ├── application-form ├── .ignore ├── Application-Form-for-Using-MSDS.docx └── Legal-Commitment.docx └── images ├── chs-tds.png └── gui.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HCIILAB/MSDS/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HCIILAB/MSDS/HEAD/README.md -------------------------------------------------------------------------------- /application-form/.ignore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /application-form/Application-Form-for-Using-MSDS.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HCIILAB/MSDS/HEAD/application-form/Application-Form-for-Using-MSDS.docx -------------------------------------------------------------------------------- /application-form/Legal-Commitment.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HCIILAB/MSDS/HEAD/application-form/Legal-Commitment.docx -------------------------------------------------------------------------------- /images/chs-tds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HCIILAB/MSDS/HEAD/images/chs-tds.png -------------------------------------------------------------------------------- /images/gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HCIILAB/MSDS/HEAD/images/gui.png --------------------------------------------------------------------------------