原文

The U.S. is still out in front of global rivals when it comes to innovation, but American universities—where new ideas often percolate—have reason to look over their shoulder.
That's especially true for technologies like 5G phone networks and artificial intelligence. They're exactly the fields where President Donald Trump recently insisted the U.S. has to lead—and also the ones where Asia, especially China, has caught up.
Universities from China get more patents than their U.S. peers in wireless communications, according to research firm GreyB Services. In AI, 17 of the top 20 universities and public research organizations are in China, with the Chinese Academy of Sciences topping the list, says the World Intellectual Property Organization in Geneva.
There's a special place for universities in the ecosystem of research. Universities groom future scientists and can be incubators for pie-in-the-sky ideas—some of which turn out to be game-changers. The list ranges from Google's search engine to DNA technology that's behind a whole industry of gene-manipulating treatments.
However, government grants to universities have been stagnant for more than a decade, meaning they've declined in real terms and as a share of the economy.
"If you look at the federal dollars, they've not really changed substantially," says Stephen Susalka, head of AUTM, a technology transfer association whose members include 800 universities. "Other countries are catching up. We can't sit on our laurels."

生词

vital
adjective, necessary for the success or continued existence of something; extremely important
edge
noun, an advantage over other people
rival
noun, a person, group, etc. competing with others for the same thing or in the same area
look over your shoulder
to behave in a way that shows you feel nervous about something that might happen
percolate
verb, If a liquid percolates, it moves slowly through a substance with very small holes in it
patent
noun, the official legal right to make or sell an invention for a particular number of years 专利
peer
noun, a person who is the same age or has the same social position or the same abilities as other people in a group
firm
noun, a company offering a professional service, for example a company of lawyers
Geneva
noun, 日内瓦
ecosystem
noun, 生态系统
groom
[T] to prepare someone for a special job or activity
incubator
noun, 育成中心;培养器
pie in the sky
something that you hope will happen but is very unlikely to happen:
e.g. Their plans to set up their own business are just pie in the sky
grant
verb, to give or allow someone something, usually in an official way
stagnant
adjective, not growing or developing
decline
verb, to gradually become less, worse, or lower
in real terms
扣除物价因素;按实质计算
federal
联邦的
substantially
adverb, to a large degree
e.g. The new rules will substantially change how we do things.
laurels
noun, praise for a person because of something they have done, usually in sport, the arts, or politics

ARTS-S EN0001-In tech race with China, US universities may lose a vital edge的更多相关文章

  1. 100-days: The one day

    Title:In tech race with China, US universities may lose a vital edge in tech race with  与...的科技比赛中 e ...

  2. en-zh(科学技术)science and technology

    S Korea to roll out 5G韩国正式推5G商用服务 South Korea will become the first country to commercially launch f ...

  3. GM TECH2 Scanner Clone

    Professional Diagnostic Tools gm tech 2 scanner china with multi-languages, TIS2000 Programming CD, ...

  4. 2017 New Year’s Greetings from Sun Yat-sen University

    As winter turns to spring, the world around us begins to take on an air of freshness. As  2017 is fa ...

  5. Why we made vorlon.js and how to use it to debug your JavaScript remotely

    Vorlon.js is powered by node.JS, socket.io, and late-night coffee. I would like to share with you wh ...

  6. 小程序-demo:天气预报

    ylbtech-小程序-demo:天气预报 1.返回顶部 1.app.js //app.js App({ //系统事件 onLaunch: function () {//小程序初始化事件 var th ...

  7. Rock the Tech Interview

    Today, Infusion held a talk in Columbia University about tech interview. Talker: Nishit Shah @ Infus ...

  8. 微软Tech Summit 2017,微软携手Unity打造MR之夜

    2017年10月31日至11月3日,微软将在北京举办Tech Summit 2017技术暨生态大会.今年的大会不仅有大咖级人物带来的十二大主题.百余场课程,而且还会迎来最特别的一位嘉宾--微软公司首席 ...

  9. Microsoft Tech Summit 2018 课程简述:利用 Windows 新特性开发出更好的手绘视频应用

    概述 Microsoft Tech Summit 2018 微软技术暨生态大会将于10月24日至27日在上海世博中心举行,这也会是国内举办的最后一届 Tech Summit,2019 年开始会以 Mi ...

随机推荐

  1. T-SQL, Part II: IMAGE/TEXT Insert

    To insert data to IMAGE/TEXT (both keywords are recommend to replace with nvarbinary(MAX)/nvarchar(M ...

  2. 多线程-等待(Wait)和通知(notify)

    1.为了支撑多线程之间的协作,JDK提供了两个非常重要的线程接口:等待wait()方法和通知notify()方法. 这两个方法并不是在Thread类中的,而是输出在Object类.这意味着任何对象都可 ...

  3. chrome中安装Vue调试工具vue-devtools

    一.前言 vue-devtools是一款基于浏览器的插件,用来调试vue应用.本篇文章将要总结的是如何在chrome中安装Vue的调试工具vue-devtools. 首先能想到的第一种方法就是直接在c ...

  4. VMware安装Ubuntu 16.04.4 LTS

    1.下载Ubuntu镜像 https://www.ubuntu.com/download/desktop 2.创建新的虚拟机 3. 4.这里默认即可,可以不选 5. 6. 7.这里位置可以随时改 8. ...

  5. [ch01-03]神经网络基本原理

    系列博客,原文在笔者所维护的github上:https://aka.ms/beginnerAI, 点击star加星不要吝啬,星越多笔者越努力. 前言 For things I don't know h ...

  6. suseoj 1211: 子集和问题 (dfs)

    1211: 子集和问题 时间限制: 1 Sec  内存限制: 128 MB提交: 2  解决: 2[提交][状态][讨论版][命题人:liyuansong] 题目描述 子集和问题的一个实例为<S ...

  7. Python 函数知识点整理

  8. source for "Android 28 platform" not found

    source for "Android 28 platform" not found 解决办法:点击右上角的Download,但是下载完点击Refresh之后没有反应,这时候需要重 ...

  9. 预训练语言模型整理(ELMo/GPT/BERT...)

    目录 简介 预训练任务简介 自回归语言模型 自编码语言模型 预训练模型的简介与对比 ELMo 细节 ELMo的下游使用 GPT/GPT2 GPT 细节 微调 GPT2 优缺点 BERT BERT的预训 ...

  10. python3 之 字符串编码小结(Unicode、utf-8、gbk、gb2312等)

    python3 解释器默认编码为Unicode,由str类型进行表示.二进制数据使用byte类型表示. 字符串通过编码转换成字节串,字节码通过解码成为字符串. encode:str-->byte ...