Introduction and Announcement Emails (Week 3)

Overview of Introduction & Announcement Emails

  1. Basic Purpose & Approaches
  2. Key language for Writing

Introduction Email

  • Subject

    • ❌ Meet Sam Boyle
    • ✅Meet Sam Boyle, CPA Tax Specialist
    • ✅Introducing Sam Boyle, CPA Tax Specialist
  • Body

    • state clearly who you are

    • what value you can add to the reader after you meet

      • I am skilled at...

      • These skills will be good for...

      • I am especially skilled at communication and time management.

      • My skills include using Microsoft Office, managing schedules, and communicating in Spanish.

Announcement Email

  • Subject

    • make sure it's accurate the first time

      • ❌Oops! I need to make a correction.
  • Boday
    • people may ask for some additional information, look closely at any questions and not send an email with unanswered questions.

Key Language for Writing These Types of Emails

Introduction Emails (yourself)

  • Introduction Sentence

    • My name is Gerry Landers, and I am with the Georgia Tech Language INstitute in Atlanta, GA.
    • My name is Elizabeth Brown, and I am the General Manager at ABC, Inc.
    • My name is Sam Cook, and I recently received my Master's Degree from University of ABC
  • Controlling Idea
    • I am interested in learning more about Coursera, and I would like more information about creating an online course.
    • I am very interested in your product. I will be in your city, and I would like to visit your factory.
  • Development
    • some WH questions for the reader
    • include the questions directly
      • Who can create an online course?
      • What is the process?
      • Where can I get more information?
    • write more indirectly(more formal and humble)
      • I would like more information or links you have to help me in my process.

Introduction Emails(two different people)

  • Subject Line

    • Matt, meet Sarah. Sarah, meet Matt.
    • Matt, have you met Sarah?
    • Get to know Sarah
  • Controlling Idea
    • Matt, I would like to introduce you to Sarah.
    • Sarah, this is Matt. He is the person I told you about in our last meeting.
  • Development
    • Background
    • Current Job/Rple
    • Additional Contact Information

Announcement Email

  • Introduction Sentence

    • The Language Institute is pleased to inform you that we now offer Business Writing courses in the evening.
    • The ABC Company is opening a store near you
  • Second sentence

    • If our dattime class schedule is not great for you, we will now be here in the evening to help you reach your English learning goals. Contact us at info@esl.gatech.edu to apply.
    • We will have a full selection of products from all over the world for you all at one store.
  • Two types

    • General Information(e.g. Advertisement)
    • Specific Information
      • Special directions/guidelines
  • the email should include who, what, when, where, why, and other details.

Assignment: Revise Your Introduction Email

Subject:

Introduction from Xinzhe Wang

Message:

Dear classmates,

My name is Xinzhe Wang, and I am pursuing my Master's Degree in UC Davis. The reason that I attend to this specialization in Coursera is that I want to practise my English writing and communicating skills. I will try my best in the process of learning. I hope to be friends with you in this course and hope you healthy and safe.

Regards,

Xinzhe Wang

Email: xzewang@ucdavis.edu

Coursera课程笔记----Write Professional Emails in English----Week 3的更多相关文章

  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 4

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

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

  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. zathura-vim风格轻量级pdf阅读器

    安装(arch/manjaro) yay -Sy zathura-pdf-poppler 0.2.9-1 使用 `快捷键` gg 行首 G 行尾 j/k/h/l 单行移动 J/K 或 Ctrl + f ...

  2. 如何可视化深度学习网络中Attention层

    前言 在训练深度学习模型时,常想一窥网络结构中的attention层权重分布,观察序列输入的哪些词或者词组合是网络比较care的.在小论文中主要研究了关于词性POS对输入序列的注意力机制.同时对比实验 ...

  3. 引用传参与reference_wrapper

    本文是<functional>系列的第3篇. 引用传参 我有一个函数: void modify(int& i) { ++i; } 因为参数类型是int&,所以函数能够修改传 ...

  4. Flask基础-01.Flask简介

    Flask简介 Web应用程序作用 Web(World Wide Web)诞生最初的目的,是为了利用互联网交流工作文档. 关于Web框架 1. 什么是Web框架? 1. 已经封装好了一段代码,协助程序 ...

  5. python_ck01(虚拟环境管理)

    拖拖拉拉的毛病还是依旧如初... 断断续续坚持三天总算把虚拟环境管理部分的内容给看完了. 对三天的知识点进行梳理,方便以后回顾. ①虚拟环境安装 用pip install + 包名的方式安装,涉及到的 ...

  6. 【mybatis xml】数据层框架应用--Mybatis 基于XML映射文件实现数据的CRUD

    使用MyBatis框架进行持久层开发 MyBatis是支持普通SQL查询,存储过程和高级映射的优秀持久层框架. MyBatis消除了几乎所有的JDBC代码和参数的手工设置以及对结果集的检索. MyBa ...

  7. 常问的MySQL面试题整理

    char.varchar 的区别是什么? varchar是变长而char的长度是固定的.如果创建的列是固定大小的,你会得到更好的性能 truncate 和 delete 的区别是什么? delete ...

  8. 23-Java-Spring框架(一)

    一.Spring框架了解 Spring框架是一个开源的框架,为JavaEE应用提供多方面的解决方案,用于简化企业级应用的开发,相当于是一种容器,可以集成其他框架(结构图如下). 上图反映了框架引包的依 ...

  9. (第二篇)shell的简单了解

    Shell (类似开发工具) Shell 是一个用 C 语言编写的程序,它是用户使用 Linux 的桥梁.Shell 既是一种命令语言,又是一种程序设计语言. Shell 是指一种应用程序,这个应用程 ...

  10. Pascal 字符串

    Dancing with Strings http://baskent.edu.tr/~tkaracay/etudio/ders/prg/pascal/PasHTM1/pas/pasl1007.htm ...