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) 什么是递归 引入 函数可以嵌套调用:无论嵌套多少层,原理都一样 函数不能嵌套定义:不能在一个函数里再定义另一个函数,因为所有函数一律平等 问题:一个函数能调用它自己吗? 举 ...
随机推荐
- DataGridView行号发生变化 使用的事件
DataGridView并没有这么专门为行号发生变化时触发的事件,我们只能用SelectionChanged和CurrentCellChanged做些设置后实现. 1.使用SelectionChang ...
- harbor仓库搭建
harbor安装要求 harbor快速部署 下载harbor:https://github.com/goharbor/harbor/releases 这边以harbor-1.8.2为例 [root@g ...
- 熬夜整理出来的干货:Python+Pycharm+PyQT5可视化程序设计入门
前言 文的文字及图片来源于网络,仅供学习.交流使用,不具有任何商业用途,版权归原作者所有,如有问题请及时联系我们以作处理. 作者:朱淑强 PS:如有需要Python学习资料的小伙伴可以加点击下方链接自 ...
- G - Can you find it? 二分
Give you three sequences of numbers A, B, C, then we give you a number X. Now you need to calculate ...
- linux通过进程名查看其占用端口
1.先查看进程pid ps -ef | grep 进程名 2.通过pid查看占用端口 netstat -nap | grep 进程pid 参考: https://blog.csdn.net/sinat ...
- python机器学习入门-(1)
机器学习入门项目 如果你和我一样是一个机器学习小白,这里我将会带你进行一个简单项目带你入门机器学习.开始吧! 1.项目介绍 这个项目是针对鸢尾花进行分类,数据集是含鸢尾花的三个亚属的分类信息,通过机器 ...
- 好用的mitmproxy代理抓包
安装证书 浏览器输入 `mitm.it` 下载证书有时候打不开,可能是起的服务卡死了,回车下命令行,再再网页刷新下载证书就可以了. mitmweb Chrome浏览器代理设置 打开的话,记得保存点一下 ...
- 初识Cobalt Strike
简介 Cobalt Strike 一款以metasploit为基础的GUI的框架式渗透工具,集成了端口转发.服务扫描,自动化溢出,多模式端口监听,win exe木马生成,win dll木马生成,jav ...
- 开源软件SoftEther使用
最近在寻找比较好用的开源VPN,感觉SoftEther很符合我的需求.一方面是SoftEther属于开源软件并且一直在更新,另一方面是功能强大,好用. VPN支持路由功能和NAT功能,还支持多种类型的 ...
- shell脚本:备份数据库、代码上线
备份MySQL数据库场景:一台MySQL服务器,跑着5个数据库,在没有做主从的情况下,需要对这5个库进行备份 需求:1)每天备份一次,需要备份所有的库2)把备份数据存放到/data/backup/下3 ...
- Coursera课程笔记----Write Professional Emails in English----Week 5