cover letter issues
All cover letters should:
Explain why you are sending a resume.
Don't send a resume without a cover letter.
Don't make the reader guess what you are asking for; be specific: Do you want a summer internship opportunity, or a permanent position at graduation; are you inquiring about future employment possibilities?Tell specifically how you learned about the position or the organization — a flyer posted in your department, a web site, a family friend who works at the organization. It is appropriate to mention the name of someone who suggested that you write.
Convince the reader to look at your resume.
The cover letter will be seen first.
Therefore, it must be very well written and targeted to that employer.Call attention to elements of your background — education, leadership, experience — that are relevant to a position you are seeking. Be as specific as possible, using examples.
Reflect your attitude, personality, motivation, enthusiasm, and communication skills.
Provide or refer to any information specifically requested in a job advertisement that might not be covered in your resume, such as availability date, or reference to an attached writing sample.
Indicate what you will do to follow-up.
In a letter of application — applying for an advertised opening — applicants often say something like "I look forward to hearing from you." However, if you have further contact info (e.g. phone number) and if the employer hasn't said "no phone calls," it's better to take the initiative to follow-up, saying something like, "I will contact you in the next two weeks to see if you require any additional information regarding my qualifications."
In a letter of inquiry — asking about the possibility of an opening — don't assume the employer will contact you. You should say something like, "I will contact you in two weeks to learn more about upcoming employment opportunities with (name of organization)." Then mark your calendar to make the call.
Top Cover Letter Mistakes
http://jobsearch.about.com/od/coverlettertips/qt/cover-letter-mistakes.htm
Email Subject Line Examples
- Managing Director Position
- Job Code 1234: District Sales Manager - Your Name
- Communications Assistant Position - Your Name
- Application for Customer Service Job
- Social Media Expert Seeking New Opportunity
- Meeting Follow Up - Your Name
- Meeting Request - Your Name
- Referred by Name
- ABC College Informational Interview Request
General Salutations for Cover Letters
- Dear Hiring Manager
- To Whom It May Concern
- Dear Human Resources Manager
- Dear Sir or Madam
- Dear Company Name Recruiter
Cover Letter Salutation Examples
- Dear Mr. Jones
- Dear Ms. Jones
- Dear Jane Doe
- Dear Dr. Haven
Sample Targeted Cover Letter for a Resume
This cover letter takes the position requirements and matches the applicant's skills to those requirements. This way, the resume reviewer can see the candidate's relevant qualifications at a glance.
Date
Name
Title
Organization
Address
City, State, Zip Code
Dear Mr./Ms. Last Name:
I am interested in the Coordinator position advertised on XYZ. My resume is enclosed for your review. Given my related experience and excellent capabilities I would appreciate your consideration for this job opening. My skills are an ideal match for this position.
Your Requirements:
- Responsible for evening operations in Student Center and other facilities, including managing registration, solving customer problems, dealing with risk management and emergencies, enforcement of department policies.
- Assists with hiring, training, and management of staff. Coordinate statistics and inventory.
- Experience in the supervision of student staff and strong interpersonal skills are also preferred.
- Valid Minnesota driver's license with good driving record. Ability to travel to different sites required.
- Experience in collegiate programming and management.
My Qualifications:
- Register students for courses, design and manage program software, solve customer problems, enforce department policies, and serve as a contact for students, faculty, and staff.
- Hiring, training, scheduling and management of staff, managing supply inventory, and ordering.
- Minnesota driver's license with NTSA defensive driving certification.
- Extensive experience in collegiate programming and management.
- Excellent interpersonal and communication skills.
I appreciate your taking the time to review my credentials and experience. Again, thank you for your consideration.
Sincerely,
Your Signature (for hard copy letter)
Your Typed Name
cover letter issues的更多相关文章
- 关于找工作(二 Cover Letter)
准备好了简历,下一个文档就是cover letter了.其实对衡量你是否是一个好的候选人来说,cover letter的作用几乎是零(很多情况下主管技术工作的人或者雇人经理根本见不到cover let ...
- Email Cover Letter Format
http://jobsearch.about.com/od/sampleletters/ig/Sample-Letter-Formats/Email-Message-Format.htm Copy ...
- 论文投稿Cover letter
转自:http://blog.sciencenet.cn/blog-479412-686426.html,感谢分享! 1.第一次投稿Cover letter:主要任务是介绍文章主要创新以及声明没有一稿 ...
- 投稿SCI杂志 | 如何撰写cover letter | 如何绘制illustrated abstract
现在大部分学术期刊杂志都要求提供这两样东西. 一个是面向editor的文章和研究的高度总结:一个是面向读者的高度总结,一图胜千言. 如何制作动画摘要呢? 收集素材,大部分内容在PPT里就能完成. 如何 ...
- Cover letter
Cover letter意义和新意可以写的夸张一点没关系,写因存在竞争关系的不建议作为审稿人.不要推荐熟悉人(导师,导师的导师,有关系的人,co-authors)作为推荐审稿人,不要推荐非该领域内大牛 ...
- Cover letter|review|Discussion
选择期刊考虑影响因子和载文量(流量) 分类:多学科eg:CNS 专业综合:eg:nature子刊:lancet:cell,jacs 细分:eg:CA-A 投完Cover letter后,根据审稿结果修 ...
- MZhong's Cover Letter
Application for front-end developer position in Chicago Office Dear HR, I am writing to apply for th ...
- 投稿前必备的cover letter
- SCI&EI 英文PAPER投稿经验【转】
英文投稿的一点经验[转载] From: http://chl033.woku.com/article/2893317.html 1. 首先一定要注意杂志的发表范围, 超出范围的千万别投,要不就是浪费时 ...
随机推荐
- .net中用到的一些方法
//文件操作string fullDirPath = Utils.GetMapPath(string.Format("/aspx/{0}/", buildPath)); Direc ...
- 一个简单方法:构造xml的document,并将其转换为string
首先,构造一个document对象: Document doc = null; try { doc = DocumentBuilderFactory.newInstance() .newDocumen ...
- U盘制作Linux系统盘
一.首先需要有一个U盘,最好能是8G及以上的 二.下载Linux的镜像文件(我这边安装的是red hat6.3) 下载路径:http://pan.baidu.com/s/1jIGYCKI 三.下载制作 ...
- “有箭头的视图”,即程序的Storyboard Entry Point。
设置方法很简单:打开StoryBoard文件,选中要设置为第一视图的ViewController,在右边工具栏勾选Is Initial View Controller就好了,此时你会看到ViewCon ...
- VC++ 控制台不自动退出
1.Ctrl+F5 2.结尾添加 getchar() 3.结尾添加 system("pause"); 参考:http://jingyan.baidu.com/article/555 ...
- I/O多路复用之select
1.什么是I/O多路复用 关于什么是I/O多路复用,在知乎上有个很好的回答,可以参考罗志宇前辈的回答. 这里记录一下自己的理解.我认为要理解这个术语得从两方面去出发,一是:多路是个什么概念?二是:复用 ...
- 哪几个数的阶乘末尾有n个零?
题目:哪几个数的阶乘末尾有n个0?其中n是一个正整数,从键盘输入. int main( void ) /* name: zerotail.cpp */ { int num, n, c, m; cout ...
- jQuery源码学习:使用隐藏的new来创建对象
在JQuery源码中发现,JQuery定义一个类,但不用new关键字去创建该类对象,而使用方法调用()方式去创建该对象. 很多时候我们是这样写类,然后使用new创建对象的: function Pers ...
- HTML5简单入门系列(九)
前言 上篇本来应该就是最后一篇了,但是楼主总觉得没有写上一个简单应用,不算是完整的学习系列.所以增加一篇关于动画的应用,对一个开源动画的介绍(很基础,非楼主原创). 本篇介绍一个基于Canvas的发光 ...
- 负载均衡集群之LVS算法和模型
LVS-->Linux Virtual Server 实现算法-->静态/动态,共10种 静态算法: rr(round robin): 解析:轮叫算法,即0-9循环 ...