Coursera课程笔记----Write Professional Emails in English----Week 1
Get to Know Basic Email Writing Structures(Week 1)
Introduction to Course
- Email and Editing Basics
- Subject Lines and Email Text
- Introductions and Announcements
- Requests and Apologies
- Culture Considerations
Email an Introduction of Yourself to Your Course Peers
Tips: I can't write a good email right now!
Hi!
My name is Xinzhe Wang and I come from China. My native language is Chinese so it's little hard for me to write a good e-mail with the right format. The reason that I attend to this specialization in Coursera is I will pursue my M.S. degree in UC Davis in the 2020 fall, so I want to practise my English skills before that time. I will try my best to learn this course! Thank you for you reading this letter! Hope you healthy and safe!
Xin
DOs and DON'Ts in Professional Email
DO:Have a PROFESSIONAL EMAIL
Subject Line
DO:Have a subject line
- clear and specific
- example
- Subject: Requesting a Meeting
- Subject:Canceling My Order
DON'T: Don't forget writing basics, like spelling correctly, and getting grammar,punctuation, and captalization right.
Greeting
- Dear Professor Lee (Use the job title)
- Dear Sir / Dear Madam
- use for addressing a company
- To Whom It May Concern
- use for addressing a group
- Dear Members of the Committee
- Dear Marketing Group
- Dear Sales Team
Email Text
= Main MESSAGE + All necessary DETAILS
- DON'T: Don't write long emails, only include ESSENTIAL DETAILS, remain BRIEF.
- one or two paragraph, no paragraph should be more than three or four sentences long.
- 1-2 Requests.
- DON'T: Don't COMPLAIN or BLAME.
- Self Blaming
- Perhaps... was incomplete
- Perhaps I left somethings out...
- DO: Always add WORDS of THANKS
Closing
- Keep it SHORT and SIMPLE
- Regards,
- Best Regards,
- Add SIGNATURE
- Xinzhe(First name) Wang(Last Name)
- Telephone / Fax number
- DON'T: Don't send until you READ and CHECK.
- DO: Think about CULTURE, Consider your READER
Organization, Style & Editing Basics
BE BRIEF
- Use your OWN WORDS
- Use your OWN MESSAGE
- Say ONLY what is NEEDED
- We often add adjectives and adverbs and filler words which are not necessary.
- DO: Focus on PRECISION
- DON'T: Don't use PASSIVE voice, use active, which is more clear.
- Words to AVOID
- must
- should
- demand
- require
- necessity
Common Errors in Punctuation
6 Common Errors
apostrophe '
- Suzi's laptop
- Gerry's address
exclamation point !
- DON'T use more than 1 time.
comma ,
- with FANBOYS(for,and,nor,but,or,yet,so)
- LIST of things
- GEOGRAPHICAL NAMES
- DATES
- TITLES
semicolon ;
- SERIES
quotation marks " "
- DON'T use for emphasis
- Use for direct SPEECH only
emoticons
Coursera课程笔记----Write Professional Emails in English----Week 1的更多相关文章
- Coursera课程笔记----Write Professional Emails in English----Week 5
Culture Matters(Week 5) High/Low Context Communication High Context Communication The Middle East, A ...
- Coursera课程笔记----Write Professional Emails in English----Week 3
Introduction and Announcement Emails (Week 3) Overview of Introduction & Announcement Emails Bas ...
- Coursera课程笔记----Write Professional Emails in English----Week 4
Request and Apology Emails(Week 4) How to Write Request Emails Write more POLITELY & SINCERELUY ...
- Coursera课程笔记----Write Professional Emails in English----Week 2
Let's Start Writing (Week 2) Write Effective Subject Lines be BRIEF 50 characters or less = 5-7 word ...
- 操作系统学习笔记----进程/线程模型----Coursera课程笔记
操作系统学习笔记----进程/线程模型----Coursera课程笔记 进程/线程模型 0. 概述 0.1 进程模型 多道程序设计 进程的概念.进程控制块 进程状态及转换.进程队列 进程控制----进 ...
- Coursera课程笔记----C++程序设计----Week3
类和对象(Week 3) 内联成员函数和重载成员函数 内联成员函数 inline + 成员函数 整个函数题出现在类定义内部 class B{ inline void func1(); //方式1 vo ...
- Coursera课程笔记----C程序设计进阶----Week 5
指针(二) (Week 5) 字符串与指针 指向数组的指针 int a[10]; int *p; p = a; 指向字符串的指针 指向字符串的指针变量 char a[10]; char *p; p = ...
- Coursera课程笔记----C程序设计进阶----Week 4
指针(一) (Week 4) 什么是"指针" 互联网上的资源--地址 当获得一个地址,就能得到该地址对应的资源,所以可以把"网址"称为指向资源的"指针 ...
- Coursera课程笔记----C程序设计进阶----Week 3
函数的递归(Week 3) 什么是递归 引入 函数可以嵌套调用:无论嵌套多少层,原理都一样 函数不能嵌套定义:不能在一个函数里再定义另一个函数,因为所有函数一律平等 问题:一个函数能调用它自己吗? 举 ...
随机推荐
- [总结]Floyd算法及其应用
目录 一.Floyd算法 二.Floyd算法的应用 1. 传递闭包 例1:P2881 [USACO07MAR]排名的牛Ranking the Cows 例2:P2419 [USACO08JAN]牛大赛 ...
- App的数据如何用python抓取
前言 文的文字及图片来源于网络,仅供学习.交流使用,不具有任何商业用途,版权归原作者所有,如有问题请及时联系我们以作处理. App中的数据可以用网络爬虫抓取么 答案是完全肯定的:凡是可以看到的APP数 ...
- window 10 安装paddlepaddle 1.7 GPU版本
window 10 安装paddlepaddle 1.7 GPU版本 1)更新显卡驱动 2)安装cuda 10 https://developer.nvidia.com/cuda-10.0-downl ...
- 成员指针与mem_fn
本文是<functional>系列的第4篇. 成员指针是一个非常具有C++特色的功能.更低级的语言(如C)没有类,也就没有成员的概念:更高级的语言(如Java)没有指针,即使有也不会有成员 ...
- [Abp vNext 入坑分享] - 3.简单的用户模块功能开发
一.简要说明 本篇文章开始进行业务模块的开发模拟,借助user模块来进行业务开发,主要是用户相关的基础操作.主要是先使用Users来体验整个开发的流程.主要是先把一个基础流程跑顺利,在这里我并不会过于 ...
- Jmeter系列(3)- Jmeter安装目录介绍
如果你想从头学习Jmeter,可以看看这个系列的文章哦 https://www.cnblogs.com/poloyy/category/1746599.html Jmeter安装目录说明 bin:包含 ...
- react: typescript custom hooks useAsyncTable
define basic data: const SET_QUERY = "SET_QUERY"; const TOGGLE_LOADING = "TOGGLE_LOAD ...
- react: typescript project initialize
Initialize the project create a folder project Now we’ll turn this folder into an npm package. npm i ...
- Java集合linkdList
LinkedList特有功能: A:添加功能 public void addFitst(Object e) public void addLast(Object e) B:获取功能 public Ob ...
- 技术周刊 · 0202 年了,你还不学一下 WASM 么?
蒲公英 · JELLY技术周刊 Vol.04 「蒲公英」期刊全新升级--JELLY技术周刊!深度挖掘业界热点动态,来自团队大咖的专业点评,带你深入了解团队研究的技术方向. 登高远眺 天高地迥,觉宇宙之 ...
- Coursera课程笔记----Write Professional Emails in English----Week 5