Skip to main content

标  题: 今天收到绿卡了,总结下

http://gengwg.blogspot.com/发信人: wildcat535 (wildcat535), 信区: Immigration
标  题: 今天收到绿卡了,总结下
发信站: BBS 未名空间站 (Sat May 16 12:03:01 2015, 美东)

从开始准备eb1b到今天拿到绿卡,有差不多9个月,其中在公司律师那耽误了2个多月。
因为知道要申绿卡,就趁爸妈之前来美,让他们在国内把出生证明做好带过来了。结婚
证,因为之前在美国F2转F1就是在美国银行用中国结婚证公证的,就想着这次也这样应
该没问题(不知道公司律师是不是在交材料的时候又证明了下)。

2014/08 开始准备推荐信,一周写一篇推荐信(好痛苦啊!!),同时发邮件找推荐人
,因为在工业界,决定找三个工业界的Director和3个Professor.发了N封邮件,最后推
荐人1个法国,1个乌克兰,1个印度,1个韩国,2个美国。引用我把google scholar,
Web of Science等引用全过了一遍,自己做了个表,注明来源,加起来也有90多个。审
稿我从博士第二年就开始搞了,所以到申请的时候差不多10多篇,没有突击准备,又找
两个中国的,一个荷兰的编辑要了推荐信。文章10来篇,最多引用的不是自己一作,当
时也在犹豫要不要让一作写封证明信,但后来觉得是此地无银三百两,没用弄。

2014/9 把材料整理好寄给公司律师,之后就石城大海,11/24 突然和我说寄走了,12/
02号收到短信邮件approval了。在公司律师准备期间,我们安排了家庭医生体检,把需
要的项目都弄了。得知140寄走以后,就预约移民体检了,很多地方要提前预约,还要
去两次,还好运气不错,因为所有材料的齐全,很快就从移民医生那拿到了那个表格,
体检费用不能走保险,但是用FSA报了。

2014/12 把485材料寄给公司,公司整理后寄给F家,因为他们定了律师处理我们公司的
材料,那个律师又休息了一周,回来就花一天时间然后在平安夜那天下午寄出去了。

2015/01 一月初收到纸质FP notice, 第二天下午就walk in 当地的USCIS打指纹,按照
规定要等schedule的人打完才能打,不过当天就两个,所以很顺利的打完指纹了。

2015/03 主申请人EAD/AP先批,副申请人隔了两周再批的,稍微着急了下,怕影响绿卡
进度,不过后来证明EAD和绿卡审批确实没关系

2015/05 5月初同时收到485 approval notice, 没几天就收到绿卡了。

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