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

  1. Include KEY WORDS
  2. 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

  1. Clear DIRECTiON
  2. 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

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的更多相关文章

  1. 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 ...

  2. Coursera课程笔记----Write Professional Emails in English----Week 5

    Culture Matters(Week 5) High/Low Context Communication High Context Communication The Middle East, A ...

  3. Coursera课程笔记----Write Professional Emails in English----Week 3

    Introduction and Announcement Emails (Week 3) Overview of Introduction & Announcement Emails Bas ...

  4. Coursera课程笔记----Write Professional Emails in English----Week 4

    Request and Apology Emails(Week 4) How to Write Request Emails Write more POLITELY & SINCERELUY ...

  5. 操作系统学习笔记----进程/线程模型----Coursera课程笔记

    操作系统学习笔记----进程/线程模型----Coursera课程笔记 进程/线程模型 0. 概述 0.1 进程模型 多道程序设计 进程的概念.进程控制块 进程状态及转换.进程队列 进程控制----进 ...

  6. Coursera课程笔记----C++程序设计----Week3

    类和对象(Week 3) 内联成员函数和重载成员函数 内联成员函数 inline + 成员函数 整个函数题出现在类定义内部 class B{ inline void func1(); //方式1 vo ...

  7. Coursera课程笔记----C程序设计进阶----Week 5

    指针(二) (Week 5) 字符串与指针 指向数组的指针 int a[10]; int *p; p = a; 指向字符串的指针 指向字符串的指针变量 char a[10]; char *p; p = ...

  8. Coursera课程笔记----C程序设计进阶----Week 4

    指针(一) (Week 4) 什么是"指针" 互联网上的资源--地址 当获得一个地址,就能得到该地址对应的资源,所以可以把"网址"称为指向资源的"指针 ...

  9. Coursera课程笔记----C程序设计进阶----Week 3

    函数的递归(Week 3) 什么是递归 引入 函数可以嵌套调用:无论嵌套多少层,原理都一样 函数不能嵌套定义:不能在一个函数里再定义另一个函数,因为所有函数一律平等 问题:一个函数能调用它自己吗? 举 ...

随机推荐

  1. L24 word2vec

    词嵌入基础 我们在"循环神经网络的从零开始实现"一节中使用 one-hot 向量表示单词,虽然它们构造起来很容易,但通常并不是一个好选择.一个主要的原因是,one-hot 词向量无 ...

  2. Serval and Parenthesis Sequence CodeForces - 1153C

    题目大意:一个字符串只含有? ( ),?可以变成 ) 或者 ( ,将字符串中所有的?变成) 或者 ( 使得字符串合法. 合法就是让括号配对,并且不可以提前结束比如:()()这样是不合法的. 题解:既然 ...

  3. SpringBoot全局异常处理与定制404页面

    一.错误处理原理分析 使用SpringBoot创建的web项目中,当我们请求的页面不存在(http状态码为404),或者器发生异常(http状态码一般为500)时,SpringBoot就会给我们返回错 ...

  4. 适合新手练习的Python项目有哪些?Python爬虫用什么框架比较好?

    前言 本文的文字及图片来源于网络,仅供学习.交流使用,不具有任何商业用途,版权归原作者所有,如有问题请及时联系我们以作处理. Python爬虫一般用什么框架比较好?一般来讲,只有在遇到比较大型的需求时 ...

  5. 【学习笔记】splay入门(更新中)

    声明:本博客所有随笔都参照了网络资料或其他博客,仅为博主想加深理解而写,如有疑问欢迎与博主讨论✧。٩(ˊᗜˋ)و✧*。 前言 终于学习了 spaly \(splay\) !听说了很久,因为dalao总 ...

  6. React Hooks: use modal

    useModal: export const useModal = (initTitle: string, initContent: string | React.ReactElement) => ...

  7. 杂园日记-H5-IOS-Android混合开发

    1.js 调用 原生API iOS: window.webkit.messageHandlers.yourFunName.postMessage({"1":"3" ...

  8. 【ubuntu】Error: environment block too small. Press any key to continue

    Error: environment block too small. Press any key to continue 如何修复这个Error呢? 输入以下命令 sudo su cd /boot/ ...

  9. SQL之常用函数

    表8-2 中的SOUNDEX 需要做进一步的解释.SOUNDEX 是一个将任何文本串转换为描述其语音表示的字母数字模式的算法.SOUNDEX 考虑了类似的发音字符和音节,使得能对字符串进行发音比较而不 ...

  10. 自建Git服务器 - 创建属于你自己的代码仓库

    最近有线上朋友私信问我怎么搭建个人博客,也有咨询我个人项目的代码是如何保管的,还有一个朋友问我买了服务器玩了一段时间,等新鲜感过了就不知道做什么了. 关于这些问题并没有一个标准答案,每个人都有自己的使 ...