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. Redis在.net 环境下的使用

    Redis概念 Redis是一个开源的使用ANSI C语言编写.支持网络.可基于内存亦可持久化的日志型.Key-Value数据库,和Memcached类似,它支持存储的value类型相对更多,包括st ...

  2. Python线程池ThreadPoolExecutor源码分析

    在学习concurrent库时遇到了一些问题,后来搞清楚了,这里记录一下 先看个例子: import time from concurrent.futures import ThreadPoolExe ...

  3. linux字符设备驱动--基本知识介绍

    一.设备驱动的分类 1.字符设备 字符设备是指那些能一个字节一个字节读取数据的设备,如LED灯.键盘.鼠标等.字符设备一般需要在驱动层实现open().close().read().write().i ...

  4. Python入门基础(7)

    这一篇来介绍一下函数里面的一些东西 函数的参数 必须参数:必须参数必须以正确的顺序传入函数.调用时的数据必须和声明时的一样 如果根据参数名来传入参数值,则无须遵守定义形参的顺序,这种方式被称为关键字( ...

  5. 一个简单的使用mock技术进行测试的例子

    Account: public class Account { private String acountId; private long balance; public Account(String ...

  6. MyBatis 多数据库支持

    From<MyBatis从入门到精通> <!-- 4.6 多数据库支持 简单的看了一下,没有深入研究~~~ -->

  7. I/O:FileChannel

    FileChannel: abstract void force(boolean metaData) :强制将所有对此通道的文件更新写入包含该文件的存储设备中. abstract MappedByte ...

  8. 【EdgeBoard体验】开箱与上手

    简介 市面上基于嵌入式平台的神经网络加速平台有很多,今天给大家带来是百度大脑出品的EdgeBoard.按照官网文档的介绍,EdgeBoard是基于Xilinx Zynq Ultrascale+ MPS ...

  9. C# Winform --xml文件

    背景: 在工作中,学习和使用OPC Server/Client系统时,发现开发的设计结构是把设备PLC的TAGLIST写为XML文件,在程序启动的时候载入从而完成自动配置. 从而开始了C# ASP.N ...

  10. Spring Boot 整合 Shiro实现认证及授权管理

    Spring Boot Shiro 本示例要内容 基于RBAC,授权.认证 加密.解密 统一异常处理 redis session支持 介绍 Apache Shiro 是一个功能强大且易于使用的Java ...