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) 什么是递归 引入 函数可以嵌套调用:无论嵌套多少层,原理都一样 函数不能嵌套定义:不能在一个函数里再定义另一个函数,因为所有函数一律平等 问题:一个函数能调用它自己吗? 举 ...
随机推荐
- 安卓广播api介绍,给自己理清楚概念
广播接收器类概述 这是用于接收由sendBroadcast()发送intent的基类.这个类一般都会被继承重写里面的onReceive()方法..如果您不需要跨应用程序发送广播,请考虑使用LocalB ...
- 背景知识+监督和无监督学习辨析+预备知识(1-1—1-4/用时4h)
1-1/1.2,基本上都是一些基础知识,机器学习的背景,发展,概念,用途 1-3,监督学习: 数据集类型已知,数据信息为已知正解--由已知正解推测趋势(拟合分布函数)-- 给出的模型例子--基本类似于 ...
- 利用Ajax实现异步请求
Ajax 1.课程引入 静态网站和动态网站都是同步的,但同步方式有缺点:页面请求响应式阻塞,影响用户体验 为了解决这个问题,可以通过变通的手段实现页面的局部更新(隐藏帧),由于隐藏 ...
- Dockerfile的简单人门编写之关于yum的问题
首先我们编写一个简单的Dockerfile的例子.不过再此之前大家得去把编写dockerfile的指令了解一下. 编写以 centos镜像为基础镜像,构建 http 服务,Dockerfile 要求删 ...
- 用pytorch做手写数字识别,识别l率达97.8%
pytorch做手写数字识别 效果如下: 工程目录如下 第一步 数据获取 下载MNIST库,这个库在网上,执行下面代码自动下载到当前data文件夹下 from torchvision.dataset ...
- 基于tcp协议的套接字通信:远程执行命令
要解决粘包问题: TCP:流式协议 特点: 1.数据流没有开头也没有结果,像水流一样 2.TCP协议有一个nagle算法, nagle算法会将数据量较小,并且时间间隔较短的数据合成一条数据发送, 这么 ...
- Auth认证中的think_auth_rule type字段干嘛用的?
昨晚认真研究了一下这个类,设计的很巧妙,但是你说的这个字段,我认为应该是作者想加功能但还没写,在session判断的地方可以看到,type这个字段实际是对应的 1-实时验证,2登陆验证 ,显然,这个字 ...
- bootstrop登陆页面
bootstrap做登入注册页面,使用validate做表单验证 技术:bootstrap,font-awesome,jquery-validate: 特点:响应式布局,表单验证(用户两次密码是否相同 ...
- QFileDialog::getOpenFileName() hangs
https://forum.qt.io/topic/49209/qfiledialog-getopenfilename-hangs-in-windows-when-using-the-native-d ...
- 查看 Nginx 的日志目录
即便是 docker 容器,对应的目录也是一样的 > /var/log/nginx/xxx.log