sciense
I hate the word "networking." It must be one of the most overused words in the English language. It gets thrown at you by every person you ask for advice during a job search. I'm as guilty as anyone of using it too much: It's one of the most frequently found words in a search of my previous Tooling Up columns.
But there is no getting around the fact that networking is the single most important activity for any job seeker. Done right, networking means the difference between a job search lasting 10 to15 months (or more) and one that produces job offers in half that time.
For years, I've been a proponent of the hands-on job search instead of an Internet job search. Rather than hiding behind a computer screen, I advocate getting out there, talking to other people about their transition to industry, and learning from their experiences.
In the last year, however, I've seen one Internet networking site, LinkedIn, begin to show some lasting value, and I've used it myself to develop contacts for client-company assignments. Things change quickly in the Internet world, but for now, this site appears to have the professional market sewn up. I still believe there's nothing more valuable than developing quality in-person relationships, but I think that a strong LinkedIn presence can and should be a part of your overall job-seeking plan.
This month, I'll delve further into how you can use LinkedIn in your job search, how recruiters use LinkedIn to advance client-company searches, and how you can optimize your chances of being "found."
A few degrees of separation
As you probably know, the philosophy at work behind LinkedIn is that everyone is connected via just a few degrees of separation. You "connect" to co-workers and colleagues on LinkedIn, and each of them has their own contacts that you can tap into, allowing you to advance your career by transforming those online leads into assets. That's the key thing to remember about success on LinkedIn: What begins as an Internet connection should end up benefiting you in the real world.
Very likely, someone you'd love to meet--who could prove very important to your job hunt--could be one or two degrees away from you, connected to people you already know. The first step to getting the most out of other people's connections is to ensure that your connections are meaningful.
The best connections are with people you know well in the real world--people who can provide a positive reference about you when they receive a connection request. It isn't the total number of connections you show on your LinkedIn profile that advances your job search; it's the quality of those connections. Once you are connected to labmates and close friends, branch out from there--but do it methodically.
The overriding rule of the LinkedIn world is that both parties must sense some kind of real connection. If you've met someone, even briefly, or share a common interest with them that you can call upon in a well-written introductory e-mail, I think it's okay to approach that person for a connection on LinkedIn. When you approach your new colleague, don't use the site's boilerplate: "I'd like to add you to my professional network on LinkedIn," because many people consider that spam. Instead, send a personal note explaining your connection or common interest.
Use LinkedIn the same way industry people do
You may have just 30 people on your list, but that gives you access to many more who are one, two, or three degrees of separation away from you. I'm a relatively cautious LinkedIn user and still have fewer than 200 contacts. But those contacts yield more than 300,000 connections.
For a recruiter like me, it's a great resource, but an employer would be crazy to pay me a recruiter's fee if all I did was search an Internet site. I like LinkedIn because it allows me to ask those "Who do you know?" questions that headhunters are known for. You--the job seeker--can use the site in the exact same way by seeking information on the type of job you are interested in or by seeking people who can share their experience transitioning to industry.
Just as in real-world networking, the focus of a contact at LinkedIn is to find mutual areas of interest, not to overtly seek job leads. Those leads will come once you start growing your field of contacts. Rule #1 for in-person networking and for Internet networking: You are on a search for information and the experiences of others, not to ask point-blank if people have open positions on their teams.
Here are some ways I sort through the data that is available to me through my LinkedIn connections. You can sort the same way once you've got a small network going:
1) Keyword Search: Search by keyword (using "advanced search" parameters) to find those in your network with whom you have something in common. Use technical skills, scientific areas of interest, or business terms as keywords.
2) Company Search: Search by company to identify employees of a particular company. You may only know one person at Merck, but when you look at the network available to you through three levels of separation, you may find dozens of people to connect with there.
3) Combination: Looking for contacts in protein chemistry at Genentech? Start with a keyword search and then refine the results to show only employees of the company you are interested in.
Help the search engines find you
When you set up your LinkedIn profile, do so in a way that increases your likelihood of being found online. Set up your public profile so that it is available to anyone who comes across it via a search engine, and use your real name for the public-profile URL.
Avoid any "chat room" style abbreviations as you write up your LinkedIn profile, and write in your best "business English" style. As Eric Butow and Kathleen Taylor advise in their excellent book How to Succeed In Business Using LinkedIn (AMACOM, 2008), use as much detail as possible in the profile. Although most profiles list only the current affiliation, it is far better for you to show all your relevant prior work experiences (but you can leave out that McDonald's stint during high school). A wider world of networking opportunities will arise when you list each of the locations at which you've worked or trained professionally.
Finally, remember how important the LinkedIn "Recommendations" feature is. When someone writes you a recommendation, it shows up on your profile and very visibly tells the world that you are targeting industry or that you have something special to offer to an employer.
When recruiters or hiring managers with open positions start sorting through their LinkedIn contacts, they generally look for industry people, which is a big problem if you are a postdoc in an academic lab. But these same managers will move forward to talk with postdocs who have LinkedIn recommendations from contacts in industry. Have a friend who went to work for a local company? Have that person write you a brief recommendation.
An environment well-suited to job seekers
LinkedIn differs from social networking sites such as Facebook and MySpace, through which considerable damage can be done to one's career if you aren't careful. Just like the job applicant with an X-rated Snoop Dogg track on a home answering machine, social networking sites with photos of beer bongs and bachelorette parties actually turn off hiring managers.
But will LinkedIn or any other Internet networking land you a job? I can't promise you that, but I can tell you without a doubt that it will introduce you to more hiring managers and recruiters. I wouldn't have said this a year ago, but there's fertile job-seeking turf on the Internet after all. Just don't let your online efforts get out of balance with real, live networking!
sciense的更多相关文章
- WEB前端开发--2(HTML基础)
HTML基础 HTML不分大小写 1.HTML概述 HTML(HyperText MarkUp Language)"超文本标记语言",他是制作网页的标准语言 1.1 标签--元素 ...
随机推荐
- JsTree 最详细教程及完整实例
JsTree是一个jquery的插件,它提交一个非常友好并且强大的交互性的树,并且是完全免费或开源的(MIT 许可).Jstree技持Html 或 json格式的的数据, 或者是ajax方式的动态请求 ...
- 【转】java线上程序排错经验2 - 线程堆栈分析
前言 在线上的程序中,我们可能经常会碰到程序卡死或者执行很慢的情况,这时候我们希望知道是代码哪里的问题,我们或许迫切希望得到代码运行到哪里了,是哪一步很慢,是否是进入了死循环,或者是否哪一段代码有问题 ...
- P1659 [国家集训队]拉拉队排练
思路 求出cnt和len之后,直接乘起来即可 代码 #include <cstdio> #include <algorithm> #include <cstring> ...
- 微信小程序云开发更换云开发环境
小程序云开发环境初始化默认是第一个环境,但是我们可以指定环境id //app.js App({ onLaunch: function () { if (!wx.cloud) { console.err ...
- JavaWeb网上商城项目中用户注册,使用MailServer和FoxMail搭建本地邮件服务器
下载并安装易邮邮件服务器MailServer和腾讯邮箱FoxMail,下载地址 https://download.csdn.net/download/checkerror2/10130538 具体步 ...
- Django 的命令及简单例子
第一步:下载mysql驱动 cmd进入创建好的django项目目录:然后使用下面的命令创建一个项目testdj. sudo /usr/lib/python3/dist-packages/djang ...
- 解决一次git问题
由于特殊原因,工作中不能使用sourcetree,今天遇到了一个问题记录一下解决办法,后续还是得好好去廖雪峰大神那里学习一下git的命令行操作呀 You have not concluded your ...
- leetcode算法题01
最近求职需要重新刷算法题,从今天开始每天至少做一个leatcode的题 如果有更好的算法或者换了语言也会更新 题目: 给定一个整数数组和一个目标值,找出数组中和为目标值的两个数. 你可以假设每个输入只 ...
- HTML5外包注意事项-开发HTML5游戏的九大坑与解决方法剖析
随着移动社区兴起,势必带动HTML5的革命.未来一两年内,HTML5移动游戏必将呈现大爆发趋势. 以下是整理的HTML5游戏研发.市场趋势以及渠道布局和技术解决方案的内容.希望大家能从本文中找到对HT ...
- .Net Core 管道中的ConfigureServices 和Configure
ConfigureServices 就是配置服务器的DI容器 把需要的中间件等一些东西添加到DI容器 最后都是添加到IServiceCollection里面 比如 services.AddI ...