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. 使用代码分析来分析托管代码质量 之 CA2200

    vs的代码分析功能:vs菜单 “生成”下面有“对解决方案运行代码分析 Alt+F11”和“对[当前项目]运行代码分析”2个子菜单. 使用这个功能,可以对托管代码运行代码分析,发现代码中的缺陷和潜在问题 ...

  2. C语言课程设计 Win32应用程序

    问题描述: 请设计一个职工信息管理程序,以方便人事部门对本单位职工的管理,该程序应该具有以下功 能: (1)能从键盘输入职工的信息 . (2)给定职工号,显示职工的信息. (3)给定工作部门,显示该部 ...

  3. ssh中的 Write operations are not allowed in read-only mode (FlushMode.MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 'readOnly' marker from transaction definition.

    这个错误我整理了  半天才发现问题的存在. 尝试了网上的很多办法,但是最后都没有达到效果. 包括这两种: 第一种: web.xml种的配置 <filter> <filter-name ...

  4. C#中的系统时间获取问题

    C#获取当前系统时间 2010-01-02 16:24 --DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 取当前年月日 ...

  5. 原图旋转/缩放 然后画布画图 ImageProcessor

    //旋转 byte[] photoBytes = File.ReadAllBytes(HttpContext.Current.Server.MapPath(diyInfo.ImageUrl)); Im ...

  6. BOGEER博格尔YT-813码表使用说明书 (我的是YT-823)

    BOGEER博格尔YT-813码表使用说明书.doc 源:http://w.gdu.me/wiki/Bike/BOGEER-YT-813.html 参数设置 首先要测量出车轮的周长,测出车轮周长后按住 ...

  7. centos 6.5 安装openssl

    1.下载wget https://www.openssl.org/source/openssl-1.0.2h.tar.gz 2.解压tar zxf openssl-1.0.2h.tar.gzcd op ...

  8. Zookeeper单机版安装(CentOS 7环境下)

    一.环境操作系统和软件版本介绍 1.环境操作系统为CentOS Linux release 7.2.1511 (Core) 可用cat /etc/redhat-release查询 2.软件版本 Zoo ...

  9. 在vmware workstation10上安装ubuntu14.04,出现以下问题

    VMware提示:已将该虚拟机配置为使用 64 位客户机操作系统.但是,无法执行 64 位操作. (1)设置bois 对于HP电脑来说,刚开机时,按住F10,会出现以下界面: 然后回车进行设置: 重启 ...

  10. CUDA开发存储器运用(包括存储器之间的转存)

    主机端内存(host memory) 主机端叶锁定内存(pinned memory) 显存 寄存器(register) 局部存储器(local memory) 共享存储器(shared memory) ...