Coursera课程笔记----Write Professional Emails in English----Week 3
Introduction and Announcement Emails (Week 3)
Overview of Introduction & Announcement Emails
- Basic Purpose & Approaches
- 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.
- make sure it's accurate the first time
- 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的更多相关文章
- 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 4
Request and Apology Emails(Week 4) How to Write Request Emails Write more POLITELY & SINCERELUY ...
- 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 ...
- 操作系统学习笔记----进程/线程模型----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) 什么是递归 引入 函数可以嵌套调用:无论嵌套多少层,原理都一样 函数不能嵌套定义:不能在一个函数里再定义另一个函数,因为所有函数一律平等 问题:一个函数能调用它自己吗? 举 ...
随机推荐
- (转) Windows Mobile和Windows CE的区别
转发自 http://blog.sina.com.cn/s/blog_6250bbe60100tsf3.html WinCE Windows CE 是一个可定制的操作系统: Windows Mobil ...
- JUC强大的辅助类讲解--->>>CountDownLatchDemo (减少计数)
原理: CountDownLatch主要有两个方法,当一个或多个线程调用await方法时,这些线程会阻塞.其它线程调用countDown方法会将计数器减1(调用countDown方法的线程不会阻塞), ...
- sql 系统表协助集合
一.判断字段是否存在: select * from syscolumns where id=object_id('表') and name='字段'
- 拍照购物APP之可行性分析
你一定有过这样的生活经历:走在路上发现一个陌生人的穿着非常符合自己的穿衣品味,想要购买一件同样款式的衣服却找不到购买地址,偷偷拍了张照片也只能留作纪念.此时,在手机上安装一款通过图片进行购物搜索的AP ...
- Python - 利用词云wordcloud,jieba和中国地图制作四大名著的热词图
热词图很酷炫,也非常适合热点事件,抓住重点,以图文结合的方式表现出来,很有冲击力.下面这段代码是制作热词图的,用到了以下技术: jieba,把文本分词 wordcloud,制作热图 chardet,辨 ...
- 简单的中国MOOC大学列表提取 - Python
有些时候我们想知道网页中包含哪些具体的信息,比如如下的这个网页, http://www.icourse163.org/university/view/all.htm 我们只想知道自己的学校是否在这个列 ...
- testlink的api
testlink可以做很多你想象得到的事情,如API测试参数管理,Excel导入导出,快速模板创建测试用例,集成Jenkins. TestLink API第三方库: TestLink-API-Pyth ...
- QT 无法抓住异常
出处:https://stackoverflow.com/questions/40980171/qt5core-dll-crashing I've found that enabling /EHa ( ...
- Python3 注释和运算符
Python3 注释 确保对模块, 函数, 方法和行内注释使用正确的风格 Python中的注释有单行注释和多行注释: Python中单行注释以 # 开头,例如:: # 这是一个注释 print(&qu ...
- Spring Cloud sleuth with zipkin over RabbitMQ教程
文章目录 Spring Cloud sleuth with zipkin over RabbitMQ demo zipkin server的搭建(基于mysql和rabbitMQ) 客户端环境的依赖 ...