The American political class has long held that higher education is vital to individual and national success. The Obama administration has dubbed college 'the ticket to the middle class,' and political leaders from Education Secretary Arne Duncan to Federal Reserve Chairman Ben Bernanke have hailed higher education as the best way to improve economic opportunity. Parents and high-school guidance counselors tend to agree.

Yet despite such exhortations, total college enrollment has fallen by 1.5% since 2012. What's causing the decline? While changing demographics-specifically, a birth dearth in the mid-1990s-accounts for some of the shift, robust foreign enrollment offsets that lack. The answer is simple: The benefits of a degree are declining while costs rise.

exhortations:训词,劝告         offset:弥补,抵消

A key measure of the benefits of a degree is the college graduate's earning potential-and on this score, their advantage over high-school graduates is deteriorating. Since 2006, the gap between what the median college graduate earned compared with the median high-school graduate has narrowed by $1,387 for men over 25 working full time, a 5% fall. Women in the same category have fared worse, losing 7% of their income advantage ($1,496).

deteriorate:退化,恶化

A college degree's declining value is even more pronounced for younger Americans. According to data collected by the College Board, for those in the 25-34 age range the differential between college graduate and high school graduate earnings fell 11% for men, to $18,303 from $20,623. The decline for women was an extraordinary 19.7%, to $14,868 from $18,525.

Meanwhile, the cost of college has increased 16.5% in 2012 dollars since 2006, according to the Bureau of Labor Statistics' higher education tuition-fee index. Aggressive tuition discounting from universities has mitigated the hike, but not enough to offset the clear inflation-adjusted increase. Even worse, the lousy economy has caused household income levels to fall, limiting a family's ability to finance a degree.

This phenomenon leads to underemployment. A study I conducted with my colleague Jonathan Robe, the 2013 Center for College Affordability and Productivity report, found explosive growth in the number of college graduates taking relatively unskilled jobs. We now have more college graduates working in retail than soldiers in the U.S. Army, and more janitors with bachelor's degrees than chemists. In 1970, less than 1% of taxi drivers had college degrees. Four decades later, more than 15% do.

This is only partly the result of the Great Recession and botched public policies that have failed to produce employment growth. It's also the result of an academic arms race in which universities have spent exorbitant sums on luxury dormitories, climbing walls, athletic subsidies and bureaucratic bloat. More significantly, it's the result of sending more high-school graduates to college than professional fields can accommodate.

In 1970, when 11% of adult Americans had bachelor's degrees or more, degree holders were viewed as the nation's best and brightest. Today, with over 30% with degrees, a significant portion of college graduates are similar to the average American-not demonstrably smarter or more disciplined. Declining academic standards and grade inflation add to employers' perceptions that college degrees say little about job readiness.

There are exceptions. Applications to top universities are booming, as employers recognize these graduates will become our society's future innovators and leaders. The earnings differential between bachelor's and master's degree holders has grown in recent years, as those holding graduate degrees are perceived to be sharper and more responsible.

But unless colleges plan to offer master's degrees in janitorial studies, they will have to change. They currently have little incentive to do so, as they are often strangled by tenure rules, spoiled by subsides from government and rich alumni, and more interested in trivial things-second-rate research by third-rate scholars; ball-throwing contests-than imparting knowledge. Yet dire financial straits from falling demand for their product will force two types of changes within the next five years.

First, colleges will have to constrain costs. Traditional residential college education will not die because the collegiate years are fun and offer an easy transition from adolescence to adulthood. But institutions must take a haircut. Excessive spending on administrative staffs, professorial tenure, and other expensive accouterments must be put on the chopping block.

Second, colleges must bow to new benchmarks assessing their worth. With the advent of electronic learning-including low-cost computer courses and online courses that can reach thousands of students around the world-there is more market competition than ever. New tests are being devised to assure employers that individual students are vocationally prepared, helping recruiters discern which institutions deliver superior academic training. Purdue University, for example, has joined with the Gallup Organization to create an index to survey alumni, providing universities and employers with detailed information, including earnings data.

This educational entrepreneurship offers hope that creative destruction is coming to higher education. Many poorly endowed and undistinguished schools may bite the dust, but America flourished when buggy manufacturers went bankrupt thanks to the automobile. The cleansing would be good for a higher education system still tied to its medieval origins-and for the students it's robbing.

