-
Notifications
You must be signed in to change notification settings - Fork 0
/
job.html
93 lines (92 loc) · 4.16 KB
/
job.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<title> Sample Job </title>
<!--for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" href="static/css/bootstrap.css">
<link rel="stylesheet" href="static/css/starter.css">
</head>
<body>
<div class="box">
<div class="row-fluid">
<div class="span12">
<header class="big-head">
<h1>Find the Company Description Pages for Companies (Intl)</h1>
<p class="lead">(Google Chrome / Firefox Translation Extension Required)</p>
</header>
<div class="header-divider">
<h2 class="instruc-header">Instructions <button class="btn btn-info" data-toggle="collapse" data-target = "#instruc">Instructions</button></h2>
<div id="instruc" class="collapse in">
<div class = "instruc-text well">
In this task, we will ask you to find the Company Description page for a given organization. Company Description pages can come in a variety of forms: "About Us" , "Company Overview" , "Company Profile" , etc. We will be using this information to improve our knowledge about different organizations across the world.<br/>
<br/>
<strong>PLEASE NOTE THAT YOU MAY NEED TO TRANSLATE THE PAGE IN ORDER TO FIND THE APPROPRIATE SECTION.</strong><br />
<br />
For each organization, please find the page that provides a brief overview / description of what a particular organization does. This information will be used to improve contact information in databases and directories.<br/>
<br/>
<h2>Finding the Company Description Page</h2>
We want to capture a URL/link to the page that provides a brief description of what an organization does. Most organizations have an "About Us" , "Company" , "Company Overview" , "Company Profile" , etc page on their website. <br/>
<br/>
Here are some common paths to find a leadership page from a company's home page:<br/>
<br/>
<ul>
<li> Home > About Us </li>
<li> Home > Who We Are </li>
<li> Home > Company Overview </li>
<li> Home > Company Profile </li>
<li> Home > Corporate </li>
<li> Home > Site Map > About Us </li>
<li> Home > Investor Relations > Company Overview </li>
</ul>
<br/>
You should be able to find these in the main navigation bar, or sometimes at the bottom in a smaller font size.<br/>
<br/>
<strong>Non-English Sites</strong><br/>
If the website is a non-US site, please look for the English version of the site, or use a browser that can translate the site. If you can't find an "About Us" page, please select "No, I couldn't find an About Us page."<br/>
<br/>
Please do <b>not</b> provide any links ending with ".pdf"<br/>
<br/>
In a later task, someone will record all the names of the leaders from the page you provide, so please answer accurately.<br/>
<br/>
Thanks!
</div>
</div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div class="question-section">
<div class="unit well">
<div class="business-info well">
<h2>[Company]</h2>
<a class="btn btn-primary" href="http://crowdflower.com/" target="_blank">Company Website</a>
</div>
<ol>
<li>
Can you find an About Us or Company Description page for [Company]? <span class="required">(required)</span><br/>
<label class="radio">
<input type="radio" name="found" value="Yes"/> YES, I found an About Us page<br/>
<input type="radio" name="found" value="No"/> NO, I could not find an About Us page
</label>
</li>
</ol>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Javascript
==================================================== -->
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script> window.jQuery || document.write("\<script
src=\'static/js/jquery-1.7.2.min.js\'>\<\/script>")</script>
<script src="static/js/bootstrap.js"></script>
<script src="static/js/myjs.js"></script>
</body>
</html>