The introduction of the book American daily English notes (enlarged edition)
After reading the book of American daily English notes written by Linkun Yang[1], I think I should add my English notes to enlarge this good book. The reason why I write it is simple: 1) I have a similar English note-taking system, but I concede that his note-taking system is more intriguing, so I want to combine these two systems, to make it more intriguing and pragmatic. 2) I assume that this book will encourage people to learn English and use them into day-to-day life, like the way I benefit from this magic book.
What are the functions and meaning of this book to its readers? (1) use the real world examples to encourage readers to notice, note down and use these life English. (2) study the culture of the US and find interests in this culture via these real world examples.
What is my plan to write this book (or to be specific, the hub of notes) ? 1a. I try to write some literature review, to build my work under the previous great contributors' work. 2b. write it during a long time and update them hopefully regularly.
Reference:
[1] Linkun Yang, American daily English notes
机器翻译:
美国日常英语笔记(放大版)的介绍
19年4月27日
在阅读了Linkun Yang [1]所写的美国日常英语笔记之后,我想我应该加上我的英文笔记来扩大这本好书。我写它的原因很简单:1)我有一个类似的英语笔记系统,但我承认他的笔记系统更有趣,所以我想结合这两个系统,使它更有趣和务实。 2)我认为这本书将鼓励人们学习英语并将其用于日常生活,就像我从这本神奇的书中受益一样。
本书给读者的功能和意义是什么? (1)利用现实世界的例子来鼓励读者注意,记下并使用这些生活英语。 (2)通过这些现实世界的例子来研究美国的文化并发现对这种文化的兴趣。
我写这本书的计划是什么(或者具体来说,是笔记的中心)? 1A。我尝试写一些文献综述,以便在以前伟大贡献者的工作下建立我的工作。 2B。很长一段时间写它并希望定期更新它们。
参考:
[1] Linkun Yang,美国日常英文笔记
The introduction of the book American daily English notes (enlarged edition)的更多相关文章
- American daily English notes (enlarged edition): A review
Life English is the most pragmatic kind of English when one wants to associate with foreigner friend ...
- Daily English
- daily english dictation 学习笔记[1-10]
b站网址https://www.bilibili.com/video/av17188299/?p=2 1. Mother Teresa, who received a Nobel Peace Priz ...
- English Notes
1. Thanks for stopping by.慢走不送. 2. I don't like to judge a book by it's cover.我不喜欢以貌取人. 3. Rush hour ...
- Computer English Notes
Chapter 1 : About Computer Answer the following - Abbreviation LBS - Location-Based Services HTML - ...
- Note 2: Complain
Note 2: Complain 1. The collection of Linkun's [1]: 1.1suck If someone says that something sucks, th ...
- Note 1: Good
Note 1: Good 1. The collection of Linkun's [1]: 1.1coolJoy says "cool" when he heard that ...
- 自己在使用的English词典
一.ESL/非母语词典 二.EFL/母语词典 1.American Heritage Dictionary 2.World Book Dictionary 3.Oxford Dictionary of ...
- LaTeX Software & Manuals
LaTeX Software & Manuals How to Typeset Equations in LaTeX LaTeX is a very powerful tool for typ ...
随机推荐
- [转]iis部署php项目
阅读目录 1.启动iis服务器 2.打开iis 3.创建网站 4.php设置 ①添加默认文档 ②处理程序映射 1.安装urlrewrite 2.使用URL重写 今天跟着学习了如何在IIS下部署php项 ...
- kindeditor在线文本编辑器过滤HTML的方法
在使用kindeditor文本编辑器时遇到的问题,客户直接从Excel里粘贴文本内容到文本编辑器中(能不能再懒一些),然后不调整粘贴内容直接就保存(你敢不敢再懒一些)!对于这种很无语的行径,我只能对他 ...
- CDQZ集训DAY5 日记
又一个爆炸的一天…… 早上起来发现貌似是周末,七中放假(别人家的学校(一周一放,一放两天)……)然而感觉状态不是很好,感觉药丸. 题目一上来就装弱,有诈.第一题上来先打暴力,T2不知道怎么打.T3暴力 ...
- 9.22考试 crf的视察 题解
这道题当时第一反应就是一道典型的NOIP第一题的难度,绝对要A掉,不然分数一定会被拉开. 然后就开始分析,暴力是一开始想的是用二维树状数组打加上暴力枚举长度,然而这道题满足二分性质,所以时间复杂度就是 ...
- 算法与数据结构基础 - 堆(Heap)和优先级队列(Priority queue)
堆基础 堆(Heap)是具有这样性质的数据结构:1/完全二叉树 2/所有节点的值大于等于(或小于等于)子节点的值: 图片来源:这里 堆可以用数组存储,插入.删除会触发节点shift_down.shif ...
- centos7 linux下增加swap虚拟内存分区大小
此方法不限于centos,linux均适用 最近在服务器上部署了一个java项目,java进程经常性莫名被自动Kill,首先java程序是没有报错的,那么我想可能是内存不足的原因,因为4G内存的服务上 ...
- DML语言DDL
DML(data manipulation language): 它们是SELECT.UPDATE.INSERT.DELETE,就象它的名字一样,这4条命令是用来对数据库里的数据进行操作的语言 . D ...
- 使用jqueryUI实现自由调整表格列宽
今天项目中需要插入表格,用Excel表格调整列宽时,想怎么拖就怎么拖,于是乎就让插入的表格也这么让人舒服.网上查找许久,没找到好用的方案.最后发现jQuery UI中的resizable()方法可以实 ...
- OWASP 关于会话管理 - 译文 [原创]
英文原文:https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Session_Management_Cheat_Shee ...
- python 中多个装饰器的执行顺序
python 中多个装饰器的执行顺序: def wrapper1(f1): print('in wrapper1') def inner1(*args,**kwargs): print('in inn ...