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的更多相关文章

  1. C#读取Excel技术概览 (2)

    5.自定义SDK,使用xmlReader文件流式处理 第四章节中,总是感觉用别人的工具要受制于人.既然我 们知道了Excel的存储方式,问题便转换成从xml中取出数据,然后放入内存得到我们想要的东西, ...

  2. C#如何在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形

    原文:C#如何在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形 在VS2015 2017版本中编写WPF UI界面引入第三方SVG图形     最近在写WPF界面的时候遇到一个情 ...

  3. Redis 中的事务分析,Redis 中的事务可以满足ACID属性吗?

    Redis 中的事务 什么是事务 1.原子性(Atomicity) 2.一致性(Consistency) 3.隔离性(Isolation) 4.持久性(Durability) 分析下 Redis 中的 ...

随机推荐

  1. linux 下如何安装memcached 和启动服务

    一.安装gcc # yum -y install gcc 二.安装libevent # wget http://www.monkey.org/~provos/libevent-2.0.12-stabl ...

  2. json -- dump load dumps loads 简单对比

    json.dumps是将一个Python数据类型列表进行json格式的编码解析, 示例如下: >>> import json #导入python 中的json模块>>&g ...

  3. 欧拉函数 牛客寒假1 小a与黄金街道

    题目链接 分析:这题用到了欧拉函数, 欧拉函数,用φ(n)表示 欧拉函数是求小于等于n的数中与n互质的数的数目 详细可以看看这篇博文https://www.cnblogs.com/linyujun/p ...

  4. bat语法需要注意的地方

    if else 格式                            if exist C:\Python27  ::空格  (                      ::(与if在同一行  ...

  5. CF-517B-DP

    http://codeforces.com/contest/1072/problem/B 给出两个数列 a,b 长度为n-1 ,询问是否能构造出一个长度为n的数列t,使得 所有的ab都满足  a[i] ...

  6. MSMQ消息传递的优先级

    一.消息传递的优先级 在MSMQ中消息在队列里传输是分有优先级的,这里我就以实例的形式介绍下关于优先级的使用,优先级一共有七种,MessagePriority枚举里全部进行了封装.因这里只作程序演示就 ...

  7. ​ 别忘了Nologging哦

    ​ ​ 别忘了Nologging哦

  8. 牛客第二场Dmoney

    链接:https://www.nowcoder.com/acm/contest/140/D 来源:牛客网 题目描述 White Cloud has built n stores numbered to ...

  9. Oracle X$Tables

    前言 最早从Yong Huang那里看到关于比较详细的X$表的介绍,后来陆续从其他Oracle专家那里得到了不少信息.在Steve Adams 的书中对X$表多有提及,而且他的站点也是个资源比较丰富的 ...

  10. JavaScript 上万条数据 导出Excel文件 页面卡死

    最近项目要js实现将数据导出excel文件,网上很多插件实现~~那个开心呀,谁知道后面数据量达到上万条时出问题:浏览器不仅卡死,导出的excel文件一直提示网络失败.... debug调试发现var  ...