├── CV ├── cv.pdf └── cv.tex ├── CV_CN ├── cv_cn.pdf └── cv_cn.tex ├── LICENSE ├── README.md ├── RP ├── ref.bib ├── rp.pdf ├── rp.tex └── structure.tex ├── cv_Page1.png ├── cv_Page2.png ├── cv_cn_Page1.png ├── cv_cn_Page2.png ├── rp_Page1.png └── rp_Page2.png /CV/cv.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/CV/cv.pdf -------------------------------------------------------------------------------- /CV/cv.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/CV/cv.tex -------------------------------------------------------------------------------- /CV_CN/cv_cn.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/CV_CN/cv_cn.pdf -------------------------------------------------------------------------------- /CV_CN/cv_cn.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/CV_CN/cv_cn.tex -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/README.md -------------------------------------------------------------------------------- /RP/ref.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/RP/ref.bib -------------------------------------------------------------------------------- /RP/rp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/RP/rp.pdf -------------------------------------------------------------------------------- /RP/rp.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/RP/rp.tex -------------------------------------------------------------------------------- /RP/structure.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/RP/structure.tex -------------------------------------------------------------------------------- /cv_Page1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/cv_Page1.png -------------------------------------------------------------------------------- /cv_Page2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/cv_Page2.png -------------------------------------------------------------------------------- /cv_cn_Page1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/cv_cn_Page1.png -------------------------------------------------------------------------------- /cv_cn_Page2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/cv_cn_Page2.png -------------------------------------------------------------------------------- /rp_Page1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/rp_Page1.png -------------------------------------------------------------------------------- /rp_Page2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HauLiang/PhD-Application-Template/HEAD/rp_Page2.png --------------------------------------------------------------------------------