I looked down. His hands were clenched into hard fists again.

我向下看,他的双手又一次收紧握成拳头。

Mr. Banner came to our table then, to see why we weren't working.

Banner老师到我们这桌来看为什么我们不在做实验。

He looked over our shoulders to glance at the completed lab, and then stared more intently to check the answers.

他越过我们的肩膀瞥见我们完成的实验,然后盯着仔细的检查着答案。

"So, Edward, didn't you think Isabella should get a chance with the microscope?" Mr. Banner asked.

“所以,爱德华,你不认为Isabella应该有机会使用显微镜吗”Banner老师问道。

"Bella," Edward corrected automatically. "Actually, she identified three of the five."Mr. Banner looked at me now; his expression was skeptical.

Bella?爱德华自动的补全着。事实上五个中有三个是她识别出来的。Banner老师看向我,他表现出怀疑。

“贝拉,”爱德华下意识地更正道。“事实上,她找出了五个之中的三个。”

"Have you done this lab before?" he asked.

你之前做个这个实验吗?他问道。

I smiled sheepishly. "Not with onion root."

我羞涩的笑着。不是用的洋葱的根。

"White fish blastula?"

白鱼囊胚?

"Yeah."Mr. Banner nodded. "Were you in an advanced placement program in Phoenix?"

是的。Banner先生点点头。你再Phoenix课程已经超前了吗?

班纳老师点点头。“你在凤凰城上过大学先修课程吗?”

"Yes.""Well," he said after a moment, "I guess it's good you two are lab partners."

是的。好的。他之后说道。我认为你们两个是很好的实验伙伴。

He mumbled something else as he walked away. After he left, I began doodling on my notebook again.

他含糊的说这一些背的,然后走开了。他走开之后,我又开始在我的笔记本上涂鸦了。

“很好,”他停顿了一会儿,说道,“我想你们两个在同一个实验小组是件好事。”当他走开的时候,嘴里还咕哝着什么。等他走了,我又开始在笔记本上涂涂画画。

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

  1. Chapter 1 First Sight——30

    The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...

  2. Chapter 5 Blood Type——30

    That wasn't a challenge; I was always pale, and my recent swoon had left a light sheen of sweat on m ...

  3. 零元学Expression Blend 4 - Chapter 30 8个Expression Blend4的快捷

    原文:零元学Expression Blend 4 - Chapter 30 8个Expression Blend4的快捷 我针对工作区跟视窗的快捷键整理了八个Expression Blend4的快捷, ...

  4. MySQL Crash Course #21# Chapter 29.30. Database Maintenance & Improving Performance

    终于结束这本书了,最后两章的内容在官方文档中都有详细介绍,简单过一遍.. 首先是数据备份,最简单直接的就是用 mysql 的内置工具 mysqldump MySQL 8.0 Reference Man ...

  5. Shell脚本编程30分钟入门

    Shell脚本编程30分钟入门 转载地址: Shell脚本编程30分钟入门 什么是Shell脚本 示例 看个例子吧: #!/bin/sh cd ~ mkdir shell_tut cd shell_t ...

  6. Android Programming: Pushing the Limits -- Chapter 7:Android IPC -- Messenger

    Messenger类实际是对Aidl方式的一层封装.本文只是对如何在Service中使用Messenger类实现与客户端的通信进行讲解,对Messenger的底层不做说明.阅读Android Prog ...

  7. PRML Chapter 2. Probability Distributions

    PRML Chapter 2. Probability Distributions P68 conjugate priors In Bayesian probability theory, if th ...

  8. Chapter 2 - How to Add a sprite

    Chapter 2 - How to Add a sprite 1. Add image resources 1.1add resources on win32 2. Add a sprite TIP ...

  9. Chapter 5 - How to Detect the Collisions

    Chapter 5 - How to Detect the Collisions Our hero can fire bullets now, but the bullets are only vis ...

随机推荐

  1. AutoLayout 之NSLayoutConstraint

    这次主要讲的用代码来设置AutoLayout,为实现添加autoLayout视图主要介绍使用如下该方法,调用方法:- (void)awakeFromNib {} +(instancetype)cons ...

  2. SUSElinux的pam模块中$ISA变量的作用

    目的:限制非wheel用户切换至root 方法:vi /etc/pam.d/su文件,增加如下两行 auth sufficient /lib/security/pam_rootok.soauth re ...

  3. <hdu - 1863> 畅通工程 并查集和最小生成树问题

    本题链接:http://acm.hdu.edu.cn/showproblem.php?pid=1863  Problem Description: 省政府“畅通工程”的目标是使全省任何两个村庄间都可以 ...

  4. Html5浏览器端less应用

    之前的一个布局是用rem来做的 我上一段代码 div { margin: 0.833333333rem 0; } /* 去处a标签的下划线*/ a { text-decoration: none; } ...

  5. Mediawiki随笔

    http://www.ibm.com/developerworks/cn/opensource/os-mediawiki/  定制wiki http://www.zzbaike.com/wiki/Me ...

  6. 1. LAMP----PHP开发环境搭建(Win)

    LAMP=Linux+Apache+MySQL+PHP. Step1 安装Apache http://httpd.apache.org/download.cgi 1.打开上面网址->点击File ...

  7. cshtml一二

    布局页:_MyLayout.cshtml <!DOCTYPE html> @*Razor布局页*@ <html> <head> @*HTTP的头部协议,提示浏览器网 ...

  8. 运行CUDA实例时候出现的问题

    问题一:>LINK : fatal error LNK1123: 转换到 COFF 期间失败:文件无效或损坏 将 项目——项目属性——配置属性——连接器——清单文件——嵌入清单 “是”改为“否” ...

  9. C# 语言规范_版本5.0 (第11章 结构)

    1. 结构 结构与类的相似之处在于,它们都表示可以包含数据成员和函数成员的数据结构.但是,与类不同,结构是一种值类型,并且不需要堆分配.结构类型的变量直接包含了该结构的数据,而类类型的变量所包含的只是 ...

  10. .Net中jQuery.ajax()调用asp.net后台方法 总结

    利用JQuery的$.ajax()调用.Net后台方法有多种方式, 不多说了  直接上代码 前台代码 <script type="text/javascript"> $ ...