100-days: Two
Title: London HIV patient's remission spurs hope for curing AIDS
HIV 艾滋病毒 human immunodeficiency virus
remission n.缓解,暂时康复
spur v.促进,激励 n.马刺(骑马的人鞋子上的一根小刺,用来刺激马快点跑)
AIDS 艾滋病 HIV病毒感染的最后阶段
A stem-cell treatment put a London cancer(此处出现是因为艾滋病毒可能引发肿瘤) patient's HIV into remission, marking the second such reported case and reinvigorating efforts to cure the AIDS-causing infection that afflicts some 37 million people globally.
stem cell n.干细胞
treatment 疗法
reinvigorate v.使恢复元气 vigor n.精力,活力 invigorate v. 使精力充沛
eg. The show invigorates me
infection n.感染 infect v. infectious adj.
afflicts v.折磨,使痛苦 be afflicted with sb./sth. 被什么折磨
some 与数字连用,表示 大约 的意思
The patient has been in remission for 19 months, the International AIDS Society said in a statement. That's too soon to label the treatment——which used hematopoietic stem cells from a donor with an HIV-resistance gene——as a cure, researchers said Tuesday in a study in the journal Nature.
in remission 处于康复期
International AIDS Society 国际艾滋病学会
label 表示给什么贴上标签, 把什么称为什么
donor n.捐赠人;捐赠机构 donate v. a blood donor 献血的人
hematopoietic stem cells 造血干细胞 hematopoietic adj.造血的,生血的
resistance 抵抗,抵御
"Coming(现代分词作状语) 10 years after the successful report(特指病历报告) of the 'Berlin Patient', this new case(主语) confirms that bone marrow transplantation from a CCR5-negative(一般在医学上指检测结果呈阴性的) donor can eliminate residual virus and stop any traces of virus from rebounding," said Sharon Lewin, director of the Peter Doherty Institute for Infection and Immunity at the University of Melbourne, in a statement.
bone marrow transplantation 骨髓移植
eliminate v.消除,根除
residual adj.剩余的,残留的
rebound v.弹回,跳回;回升,反弹
trace of (搭配使用,经常表示) 微量的,少量的
virus n.病毒
immunity 免疫力
"Although it is not a viable large-scale strategy for a cure, it does represent a critical moment in the search for an HIV cure." International AIDS Society President Anton Pozniak said in the statement.
viable adj.切实可行的
large-scale adj.大规模的
Researchers are developing better antiretroviral treatments, prevention methods, and vaccines to halt infections while continuing to pursue a cure for those already infected. That goal is "likely to be many years away," said Andrew Freedman, reader in infectious diseases and an honorary consultant physician at Cardiff University.
antiretroviral adj.抗逆转录病毒的 viral adj.病毒性的 retro- 向后 anti- 反对,对抗 (药名中经常用到的前缀)
antibiotic 抗生素 antibody 抗体
prevention methods 预防的方法
vaccine n.疫苗 flu vaccine 流感疫苗
halt v.(使)停止,停下
pursue vt.追求,继续,追捕,进行 vi.追,追赶,继续进行
reader n.(英国大学的)准教授,高级讲师
honorary adj.(尤指学位)荣誉的,名誉的
physician n. 医生,(尤指)内科医生 surgeno 外科医生
"Until then, the emphasis needs to remain on prompt diagnosis of HIV and initiation(开始某个行动) of lift-long combination antiretroviral therapy(疗法,治疗)," Freedman said in a statement.
the emphasis needs to remain on 表示强调
diagnosis n.诊断 常与介词 of 搭配
prompt adj.迅速的,及时的 a prompt reply 及时回复
life-long adj.终生的 a life-long friendship 终生的友谊
100-days: Two的更多相关文章
- PayPal高级工程总监:读完这100篇论文 就能成大数据高手(附论文下载)
100 open source Big Data architecture papers for data professionals. 读完这100篇论文 就能成大数据高手 作者 白宁超 2016年 ...
- height:100% 布局
常常会碰到需要填满整个浏览器,并且自适应高度的需求.首先肯定会想到给容器设定height:100%,但是会没有效果.原因是body没有高度,所以百分比无法生效. 解决方案:给html,body,标签都 ...
- .NET跨平台之旅:将QPS 100左右的ASP.NET Core站点部署到Linux服务器上
今天下午我们将生产环境中一个单台服务器 QPS(每秒请求数)在100左右的 ASP.NET Core 站点部署到了 Linux 服务器上,这是我们解决了在 .NET Core 上使用 EnyimMem ...
- xinetd cpu 100%
今天,有个给客户试用的环境出现xinetd cpu 100%,而且连续运行很长时间了.之前也有环境发生过,今天排查解决了三四个问题,实在是查的身体都不舒服了,还没时间查这个问题... 知道的求解...
- EZchip将推全球首款100核64位ARM A-53芯片
EZchip将推全球首款100核64位ARM A-53芯片 2015-02-25 16:32:03 来源:互联网 关键字: 将推 全球 64位 arm EZchip日前表示,将准备开发 ...
- Ural 1209. 1, 10, 100, 1000... 一道有趣的题
1209. 1, 10, 100, 1000... Time limit: 1.0 secondMemory limit: 64 MB Let's consider an infinite seque ...
- Java程序设计之打印100~999的水仙花数
package printDaffodilNumber; /* * 题目:打印出所有的"水仙花数",所谓"水仙花数"是指一个三位数,其各位数字立方和等于该数本身 ...
- jQuery中的100个技巧
1.当document文档就绪时执行JavaScript代码. 我们为什么使用jQuery库呢?原因之一就在于我们可以使jQuery代码在各种不同的浏览器和存在bug的浏览器上完美运行. < ...
- 设置height:100%无效的解决方法
设置height:100%无效的解决方法 刚接触网页排版的新手,常出现这种情况:设置table和div的高height="100%"无效,使用CSS来设置height:" ...
- 1.2输出100以内的素数&输出前100个素数。
输出100以内的素数只是一个嵌套,在1.1的基础上添加一层循环,只需要注意从2开始,并且变量需要换一个. #include<stdio.h> int main() { ; ; i < ...
随机推荐
- node.js 递归创建多级目录
fs.mkdir只能创建一级目录,所以我们可以自定义一个mkdirs函数,利用递归和回调来实现创建多级目录. function mkdirs(dirname, callback) { //检测目录是否 ...
- js页面百分比缩放
<script> var docEl = document.documentElement, resizeEvt = 'orientationchange' in window ? 'or ...
- 微信小程序request请求封装
var app = getApp(); function request(url,postData,doSuccess,doFail,doComplete){ var host = getApp(). ...
- Linux kafka 单机安装
Kafka地址(选择最新地址1.1.1) http://archive.apache.org/dist/kafka/
- git学习入门
git: 安装 git是目前最流行的版本管理系统,分为github(公共开源,代码可随意下载)和gitlib(私有化,企业使用).
- 函数参数,const 引用 和 非 const引用是不同的函数。
举个例子, void f(const int &x) 和 void f(int &x) 是不同的函数. 函数的返回值不能作为区分
- ORM一对多查询对象
正向查询: 取人民日报出版社出版的所有书籍 方式一: pub_obj = Publish.objects.filter(name='人民日报')[0] ret = Book.objects.filte ...
- SQLServer中利用NTILE函数对数据进行分组的一点使用
本文出处:http://www.cnblogs.com/wy123/p/6908377.html NTILE函数可以按照指定的排序规则,对数据按照指定的组数(M个对象,按照某种排序分N个组)进行分组, ...
- 18.3 redis 的安装
因为之前我们server不存东西 我们 发现 后打开的网页 是接手不到之前的变化,不能更新到最新的变化的. 我们需要做到server给client发最新的代码已达到同步 我们有三种做法同步到最新的代码 ...
- Structs复习 OGNL
Dominmodel只有传 User.age 类似的这种Structs才能帮创建对象 Dominmodel User里必须有空的构造方法 OGNL:OBJECT GRAPHIC NAVAGATION ...