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 ...
随机推荐
- oracle group by 显示其他字段
原先用 select key,max(value) from tbl group by key 查询出的结果,但是我要再多加一个TEST字段 根据网友的语句结合起来,以下是可以显示其他字段,并且考虑排 ...
- @ApiImplicitParam注解
@Api:用在请求的类上,表示对类的说明 tags="说明该类的作用,可以在UI界面上看到的注解" value="该参数没什么意义,在UI界面上也看到,所以不需要配置&q ...
- C++学习书籍推荐《C++程序设计原理与实践》下载
百度云及其他网盘下载地址:点我 编辑推荐 <C++程序设计原理与实践>是经典程序设计思想与C++开发实践的完美结合,是C++之父回归校园后对C++编程原理和技巧的全新阐述.书中全面地介绍了 ...
- 12306抢票系统——ER图及数据表
12306自动抢票系统——ER图及数据表 1. 抢票系统ER图 数据表 2.抢票系统数据结构表 (1)列车表 Trains table 字段名 数据类型 说明 是否为主键 Train_id strin ...
- 剑指offer第二版-9.用两个栈实现队列
描述:使用两个栈实现一个队列.队列中实现尾部插入和头部删除函数. 思路:stack1负责插入,stack2负责弹出,如果stack2为空了,将stack1的元素依次弹出并存放到stack2中,之后对s ...
- Bzoj 2525 [Poi2011]Dynamite
2525: [Poi2011]Dynamite Time Limit: 30 Sec Memory Limit: 128 MBSubmit: 240 Solved: 120[Submit][Sta ...
- cogs.12运输问题2题解
乍一看貌似和运输问题1没有任何区别,但本题有一个有意思的东西叫做下限,我个人称之为非强制下限,因为本题中要求的实际是我走这条边这条边才至少走下限的流,虽然出题人没说,但从样例来看确实是这样的,而强制下 ...
- 算法学习笔记,几个简单的Demo
算法初学的一些心得 前言:现在工作也快一年多了,有时间下班回家会学学算法,陆陆续续也接触了一些 貌似我知道的就冒泡排序其他的都不是很了解 最近买了一本书,边学边记录吧! 一些常用的方法 暴力破解 下面 ...
- CF510C Fox And Names——拓扑排序练习
省委代码: #include<cstdio> #include<cstdlib> #include<cstring> #include<cmath> # ...
- UVA11988 【Broken Keyboard (a.k.a. Beiju Text)】:题解
题目链接:https://www.luogu.org/problemnew/show/UVA11988 这题虽说是和链表有关的模拟,但其实并不是很需要啊,但蒟蒻用了(说的好听是练手,说的难听是太弱), ...