medieval:原始的,中世纪的

每日英语:How the College Bubble Will Pop的更多相关文章

  1. 每日英语:How Pop Culture Influences Chinese Travelers

    Where are Chinese tourists going to next? Pop culture may hold some clues, from blockbuster rom-com ...

  2. 每日英语:A Different Color: China's Chameleonic Politics

    China has tried your form of government and found it wanting. That was the message delivered by Chin ...

  3. 每日英语:A New Way to Learn Chinese

    Entrepreneur and author ShaoLan Hsueh thinks that English-speakers can start learning to read Chines ...

  4. 每日英语:Don't Call Us Bossy

    [Confident girls are often called the other B-word, and it can keep them from reaching their full po ...

  5. 每日英语:Who Needs to Know How to Code

    Like many 10-year-olds, Nick Wald takes private lessons. His once-a-week tutor isn't helping him wit ...

  6. 每日英语:Mystery Medical Symptoms Hit a Surprising Number of Patients

    It's a common scenario: You have an odd pain for weeks or are feeling too tired lately. So you head ...

  7. 每日英语:Proactive Advice for Dealing With Grief: Seek Out New Experiences

    When her husband died of cancer 10 years ago, Becky Aikman says she experienced grief and adapted to ...

  8. 每日英语:Six Ways to Modernize Your Car

    AS AUTO MAKERS ADD far-out features to the latest cars at warp speed--everything from futuristic hea ...

  9. 每日英语:As World's Kids Get Fatter, Doctors Turn To The Knife

    Daifailluh al-Bugami was just a year old when his parents noticed that his lips turned blue as he sl ...

随机推荐

  1. Ubuntu下使用git提交代码至GitHub

    一.Ubuntu下安装Git Ubuntu12.04 LTS默认是已经安装Git的,可以使用 git --version 测试是否安装. 如果没有安装,使用命令: sudo apt-get insta ...

  2. 【CAS单点登录视频教程】 第01集-- 认识CAS

    CAS 是什么? 目录 ----------------------------------------- [CAS单点登录视频教程] 第06集[完] -- Cas认证 学习 票据认证FormsAut ...

  3. Git: fatal: Pathspec is in submodule

    出现是问题: git提交代码是出现fatal: Path 'directory/file' is in submodule 'directory''错误 Removing the directory ...

  4. swift类型转换之Could not cast value of type xxx to xxx错误的一种特殊情况记录

    之前swift项目打包成Framework静态库,提供给OC项目套入使用时,有时会抱这样一个错误: 这个错误发生的概率比较随机,有时会,有时不会,而且这句话在swift中的使用,是做model类型强制 ...

  5. js触摸事件

    touch事件的绑定 电脑端的mouseDown,mouseUp,mouseMove分别对应移动端的touchstart,touchend,touchmove 下面的代码判断浏览器是电脑端还是移动端, ...

  6. springAOP记录用户操作日志

    项目已经开发完成,需要加用户操作日志,如果返回去加也不太现实,所以使用springAOP来完成比较合适. 注解工具类: @Retention(RetentionPolicy.RUNTIME) @Tar ...

  7. MYSQL-innodb性能优化几个点

    MYSQL-innodb性能优化几个点 数据库常用参数 MYSQL数据库的参数配置一般在my.ini配置(部分参数也可以用set  global 参数名=值 做临时调整,重启后失效),配置完后需要重启 ...

  8. Windows Server 2008中安装IIS7.0

    最近由于需求重新部署了一台服务器Windows Server 2008,由于以前都是在Windows Server 2003上操作,因此记录下,供其他同学参考.   下面主要介绍在Windows Se ...

  9. IE6,IE7浏览器下 margin 无效的解决方法

    今天有时间,所以特意做了一个测试. 复制代码 代码如下: <style type="text/css"> .test-1,.test-2{border:5px soli ...

  10. C++ STL vector(向量容器)的使用(附完整程序代码)

    一.简单介绍 Vectors 包括着一系列连续存储的元素,其行为和数组类似. 訪问Vector中的随意元素或从末尾加入元素都能够在O(1)内完毕,而查找特定值的元素所处的位置或是在Vector中插入元 ...