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 标签--元素 ...
随机推荐
- combineReducers
const reactInit = '@@react/Init' const combineReducers = (reducers) => { const finalReducers = {} ...
- 优雅的使用windows
1. 快捷键 win+数字键:打开任务栏对应位置的程序 eg:快捷打开程序,重复该组合键有两个效果,如果只打开了一个窗口,再次按下组合键即可最小化,如果打开了多个窗口,则可以在同一程序的多个窗口中切换 ...
- mybatis之Mybatis_demo
这篇博文通过简单的CRUD案例,让大家能够快速的上手,使用mybatis. 1,在eclipse中新建java project项目 mybatis_demo 2,在mybatis_demo项目中建 ...
- 剑指offer:链表中倒数第k个结点
问题描述 输入一个链表,输出该链表中倒数第k个结点. 解题思路 两个指针都指向头结点,第一个指针先移动k-1个结点,之后两指针同时移动,当第一个指针到链表尾的时候,第二个指针刚好指向倒数第k个结点. ...
- 移动质量(MQ)测试系列
移动质量(MQ)测试 向移动开发者提供专业.稳定.全面.高价值的自动化测试平台. 发现 APP 中的各类隐患,包括 APP 崩溃.各类兼容性.功能性.性能问题等等. MQ 的 5 大功能(兼容性测试. ...
- Jvm类的加载机制
1.概述 虚拟机加载Class文件(二进制字节流)到内存,并对数据进行校验.转换解析和初始化,最终形成可被虚拟机直接使用的Java类型,这一系列过程就是类的加载机制. 2.类的加载时机 类从被虚拟机加 ...
- win10家庭版安装Docker for Windows
0. 背景 硬件:小米笔记本 Air 13/Inter Core i7-7500U 操作系统:Windows 10 家庭中文版 补丁:截止2019/1/25最新稳定补丁 Docker:Docker W ...
- SQL Server 2008 无法安装U890
安装U890,环境检测的时候,却提示数据库不符合要求, 解决方法: 通过修改SQLServer的版本号 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServ ...
- Android屏幕适配框架-(今日头条终极适配方案)
在Android开发中,屏幕适配是一个非常头痛的问题,因而为了去进行屏幕适配,作为程序员,是呕心沥血,历经磨难,哈哈 我们之前做屏幕适配一般都会用到一下两种方式: 第一种就是宽高限定符适配,什么是宽高 ...
- vue部署的路径问题
本人在开始学习vue的过程中,虽然比较容易上手,还是碰到了很多坑,比如我今天要说的VUE的部署问题.我在部署vue的过程中发现自己在开发环境中,页面什么都可以跑起来,但是npm dev build后发 ...