├── .all-contributorsrc ├── .gitignore ├── .vscode ├── rst.code-snippets └── settings.json ├── Makefile ├── Pipfile ├── README.md ├── assets └── sjtu-se │ ├── README.md │ ├── 夏令营活动安排-2019级.xlsx │ └── 夏令营活动安排-2020级.xlsx ├── make.bat └── source ├── authors.rst ├── conf.py ├── index.rst ├── progress.rst ├── schools ├── cas │ ├── ia.rst │ ├── ict.rst │ └── iscas.rst ├── fdu │ ├── a.jpeg │ ├── cs.rst │ └── cssoftware.rst ├── nju │ ├── engineerproject.rst │ └── software.rst ├── pku │ ├── aais.rst │ ├── eecs.rst │ ├── ss.rst │ └── sz.rst ├── ruc │ └── ai.rst ├── sjtu │ ├── cs.rst │ └── se.rst ├── thu │ ├── cs.rst │ ├── iiis.rst │ ├── sigs.rst │ └── ss.rst └── zju │ └── cs.rst └── statistics.rst /.all-contributorsrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/.all-contributorsrc -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/rst.code-snippets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/.vscode/rst.code-snippets -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/Makefile -------------------------------------------------------------------------------- /Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/Pipfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/README.md -------------------------------------------------------------------------------- /assets/sjtu-se/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/assets/sjtu-se/README.md -------------------------------------------------------------------------------- /assets/sjtu-se/夏令营活动安排-2019级.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/assets/sjtu-se/夏令营活动安排-2019级.xlsx -------------------------------------------------------------------------------- /assets/sjtu-se/夏令营活动安排-2020级.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/assets/sjtu-se/夏令营活动安排-2020级.xlsx -------------------------------------------------------------------------------- /make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/make.bat -------------------------------------------------------------------------------- /source/authors.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/authors.rst -------------------------------------------------------------------------------- /source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/conf.py -------------------------------------------------------------------------------- /source/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/index.rst -------------------------------------------------------------------------------- /source/progress.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/progress.rst -------------------------------------------------------------------------------- /source/schools/cas/ia.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/cas/ia.rst -------------------------------------------------------------------------------- /source/schools/cas/ict.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/cas/ict.rst -------------------------------------------------------------------------------- /source/schools/cas/iscas.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/cas/iscas.rst -------------------------------------------------------------------------------- /source/schools/fdu/a.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/fdu/a.jpeg -------------------------------------------------------------------------------- /source/schools/fdu/cs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/fdu/cs.rst -------------------------------------------------------------------------------- /source/schools/fdu/cssoftware.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/fdu/cssoftware.rst -------------------------------------------------------------------------------- /source/schools/nju/engineerproject.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/nju/engineerproject.rst -------------------------------------------------------------------------------- /source/schools/nju/software.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/nju/software.rst -------------------------------------------------------------------------------- /source/schools/pku/aais.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/pku/aais.rst -------------------------------------------------------------------------------- /source/schools/pku/eecs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/pku/eecs.rst -------------------------------------------------------------------------------- /source/schools/pku/ss.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/pku/ss.rst -------------------------------------------------------------------------------- /source/schools/pku/sz.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/pku/sz.rst -------------------------------------------------------------------------------- /source/schools/ruc/ai.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/ruc/ai.rst -------------------------------------------------------------------------------- /source/schools/sjtu/cs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/sjtu/cs.rst -------------------------------------------------------------------------------- /source/schools/sjtu/se.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/sjtu/se.rst -------------------------------------------------------------------------------- /source/schools/thu/cs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/thu/cs.rst -------------------------------------------------------------------------------- /source/schools/thu/iiis.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/thu/iiis.rst -------------------------------------------------------------------------------- /source/schools/thu/sigs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/thu/sigs.rst -------------------------------------------------------------------------------- /source/schools/thu/ss.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/thu/ss.rst -------------------------------------------------------------------------------- /source/schools/zju/cs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/schools/zju/cs.rst -------------------------------------------------------------------------------- /source/statistics.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJU-SE-15-share-review/postgraduate-recommendation/HEAD/source/statistics.rst --------------------------------------------------------------------------------