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) 什么是递归 引入 函数可以嵌套调用:无论嵌套多少层,原理都一样 函数不能嵌套定义:不能在一个函数里再定义另一个函数,因为所有函数一律平等 问题:一个函数能调用它自己吗? 举 ...
随机推荐
- AJ学IOS(07)UI之UITextField代理事件_类似QQ登陆窗口的简单实现
AJ分享,必须精品 先看效果图: 学习代码 // // NYViewController.m // 05-UITextField事件_UIKit复习 // // Created by apple on ...
- Opencv for android 模板匹配
因为有这方面的需要所以,对模板查找搜寻了相关资料,只是对于算法的东西很难看得动,特别是opencv涉及的很多的数学方法. 所以只为了实现这个功能,因为需求比较简单,在网上也搜寻到了相关代码,就直接拿来 ...
- 用python爬取之后发现果然如此,都说知乎的小姐姐漂亮
前言 文的文字及图片来源于网络,仅供学习.交流使用,不具有任何商业用途,版权归原作者所有,如有问题请及时联系我们以作处理. PS:如有需要Python学习资料的小伙伴可以加点击下方链接自行获取http ...
- [linux][MongoDB] mongodb学习(一):MongoDB安装、管理工具、
参考原文:http://www.cnblogs.com/kaituorensheng/p/5118226.html linux安装完美实现! 1. mongoDB安装.启动.关闭 1.1 下载安装包 ...
- C# 静态变量、静态函数、实体变量、实体函数在一个类中的执行顺序
为了弄清这个代码,写了个测试,但是测试的结果和往上的代码有所差别,仁者见仁,智者见智了.如果我的测试用例用问题,欢迎指出. 首先,方法的是在被调用时执行,但是静态方法在所有地方都可以调用,应该在很早的 ...
- Apache jena SPARQL endpoint及推理
一.Apache Jena简介 Apache Jena(后文简称Jena),是一个开源的Java语义网框架(open source Semantic Web Framework for Java),用 ...
- Java 中正则表达式使用
正则表达式基本用法: 测试代码: @Test public void test01() { String str = "adsfd##4324"; // 创建正则表达式对象 Pat ...
- [Abp vNext 入坑分享] - 4.JWT授权的接入
一.感想 在写这一系列文章之前,本来以为写这个之前已经搭建好的框架描述会比较简单,但是慢慢写下来才发现.写这个真的不简单额,本来以为图文一起,一个晚上应该能输出一篇吧...结果:现实真的骨感,一个星期 ...
- tp5--开发规范
在日常开发的过程中,写代码都要有一定的规范,不然可读取就太差了,所以为了以后的维护.对接,好的代码规定是必须的. 以下是我自己对自己提出的要求: 全部: 1) 每个方法都要写好备注(@retrun作 ...
- 关于virtualbox配置centos7的网络问题
连接方式最好选桥接网卡 原文:https://www.cnblogs.com/zergling9999/p/6026006.html
- Coursera课程笔记----Write Professional Emails in English----Week 5