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. Python递归爬取头条用户的所有文章、视频

    前言 文的文字及图片来源于网络,仅供学习.交流使用,不具有任何商业用途,版权归原作者所有,如有问题请及时联系我们以作处理. PS:如有需要Python学习资料的小伙伴可以加点击下方链接自行获取http ...

  2. [PHP][thinkphp5] 学习三:函数助手实例说明

    来源:http://blog.csdn.net/lunsunhuan1825/article/details/71086487 load_trait:快速导入Traits,PHP5.5以上无需调用 / ...

  3. 杂记三 · CSP-2019-The first step

    update:我终于懂得衰亡的民族之所以沉默的缘由了. 初赛Day -7 虽然我是第一次参加初赛而且到现在为止我还没见过初赛题但我一点也不慌! 真的!一点!也不慌! 初赛Day 1 早上和可s爱b j ...

  4. Python学习16之input函数

    '''''''''Input函数:作用:接受一个标准输入数据返回值:返回为 string 类型使用:input()'''a=input("请输入一个整数")print(a)prin ...

  5. Elasticsearch系列---实现分布式锁

    概要 Elasticsearch在文档更新时默认使用的是乐观锁方案,而Elasticsearch利用文档的一些create限制条件,也能达到悲观锁的效果,我们一起来看一看. 乐观锁与悲观锁 乐观锁 E ...

  6. D3.js 力导向图的显示优化

    D3.js 作为一个前端,说到可视化除了听过 D3.js 的大名,常见的可视化库还有 ECharts.Chart.js,这两个库功能也很强大,但是有一个共同特点是封装层次高,留给开发者可设计和控制的部 ...

  7. zookeeper笔记(二)

    title: zookeeper笔记(二) zookeeper ALC权限控制 getAcl path 可以查看某个node的权限 设置权限: 2. world方式 setAcl <path&g ...

  8. Python爬虫之记录一次下载验证码的尝试

      好久没有写过爬虫的文章了,今天在尝试着做验证码相关的研究时,遇到了验证码的收集问题.   一般,验证码的加载都有着比较复杂的算法和加密在里边,但是笔者今天碰到的验证码却比较幸运,有迹可循.在此,给 ...

  9. 利用python画出SJF调度图

    最先发布在csdn.本人原创. https://blog.csdn.net/weixin_43906799/article/details/105510046 SJF算法: 最短作业优先(SJF)调度 ...

  10. 使用VSCode连接到IBM Cloud区块链网络

    文章目录 从IBM Cloud控制面板导出连接信息 在VSCode中创建gateway和wallet 在VSCode中提交transaction 上篇文章我们讲到怎么在IBM Cloud搭建区块链环境 ...