├── .gitignore ├── LICENSE ├── README.md ├── TBA ├── CS PhD|路径执念_1.png ├── CS PhD|路径执念_2.png ├── 科研课题的价值自测表1.png └── 科研课题的价值自测表2.png ├── iterm2.png ├── new-researcher-handbook-plain.pdf ├── new-researcher-handbook-plain.tex ├── new-researcher-handbook.pdf └── new-researcher-handbook.tex /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronLuo00/phd-survival-guide/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronLuo00/phd-survival-guide/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronLuo00/phd-survival-guide/HEAD/README.md -------------------------------------------------------------------------------- /TBA/CS PhD|路径执念_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronLuo00/phd-survival-guide/HEAD/TBA/CS PhD|路径执念_1.png -------------------------------------------------------------------------------- /TBA/CS PhD|路径执念_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronLuo00/phd-survival-guide/HEAD/TBA/CS PhD|路径执念_2.png -------------------------------------------------------------------------------- /TBA/科研课题的价值自测表1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronLuo00/phd-survival-guide/HEAD/TBA/科研课题的价值自测表1.png -------------------------------------------------------------------------------- /TBA/科研课题的价值自测表2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronLuo00/phd-survival-guide/HEAD/TBA/科研课题的价值自测表2.png -------------------------------------------------------------------------------- /iterm2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronLuo00/phd-survival-guide/HEAD/iterm2.png -------------------------------------------------------------------------------- /new-researcher-handbook-plain.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronLuo00/phd-survival-guide/HEAD/new-researcher-handbook-plain.pdf -------------------------------------------------------------------------------- /new-researcher-handbook-plain.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronLuo00/phd-survival-guide/HEAD/new-researcher-handbook-plain.tex -------------------------------------------------------------------------------- /new-researcher-handbook.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronLuo00/phd-survival-guide/HEAD/new-researcher-handbook.pdf -------------------------------------------------------------------------------- /new-researcher-handbook.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AaronLuo00/phd-survival-guide/HEAD/new-researcher-handbook.tex --------------------------------------------------------------------------------