├── .DS_Store ├── LICENSE ├── README-CHS.md ├── README.md ├── notebooks ├── code_checklist-analysis.Rmd ├── code_checklist-analysis.pdf └── code_checklist-neurips2019.csv └── templates ├── README-CHS.md └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/releasing-research-code/HEAD/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/releasing-research-code/HEAD/LICENSE -------------------------------------------------------------------------------- /README-CHS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/releasing-research-code/HEAD/README-CHS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/releasing-research-code/HEAD/README.md -------------------------------------------------------------------------------- /notebooks/code_checklist-analysis.Rmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/releasing-research-code/HEAD/notebooks/code_checklist-analysis.Rmd -------------------------------------------------------------------------------- /notebooks/code_checklist-analysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/releasing-research-code/HEAD/notebooks/code_checklist-analysis.pdf -------------------------------------------------------------------------------- /notebooks/code_checklist-neurips2019.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/releasing-research-code/HEAD/notebooks/code_checklist-neurips2019.csv -------------------------------------------------------------------------------- /templates/README-CHS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/releasing-research-code/HEAD/templates/README-CHS.md -------------------------------------------------------------------------------- /templates/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/datawhalechina/releasing-research-code/HEAD/templates/README.md --------------------------------------------------------------------------------