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 words
for all devices: 25-30 characters = 3 - 5 words
be CLEAR
- Include KEY WORDS
- Put important words at BEGINNING
- Introduce,introduction
- Introduction - Xinzhe Wang
- Introduction from Xinzhe Wang
- Applying for a job
- Job Application - Xinzhe Wang
- Job Applicant - Xinzhe Wang
- Meeting Request
- Meeting Request for Next Week
- Requesting a Meeting Next Week
be DIRECT
Applying for a job
- Job Application - Xinzhe Wang, Ph.D.
- Senior Researcher - Xinzhe Wang, Ph.D.
- Senior Researcher, No. 1234 - Xinzhe Wang, Ph.D.
Making Announcements
Join Us for Our Grand Opening
Meet Our New CEO
Try Our Newest Product
which can also include date and time
you can also include your company name rather than using pronouns
Meeting Requests
- ❌Meeting Request for Next Week
- ✅Meeting Request: Marketing Plan for New Product
- ✅Meeting Request: 11AM, May 10 in Room A
Meeting Cancelations
- ❌Meeting Canceled
- ✅Canceled: Meeting for 11AM, May 10
- ✅Canceling 11AM Meeting on May 10
START with Subject Line
- Clear DIRECTiON
- Never leave blank
Write Well-organized Email Text
Introduction
WHO & WHAT(1st sentence = 1st impression)
WHO AUTHOR(Subject of 1st sentence)
name + position/organization (First time)
My name is James Brown, and I am the general manager at Goods and Services, LLC.
pronoun(I,we,he,she,...) (Not first time)
I am delighted to inform you that we are now offering a 30% discount in our entire inventory.
Controlling Idea = Purpose
- I am delighted to inform you that we are now offering a 30% discount in our entire inventory.
Development
- plan your email text by writing down the WH questions and answer it.
Conclusion
- APPRECIATION
- thank
- appreciate
- be glad about
- POSITIVE
- hope
- I hope you fine out catalogs appropriate for your business.
- wish
- look forward to
- hope
Assignment: Complete Monica's Email
Subject:
Job Application - Monica Moore
Message:
To Whom It May Concern,
My name is Monica Moore. I'm applying for a accounting job at ABC, Inc.
I will be great fit for this position beacuse I am skilled in various word-processing software and accounting software. I also have great communication skills. My resume includes more details of my skills and education. I am looking forward to your acceptance, and I hope you stay healthy and safe.
Best,
Monica Moore
Tel: +1-123-456-7890
Coursera课程笔记----Write Professional Emails in English----Week 2的更多相关文章
- Coursera课程笔记----Write Professional Emails in English----Week 1
Get to Know Basic Email Writing Structures(Week 1) Introduction to Course Email and Editing Basics S ...
- 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课程笔记
操作系统学习笔记----进程/线程模型----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) 什么是递归 引入 函数可以嵌套调用:无论嵌套多少层,原理都一样 函数不能嵌套定义:不能在一个函数里再定义另一个函数,因为所有函数一律平等 问题:一个函数能调用它自己吗? 举 ...
随机推荐
- Laravel - 基础
1.使用 composer 创建项目 composer create-project --prefer-dist laravel/laravel blog 报错1 [ErrorException]pr ...
- [linux] 小问题:管道符,换行问题等;[nginx]启动,重启,关闭命令;以及升级nginx切换命令
Lniux换行问题 后面回车不会马上执行本条命令而是换行继续. : 是运行完前面就继续后面的, && 同样是前面正确就运行后面, || 是前面运行不正确就运行后面. | 管道符“|”将 ...
- HTML+CSS教程(一)简介及其基本标签的使用方法
一.前端 HTML(结构):HyPer TEXT Markup LanguageCSS(样式): 样式就是对于结构的一种美化JavaScript(js: 行为/ 提供了用户和界面的交互方式)jQuer ...
- MVC-路由解析
MVC程序入口 Global.asax.cs 执行Application_Start 方法 *默认路由 *静态路由,访问链接只需要域名加路由url固定值就行了 *替换控制器,或方法名, *正则路由 方 ...
- JS在线代码编辑器多种方案monaco-editor,vue-monaco-editor
前言 JavaScript在线代码编辑器. 需要代码提示,关键字高亮,能够格式化代码.(不需要在线运行) 简简单单的需求. 方案一: Monaco-editor 简介:微软的开源项目,开源中国上面的在 ...
- python学习09元组
'''元组''''''元组Tuple:1.不可变的序列:元祖不能对元素进行变动(字符串也不可以,但是列表可以) 2.元组用小括号()表示(列表是中括号[],字符串是“”) 3.可以存储各种数据类型 4 ...
- Windows 自动登录
https://serverfault.com/questions/840557/auto-login-a-user-at-boot-on-windows-server-2016 Use Sysint ...
- 异常:由 spring-session pom 引发
错误异常 Correct the classpath of your application so that it contains a single, compatible version of o ...
- Android:finish()与System.exit(0)之间的区别
finish()与System.exit(0)都是用来退出.但是两者还是有一定的区别: finish是Activity的类,仅仅针对Activity,当调用finish()时,只是将活动推向后台,并没 ...
- Spring5参考指南:Bean作用域
文章目录 Bean作用域简介 Singleton作用域 Prototype作用域 Singleton Beans 中依赖 Prototype-bean web 作用域 Request scope Se ...