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)的更多相关文章

  1. 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 ...

  2. Daily English

  3. daily english dictation 学习笔记[1-10]

    b站网址https://www.bilibili.com/video/av17188299/?p=2 1. Mother Teresa, who received a Nobel Peace Priz ...

  4. English Notes

    1. Thanks for stopping by.慢走不送. 2. I don't like to judge a book by it's cover.我不喜欢以貌取人. 3. Rush hour ...

  5. Computer English Notes

    Chapter 1 : About Computer Answer the following - Abbreviation LBS - Location-Based Services HTML - ...

  6. Note 2: Complain

    Note 2: Complain 1. The collection of Linkun's [1]: 1.1suck If someone says that something sucks, th ...

  7. Note 1: Good

    Note 1: Good 1. The collection of Linkun's [1]: 1.1coolJoy says "cool" when he heard that ...

  8. 自己在使用的English词典

    一.ESL/非母语词典 二.EFL/母语词典 1.American Heritage Dictionary 2.World Book Dictionary 3.Oxford Dictionary of ...

  9. LaTeX Software & Manuals

    LaTeX Software & Manuals How to Typeset Equations in LaTeX LaTeX is a very powerful tool for typ ...

随机推荐

  1. ORA-06502:at "WMSYS.WM_CONCAT_IMPL",line 30 解决方法整理

    之前数据量少的时候,用:select wm_concat(字段) from 表 拼接数据量小的话,没有问题,数据量超出4000个就会爆以下错误信息: 解决方法(Oracle 函数xmlagg拼接): ...

  2. 快速搭建 Windows Kubernetes

    背景 接上一篇 Windows 应用容器 后,想要快速且便利的部署与管理它们,可以借助容器编排工具.对于 Windows 容器,在今天 Service Fabric 会是个更为成熟的选择,在业界有更多 ...

  3. django的阶段总结

    Django回顾 1 web应用 本质是基于socket实现的应用程序 浏览器-----------服务器 2 http协议:应用层协议 1 基于TCP协议 2 基于请求响应 3 短连接 4 无状态保 ...

  4. Oracle数据库---PLSQL

    SET SERVEROUTPUT ONBEGIN --打印输出 DBMS_OUTPUT.PUT_LINE('hello everyone!');END; DECLARE v_name VARCHAR2 ...

  5. Java中什么是type,它和class有什么关系?

    看代码总能遇到关键字--type,对于type的概念不明白.翻译水平也有限,所以贴几个地址.自己先看着. https://stackoverflow.com/questions/16600750/di ...

  6. Java面试题汇总---基础版(附答案)

    基于我个人对面试的认知和招聘经验,在此我总结一下Java开发者的基础知识掌握要求,及应聘者面试的需要准备的内容. 首先,Java基础是每个面试官都会问到的,可能只是针对工作经验的多少,对问题追踪深度有 ...

  7. Junit简单的案例

    Calculator: public class Calculator { public double add(double number1, double number2) { return num ...

  8. 【题解】生日蛋糕-C++

    Description 7月17日是Mr.W的生日,ACM-THU为此要制作一个体积为Nπ的M层生日蛋糕,每层都是一个圆柱体.设从下往上数第i(1 <= i <= M)层蛋糕是半径为Ri, ...

  9. Android之无限轮播图源代码

    Android轮播广告图是大家经常用到的一个控件今天便撸了一把代码 实现步骤 使用Viewpager进行实现图片滑动 设置ViewPager的数据,让其无限切换 Activity代码 public c ...

  10. python+selenium实现163邮箱登陆—iframe动态ID定位 及常用定位方法

    今天发现之前的登录163邮箱脚本定位不到iframe了,原因是iframe拼接了动态ID,修改后的脚本如下: from selenium import webdriver driver = webdr ...