Lesson 26 The best art critics
Text
I am an art student and I paint a lot of pictures. Manay people pretend that they understand modern art. They always tell you what a picture is 'about'. Of course, many pictures are not about anything. They are just pretty partterns. We like them in the same way that we like pretty curtain material. I think that young children often appriciate modern pictures better than anyone else. They notice more. My sister is only seven, but she always tells me whether my pictures are good or not. She came into my room yesterday.
'What are you doing?' she asked.
'I'm hanging this picture on the wall.' I answered, 'It's a new one. Do you like it?'
She looked at it critically for a moment. 'It's all right,' she said,'but isn't it upside down?'
I looked at it again, she was right! It was!
Notes
art student 艺术系的学生
English studeng 学英语的学生
Student of England 英国的学生
artist 艺术家
artiste 艺人
art gallery 艺术画廊
black art 巫术
critic: n. 评论家
criticise: v. 批评,批判
criticism: n. 批评;考证;苛求
crital: adj. 挑剔的
critally: adv. 爱挑剔的
He criticised my paintings.
paint:
paint a picture: 强调油画
draw:
draw a picture: 用线条画
painting -> oil painting 油画
Chinese painting: 国画
Beijing Opera: 京剧
When his mother came in, the baby pretended to go to sleep.
pattern dirlls 模式典范
appreciate: v. 鉴赏
engjoy: 欣赏
I like poems.
I love poems.
I enjoy poems.
I appreciate poems.
##### Usage
appreciate sth
appreciate doing sth
eg: I am appreciate your help. 我很感激你的帮助。
notice: 看,注意到(别人没有注意到的)
pay attention to 思想上注意
whether
If在表示“是否”的时候可以被whether取代,if在表示“如果”的时候就不可以。
whether...or not = if
If it will rain ...(不是条件状语从句,故可以用将来时)
= Whether it will rain ...
= Whether it will rain or (not) ...
I wonder whether/if it will rain.
hang -> huang 悬挂
A pretty curtain hangs over the window.
hang -> hanged 绞死
The robber was hanged.
in a way 以某种方式,正如
The son walked in the same way that his father walked.
make an appointment
When will you be convenient for you?
I like sth.
I like sth. very much.
I like sth. better.
I like sth. best.
I like sth. better than anyone else. 表示最高级
否定疑问句,表示肯定的意思。
Isn't it upside down?
Aren't you luck?
call 称之为
name 取名
陈述句的间接引语以that引导
特殊疑问句的间接引语以特殊疑问词引导
eg:
- What time is it? -> He asked me what time it was.
- How old are you? -> He asked me how old I was.
注意事项:
1)时态。主句的谓语动词是过去式时,从句的谓语动词应该变为相同的时态。
2)疑问句变为间接引语时,要变成陈述句语序。
3)人称的变化。
Is it nine o'clock? -> He asked me if/whether it was nine o'clock.
Lesson 26 The best art critics的更多相关文章
- NCE2
1.A private conversation Last week I went to the theatre. I had a very good seat. The play was very ...
- NeHe OpenGL教程 第二十六课:反射
转自[翻译]NeHe OpenGL 教程 前言 声明,此 NeHe OpenGL教程系列文章由51博客yarin翻译(2010-08-19),本博客为转载并稍加整理与修改.对NeHe的OpenGL管线 ...
- 64位平台C/C++开发注意事项(转载)
转自http://coolshell.cn/articles/3512.html 在http://www.viva64.com/en/l/上例出了28个在64位平台上使用C/C++开发的注意事项,对于 ...
- React.js 小书介绍
React.js 小书 Github 关于作者 这是一本关于 React.js 的小书. 因为工作中一直在使用 React.js,也一直以来想总结一下自己关于 React.js 的一些知识.经验.于是 ...
- 【转】Beginning Game Programming v2.0
Beginning Game Programming v2.0 Last Updated 8/19/18 Greetings everyone, welcome to the ground up re ...
- 64位平台C/C++开发注意事项
在http://www.viva64.com/en/l/上例出了28个在64位平台上使用C/C++开发的注意事项,对于进入64位时代的程序员应该去看看这28个事项,这些英文读物对于有C/C++功底的朋 ...
- sqli-labs学习笔记 DAY4
DAY 4 sqli-labs lesson 23 与lesson 1一样,只不过屏蔽了#和–注释符. 报错型注入: 爆库:id=99' UNION SELECT 1,extractvalue(1,c ...
- Ext.js高级组件
第二章:Ext.js高级组件 grid组件 普通方式 表格面板类Ext.grid.Panel xtype(别名):gridpanel.grid title标题.renderTo渲染至.width宽.h ...
- 树莓派 Learning 003 --- GPIO 000 --- GPIO引脚图
树莓派 Learning 003 - GPIO 000 - GPIO引脚图 我的树莓派型号:Raspberry Pi 2 Model B V1.1 装机系统:NOOBS v1.9.2 Raspberr ...
随机推荐
- 【Git】Git提交代码的正确姿势
按此步骤基本没问题,中间有conflict,需要手动解决. 1.git stash 2.git pull 3.git stash pop 4.git add --xxx 5.git commit -m ...
- Jace 上新建 Station 配置 笔记
1.Station站点的结构图 2.niagara 结构框架图 Niagara 系统的架构是围绕着“以组件(Component)为导向的编程”为核心设计的.组件(Component)是使用Java 编 ...
- SQL优化(面试题)
因为现在面试经常需要问的需要SQL优化,问的具体操作步骤时候的常见做法,所以网上总结这些操作步骤: SQL优化的具体操作: 1.在表中建立索引,优先考虑where.group by使用到的字段. 2. ...
- Vuejs自定义select2指令
在做select2插件的时候遇到一些坑,最终解决如下: Vue.directive('select2', { inserted: function (el, binding, vnode) { var ...
- Vue 2.6 中部分引入 TypeScript 的方法
在 Vue 与 Cesium 联合开发的过程中,我发现很多 Cesium 代码不宜直接写在 .vue 文件中.同时由于 Cesium 库较为复杂,不借助 TypeScript 的静态类型会导致代码难维 ...
- Excel—文本函数
LEFT(从左开始取文本的函数)就是这个函数可以帮我们取文本,按照从左到右的顺序取 函数语法:=LEFT(要取的文本所在的单元格,从左到右取前几位)这表示的是字符,一个英文字母占一个字符,一个汉子也占 ...
- 数组实现int随机数的阶乘(避免大数问题)
面试的一道题目,实现int随机数的阶乘.这道题就是考察你考没考虑大数问题,如何避免它. 我能想到的就是用数组去实现,然后写了一下代码.但是当i的值很大,接近Max_value时的情况还没有考虑到. 直 ...
- Git帮助之初始化项目设置向导
初始化项目设置向导 Git设置: git config --global user.name "Your Name Here" # 设置Git提交时的默认用户名,推荐使用本站用户名 ...
- SVM:根据大量图片来精确实现人脸识别—Jason niu
from __future__ import print_function from time import time import logging import matplotlib.pyplot ...
- android emulator启动的两种方法详解
android emulator启动的两种方法详解 转https://blog.csdn.net/TTS_Kevin/article/details/7452237 对于android学习者,模 ...