"Good News for the National Holiday!"

Telephone interview with Youyou Tu following the announcement of the 2015 Nobel Prize in Physiology or Medicine, 5 October 2015. The interviewer is Adam Smith, Chief Scientific Officer of Nobel Media. Professor Tu speaks in Chinese during the interview and the English questions and Professor Tu's answers are translated by Jin Li from the China Academy of Chinese Medical Sciences.

[Jin Li] Hello.

[Adam Smith] This is Adam Smith, calling from Nobelprize.org, the official website of the Nobel Prize, in Stockholm.

[JL] Yes, this is Professor Tu Youyou's home.

[AS} So first of all, may we ask what is Professor Tu's reaction to the award of the Nobel Prize?

[JL for Youyou Tu] Yes, Professor Tu Youyou is very glad to own the Nobel Prize.

[AS] Thank you very much. And what does the award of the Nobel Prize mean for her and for Chinese science?

[JL for TY] I'm very glad that the new anti-malaria drug artemisinin earns international recognition from the Nobel Prize committee.

Also, I want to show my gratitude and respect to Nobel Committee, Karolinska Institute and Sweden people.

Yes, Chinese people wish to win Nobel Prize for long time, and this time artemisinin win this Prize. Shows that our work to research anti-malaria drugs is at a high level and achieve good result.

So at the moment when we begin to research anti-malaria drug this old drug had already got drug resistance. As a result we worked very hard to find anti-malaria drug artemisinin and to save millions of lives. It shows that as a scientific worker we need innovation spirit to find new things.

[AS] It's a great pleasure to speak to you and to Professor Tu, thank you very much. May we convey our…

[JL for TY] Yes, thanks, yes.

[AS] We would like to convey our congratulations and also say we are very much looking forward to welcoming her to Stockholm in December.

[JL for TY] Yes, thanks a lot.

[AS] Thank you. One last question, it's late evening there in Beijing. Will Professor Tu have time to celebrate tonight?

[JL for TY] I have many friends to come home to share my happiness. Even for Chinese people is also a good thing, a good news for the national holiday. Thanks a lot.

[AS] Yes, it's perfect timing, yes. Thank you very much. OK, well, Xie Xie, thank you.

[JL for TY] Thank you. Thank you very much.

[AS] Thank you, bye bye.

Link:http://www.nobelprize.org/nobel_prizes/medicine/laureates/2015/tu-interview.html

Telephone interview with Youyou Tu的更多相关文章

  1. Morgan Stanley telephone interview

    Today is Monday, April 28. I get a telephone call from Morgan Stanley in Shanghai. My examiner is a ...

  2. Shanghai InfoSys .NET engineer telephone interview

    Collect the answers,interested friends from research. 1,Interface and Abstract difference? 2,Generic ...

  3. Taxi Trip Time Winners' Interview: 3rd place, BlueTaxi

    Taxi Trip Time Winners' Interview: 3rd place, BlueTaxi This spring, Kaggle hosted two competitions w ...

  4. poj 3662 Telephone Lines dijkstra+二分搜索

    Telephone Lines Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 5696   Accepted: 2071 D ...

  5. Pramp mock interview (4th practice): Matrix Spiral Print

    March 16, 2016 Problem statement:Given a 2D array (matrix) named M, print all items of M in a spiral ...

  6. WCF学习系列二---【WCF Interview Questions – Part 2 翻译系列】

    http://www.topwcftutorials.net/2012/09/wcf-faqs-part2.html WCF Interview Questions – Part 2 This WCF ...

  7. WCF学习系列一【WCF Interview Questions-Part 1 翻译系列】

    http://www.topwcftutorials.net/2012/08/wcf-faqs-part1.html WCF Interview Questions – Part 1 This WCF ...

  8. Amazon Interview | Set 27

    Amazon Interview | Set 27 Hi, I was recently interviewed for SDE1 position for Amazon and got select ...

  9. Java Swing interview

    http://www.careerride.com/Swing-AWT-Interview-Questions.aspx   Swing interview questions and answers ...

随机推荐

  1. python selenium-6 HTML测试报告

    1.生成HTML测试报告 import unittest,sys from selenium import webdriver from time import sleep class TestBai ...

  2. java字符串分解 StringTokenizer用法

    Java中substring方法可以分解字符串,返回的是原字符串的一个子字符串.如果要讲一个字符串分解为一个一个的单词或者标记,StringTokenizer可以帮你. 先看个例子: 1 public ...

  3. mysql数据表自动导为python sqlalchemy可操作对象

      1.pip install sqlacodegen pip install pymysql 在/usr/lib/python/site-packages/sqlacodegen/main.py中添 ...

  4. IDEA设置syso快捷键输出System.out.println();

    用Eclipse时间长了, 就习惯之前的快捷键! 当然, IDEA不愧是Java开发的”利器”! 写起代码就是一个字 – “爽”! 建议大家可以去尝试一下! 当然, 在IDEA中输出System.ou ...

  5. Dep数据发布,推送

    package com.cfets.ts.u.shchgateway.util; import com.cfets.cwap.s.stp.MessageUnit; import com.cfets.t ...

  6. navicate for mysql mac 含注册机 亲测可用

    百度网盘:https://pan.baidu.com/s/1hrXnRes

  7. 使用Larave5.6l提交POST请求出现The page has expired due to inactivity错误

    使用Larave5.6l提交POST请求出现The page has expired due to inactivity错误 一般是由于没有添加 csrf造成的 在表单下面的 第一个行 添加如下代码即 ...

  8. centos配置DNS和ip

    Centos6.5 永久修改DNS地址的方法 1.配置ip地址文件 /etc/sysconfig/network-scripts/ifcfg-eth0添加一行 DNS1=8.8.8.8    #手动添 ...

  9. myeclipse配置gradle插件

    首先,到Gradle官网下载最新版的gradle,已经到了2.13了 下载地址是 http://gradle.org/gradle-download/ 下载下来解压到任意目录 然后配置Windows环 ...

  10. idea中创建多module的maven工程

    以前自学Java web的时候,我们都是创建一个web工程,该工程下面再创建dao.service.controller等包.自从工作以后,我们会发现现在的web项目包含多个module,contro ...