Economics degrees
Economics degrees
Name game">
经济学学位">
名称痕戏
Luring students with
a new label
新瓶旧酒吸引学生">
ECONOMISTS do not much like their discipline
being dubbed(配音;授予称号">) the dismal(忧郁的;阴沉的,沉闷的)
science. Some American universities are paying more attention to the noun than
to the adjective. The reason is not philosophical, but pragmatic. Foreign STEM graduates (the acronym stands for science, technology, engineering and
mathematics) can get visa extensions for three years of practical training (ie,
work). Those from other disciplines are allowed only a year.
经济学家不太喜欢人们将他们的学科唤作“沉闷的科学”。一些美国大学现在把意力更多地放在这个名称的名词而非形容词上。其中原因并非哲学上的,而是实用性的。STEM专业〈科学、技术、工程和数学的这些专业的缩写)的留学生毕业后签证可延长三年以参加实践训练(即工作), 其他专业的学生只有一年。
Two more years working in America means
more earnings. It also means a better chance of finding an employer willing to
sponsor an application for an H-1B visa, the main starting-point
for skilled foreign workers who hope to settle permanently. In 2012 the Department of Homeland Security expanded the list of
STEM courses. Now any reasonably crunchy economics
degree can count as STEM with a tweak(扭向) to its
federal classification code, from economics (45.0601) to econometrics and
quantitative economics (45-0603).
可以在美国多工作两年意 昧着更多的收入,也意昧着更有机会找到愿意资助自己申请H-1B签证的雇主--这种签证是希望在美永久居留的外国技术型工人的主要起点。">2012年,美国国土安全局扩展了">STEM专业的清单。现在,任何用到正常程度的数学和统计方法的经济学学位都可以算作专业,只要稍微改动一下联邦的学科分类代码,从经济学改成计量经济学和数量经济学就可以了。
Economics departments appear to be catching
on. Yale and Columbia have both changed the code for their
economics major in the past few months; five of the eight Ivy League Universities have now done so. Students at
Pennsylvania and Cornell are agitating for
a switch.
经济专业院系貌似也都行动了起来。过去几个月里,耶鲁大学和哥伦比亚大学都改 变了其经济学专业的代码;八所常春藤盟校中有五所都已经做了更改。宾夕法尼亚大学和康奈尔大学的学生正在焦急地期盼他们的学校做出同样的改变。
Universities are doubtless acting in
response to increased demand for H-1Bvisas. Just
65,000 are awarded by lottery each year to holders of bachelor’s
degrees. Their chance of success has been at best 30% in recent years. In 2011
the 65,000 visa cap was hit only in November. In 2017 it was hit on April 7th,
within a week of applications opening. Whether students are being taught
economics or econometrics, they are getting a fine worked example in regulatory
年时6.5万个签证到11月才发放完毕,而去年到4月7曰也就是申请开放才一周就已满额。无论学生们学的经济学还是计量经济学,他们都 到了一个很好的监管套利的范例。
Economics degrees的更多相关文章
- [TimusOJ1057]Amount of Degrees
[TimusOJ1057]Amount of Degrees 试题描述 Create a code to determine the amount of integers, lying in the ...
- AOJ -0189 Convenient Location && poj 2139 Six Degrees of Cowvin Bacon (floyed求任意两点间的最短路)
http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=78207 看懂题就好. 求某一办公室到其他办公室的最短距离. 多组输入,n表示 ...
- ural1057Amount of Degrees
Description Create a code to determine the amount of integers, lying in the set [ X; Y] and being a ...
- <poj - 2139> Six Degrees of Cowvin Bacon 最短路径问题 the cow have been making movies
本题链接:http://poj.org/problem?id=2139 Description: The cows have been making movies lately, so the ...
- 一本通1585【例 1】Amount of Degrees
1585: [例 1]Amount of Degrees 时间限制: 1000 ms 内存限制: 524288 KB 题目描述 原题来自:NEERC 2000 Central Subr ...
- opencv: Rotate image by 90, 180 or 270 degrees
opencv2: void rotate_cw(const cv::Mat& image, cv::Mat& dest, int degrees) { ) { : dest = ima ...
- POJ2139--Six Degrees of Cowvin Bacon(最简单Floyd)
The cows have been making movies lately, so they are ready to play a variant of the famous game &quo ...
- 树形DP ---- Codeforces Global Round 2 F. Niyaz and Small Degrees引发的一场血案
Aspirations:没有结果,没有成绩,acm是否有意义?它最大的意义就是让我培养快速理解和应用一个个未知知识点的能力. ————————————————————————————————————— ...
- POJ 2139 Six Degrees of Cowvin Bacon (floyd)
Six Degrees of Cowvin Bacon Time Limit : 2000/1000ms (Java/Other) Memory Limit : 131072/65536K (Ja ...
随机推荐
- [LintCode] 77. Longest common subsequences_ Medium tag: Dynamic Programming
Given two strings, find the longest common subsequence (LCS). Example Example 1: Input: "ABCD&q ...
- ubuntu安装zabbix 3.2(转)
转自:http://www.zabbix.org.cn/viewtopic.php?f=13&t=1096本人略做了写修改. 准备工作 apt-get update apt-get upgra ...
- _sntprintf_s 和 _sntprintf 区别
https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/snprintf-s-snprintf-s-l-snwprintf-s ...
- ELK日志分析解决方案
概要 ELK(Elasticsearch , Logstash, Kibana的简称)是目前比较流行的日志分析解决方案,核心包括了三个部分 Elasticsearch:日志查询分析引擎 Logstas ...
- 用原生js+canvas实现五子棋
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title&g ...
- 客户端不能连接MySQL - 2003-Can't connect to MySQL server on '192.168.43.180'(10060 "Unknown error")
客户端不能连接MySQL 场景: 数据库(此处以MySQL为例)安装在虚拟机里面,在宿主机上进行连接数据库的时候始终不能连接,但在虚拟机中使用正常. 针对上面的场景: 1. 在虚拟机里面可以正常使用M ...
- JDK8 HashMap--removeNode()移除节点方法
/*删除节点*/ final Node<K,V> removeNode(int hash, Object key, Object value, boolean matchValue, bo ...
- hibernate一级缓存及对象的状态
hibernate中实体类对象的状态 在hibernate中实体类对象有三种状态 (1)瞬时态(临时态) 瞬时态:即我们自己创建一个对象,还没有保存到数据库就叫临时态,其实也可以说是对像没有id值,跟 ...
- NGUI之使用UISprite画线
代码如下: static void DrawLine(UISprite spriteLine, Vector3 start, Vector3 end) { Vector3 center = (star ...
- Mysql千万级大数据量查询优化
来源于:https://blog.csdn.net/A350204530/article/details/79040277 1.对查询进行优化,应尽量避免全表扫描,首先应考虑在 where 及 ord ...