Skip to main content

标 题: 超低引用 --- NSC PP DIY ---- EB1A 批准

http://gengwg.blogspot.com/发信人: xiaomin88199 (xiaomin), 信区: Immigration
标  题: 超低引用 ---  NSC PP DIY ----   EB1A  批准
发信站: BBS 未名空间站 (Fri Mar 13 23:24:41 2015, 美东)

全程DIY,不用狗屁律师。经验就是:绿卡DIY,绿卡申请不复杂,就是自己写好推荐信
和petition letter,填好140表格。律师收四五千美金,实在太贵。申请结束后的感觉
是:自己对自己最理解,自己对自己的事最负责。研读版上同学的经验,律师收钱,只
帮你起草petition letter之类,最多花三个小时,某些狗屁律师还只是在你的推荐信
上修改几个字词。所以版上的同学最好DIY,不要期望那些狗屁律师帮你拿绿卡。自己
的事,自己负责。

尽管引用数非常低,但是被形势逼着直接PP.


1. 冷门专业,总共26个引用,只有8个独立引用
2. 5封推荐信, 两封独立。推荐信每个段落都是用总分结构,每一段以中心句开头
3. 40个审稿,三封editor的确认信,全是吹牛皮。
4. 10篇journal论文,12篇会议论文,三个计算程序
5. contribution部分全是说计算机程序,引用数一个字不提。
6. publications部分给出每篇论文首页和journal的介绍和排名。也给出google
scholar的citation report, web of science的journal ranking
7. 在contribution最后一个exhibit放上很多邀请我投稿的垃圾邮件,证明我的原创性
贡献。
8. review部分:打印了invitation letter and acknowledgement letters,还进入个
人的reviewer account打印了审稿总结,以证明自己确认完成了那些审稿任务。自己一
共审理40次,四个journal,其中一个eigenfactor score排名第一。


最后的话:鼓励大家认真DIY,看看本版的置顶的帖子,一个不要漏。再研读精华区的
帖子。连我这样的引用数都过,你还担心你的引用数吗?

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 ...

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 checkin...