"Oh." He let it drop. I looked away awkwardly.

哦,他让它走了。我笨拙的看向别处。

“哦。”他不再纠缠于这个问题。我笨拙地移开视线。

Thankfully, Mr. Banner started class at that moment.

谢天谢地,banner这个时候开始上课了。

I tried to concentrate as he explained the lab we would be doing today.

我尝试集中注意力听他解释他今天准备做的实验。

我努力把注意力集中在他对我们今天要做的实验的讲解上。盒子里的玻片的次序已经被打乱了。

The slides in the box were out of order.

盒子里的玻片是乱的。

Working as lab partners, we had to separate the slides of onion root tip cells into the phases of mitosis they represented and label them accordingly.

我们要两人一组地进行 实验,找出每个洋葱鳞茎表皮细胞玻片所代表的细胞分裂周期,并贴上相应的标签。

We weren't supposed to use ourbooks. In twenty minutes, he would be coming around to see who had it right.

我们不能用我们自己的书。在20分钟内,他会走一圈看谁是对的。

在此过程中不允许我们翻看书本。二十分钟以后,他会来回巡视,看谁做得正确。 

"Get started," he commanded.

开始把,他命令到。

"Ladies first, partner?" Edward asked. I looked up to see him smiling a crooked smile so beautiful that I could only stare at him like an idiot.

女士优先,伙伴?爱德华问到。我看见他的笑容,一个弯曲的笑容是如此美丽以致于我只能像个傻子一样看着他。

女士优先,伙计?”爱德华问道。我抬头看着他。他微笑着,弯起的嘴角是那么的迷人,以至于我只能像个白痴一样盯着他看。

"Or I could start, if you wish." The smile faded; he was obviously wondering if I was mentally competent.

或者我先开始,如果你希望这样的话。笑容退去,他显然想知道我是不是个智障。

"No," I said, flushing. "I'll go ahead."I was showing off, just a little.

不,我直接说道,我先来,我就是有一点想表现。

我是在卖弄,但不算过火。

I'd already done this lab, and I knew what I was looking for. It should be easy.

对这个实验我已经准备好了,而且我知道我要做什么。这应该简单。

I snapped the first slide into place under the microscope and adjusted it quickly to the 40X objective.

我切下了第一片到了显微镜下面,然后很快的调整到了40倍的大小。

我“啪”地一下把第一张玻片放到显微镜下,敏捷地调到40倍镜,然后简单地看了一下玻片。

I studied the slide briefly.

我很明显的看见了切片。

我很有把握地下了结论。

Chapter 2 Open Book——26的更多相关文章

  1. Chapter 1 First Sight——26

    "Which ones are the Cullens?" I asked. "They don't look related…" 哪一个是卡伦,我问道,他们都 ...

  2. Chapter 5 Blood Type——26

    "I saw his face — I could tell." “我看到他的脸了 —— 我知道.” "How did you see me? I thought you ...

  3. Chapter 2 Open Book——26

    "Oh." He let it drop. I looked away awkwardly. 哦,他让它走了.我笨拙的看向别处. “哦.”他不再纠缠于这个问题.我笨拙地移开视线. ...

  4. python 爬取网络小说 清洗 并下载至txt文件

    什么是爬虫 网络爬虫,也叫网络蜘蛛(spider),是一种用来自动浏览万维网的网络机器人.其目的一般为编纂网络索引. 网络搜索引擎等站点通过爬虫软件更新自身的网站内容或其对其他网站的索引.网络爬虫可以 ...

  5. 零元学Expression Blend 4 - Chapter 26 教你如何使用RaidoButton以及布局容器的活用

    原文:零元学Expression Blend 4 - Chapter 26 教你如何使用RaidoButton以及布局容器的活用 本章将教大家如何运用Blend的内建元件RaidoButton做出选单 ...

  6. Chapter 4 Invitations——26

    "I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...

  7. MySQL Crash Course #18# Chapter 26. Managing Transaction Processing

    InnoDB 支持 transaction ,MyISAM 不支持. 索引: Changing the Default Commit Behavior SAVEPOINT 与 ROLLBACK TO ...

  8. Modern C++ CHAPTER 2(读书笔记)

    CHAPTER 2 Recipe 2-1. Initializing Variables Recipe 2-2. Initializing Objects with Initializer Lists ...

  9. WITCH CHAPTER 0 [cry] 绝密开发中的史克威尔艾尼克斯的DX12技术演示全貌

    西川善司的[WITCH CHAPTER 0  cry]讲座 ~绝密开发中的史克威尔艾尼克斯的DX12技术演示全貌   注:日文原文地址: http://pc.watch.impress.co.jp/d ...

随机推荐

  1. c#-委托,匿名方法,lambda表达的关系

    什么是委托: 包含单个方法的委托和函数指针是相似的,不同的是,委托是面向帝乡的并且是类型安全的 声明委托类型: delegate void mydel(int x); 声明委托和声明方法差不多,两个不 ...

  2. D3.js:饼状图的制作

    假设有如下数据需要可视化: var dataset = [ 30 , 10 , 43 , 55 , 13 ]; 这样的值是不能直接绘图的.例如绘制饼状图的一个部分,需要知道一段弧的起始角度和终止角度, ...

  3. js实现购买数量加减效果

    写在前面:当我们需要在多个页面都有操作数量的需求时的一种解决方案 结构: js代码: <script type="text/javascript"> function ...

  4. spring boot maven 插件

    spirng boot 需要使用专用maven插件打包,才能打包.引入如下. <build>        <plugins>            <plugin> ...

  5. linux操作系统简单使用

    文章将包含几个内容: linux简介 linux操作系统的安装简述 linux操作系统的磁盘文件结构 linux操作系统中的文件操作 linux中的用户管理 网络配置管理 常用系统管理指令 linux ...

  6. Xcode打包framework脚本

    参考文章: http://www.jianshu.com/p/1cb4c4fe5481 https://gist.github.com/cromandini/1a9c4aeab27ca84f5d79 ...

  7. android 实现与服务器的长链接 方式

    http://blog.csdn.net/coffeeco/article/details/13276437  这边文章主要看服务端,使用tomcat7以上实现服务端的接收消息以及消息发送 http: ...

  8. retrofit2学习

    http://www.cnblogs.com/wondertwo/p/5838528.html  使用要点

  9. 关于sbutils中的sblaunch插件的疑惑

    一.sbutils介绍 sbutils是一个开源的越狱手机基础功能的插件包,其中包含sblaunch这个启动插件,该插件可以实现命令行下面打开app并传递一个url. sbutils下载地址:http ...

  10. pgmpy包的安装,以及conda的安装

    pgmpy包的安装,以及conda的安装 pgmpy的官方网站是这样说明安装过程的: 链接:Installation 共有三个步骤,第一步是安装依赖包 首先它讲述了在linux下使用pip安装的方法: ...