L262
A London patient has become the second known man worldwide to be cleared of AIDS virus after receiving a bone marrow transplant from an HIV resistant donor, according to his doctor.
The patient has shown no trace of previous HIV infection since he underwent the transplant operation three years ago. "There is no virus there that we can measure. We can't detect anything," said Ravindra Gupta, a professor and HIV biologist who co-led a team of doctors treating the man.
However, Gupta described his patient as "functionally cured" and "in remission," rather than "cured." "It's too early to say he's cured," he said.
The first known patient to be functionally cured of HIV is an American man, Timothy Brown, who also underwent similar treatment in Germany in 2007.
Both patients received bone marrow stem cells from donors with a rare genetic mutation known as "CCR5 delta 32," which confers resistance to HIV.
Between Brown and the new London patient, scientists made several attempts to cure other AIDS patients using the same method, but failed in all of them.
Gupta said the method used is not appropriate for all patients but offers hope for new treatment strategies.
The study is to be published Tuesday in the journal Nature.
As of 2017, there were approximately 36.9 million people worldwide living with HIV/AIDS. AIDS-related deaths have been reduced by more than 51 percent since the peak in 2004, according to the Joint United Nations program on HIV/AIDS.
L262的更多相关文章
- C#读取Excel技术概览 (2)
5.自定义SDK,使用xmlReader文件流式处理 第四章节中,总是感觉用别人的工具要受制于人.既然我 们知道了Excel的存储方式,问题便转换成从xml中取出数据,然后放入内存得到我们想要的东西, ...
- C#如何在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形
原文:C#如何在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形 在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形 最近在写WPF界面的时候遇到一个情 ...
- Redis 中的事务分析,Redis 中的事务可以满足ACID属性吗?
Redis 中的事务 什么是事务 1.原子性(Atomicity) 2.一致性(Consistency) 3.隔离性(Isolation) 4.持久性(Durability) 分析下 Redis 中的 ...
随机推荐
- hdu-2421 Deciphering Password 数学姿势
给定A,B,对于A^B的每一个因子,M为其因子的因子数的三次方求和. 容易推导得出A^B的每一个因子都是A的质因子的组合(质因子可重复利用),其因子数自然等于所使用的每个质因子的数量乘积. 假设A由质 ...
- Entertainment Box(可多执行的区间问题)
本题出自: Nordic Collegiate Programming Contest 2015 Ada, Bertrand and Charles often argue over which T ...
- Windows文件共享自动失效解决办法
右键共享文件夹>>高级共享>>权限>>添加Everyone 安全选项卡>>添加>>高级>>立即查找>>添加Every ...
- 5月17 利用AJAX查询数据库
利用AJAX查询数据 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// ...
- 函数和函数模版在一个。cpp中的情况!(除了左移和右移,其他的不要用友元函数!!!)
// 友元函数和运算符重载的碰撞.cpp : 定义控制台应用程序的入口点. // #include <iostream> using namespace std; template < ...
- springboot添加log4j日志配置log4j.xml生成日志文件
第一步:添加pom文件依赖 <!-- log4j --> <dependency> <groupId>org.springframework.boot</gr ...
- spring cloud服务发现注解之@EnableDiscoveryClient与@EnableEurekaClient
使用服务发现的时候提到了两种注解,一种为@EnableDiscoveryClient,一种为@EnableEurekaClient,用法上基本一致,今天就来讲下两者,下文是从stackoverflow ...
- 牛客第二场A-run
链接:https://www.nowcoder.com/acm/contest/140/A 来源:牛客网 White Cloud is exercising in the playground. Wh ...
- iOS封装功能生成 .framework
前言 如果你想将你开发的控件与别人分享,一种方法是直接提供源代码文件.然而,这种方法并不是很优雅.它会暴露所有的实现细节,而这些实现你可能并不想开源出来.此外,开发者也可能并不想看到你的所有代码,因为 ...
- 针对unicode对象---检测字符串是否只由数字组成