-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
executable file
·44 lines (43 loc) · 2.55 KB
/
index.php
File metadata and controls
executable file
·44 lines (43 loc) · 2.55 KB
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
<!DOCTYPE html>
<html>
<head>
<title>IT Sector Jobs - Central & Northern Wisconsin</title>
<link href="assets/main.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="content">
<h2>IT Sector Jobs</h2>
<div id="overview">
<p><strong>Project Overview</strong></p>
<p>The goal of this project is to measure the health and needs of Information Technology (IT)
in various parts of Wisconsin, including the service areas for The Community Foundation of
Greater South Wood County, Midstate Technical College, and Wisconsin's 9th District for the
Department of Workforce Development.</p>
<p>To accomplish these goals, we plan to start with job data from <a href="http://www.indeed.com">Indeed.com</a>,
a job agreggator site to determine current demand for employees where IT is a core part of their function
within an organization. We also plan to look at national and international trends by comparing that data
to job postings on <a href="http://jobscrape.drewfrisk.com/index2.php">odesk.com</a>.</p>
<p>We hope that this information will help inform employees and job candidates about the skills
necessary to be succesful in the field. We expect that we might be able to inform local employers
on current trends in the industry. And we expect to also inform educators so that they may continue
to prepare well-trained graduates for the workforce.</p>
</div>
<div id="projectResources">
<p><strong>Project Resources</strong></p>
<p>The interactive view of the jobs database will allow you to view the original/source post of the job description as well as filter the jobs by:<br />
-Company <br />
-Job Category <br />
-Associated Skills <br />
All of these values are stored in our database to be used for analyisis.</p>
<p>This is currently a prototype of the analysis. The links provided on the table allow for basic queires of single parameters.
Some jobs do not have skills listed with them. These particular entires have problems communicating with the HTML DOM parser that we are using.
We are working on solving this problem, however temporarily they will not have skills listed.
<br />Eventually, this will incorperate the ability for selecting multiple categories, companies, and/or skills. </p>
<p>Select the link below to view the current status of the database.</p>
<ul>
<li><a href="ViewJobs.php">View Jobs Database</a></li>
</ul>
</div>
</div>
</body>
</html>