├── .gitignore ├── CV └── CV.docx ├── PS ├── PS.docx └── 参考资料 │ ├── 10篇PS范文.pdf │ ├── CSMS01-2.jpg │ ├── CSMS01.jpg │ ├── Personal Statement写作指导.pdf │ ├── acmAndAI.docx │ ├── advice │ ├── advice.pdf │ ├── franzi_roesner_ut_08_to_uw.pdf │ ├── gilbert_bernstein_ut_09_to_uw.pdf │ ├── julia_schwartz_uw_09_to_cmu.pdf │ └── justine_sherry_uw_10_to_berkeley.pdf │ ├── native speaker examples │ ├── 1.docx │ └── 2.docx │ ├── roopsi samples │ ├── LYZ PS-Yu.pdf │ ├── PS - USC- He.pdf │ └── Statement of Purpose -Yu.pdf │ └── 价值观指导.docx ├── README.md ├── RL ├── HZNU模板 │ ├── 图片模板1.jpg │ └── 模板.docx └── 如何教你的导师写推荐信.pdf ├── 常见Q&A.md ├── 支持文件 ├── README.md ├── 分数证明.doc └── 填写信息汇总.md ├── 申请材料讲解.md ├── 网申进度 ├── 寄件要求.md ├── 网申进度表 MODEL.xlsx └── 选校.md └── 美签综合 ├── 108问.docx ├── Resume Sample_English.pdf ├── ~$Ç©108ÎÊ.docx └── 资料清单.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/.gitignore -------------------------------------------------------------------------------- /CV/CV.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/CV/CV.docx -------------------------------------------------------------------------------- /PS/PS.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/PS.docx -------------------------------------------------------------------------------- /PS/参考资料/10篇PS范文.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/10篇PS范文.pdf -------------------------------------------------------------------------------- /PS/参考资料/CSMS01-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/CSMS01-2.jpg -------------------------------------------------------------------------------- /PS/参考资料/CSMS01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/CSMS01.jpg -------------------------------------------------------------------------------- /PS/参考资料/Personal Statement写作指导.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/Personal Statement写作指导.pdf -------------------------------------------------------------------------------- /PS/参考资料/acmAndAI.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/acmAndAI.docx -------------------------------------------------------------------------------- /PS/参考资料/advice/advice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/advice/advice.pdf -------------------------------------------------------------------------------- /PS/参考资料/advice/franzi_roesner_ut_08_to_uw.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/advice/franzi_roesner_ut_08_to_uw.pdf -------------------------------------------------------------------------------- /PS/参考资料/advice/gilbert_bernstein_ut_09_to_uw.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/advice/gilbert_bernstein_ut_09_to_uw.pdf -------------------------------------------------------------------------------- /PS/参考资料/advice/julia_schwartz_uw_09_to_cmu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/advice/julia_schwartz_uw_09_to_cmu.pdf -------------------------------------------------------------------------------- /PS/参考资料/advice/justine_sherry_uw_10_to_berkeley.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/advice/justine_sherry_uw_10_to_berkeley.pdf -------------------------------------------------------------------------------- /PS/参考资料/native speaker examples/1.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/native speaker examples/1.docx -------------------------------------------------------------------------------- /PS/参考资料/native speaker examples/2.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/native speaker examples/2.docx -------------------------------------------------------------------------------- /PS/参考资料/roopsi samples/LYZ PS-Yu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/roopsi samples/LYZ PS-Yu.pdf -------------------------------------------------------------------------------- /PS/参考资料/roopsi samples/PS - USC- He.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/roopsi samples/PS - USC- He.pdf -------------------------------------------------------------------------------- /PS/参考资料/roopsi samples/Statement of Purpose -Yu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/roopsi samples/Statement of Purpose -Yu.pdf -------------------------------------------------------------------------------- /PS/参考资料/价值观指导.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/PS/参考资料/价值观指导.docx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Application-material 2 | 3 | 个人的一个申请资料的综合,已去掉个人的信息敏感部分并公开。常见问题请见常见Q&A。 4 | 5 | 有什么疑问可以提ISSUE,我会回答能够回答的部分。 6 | 7 | ## AD 8 | 9 | 双非蒟蒻一只,拿到的AD是: 10 | 11 | UIUC-MISM NEU-IS USC-Applied Data Science RPI-MSIT Syracuse-MSCS 12 | 13 | 最后选择的是USC-ADS 14 | 15 | -------------------------------------------------------------------------------- /RL/HZNU模板/图片模板1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/RL/HZNU模板/图片模板1.jpg -------------------------------------------------------------------------------- /RL/HZNU模板/模板.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/RL/HZNU模板/模板.docx -------------------------------------------------------------------------------- /RL/如何教你的导师写推荐信.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/RL/如何教你的导师写推荐信.pdf -------------------------------------------------------------------------------- /常见Q&A.md: -------------------------------------------------------------------------------- 1 | # 遇到的一些问题 2 | 3 | ## degree bearing transcript 4 | 5 | > If admitted, you will be required to submit an official degree bearing transcript. Federal loans (for U.S. Citizens and permanent residents) will be disbursed to the student account when all financial aid and admission requirements are met, including receipt of official degree bearing transcripts. If you are not receiving any Federal loans, and/or if you are an International student, receipt of your degree bearing transcript is required by the end of your first semester of study. 6 | 7 | degree bearing transcript 指的应该是带学位的成绩单? 8 | 9 | > 备注: 正确 10 | 11 | ## scholarship 12 | 13 | 有两种scholarship 14 | 15 | - tuition schlarship 16 | - unversity fellowship 17 | 18 | 这些都是个啥…… 19 | 20 | > 备注:别想了,和你没关系的 21 | 22 | ## GT 送分 23 | 24 | 你都让我直接填了还要不要送分了 25 | 26 | > 看具体学校要求,有的明确说了需要你在审核之前GT送分那就送(大部分都这样 27 | 28 | ## GPA填写 29 | 30 | 你直接让我填4.0制度的GPA我填个毛线…… 31 | 32 | > 备注:本校的直接找自己写一份百分制成绩单证明(参考支持文件里的模板),然后找教务处盖个章证明我校5分值可以以这种方式换成百分制,然后GPA里面直接填百分制就好了(然而是事实上对方学校还是会换算,只不过防止被机器筛掉而已。 33 | 34 | ## Official Document(带有骑缝章的文件) 35 | 36 | > 有些学校一定要,就是把对方学校需要的文件塞到一个文件袋里,然后找教务处老师盖个骑缝章,接着自己找DHL寄出去(比较近的一个在浙大玉泉)。寄出的时候地址注意一下。 37 | 38 | ## 我自己英语没这么好又不想去找中介怎么办 39 | 40 | 现在网上卖文书服务的平台很多,我用的是Dear Mentor来帮我规划PS,找了一个USC的博士,我自己用英文写好初稿,来回改了3-4次,1600。然后平时一些语言上的润色可以找PaperSoGay,里面是一些外国语言学学生在简单,能帮你修改一些用语。 41 | 42 | 但是DIY最重要的始终还是自己。 43 | 44 | ## 财产证明是个什么鬼 45 | 46 | 一般你去找中介的话中介会和你说是3个月的冻结(定期)存款,然而事实上这个是为了他们最大的方便考虑的,我们假设也不是每个人家里都可以一口气拿出60w冻在银行里,那么折中的方法有: 47 | 48 | - 存冻结存款,开个证明,扫描一下,去银行提前解冻(有风险 49 | - 去开时点证明,亲测建行可以开,即证明某个账户在某个时间点上账户里存了多少,资金往账户上走一圈就可以了。 50 | 51 | 对于USC来说时点证明适用,以上。 52 | 53 | ## 推荐信 54 | 55 | 最好能拿到大牛的推荐信,不过大部分人都是拿不到的。 56 | 57 | 然后如果大牛不愿意帮你推太多学校,那也是个问题。 58 | 59 | 所以最好找好其他愿意为你写推荐信的老师,防止大牛突然玩失踪。 60 | 61 | 然后关于推荐信,个人定制化很高,最好自己写完一稿以后让文书机构帮忙润色(我最后因为中介(后面扔掉的那个)已经帮我写完了就没找DearMentor),最后去找老师让他自己过目一遍。 62 | 63 | 然后理论上来说推荐信是要老师自己写,自己上传的,但是我国国情你们是懂的。 64 | 65 | 所以在你提交完申请以后会有一封邮件发到老师邮箱里,这时候让老师转发给你,你自己填写上传,注意可能系统会查你的IP和MAC地址,所以请务必…… 66 | 67 | 推荐信最好用不同的风格和口吻写,然后信纸也不要一样,我的是白板一张 学校信纸两张。模板见RL文件夹。 -------------------------------------------------------------------------------- /支持文件/README.md: -------------------------------------------------------------------------------- 1 | # 说明 2 | 3 | 这个文件夹里放各种申请需要上传的PDF(最好是以PDF格式上传,因为这样格式不容易变动,比较正规) 4 | 5 | 在脱敏之前文件夹里存的东西是: 6 | 7 | Mode LastWriteTime Length Name 8 | ---- ------------- ------ ---- 9 | d----- 2333/5/24 14:55 passport-img 10 | d----- 2333/5/24 14:55 prepared for idoit university 11 | -a---- 2333/4/22 12:56 bank statement-1.jpg 12 | -a---- 2333/4/22 12:56 bank statement.jpg 13 | -a---- 2333/4/22 12:56 Confidential Statement.PDF 14 | -a---- 2333/2/13 16:23 GPAProof.pdf 15 | -a---- 2333/2/13 16:23 GRE.pdf 16 | -a---- 2333/2/13 16:23 passport.pdf 17 | -a---- 2333/2/13 16:23 studentship certi(在读证明).PDF 18 | -a---- 2333/2/13 16:23 TOEFL.pdf 19 | -a---- 2333/2/13 16:23 unofficalTransWithCerti.pdf 20 | -a---- 2333/2/13 16:23 unofficialTranscript.PDF 21 | -a---- 2333/2/13 16:23 分数证明.doc 22 | -a---- 2333/2/13 16:23 填写信息汇总.md -------------------------------------------------------------------------------- /支持文件/分数证明.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/支持文件/分数证明.doc -------------------------------------------------------------------------------- /支持文件/填写信息汇总.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # 个人信息 4 | 5 | > 因为网上你要填很多申请表单,里面信息都差不多,填的烦了的话就写到这个文件里直接复制黏贴吧。 6 | 7 | ## 地址 8 | 9 | 10 | 11 | ## 电话 12 | 13 | 14 | 15 | # GRE 16 | 17 | 18 | 19 | # TOEFL 20 | 21 | 22 | 23 | # 推荐人 24 | 25 | ## xx 26 | 27 | First name: 28 | 29 | Last name: 30 | 31 | Email: 32 | 33 | organization: 34 | 35 | Position: 36 | 37 | Relationship: 38 | 39 | # honors 40 | 41 | # work experience 42 | -------------------------------------------------------------------------------- /申请材料讲解.md: -------------------------------------------------------------------------------- 1 | # 材料为: 2 | 3 | - PS 4 | - CV 5 | - 推荐信 6 | - 成绩单 7 | - G/T成绩 8 | 9 | # 具体分析 10 | 11 | ## PS: 12 | 13 | 塑造人设,你想在PS中把自己塑造成一个怎么样的人,同时把各种经历用你的语言串起来,结合你的个人特质让别人了解到你想让他们了解到的部分,即塑造人设。 14 | 15 | 比如说我的人设就是对业界的各种事物充满好奇心又敢于去尝试同时还取得的成功的人。 16 | 17 | > 备注:嘛事实上想想没啥用,每年都有这么多人申请,人家不可能一张张仔细看过来的,所以就像PS中的范本一样,话说的明确易懂是最好的,不需要加什么特技。 18 | > 19 | > 另外学校的选择很重要,千万不要为了100美刀的申请费说这个学校去年bar很高我今年就不申请了,多海投总有学校眼瞎的,比如说今年NEU的CS一开始的Bar就格外的低…… -------------------------------------------------------------------------------- /网申进度/寄件要求.md: -------------------------------------------------------------------------------- 1 | # USC 2 | 3 | - 中文成绩单 4 | - 英文成绩单 5 | - 英文学位证明 6 | - 中文学位证明 7 | - 托福报告 8 | - cover page 9 | 10 | > University of Southern California 11 | > USC Office of Admission and Financial Aid 12 | > 3601 South Flower Street, TYL 112 13 | > Los Angeles, CA 90089-0915 14 | > (213) 740-1111 15 | 16 | # UCI 17 | 18 | > Mail copies of your official transcripts to: 19 | > 20 | > University of California, Irvine 21 | > Electrical Engineering and Computer Science Department 22 | > 2201 Engineering Hall 23 | > Irvine, CA 92697-2625 24 | 25 | # UFL 26 | 27 | > 1. Mail your official transcripts and degree certificates (international students) to the address below: 28 | > Graduate Admissions Office 29 | > University of Florida 30 | > 201 Criser Hall 31 | > PO Box 114000 32 | > Gainesville, FL 32611-4000 33 | 34 | 英文成绩单+英文在读证明 35 | 36 | # NYU-tandon 37 | 38 | > Official transcripts are required and must be received before an application is reviewed. A hard copy transcript is considered official when it is in a sealed, unopened envelope sent directly from your previous institution. To complete your application, submit official transcripts and proof of your undergraduate degree (if completed) from all previously attended post-secondary institutions, even if you were not a matriculated student and/or did not complete an academic program. Failure to submit all academic records will delay the processing of your application, and failure to report all schools attended may result in admission rescission or withdrawal from consideration. 39 | 40 | 英文成绩单+英文在读证明 41 | 42 | > NYU Tandon School of Engineering 43 | > Graduate Admissions Processing Center 44 | > 15 Dan Road, Suite 102 45 | > Canton, MA 02021 46 | 47 | # 如何寄 48 | 49 | 封好、骑缝盖章 -------------------------------------------------------------------------------- /网申进度/网申进度表 MODEL.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/网申进度/网申进度表 MODEL.xlsx -------------------------------------------------------------------------------- /网申进度/选校.md: -------------------------------------------------------------------------------- 1 | 美国选校 2 | 3 | # 彩票 4 | 5 | - 弗吉尼亚大学UVA CS CE(CS:721/27% CE196/25%S) 6 | - 排名高 7 | - 玄学录取 8 | - 可同时申请CE program 9 | - 好像这所学校挺注重diversity的 10 | - 南加大USC 11 | - CE 12 | - 一堆和CS有关的课 13 | - Data-infor 14 | - 课程对于Data analyst的就业很有帮助(然而肯定是边上课边往SDE方向发展) 15 | - application界面和BU一样也是服了…… 16 | - GIT(georgia Tech) CSE 17 | - 153 in V 18 | - 155 in Q 19 | - 3.0 in AWA 20 | - 3.0 GPA 21 | - 100+ T 22 | - [curriculum](https://www.cc.gatech.edu/academics/degree-programs/masters/computational-science-engineering/program) 23 | - 挺多CS课的,但是无关课也不少,嘛,trade off 24 | - CMU 25 | - INI-MSIN 26 | - [cur](https://www.cmu.edu/ini/academics/msin/curriculum_ms29.html) 27 | - MSIT-MOB 28 | - cur(https://www.cmu.edu/ini/academics/msit/curriculum_ms29.html) 29 | - ebiz 30 | - UMICH 31 | - data science 32 | 33 | # 冲刺 34 | 35 | - 伦斯勒理工RPI MSIT 36 | - 擦边球,课程不错 37 | - 加州欧文UCI Networked System 38 | - [申请流程](https://mcs.ics.uci.edu/prospective-students/application-process/) 39 | - 就业导向 40 | - 16months 41 | - 课还不错 42 | - 加州戴维斯UCD MSCS 43 | - 考虑中,因为地里数据很少,也有背景类似的被拒。 44 | - 东北大学 NEU IS 45 | - SV校区(课少) 46 | - 可以看看哪个校区好 47 | - 面试机会多 48 | - 学校政策支持 49 | - 刷题的话ACM有优势 50 | - stony brook CS 51 | - [cur](https://www.cs.stonybrook.edu/students/Graduate-Studies/MSprojectOption) 52 | 53 | # 主申 54 | 55 | - OSU CSE 56 | - NCSU CSE 57 | - Rochester CS 58 | - BU CS 59 | - Rutgers CS 60 | - NYU tandon CS 61 | - 因为成绩认证很麻烦,在纠结要不要申请 62 | - UMN CS 63 | 64 | # 保底 65 | 66 | - 雪城大学 CS 67 | 68 | SJSU>GWU>stevens IT 69 | 70 | # 没书读补申 71 | 72 | - SCU 73 | - SJSU 74 | - UIUC-MSIM 75 | - UW-tacoma CSS 76 | - UCI Networked system 77 | - U of Pitts 78 | - Vander U data science 79 | -------------------------------------------------------------------------------- /美签综合/108问.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/美签综合/108问.docx -------------------------------------------------------------------------------- /美签综合/Resume Sample_English.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/美签综合/Resume Sample_English.pdf -------------------------------------------------------------------------------- /美签综合/~$Ç©108ÎÊ.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/duskcloudxu/USMasterApplicationMaterial/897fa0ff9d56f89fec808991451def6becd87a19/美签综合/~$Ç©108ÎÊ.docx -------------------------------------------------------------------------------- /美签综合/资料清单.md: -------------------------------------------------------------------------------- 1 | ## 必要材料 2 | 3 | - I20 4 | - SEVIS缴费证明 5 | - 护照 6 | - 面签确认函 7 | - ds160确认函 8 | - 录取信 9 | - study plan 10 | - CV 11 | - 两张签证照片 12 | 13 | ## 支持性材料 14 | 15 | - 财力证明 16 | - 学位证明 17 | - 成绩单 18 | - 托福成绩单 19 | - GRE成绩单 20 | - department chairCV 21 | 22 | --------------------------------------------------------------------------------