来自英语课的一个练习:

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

  1. 一分钟快速入门openstack

    一.它是什么,能干什么想认识一个事物,必须先弄明白它是什么,能干什么.首先说一下,openstack是一个搭建云平台的一个解决方案,说他不是个软件,但是我觉得说是一个软件,能够让大家认识更清晰些.op ...

  2. 30分钟快速掌握AngularJs

    [后端人员耍前端系列]AngularJs篇:30分钟快速掌握AngularJs   一.前言 对于前端系列,自然少不了AngularJs的介绍了.在前面文章中,我们介绍了如何使用KnockoutJs来 ...

  3. Vue.js——60分钟快速入门(转)

    vue:Vue.js——60分钟快速入门 <!doctype html> <html lang="en"> <head> <meta ch ...

  4. [转帖]十分钟快速理解DPI和PPI,不再傻傻分不清!

    十分钟快速理解DPI和PPI,不再傻傻分不清! https://baijiahao.baidu.com/s?id=1605834796518990333&wfr=spider&for= ...

  5. 5分钟快速打造WebRTC视频聊天<转>

    原文地址: 5分钟快速打造WebRTC视频聊天 百度一下WebRTC,我想也是一堆.本以为用这位朋友( 搭建WebRtc环境 )的SkyRTC-demo 就可以一马平川的实现聊天,结果折腾了半天,文本 ...

  6. Vue.js 60 分钟快速入门

    Vue.js 60 分钟快速入门 转载 作者:keepfool 链接:http://www.cnblogs.com/keepfool/p/5619070.html Vue.js介绍 Vue.js是当下 ...

  7. 不会几个框架,都不好意思说搞过前端: Vue.js - 60分钟快速入门

    Vue.js——60分钟快速入门   Vue.js是当下很火的一个JavaScript MVVM库,它是以数据驱动和组件化的思想构建的.相比于Angular.js,Vue.js提供了更加简洁.更易于理 ...

  8. 零元学Expression Blend 4 - Chapter 42 五分钟快速完成扇形变圆形动画

    原文:零元学Expression Blend 4 - Chapter 42 五分钟快速完成扇形变圆形动画 零元学Expression Blend 4 - Chapter 42 五分钟快速完成扇形变圆形 ...

  9. 【Java】15分钟快速体验阿里Java诊断工具Arthas

    [墙裂推荐]15分钟快速体验阿里Java诊断工具Arthas : https://alibaba.github.io/arthas/arthas-tutorials?language=cn&i ...

随机推荐

  1. nginx笔记 安装nginx 配置 反向代理 多虚拟主机

    1,检测linux上是否 通过yum安装了nginxrpm   -qi  nginx 2.安装nginx之前的依赖包yum install gcc patch libffi-devel python- ...

  2. Linux服务器上搭建web项目环境

    一.下载并安装jdk 去官网下载linux系统上jdk的安装包jdk-8u181-linux-x64.tar.gz,在Linux的/usr目录下新建文件夹java,可以使用命令:cd /usr    ...

  3. Redis的数据结构之List

    存储list: ArrayList使用数组方式 LinkedList使用双向链接方式 双向链接表中增加数据 双向链接表中删除数据 存储list常用命令 两端添加 两端弹出 扩展命令 lpush 方式添 ...

  4. 百度的富文本编辑器UEditor批量添加图片自动加上宽度和高度的属性

    若是没有对编辑器做任何配置直接添加图片的话,显示的html内容如下图所示:它会显示出原图片尺寸 所以必须要对图片的初始显示尺寸做控制:ueditor文件中找到image.js文件 在image.js中 ...

  5. python使用MySQLdb实现连接数据库Mysql

    python实现连接数据库mysql的步骤: 一.引入MySQLdb 二.获取与数据库的连接 三.执行SQL语句和存储过程 四.关闭数据库连接 1.什么是MySQLdb? MySQLdb是用于pyth ...

  6. Linux下批量杀掉筛选进程

    在做项目的时候,由于情况要求,需要把服务器上符合某一条件的进程全部kill掉,但是又不能使用killAll直接杀掉某一进程名称包含的所有运行中的进程(即我们可能只需要杀掉某一类含有特定参数命令的进程) ...

  7. es6阮一峰读后感

    不经意间看了你一眼(阮一峰的es6读后感)我自己常用的 字符串篇:ES6 为字符串添加了遍历器接口(详见<Iterator>一章),使得字符串可以被for...of循环遍历.只要有遍历器接 ...

  8. HDU 2586 How far away(dfs+邻接表)

    How far away [题目链接]How far away [题目类型]dfs+邻接表 &题意: 题目大意:一个村子里有n个房子,这n个房子用n-1条路连接起来,接下了有m次询问,每次询问 ...

  9. day01 格式化输出和while循环的两个小练习

    练习1.模拟登陆判断(3次机会) r_name = 'xianyu' r_password = ' i = 3 # 用来控制循环次数 while i > 0: name = input('请输入 ...

  10. poj3133 插头dp

    #include <iostream> #include <cstdio> #include <string.h> #include <vector> ...