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 ...
随机推荐
- SpringBoot相关错误
1.org.springframework.boot.builder.SpringApplicationBuilder.<init>([Ljava/lang/Object;)V 搭建spr ...
- SpringBoot jar 注册windows服务
1.pom.xml中添加 <plugin> <groupId>cn.joylau.code</groupId> <artifactId>joylau-s ...
- Django-model
Model:数据库操作 创建数据库的表: django不能自动创建数据库,但能创建表 在web的models里定义生成表 在project的settings里设置app定义和数据库信息 步骤: 1.创 ...
- 解析xml,返回第一级元素键值对。如果第一级元素有子节点,则此节点的值是子节点的xml数据。
/** 转换成XML格式字符串 **/ public static String doXMLStr(Map<String, String> map) { StringBuffer xml_ ...
- Celery初识及简单实例
Celery是一个“自带电池”的任务队列.易于使用,可以轻易入门,它遵照最佳实践设计,使产品可以扩展,或与其他语言集成,并且它自带了在生产环境中运行这样一个系统所需的工具和支持.本文介绍基础部分: 选 ...
- php curl Problem with the SSL CA cert (path? access rights?)
公司有台老服务器,搭的php的环境,有个负载均横的服务 调用 curl_init 的时候报了 Problem with the SSL CA cert (path? access rights?) 网 ...
- UOJ#129. 【NOI2015】寿司晚宴 动态规划
原文链接www.cnblogs.com/zhouzhendong/p/UOJ129.html 题解 考虑把大于等于 $\sqrt n$ 的质数和小于 $\sqrt n$ 的分开考虑: 1. 小于等于 ...
- python入门编程之mysql编程
python关于mysql方面的连接编程 前提:引入mysql模块MySQLdb,即:MySQL_python-1.2.5-cp27-none-win_amd64.whl 如果要用线程池,则要引用模块 ...
- [sublime]用sublime搭建属于自己的Python的IDE
先在sublime中利用package control下载anaconda插件, 然后更改python的路径,不知道自己anaconda的python在哪,可以在prompt用命令where pyth ...
- Machine Learning学习资源
引申:非原创,转载来自:https://blog.csdn.net/ptkin/article/details/50995140