Skip to main content

标  题: 分享下催推荐信的经验(EB1A)

http://gengwg.blogspot.com/发信人: Eldora (潘多拉), 信区: Immigration
标  题: 分享下催推荐信的经验(EB1A)
发信站: BBS 未名空间站 (Thu Apr  2 11:57:01 2015, 美东)

   找推荐人是自己的事,运气好,能找一打人,那么你就可以仔细权衡各方面小心挑
选。独立的更有用,不独立的就是凑数,有个一封就差不多了,为了保证绝对独立,最
好没有合作过,没有coauthor,不在同一个单位。当然如果在一个单位没有任何交集也
可以claim独立推荐人,只是看IO心情,有可能人家不认啊。另外引用自己文章的最好
保证两个独立,这样言之有物,我的一个小经验就是可以第三方说出Highlight的文章
。因为有Highlight的引用文章的人不写推荐信,我又想claim那个亮点,那么就让同样
引用那个文章的推荐人加一段:As I know, .....因为推荐信都是你或者律师准备的,
加一段还是问题不大的。除了引用推荐人,还有就是会议认识的牛人,你作报告的会议
主办方,如果对方好说话,你可以大言不惭的说自己是被邀请去作报告的,另外还有你
审稿的杂志编辑的推荐信。不用都要,但是有更全面。当然你如果找不到什么推荐人就
别想那么多了,有人签字就可以了。
   找推荐人的时候最好多找一两个备胎,以防有的推荐人人品不好。关于催推荐信,
个人觉得绝对不能乱来。不然会给人不好的印象。我一般是先发sample letter,记住
,别提什么让人一个月给你之类的话,大家都有拖延症的,教授们也不例外,更何况你
这也不是他分内工作,拖到最后也是正常的。你别给日期限制就说尽快就好了。之后如
果隔四天如果没有动静,那么再foward一下原来的letter,说一句我重发以防你没看到
我四天前发的email。这个寓意就是催了,但是催得不明显,我所有的推荐人在这封之
后很快就回了,或者有的说比较忙周末回。不管怎样,有回音就更好,如果完全没有回
音或者回信说自己要慢慢看之类的,那么你可能就要考虑用备胎推荐人了。如果最终对
方给了你可以的推荐信,你也不亏,没给,你启用了备胎推荐人,也没浪费时间。重发
邮件再过四天还没拿到信就可以明催了,反正如是"坏人“印象好不好也不重要了,别
说是自己,就说律师催啊,马上就要提交了,就缺您的信了。如果这还没有反应,那么
就别抱大希望了。
  总之一句话,不要傻傻的等,时间可贵。当然除了个别特殊情况,好的推荐人都不会
让你苦等的。我听说有人等了一两月签字还没到手,我就觉得这个世界都不和谐了。
  祝大家好运!!
--

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into /opt/course/1/context_default_no_kubectl.sh , but without the use of k

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checking a shared sec