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) 什么是递归 引入 函数可以嵌套调用:无论嵌套多少层,原理都一样 函数不能嵌套定义:不能在一个函数里再定义另一个函数,因为所有函数一律平等 问题:一个函数能调用它自己吗? 举 ...
随机推荐
- [算法]Miller-Robbin素数判定
目录 一.实现原理 二.应用 判断一个正整数是否为素数 三.小结 一.实现原理 我们以前都是怎么判断素数的呢: 试除法: 若一个正整数N为合数,则存在一个能整除N的数k,其中\(2\leqslant ...
- linux 下强大的 JSON 解析命令 jq
介绍 jq is like sed for JSON data - you can use it to slice and filter and map and transform structure ...
- three.js obj转js的详细步骤 convert_obj_three.py的用法
three.js是最近非常流行的一个前端webgl库. js格式的模型文件是three.js中可以直接加载的文件.使用THREE.JSONLoader()直接加载,而不需要引用其它的loader插件. ...
- 你知道如何自动保存 Spring Boot 应用进程号吗
1. 前言 欢迎阅读 Spring Boot 2 实战 系列文章. PID 对于系统运维来说并不陌生,但是对于一些开发者特别是新手还是要简单介绍一下的.它是 Process ID 的简称,是系统分配给 ...
- sqlserver2008 服务器实例连接
一.sqlserver 配置管理器里面,看sqlserver服务那个,如果只有一个mssqlserver,那就用local或者.来访问,如果不是,可能有命名实例.
- 掌握MySQL连接查询到底什么是驱动表
准备我们需要的表结构和数据 两张表 studnet(学生)表和score(成绩)表, 创建表的SQL语句如下 CREATE TABLE `student` ( `id` int(11) NOT NUL ...
- centos7 —— 网络连接问题
今天用虚拟机(VM)安装好centos7后,发现无法连接网络,百思不得其解: 第一步:找到需要修改的文件位置,查明原因 #.查看网络是否可以ping通 ~ ping www.baidu.com #.查 ...
- PHP反序列化漏洞总结
写在前边 做了不少PHP反序列化的题了,是时候把坑给填上了.参考了一些大佬们的博客,自己再做一下总结 1.面向对象 2.PHP序列化和反序列化 3.PHP反序列化漏洞实例 1.面向对象 在了解序列化和 ...
- 从零开始的计算机网络基础(图文并茂,1.8w字,面试复习必备)
前言 在互联网高速发展的今天,我们通过手机,电脑等通讯设备可以很轻松达到未出茅庐便知天下事的境界.每天我们都要访问数不胜数的网站,通过打开浏览器,输入网址两步搞定.当然更为常规的做法是打开浏览器,设置 ...
- nignx location index的用法
来源:https://blog.csdn.net/qq_32331073/article/details/81945134#_10 index指令的作用 在前后端分离的基础上,通过Nginx配置,指定 ...
- Coursera课程笔记----Write Professional Emails in English----Week 5