来自英语课的一个练习:
https://www.youtube.com/watch?v=ePY3uY1L0X0
next up I'd like to welcome Joshua to ten he's from the ANU College of Medicine biology and the environment
and the title of his three-minute thesis presentation tonight is targeting the route of vision loss
if I asked everyone here to think about the one sense that you couldn't live without
I'm willing to bet that most of you would have immediately thought of your sucked
从听众已知的知识和认知引入话题
that's because our vision and what we see play such an integral role into how we perceive the world around us
now the tissue responsible for that is known as the retina
基本常识的介绍,话题的重要性
but what if I told you specific part of your retina was too slowly damaged as the age
what if this part of your retina was responsible for your color perception as well as your central vision
and that this damage leads to your visual field looking like this
well this is exactly what happens an age-related macular degeneration or AMD
继续引入到我们想要讲的话题
this disease is the leading cause of blindness in the developed world
this disease cost the extremely economy up to five billion dollars per year
in the most common form of this disease has no cure
AMD is a serious problem
now due to the many factors that are at play therapies are very hard to come by
介绍我们主题的一些基本特性
but I'm researching a potential gene therapy using tiny molecules called micro RNA that are like the gods of gene regulation and have the ability to bypass this problem
how
because a single micro RNA can bind to multiple targets
so instead of controlling just the one gene we're controlling its entire pathway instead of superficially cutting just the stem of the weed we're ripping out the whole root
开始引入我们特殊的疗法
so in the case of AMD we know that the inflammatory pathway plays a major role
so we've injected an anti-inflammatory micro RNA into the eye
and what we saw was a decrease in genes responsible for inflammation cell death as well as a
slowing in the damage progression of the retina
but we've now done has identified multiple micro RNA that can each regulate pathways leading to AMD and by injecting a cocktail of these molecules
we can slow the progression of the zees and hopefully halt vision loss now
具体举例,我们的研究以及结果
I want everyone to look at this image again
imagine living the rest of your life with vision like this
so the next time you're with your loved ones study their faces their every feature commit that to memory cherish that image
because one in seven of you will lose that ability if nothing is done about this disease
再次通过同理心说明该研究的重要性
with the use of micro RNA my hope and my goal is that for millions of people this image can become clear
一句话总结我们的研究成果
thank you
3分钟快速presentation的更多相关文章
-
一分钟快速入门openstack
一.它是什么,能干什么想认识一个事物,必须先弄明白它是什么,能干什么.首先说一下,openstack是一个搭建云平台的一个解决方案,说他不是个软件,但是我觉得说是一个软件,能够让大家认识更清晰些.op ...
-
30分钟快速掌握AngularJs
[后端人员耍前端系列]AngularJs篇:30分钟快速掌握AngularJs 一.前言 对于前端系列,自然少不了AngularJs的介绍了.在前面文章中,我们介绍了如何使用KnockoutJs来 ...
-
Vue.js——60分钟快速入门(转)
vue:Vue.js——60分钟快速入门 <!doctype html> <html lang="en"> <head> <meta ch ...
-
[转帖]十分钟快速理解DPI和PPI,不再傻傻分不清!
十分钟快速理解DPI和PPI,不再傻傻分不清! https://baijiahao.baidu.com/s?id=1605834796518990333&wfr=spider&for= ...
-
5分钟快速打造WebRTC视频聊天<;转>;
原文地址: 5分钟快速打造WebRTC视频聊天 百度一下WebRTC,我想也是一堆.本以为用这位朋友( 搭建WebRtc环境 )的SkyRTC-demo 就可以一马平川的实现聊天,结果折腾了半天,文本 ...
-
Vue.js 60 分钟快速入门
Vue.js 60 分钟快速入门 转载 作者:keepfool 链接:http://www.cnblogs.com/keepfool/p/5619070.html Vue.js介绍 Vue.js是当下 ...
-
不会几个框架,都不好意思说搞过前端: Vue.js - 60分钟快速入门
Vue.js——60分钟快速入门 Vue.js是当下很火的一个JavaScript MVVM库,它是以数据驱动和组件化的思想构建的.相比于Angular.js,Vue.js提供了更加简洁.更易于理 ...
-
零元学Expression Blend 4 - Chapter 42 五分钟快速完成扇形变圆形动画
原文:零元学Expression Blend 4 - Chapter 42 五分钟快速完成扇形变圆形动画 零元学Expression Blend 4 - Chapter 42 五分钟快速完成扇形变圆形 ...
-
【Java】15分钟快速体验阿里Java诊断工具Arthas
[墙裂推荐]15分钟快速体验阿里Java诊断工具Arthas : https://alibaba.github.io/arthas/arthas-tutorials?language=cn&i ...
随机推荐
-
学习使用 jQuery &; CSS3 制作照片堆栈效果
在这个小实验中,我们使用 jQuery & CSS3 创建了一个交互式的照片堆栈效果.提供了一些模拟现实的互动的可能性给用户.这个想法的思路是:有一些照片在桌面上可以拖放一样,堆放和删除,每个 ...
-
AngularJS 学习随笔(一)
AngularJS 初始化加载流程: 1:浏览器载入HTML,然后把它解析成DOM 2:浏览器载入Angular.JS 脚本 3:AngularJS 等到DOMContentLoaded时间触发 4: ...
-
codeforces #313 div1 E
首先我们要注意到一个事情 如果一个灯塔向左覆盖,那么比他小的某个灯塔如果向左覆盖的端点大于当前塔向左覆盖的端点,他一定向右覆盖 对于当前灯塔向右覆盖也是同理 那么我们只需要记录当前覆盖到的端点就可以完 ...
-
EASYUI- EASYUI左移右移 GRID中值
EASYUI左移右移 GRID中值 $("#addAll").click(function(){ var ids = []; var names = []; var srcrows ...
-
Get URL parameters &; values with jQuery
原文: http://jquery-howto.blogspot.jp/2009/09/get-url-parameters-values-with-jquery.html In this post, ...
-
JDK1.8源码分析之HashMap(一) (转)
一.前言 在分析jdk1.8后的HashMap源码时,发现网上好多分析都是基于之前的jdk,而Java8的HashMap对之前做了较大的优化,其中最重要的一个优化就是桶中的元素不再唯一按照链表组合,也 ...
-
一个全局变量引起的DLL崩溃
参考我发的帖子: http://bbs.csdn.net/topics/390737064?page=1#post-397000946 现象是exe程序在加载dll的时候崩溃了,莫名其妙的崩溃了.换其 ...
-
POJ - 3122 Pie(二分)
http://poj.org/problem?id=3122 题意 主人过生日,m个人来庆生,有n块派,m+1个人(还有主人自己)分,问每个人分到的最大体积的派是多大,PS每 个人所分的派必须是在同一 ...
-
http跨域时的options请求
1.背景 在前后端分离的项目中经常会遇到跨域请求的问题,如果没有进行跨域配置,会浏览器请求失败.我一般采用两种解决方案: 1.采用nginx进行转发,是前后端服务处于同一个域下面,从根本上避免跨域问题 ...
-
腾讯云兑现存储获取临时授权C#版
腾讯官方没有提供C#版的,没办法自己根据java版改写了一个,这里面的坑花了我20多个小时,所以记录下 <%@ WebHandler Language="C#" Class= ...