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 中的 ...
随机推荐
- 小程序动态添加class及调接口传递多个参数
1.动态添加class <view class="step2 {{indication == 2 ?'on':''}}"> <view class='tc lef ...
- 根据id获取某一类的最大最小值
->selectRaw('max(marking_price) as maxPrice, min(marking_price) as minPrice, product_id') ->gr ...
- linux Boot目录满了之后的解决方法
boot目录为什么会满? Linux默认分区时,boot分区就200多M,按理说也不小,足够了(实际也就几十M),但是内核经常性的升级,而且自己又不自动卸载,于是该目录下旧的内核文件越积越多,最后就满 ...
- spring boot(十六)使用Jenkins部署spring boot
jenkins是devops神器,本篇文章介绍如何安装和使用jenkins部署Spring Boot项目 jenkins搭建 部署分为三个步骤: 第一步,jenkins安装 第二步,插件安装和配置 第 ...
- java进行url编码和解码
public static String getURLEncoderString(String str) { String result = ""; if (null == str ...
- opencv 中的mat类(非原创)
Mat最大的优势跟STL很相似,都是对内存进行动态的管理,不需要之前用户手动的管理内存,Mat这个类有两部分数据.一个是matrix header(矩阵头),这部分的大小是固定的,包含矩阵的大小,存储 ...
- UI BOL 练习 get value set attr
" " " " "**********************change list************************* "2 ...
- 559. Maximum Depth of N-ary Tree C++N叉树的最大深度
网址:https://leetcode.com/problems/maximum-depth-of-n-ary-tree/ 很简单的深度优先搜索 设定好递归返回的条件和值 /* // Definiti ...
- git如何merge github forked repository里的代码更新?(转)
参考内容:git如何merge github forked repository里的代码更新? [refer to ]http://www.haojii.com/2011/08/how-to-git- ...
- Day2----Jmeter 压测
一.jmeter 压测1.一般压测时间为10-15分钟就行,设置时间在调度器配置--持续时间中设置,例如:想压10分钟,则持续时间输入:600 1.线程数:发送请求的用户数,即并发数 2.Ram-up ...