ARTS-S EN0002-London HIV patient's remission spurs hope for curing AIDS
原文
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.
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.
"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.
"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.
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.
"Until then, the emphasis needs to remain on prompt diagnosis of HIV and initiation of life-long combination antiretroviral therapy, " Freedman said in a statement.
生词
stem-cell
noun, 干细胞
remission
C or U, a period of time when an illness is less severe or is not affecting someone
reinvigorate
verb[T], to make someone feel healthier, and more energetic again
afflict
verb[T], If a problem or illness afflicts a person or thing, they suffer from it
hematopoietic
adj, 造血的,生血的
donor
noun[C], a person who gives some of their blood or a part of their body to help someone who is ill
resistance
noun[U], a force which acts to stop the progress of something or make it slower
cure
noun[C], something that makes someone who is sick healthy again
confirm
verb[I or T], to make an arrangement or meeting certain, often by phone or writing
bone marrow
骨髓
transplantation
noun[U], the act of moving something from one place to another
eliminate
verb[T], to remove or take away someone or something
residual
adjective, remaining after most of something has gone
virus
rebound
verb[I], to bounce back after hitting a hard surface
Sharon Lewin
Peter Doherty
immunity
a situation in which you are protected against disease or from legal action
Melbourne
墨尔本
viable
adjective, able to continue to exist as or develop into a living being
Anton Pozniak
antiretroviral
adjective, used to treat AIDS (= the virus that causes a serious disease that destroys the body's ability to fight infection)
vaccine
n, adj,疫苗
pursue
verb[T], to try to discover information about a subject
Andrew Freedman
honorary
adj. 荣誉的;名誉的;道义上的; n. 名誉学位;获名誉学位者;名誉团体
physician
[医] 医师;内科医师
Cardiff
加的夫(英国港市)
prompt
adjecitve, (of an action) done quickly and without delay, or (of a person) acting quickly or arriving at the arranged time
therapy
noun, [C or U], a treatment that helps someone feel better, grow stronger, etc., especially after an illness
ARTS-S EN0002-London HIV patient's remission spurs hope for curing AIDS的更多相关文章
- 100-days: Two
Title: London HIV patient's remission spurs hope for curing AIDS HIV 艾滋病毒 human immunodeficiency vi ...
- hdu 4960 Another OCD Patient(dp)
Another OCD Patient Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Ot ...
- hdu 4960 Another OCD Patient (最短路 解法
http://acm.hdu.edu.cn/showproblem.php?pid=4960 2014 Multi-University Training Contest 9 Another OCD ...
- BSS Audio® Introduces Full-Bandwidth Acoustic Echo Cancellation Algorithm for Soundweb London Conferencing Processors
BSS Audio® Introduces Full-Bandwidth Acoustic Echo Cancellation Algorithm for Soundweb London Confer ...
- KDE声音服务器 arts
KDE声音服务器 arts arts介绍arts是KDE的核心声音系统,支持多音频流.全双工.网络声音请求.ALSA与OSS驱动后端.JACK声音服务器后端等扩展,它既是声音服务器,也 提供一套音频软 ...
- HIV T2
甲学者将HIV病毒的遗传物质彻底水解后得到A.B.C三种化合物,乙学者将组成T2噬菌体的遗传物质彻底水解后得到了A.B.D三种化合物.你认为C.D两种化合物分别指的是 A.尿嘧啶.胸腺嘧啶 B.胸腺嘧 ...
- HDU4960Another OCD Patient(间隙dp,后座DP)
Another OCD Patient Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Ot ...
- HDU 4960 Another OCD Patient(记忆化搜索)
HDU 4960 Another OCD Patient pid=4960" target="_blank" style="">题目链接 记忆化 ...
- 【ARTS】01_21_左耳听风-201900401~201900407
ARTS: Algrothm: leetcode算法题目 Review: 阅读并且点评一篇英文技术文章 Tip/Techni: 学习一个技术技巧 Share: 分享一篇有观点和思考的技术文章 Algo ...
随机推荐
- 软件 ---- idea启动
1.将配置转移到别的盘符,避免重做系统后,之前的配置就没了 找到安装的位置,默认安装的话地址一般是 C:\Program Files\JetBrains\IntelliJ IDEA 2017.2 ID ...
- git Lab ssh方式拉取代码失败
gitLab在linux上已经安装好了, 在配置项目的时候报如下异常 使用http方式没问题, 但是用ssh方式设置repository URL 提示资源库不存在. returned status c ...
- Cef 因系统时间不正常,导致页面访问空白问题
当我们的系统时间不正常,比如设置一个日期-1999年9月9日,会引发证书问题. 系统时间不正常-IE有概率能访问 触发NavigateError事件,异常代码INET_E_INVALID_CERTIF ...
- 目录(cd mkdir rmdir rm pwd ls) 文件(ln touch mv rm cat more head rail) 文件权限(chmod chown chgrp) 文件通配符(* ? [])
记住Linux目录树的结构是一个称职Linux系统管理员的必备素质! 目录漫游cd cd - 目录显示pwd 目录管理 mkdir -p a/b/c/1 parent创建多层目录 -m 700 ...
- three.js使用gpu选取物体并计算交点位置
光线投射法 使用three.js自带的光线投射器(Raycaster)选取物体非常简单,代码如下所示: var raycaster = new THREE.Raycaster(); var mouse ...
- Java基础知识总结之垃圾回收机制
垃圾回收机制 Java垃圾回收机制是Java语言的重要功能之一.当程序创建对象,数组等引用类型对象时,系统会自动在内存区为之分配一块内存,对象就保存在这块内存区内,当这块内存不再被任何变量引用时,这块 ...
- 2019-9-25:渗透测试,基础学习,初识Hydra,BP爆破密码
一,使用Hydra爆破ubuntu的SSH服务 输入命令,hydra -l root -P password.txt 192.168.20.128 ssh Hydra工具,基本参数说明 -l:指定用户 ...
- Dart Learn Notes 04
流程控制语句 流程控制语句的作用就是控制代码的执行流程. if and else var a = 10; if(a > 10){ print('ok'); }else if( 5 < a ...
- 【Java基础】字面量相加的类型转换
Java字面量的相加类型转换 1.Java 编译期间(javac),凡是字面量和常量的运算,都会先运算出结果 2.运行期当字符串池中有 String"字面量"时,Java 会直接用 ...
- VLAN实验2(配置Trunk接口)
本实验基于<HCNA网络技术实验指南> 本实验使用eNSP软件 原理概述: 在以太网中,通过划分VLAN来隔离广播域和增强网络通信的安全性.以太网通常由 多台交换机组成,为了使VLAN的数 ...