"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. DOM操作之获取HTML、文本和值

    在前面的知识中,我们有提到一个text()方法用来获取文本,其实,在jQuery中,获取HTML和文本的方法有很多,下面依次演示这些方法. 在开始操作前,我们先在html中添加如下代码,后期所有的操作 ...

  2. 9-16Jenkins-2定时任务

    定时任务 选择定时任务,点击 "?" 会弹出使用教程,但讨厌英语的人,自然选择现成的中文. 猪脚踏浪https://www.cnblogs.com/zsg88/p/9178625. ...

  3. php实现AES/CBC/PKCS5Padding加密解密(又叫:对称加密)

    今天在做一个和java程序接口的架接,java那边需要我这边(PHP)对传过去的值进行AES对称加密,接口返回的结果也是加密过的(就要用到解密),然后试了很多办法,也一一对应了AES的key密钥值,偏 ...

  4. 基于sklearn的 BaseEstimator开发接口:模型融合Stacking

    转载:https://github.com/LearningFromBest/CMB-credit-card-department-prediction-of-purchasing-behavior- ...

  5. STL容器能力一览表和各个容器操作函数异常保证

    STL容器能力一览表 Vector Deque List Set Multiset map Multimap 典型内部 结构 dynamic array Array of arrays Doubly ...

  6. sql server不要插入大数据,开销太大

    sql server或者说关系型数据库中不要做一个字段存储大数据量的设计,比如要插入3000w条数据,然后每条数据中有一个文章字段,这个字段每条大概都需要存储几m的数据,那么算下来这个表就得有几百个G ...

  7. 关于Node和Deno

    Node和Deno的作者Ryan Dahl开Deno并不是“just for fun”, 也不是为了取代Node, 他有着更加远大的目标. 记住以下要点: 1. Deno目前只是一个Demo或者说是原 ...

  8. c#面向对象基础5

    字符串  string (1)字符串的不可变性 当给字符串重新赋值时,老值没有被销毁,而是重新开辟了一块新的空间去储存新值<------------------堆中,在栈中地址发生变化重新指向新 ...

  9. 网络性能测试工具iperf

    参考网站:https://www.cnblogs.com/yingsong/p/5682080.html https://docs.azure.cn/zh-cn/articles/azure-oper ...

  10. mysql 忽略某个错误 继续执行

    执行如下存储过程: CREATE  PROCEDURE `aa`()BEGINcall RealtimeData_9035();call RealtimeData_9504();call Realti ...