b*******u 发帖数: 61 | 1 事情是这样的:原定于5月份毕业,现在ABD,公司要求3月1号上班。国际学生办于是把
我I-20表上的毕业日期改成了3月1号,然后帮我file了post-opt,现在已经拿到。
国际学生办说既然办了post-opt,就必须在spring semester(即5月份之前)毕业,不
能再延期毕业到下半年或者2013年了。我问如果春季没法毕业有什么后果,工作人员也
不清楚。
现在我的问题是,如果开始full-time工作,做论文的时间就少了,可能到暑假之前没
法答辩/提交论文。请问版上有这种情况的么?会造成USCIS收回OPT么,或者取消F1身
份么? |
|
G******i 发帖数: 5226 | 2 ☆─────────────────────────────────────☆
wallacewang (向神仙姐姐们问好) 于 (Wed Aug 3 11:34:38 2011, 美东) 提到:
update: 昨天打了好几个律师的电话,巧合的是,有个律师居然给这个学校的老师办过h1b啥的,为了省事就打算直接找他们办加急H1b了,提交application后如果一切顺利15天的样子。今天已经把律师费交了。其实也无所谓了,早申了H1B
,也算提前为GREEN CARD 做准备了。anyway,希望一切顺利。:)
再次感谢大家的建议,给了我非常有用的信息,让我能在最短的时间内多方权衡,作出决策。
为了给自己更多找工作的时间,尽量不用opt,毕业前1年就开始了job search。之前去
一个学校onsite,当时说了最好早点给offer,I need to make a quick decision(也
是为了争取点时间做相关preparation). 结果人家就是不急,拖了近3个星期直到7月
31号(后来得知他们下个semester8月22号就要开始了)。一个没见过面的de... 阅读全帖 |
|
|
s*****n 发帖数: 134 | 4 在读PhD Psychology/Neuroscience 专业 ABD,准备一年之内毕业。现在有一些行为和
脑成像数据分析和统计的经验,使用的模型主要有基本的统计工具, GLM,Clustering
,PCA, 最近上手了一些机器学习的经验,比如使用神经网络等等的Classifier,但主
要是用的Matlab和Python下的工具包,以及在CrossValidation步骤里的一些
MonteCarlo Simulation。
完成了Stanford的Andrew Ng的网上课程(使用Matlab)实现,感觉不是很难。目前在看
CMU 的Tom Mitchell的machine learning的课。对这类工作比较有兴趣,但目前的困难
是C++编程应用的实践。自己做数据处理的matlab, python, linux shell script运行
起来都没有问题,但感觉总是不够规范。尝试了一下Hadoop,但之前完全没有碰过Java
,所以进展缓慢。
恳请大家指点一下:目前最需要提高的技能有哪些,简历如何加工争取通过第一轮筛选。
还有一点疑问是:这方面的职位是否是纯 SDE的工种,... 阅读全帖 |
|
c**2 发帖数: 8496 | 5 不能用当时的硕士学位申请post-opt
if your department and international center agrees, you can apply for pre-
OPT, whether part-time or full-time depends on the course load and whether
you are ABD now. |
|
w****P 发帖数: 80 | 6 一直以为ABD是all but diploma而不是all but dissertation,也就是说dissertation
得完成才行,看来还是问问iso吧。多谢! |
|
g****y 发帖数: 240 | 7 Edit: 好像不对,还是更复杂的情况。
想了一个O(n)的解法。请帮忙看一下对不对。
if A and B have no duplicate char: easy problem. just traverse C. increase A
's
index if A's char matches or increase B's index if B's char matches.
if A and B have duplicate chars, we assume A[i, j] == B[m, n].
when we traverse C and in the position where C[k] == A[i] == B[m], we have
two ways to go: increase A's index or increase B's index. in this kind of
situation, we will always select to increase A's index.
if we are lucky, A is the right way to ... 阅读全帖 |
|
l*********8 发帖数: 4642 | 8 4个单词:
ABC
ABD
ACD
ACC
你的算法如何执行? |
|
l*****a 发帖数: 14598 | 9 why?ABD乱序,肯定要淘汰啊
丢掉了什么?
注意每次match 到query array的相应项目,index++ |
|
p*****2 发帖数: 21240 | 10 第一题练习
object test2 extends App {
val word="bad"
word.permutations.foreach(println)
}
bad
bda
abd
adb
dba
dab |
|
w****x 发帖数: 2483 | 11 肯定挂了,挺非主流的。
一开始问你是不是用过yelp,为什么想加入yelp。
然后问yelp的推荐信息可以从哪获得。
喜欢什么方面的技术,为什么喜欢backend
然后从简历上提了一个最不敢兴趣的project问最interesting的地方,说了一会说不下
去了就说其实那是我最讨厌的project.
问是不是用过C#, 我说用过,然后问delegate的语法,我说忘了
以前做windows下C++的,问怎么杀掉一个进程。我说用task manager,他说用个啥
visual studio的软件杀。
Unix下杀掉一个占cpu最多的进程
Unix下找出最近修改过的文件。
Unix下查找一个文件名。
Unix的题除了那个杀进程的其他估计全挂了。
然后coding题。
给一个字符串数组,找所有字符串的公共前缀[abv,cdf] => "" [abc, abd] => "ab"
很快写出来后走testcase的时候发现了一个bug居然。
扩展到很大的file,多个机器怎么做?
基本面的一塌糊涂 |
|
w****x 发帖数: 2483 | 12 肯定挂了,挺非主流的。
一开始问你是不是用过yelp,为什么想加入yelp。
然后问yelp的推荐信息可以从哪获得。
喜欢什么方面的技术,为什么喜欢backend
然后从简历上提了一个最不敢兴趣的project问最interesting的地方,说了一会说不下
去了就说其实那是我最讨厌的project.
问是不是用过C#, 我说用过,然后问delegate的语法,我说忘了
以前做windows下C++的,问怎么杀掉一个进程。我说用task manager,他说用个啥
visual studio的软件杀。
Unix下杀掉一个占cpu最多的进程
Unix下找出最近修改过的文件。
Unix下查找一个文件名。
Unix的题除了那个杀进程的其他估计全挂了。
然后coding题。
给一个字符串数组,找所有字符串的公共前缀[abv,cdf] => "" [abc, abd] => "ab"
很快写出来后走testcase的时候发现了一个bug居然。
扩展到很大的file,多个机器怎么做?
基本面的一塌糊涂 |
|
v*****a 发帖数: 104 | 13 那到底怎么弄啊。。。一样也是可能8月毕业,想申今年h1b
ABD |
|
|
z*******g 发帖数: 37 | 15 我跟你一样。只要你有工作的OFFER,不管你是什么状态,OPT申请中可以回国,但拿到
OPT卡有JOB OFFER就可以回。如果你背景不复杂,以前没有什么非法滞留之类的。 |
|
a****r 发帖数: 1486 | 16 这个非常感谢。
就是说,如果有offer了,申请opt的过程中是可以离开美国的
但是,没有卡之前是不能回的??还是说可以回,但risky?
另外,那个卡是要寄到现在地址吧,如果需要卡才能回的话,就得找人代收然后再寄回
国? |
|
s*****n 发帖数: 5488 | 17 if sorted, then it is a kind of tree travesal.
like.
abc
abcd
abd
abdd
a
b
c d
d d
then it is O(number of nodes) complexity.
needs
start
is |
|
n*****o 发帖数: 849 | 18 H1B的情况下仍然可以继续你的毕业设计和答辩,如果你是meet all requirements but
dissertation (ABD)。
但是,如果你还需要上课挣学分,那就不行,因为这种情况你必须要在学校注册,而学
校注册是需要F-1身份的 |
|
l*****t 发帖数: 2019 | 19 a lot of ABD.
nobody cares. |
|
x******u 发帖数: 166 | 20 【 以下文字转载自 Immigration 讨论区 】
发信人: xilihutu (稀里糊涂), 信区: Immigration
标 题: opt问题求助,谢谢大家
发信站: BBS 未名空间站 (Thu Aug 22 11:10:10 2013, 美东)
我预计今年8月底毕业,也已经拿到了ead卡,post completion, 九月份开始生效。
phd答辩已经顺利通过了,但是因为一些原因最后的论文可能无法按时交到graduate
school。下一个毕业的date将是12月份。请问这种情况下如果有offer,我还可以去工
作吗?现在就是abd,all but dissertation.
需要注册学分维持我的full time student status吗?需要修改ead卡的类型吗?真心
求助大家了,谢谢 |
|
c***z 发帖数: 6348 | 21 数学phd没读完,ABD一枚
2年经验
数据科学家data scientist
sorry for skipping all these |
|
r**********g 发帖数: 22734 | 22 Propose了吗?是candidate?我就是ABD拿的opt. |
|
|
z*******a 发帖数: 37 | 24 汗。。。。。。 candidate是Qualifying Exam考过的
ABD是只剩下 最后论文的
。。。。。。。。。。 |
|
g********k 发帖数: 838 | 25 co-ask
可以做完proposal然后申请ABD去工作,然后回来答辩吗?
用cpt还是opt呢?谢谢 |
|
l***i 发帖数: 1309 | 26 见过ABD工作的,没有绿卡,不知道是不是pre-completion OPT |
|
n*****o 发帖数: 849 | 27 这个新规定只是对已经申请了post-OPT的人适用,在我看来,对于楼主并不合适
申请post-OPT是有条件的,必须要在毕业前90天到毕业后60天之内进行申请。因此,不
是说只要是ABD (all but dissertation) 状态就可以申请post-OPT了。如果在申请到
post-OPT后3个月内还没有毕业,是属于违规的。
Once you receive a recommendation for post-completion OPT from your
Designated School Official (DSO) to pursue OPT, you must apply for an
employment authorization document (EAD) with USCIS within 30 days.
Additionally, you may file up to 90 days prior to your program end-date and
not later than 60 days after your program end date. |
|
L***s 发帖数: 1148 | 28 能转master拿opt就转,转不了大致只能cpt(本校或转校)
cpt累计不要超过12个月,不然没opt了
cpt找工作,在绝大多数公司都会遇到麻烦,但天无绝人之路,广撒网。
简历上Education/Degrees一节,写你的MS degree。如果已经是phd candidate,
可以再写"PhD Candidate (ABD)",“dropout”可提可不提。
不是PhD candidate就不要在Education一节提PhD这几个字。
Experience一节,可以写 "Research Assistant & PhD Student",
你要确保读者知道你在读PhD而且没读完。 |
|
s*******8 发帖数: 12734 | 29 来自主题: JobHunting版 - 分享一盗题 有很多 字串, 经常要作的操作有 , 插入, 删除, 清空,
查询以某前缀字串开头的所有的字串
查询以某前缀字串开头的所有的字串的个数
查询前缀字串开头的字串的所有 可能的下一个字母
例如
[abc, abd, abe]
input ab
return [c, d, e]
要求使3个查寻操作的时间上最优, 插入, 删除, 清空,的性能表现可以牺牲
那种数据结构实现比较好。 |
|
s*******8 发帖数: 12734 | 30 来自主题: JobHunting版 - 分享一盗题 没有说清除,要查询的是前缀字串开头的字串的所有 可能的下一个字母
例如
[abc, abd, abe]
input ab
return [c, d, e] |
|
s*********n 发帖数: 2516 | 31 已经proposal了,还没有答辩。打算明年3月答辩,5月毕业,看到OPT申请必须在毕业
前90天之内,又有说ABD就可以申请OPT,到底可不可以,头都大了。 |
|
s*********n 发帖数: 2516 | 32 ABD,打算明年答辩毕业,现在收到一家小银行的offer,商定1月上班,银行说联系了
律师,不需要我申请OPT,直接sponsor H1。
大家觉得有没有可能确实不需要申请OPT去上班? |
|
C******m 发帖数: 213 | 33 here is mine...
(1) build a trie
(2) locate the first node in the trie corresponding to the last character of
the user input string
(3) print out the user input + all the paths in the subtree of this node
e.g.,
a
b c l
d e f
user input: ab
the find b first,
print out
a + all paths(bd, be)
--> abd abe |
|
b*****n 发帖数: 618 | 34 大牛您笑话我了
看来这个题目我没说清楚。。。
包含不是相同的意思,比如dict=["abc", "abde"]
如果query是“ab”的话,应该返回"abc" |
|
A*******e 发帖数: 2419 | 35 我感觉考虑字符个数的话会麻烦一些,没细想。
如果不考虑重复,只是覆盖“所有不同字符”,那就先把所有单词按长度排序,然后遍
历排序的单词,建反向索引:
a
b
...
ab
ac
...
abc
abd
...
比如第一个处理过后的单词是abc,那么f("a"), f("b"), f("c"),f("ab")等等都返回
"abc"。一旦某个索引被设置,以后就不用考虑这个组合。比如第二个单词是"abcd"的
话,只会生成"ad", "bd",等等。
另外每个字符串映射成26-bit的整数,索引表大小是2^26,32M*4 = 128M字节,每个查
询都是O(1)。 |
|
m****D 发帖数: 686 | 36 pre-OPT~
H1B拿到后,你哪怕不回去答辩了,都可以(好多人都这样ABD)了~
还有为什么不拿到offer后,赶紧答辩?当年我们老板就是这样逼我一个月搞定毕业论
文和
答辩的~ |
|
e********3 发帖数: 229 | 37 这个treap如何应用到这道题上?
比如:
名字 call times
abc 50
abcd 100
abd 200
怎么通过call times在trie中进行排序? |
|
a**********0 发帖数: 422 | 38 For two strings A and B, we define the similarity of the strings to be the
length of the longest prefix common to both strings. For example, the
similarity of strings "abc" and "abd" is 2, while the
similarity of strings "aaa" and "aaab" is 3.
Calculate the sum of similarities of a string S with each of it's
suffixes.
Input:
The first line contains the number of test cases T. Each of the next T lines
contains a string each.
Output:
Output T lines containing the an... 阅读全帖 |
|
发帖数: 1 | 39 ABD之后OPT12个月还可以用24个月的extension.
12
2 |
|
X********n 发帖数: 44 | 40 ABD 之后必须一年之内完成dissertation才能extension 呀 |
|
g*****x 发帖数: 3283 | 41 uscis早有文件,只要是phd abd就可以申请ext |
|
n*********e 发帖数: 103 | 42 今天被Dean告知,系里不打算给我申请H1B Visa,原因是系里只给tenure track和有PhD
要求的职位申请H1B,而我的职位是Fixed-term Lecturer, 并且我今年5月博士答辩,
现在
为止还没有博士学位。
因为我的OPT今年8月到期,也就是说从秋学期开始我就失业了。作为刚教了一年书的职
场小白,现在有点迷茫,求助大家这种情况下是否可以告学校,还有应不应该告学校:
1)去年拿的written job offer里明确说了学校会给我办H1B。
2)我同校的一个ABD的同事,也是fixed-term lecturer,学校去年给她办了H1B。
3)今年我的annual review结果很好,teaching effectiveness是 6.77/7,学校无法
以教学表现不好的原因来毁约。
4)去年11月Dean还发邮件安抚我说,chancellor打算为我破例,就算我这个缺不是
tenure-track的缺也帮忙申H1B。
我这样的情况该怎么办?告学校有胜算吗?为了将来考虑,是否应该告学校呢? |
|
p****x 发帖数: 980 | 43 As a Ph.D. candidate (final year ABD) at New York University (GPA 3.9)
with over 10 years of teaching experience and a strong publication record, I
am looking to teach or tutor the following subjects:
1. GRE/GMAT/TOEFL/SAT preparation
2. academic reading & writing (from high school to graduate school)
3. speed reading
4. admission application essays (SOP) for colleges or graduate schools
5. writing term papers (improve your grade substantially!), theses,
dissertations, journal papers
6. all ESL ... 阅读全帖 |
|
m****s 发帖数: 18160 | 44 【 以下文字转载自 TrustInJesus 讨论区 】
发信人: BG (江水炖活鱼), 信区: TrustInJesus
标 题: 加州浸信会大学的Job opening
发信站: BBS 未名空间站 (Thu Oct 24 16:34:54 2013, 美东)
Faculty Positions: Full-time
Main Campus
California Baptist University, an evangelical Christian university
affiliated with the California Southern Baptist Convention, invites
applications for tenure-track positions to begin August 14, 2014 in the
areas listed below. Candidates must embrace the mission of California
Baptist University and evidence a clear unders... 阅读全帖 |
|
r******d 发帖数: 1879 | 45 Usually HOA Cert should be part of the HOA documentation from the seller. If
in your contract that seller will pay the HOA documentation fee, then
seller need to cover it.
However, if you start the loan process abd lender has their own HOA condo
questionare or certificate need HOA to fill in, then seller might not pay
that but your loan agent can cover that part if it is no cost loan. |
|
r******d 发帖数: 1879 | 46 Some lenders will not under write the loan if no rate lock. but many lenders
are OK to process wihtout locking the rate abd can lock the rate with short
time when all the conditions are clear. |
|
f******I 发帖数: 769 | 47
depends on the cause of the glomerulonephritis, whether it'spost-infectious,
or ANCA related, or IgA related, the treatment varies,
i'm not sure how chinese medicine normal treats such patient, but i think
she'd need the following work-up if it has not been done:
1. ASO titer,
2. ANCA,
3. anti GBM antibody,
4. ANA,
5. serum protein electropheresis,
6. cryoglobulin level,
7. hepatitis b abd C test,
i think that HUS-TTP also could present with glomerulonephritis type of
picture, i think, but not |
|
k****s 发帖数: 5 | 48 老婆肚子疼,靠近盲肠的部位。医生照了X光,抽血化验。今天收到医院寄来的账单,
说保险公司denied radiology service claim。查了一下保险公司的网上记录,关于X
光的项目(RAD EXAM ABD;CMPL INCL DECUBITUS)已经按保险公司的价钱付了。反而,
许多化验的项目denied (DENY-INAPPROPRIATE CODE.REPLACED)。以前看病,体检,X光
,抽血化验,从来没有DENY的情况呀! 这是怎么回事?我需要做什么吗?希望有相似经
历的人分享一下你的经验。谢谢。 |
|
x****n 发帖数: 893 | 49 姐姐,为什么不去看家庭医生呢?做一个ultrasound,一个blood test,就99%解决。
来这里求医问药有什么用呢?如果是胆结石或者胆囊炎,有可能导致acute abd的。到
时候你不舍得的钱用的机会都没有了。
. |
|
s**********x 发帖数: 4593 | 50 ask the clerk abd show ur id |
|