TPO-18 C2 Possible participation in a sociology project
TPO-18 C2 Possible participation in a sociology project
第 1 段
1.listen to a conversation between a student and his sociology professor.
听下面一段学生和社会学教师之间的对话
第 2 段
1.Well, I'm glad you redid your outline.
嗯,看到你把你的提纲又重新修改了一遍,我很高兴
2.I fed a few comments, but nothing you have to act on.
我加了几条评语,但没有什么你要特别留心的东西。
3.It's in good enough shape for you to start writing you paper.
现在的提纲已经够好了,你可以用它来写你的论文了。
第 3 段
1.Thanks! At first I was afraid all that prep work would be a waste of time.
谢谢!一开头我还害怕之前所有的准备工作是在浪费时间。
第 4 段
1.Well, especially with a challenging topic like yours: factors leading to the emergence of sociology as an academic discipline.
嗯,特别是在构思一个像你的论文这样,特别具有挑战性的话题—导致社会学作为一个独立的学科出现的因素—的情况下。
2.There's just so much history to consider; you could get lost without a solid outline.
这个问题要考虑在内的历史情况太多了;要是没有一个扎实的基础的话,人很容迷失的。
3.So did you have a question?
嗯,你有事情?
第 5 段
1.Yeah, it's about... you mentioned needing volunteers for a research study?
是的,是关于…关于你提到需要志愿者参加一个研究项目的事情。
第 6 段
1.Yep, it's not my study. It's my colleague's in the marketing department.
是的,这不是我的研究项目,而是属于我在经济系的同事的。
2.She needs people to watch various new TV programs that haven't been broadcast yet, then indicate on a survey whether they liked it, why, if they'd watch another episode.
她需要一些观众观看各种还没有播出的电视节目,然后以调研的形式回答他们是否喜爱这些节目,为什么,是否向看更多同类的节目。
3.It'd be kind of fun, plus participants get a $50 gift certificate.
这事儿会很有趣,并且参与者会得到价值 50 元的购物券。
第 7 段
1.Wow, well I like the sound of that.
哈哈!嗯,我想这听上去真不错!
2.But... so they are trying to predict if the shows are gonna succeed or fail, right, based on students' opinions?
嗯,这个项目是想要通过学生的眼光,来预测这些节目是否会成功吗?
3.Why would they care what we think?
为什么他们会想要知道我们的想法呢?
第 8 段
1.Hey, don't sell yourself short.
嘿,不要把自己看得太低了!
2.People your age are a very attractive market for advertisers who promote their products on television.
像你们这种年纪的人,很受那些想在电视上推广产品的广告商的青睐的。
3.The study is sponsored by a TV network.
这项研究是由一个电视台赞助的。
4.If enough students don't like the show, the network may actually reconsider putting it on the air.
如果不喜欢这个节目的学生达到一定数量,电视台会考虑裁掉这档节目
第 9 段
1.OK, well, how do I sign up?
好的,嗯我怎么签名加入?
第 10 段
1.You just add your name and phone number to this list and check a time slot, although it looks like the only times left are next Monday morning and Thursday evening.
你只要把名字和电话号码写到这张单子上,看清楚时间表就好,好像只剩下下周一早上和周四晚上的节目了。
第 11 段
1.Oh, well, I have marketing and economics Monday mornings and Thursday...
哦,我周一和周四早上都有经济学和市场学的课。
第 12 段
1.OH, you are taking the marketing class? Who's teaching it?
哦,你在上市场学课?谁开的?
第 13 段
1.It's Professor Largin - Intro the Marketing.
林根教授,课程叫市场学导论。
2.He hasn't mentioned the study though.
他没有提到过这项调查。
第 14 段
1.Oh, well, the marketing department's pretty big.
嗯,其实经济学系很大的。
2.I happen to be friends with a woman who is doing the TV study.
我恰好认识一个研究电视节目的女性朋友。
3.Ok, well, we don't want you missing class. How's Thursday?
好的,我们不想让你们缺课。周四怎么样?
第 15 段
1.Oh, I work from 5 till 9 that night.
嗯,周四晚上我 5 点到 9 点要上班。
2.Hum, no flexibility with your schedule? Where do you work?
嗯,你们的安排能灵活些么?你们在哪儿上班?
第 16 段
1.At the Fox's diner, I'm a server.
福克斯,我在那里做服务生。
2.Oh, I love Fox's. I eat there every week.
嗯,我觉得福克斯那家店不错,我每周都在那儿吃。
3.Maybe you could switch shifts with someone.
如果可以的话,你应该和人调下班。
第 17 段
1.I'm still in training. And the only night my trainer works is Thursday.
我还在培训呢!培训我的人唯一一个晚班是在周四的下午。
第 18 段
1.Look! I know the owners there really well.
我认识那家店的老板。
2.Why don't you let me give them a call and explain the situation?
我想一会儿给他们打个电话,解释一下这个情况,你看行吗?
第 19 段
1.OK! It'd be cool to be part of a real research study.
好的!参加到这个项目必定有趣极了!
2.And the gift certificate wouldn't hurt either.
而且顺便得一张购物券也无伤大雅。
TPO-18 C2 Possible participation in a sociology project的更多相关文章
- C++ UTF8和UTF16互转代码
简介 1.这段代码只考虑在小端序情况下的转换(一般的机器都是的). 2.这段代码需要C++11的支持(只是用到了u16string),如果不支持,可以添加下面代码 typedef uint16_t c ...
- VS2015安装失败
[16D4:18C8][2017-06-24T13:44:01]e000: Error 0x80091007: Hash mismatch for path: D:\Visual Studio 201 ...
- C++构造函数详解(复制构造函数 也是 拷贝构造函数)
构造函数是干什么的 该类对象被创建时,编译系统对象分配内存空间,并自动调用该构造函数,由构造函数完成成员的初始化工作,故:构造函数的作用:初始化对象的数据成员. 构造函数的种类 1 class Com ...
- [20190930]oracle raw类型转化number脚本.txt
[20190930]oracle raw类型转化number脚本.txt --//写一个简单oracle raw转化number脚本,简单说明:--//输入必须是c1,02 或者 c102,不支持c1 ...
- Python_1生成器(下)之单线并行--生产着消费者模型
1 import time 2 def consumer(name): 3 print('%s准备吃包子了!' %name) 4 while True: 5 baozi = yield 6 print ...
- C++ 各种构造函数
c++构造函数的知识在各种c++教材上已有介绍,不过初学者往往不太注意观察和总结其中各种构造函数的特点和用法,故在此我根据自己的c++编程经验总结了一下c++中各种构造函数的特点,并附上例子,希望对初 ...
- 来玩Play框架06 用户验证
作者:Vamei 出处:http://www.cnblogs.com/vamei 欢迎转载,也请保留这段声明.谢谢! 用户验证(User Authentification)复合的使用Play框架的数个 ...
- learn shell
the basic shell skills. Bourne shell sh ksh Bash psh zsh C shell csh tcsh [root@bogon temp]# cat ...
- JavaFX結合 JDBC, Servlet, Swing, Google Map及動態產生比例圖 (1):NetBeans 寫 Servlet (转帖)
JavaFX結合 JDBC, Servlet, Swing, Google Map及動態產生比例圖 (1):NetBeans 寫 Servlet 功能:這支程式的主要功能是將 javafx 與 swi ...
随机推荐
- jquery全选 反选
//全选 反选 $('#chkAll').on('click',function(){ $('input.chkbox').prop('checked',$(this).prop('checked') ...
- Vcenter虚拟化三部曲----SQL Server 2008 R2 数据库安装
操作系统 Windows server 2008 R2 数据库 SQL Server 2008 R2 注意:SQL Server 2008 R2需要操作系统首先安装.NET Frame ...
- redis单节点集群
一.概念 redis是一种支持Key-Value等多种数据结构的存储系统.可用于缓存.事件发布或订阅.高速队列等场景.该数据库使用ANSI C语言编写,支持网络,提供字符串.哈希.列表.队列.集合结构 ...
- 手把手教你创建私有podspec
本文来自 网易云社区 . CocoaPods是iOS非常好用的类库管理工具,可以非常方便的管理和更新项目中使用到的第三方库,以及将自己项目中的公共组件交由它管理. 工作中比较常用到的是通过CocoaP ...
- 给Extjs的window弹窗的关闭事件添加验证
问题:我想在window点击右上角叉关闭时添加一些验证,来确定是否关闭? 实现: 首先想到的是拦截window的关闭事件,在它关闭前添加验证,但是有一个问题是,如何阻止它的关闭和组织关闭后,如何让它再 ...
- canvas制作的烟花效果
最近感觉canvas挺有意思的,在业余时间没事研究了一下,参考过网上一些思路,话不多说,开始啦. github地址:https://github.com/aWhiteBear/fireworks 演示 ...
- CentOS7.6离线安装Redis5.0.4
安装gcc-c++: 检查是否存在gcc-c++:rpm -qa|grep gcc-c++ 如果不存在就下载Linux-GC-C++文件: 访问镜像网站:http://mirrors.aliyun.c ...
- 利用.htaccess文件将多个子域名解析至对应的子目录
对于不支持子域名解析但是支持 .htaccess 的主机来说,这个功能就非常有用了 假设有主域名 ppios.com,子域名 yspx.ppios.com 和 ask.ppios.com,设置结果为访 ...
- Docker toolbox换源
一 docker toolbox安装 略.... 阿里云加速器地址 https://jbriwmh3.mirror.aliyuncs.com 二 为docker toolbox更换国内源 docker ...
- C++的一些关键字用法
const 这个关键字真是太常用了, 所以干脆总结一下. int const a = 8; //定义一个int常量a, 不能再给a赋值了 const int a = 8; //和上面一样 int co ...