├── .github └── ISSUE_TEMPLATE │ ├── --add-new-industry-group--.md │ ├── --add-new-program--.md │ ├── --hiring-css-researchers--.md │ ├── -add-new-researcher-.md │ └── -hiring-css-students-.md ├── LICENSE ├── README.md ├── README_ch.md ├── industry_en.md ├── programs_en.md └── researcher_en.md /.github/ISSUE_TEMPLATE/--add-new-industry-group--.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhbzc/CSS_program/HEAD/.github/ISSUE_TEMPLATE/--add-new-industry-group--.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/--add-new-program--.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhbzc/CSS_program/HEAD/.github/ISSUE_TEMPLATE/--add-new-program--.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/--hiring-css-researchers--.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhbzc/CSS_program/HEAD/.github/ISSUE_TEMPLATE/--hiring-css-researchers--.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/-add-new-researcher-.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhbzc/CSS_program/HEAD/.github/ISSUE_TEMPLATE/-add-new-researcher-.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/-hiring-css-students-.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhbzc/CSS_program/HEAD/.github/ISSUE_TEMPLATE/-hiring-css-students-.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhbzc/CSS_program/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhbzc/CSS_program/HEAD/README.md -------------------------------------------------------------------------------- /README_ch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhbzc/CSS_program/HEAD/README_ch.md -------------------------------------------------------------------------------- /industry_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhbzc/CSS_program/HEAD/industry_en.md -------------------------------------------------------------------------------- /programs_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhbzc/CSS_program/HEAD/programs_en.md -------------------------------------------------------------------------------- /researcher_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fhbzc/CSS_program/HEAD/researcher_en.md --------------------------------------------------------------------------------