Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions _includes/explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,21 @@ <h1>Datasets</h1>
{% endfor %}
</ul>
</div>
</li>
<li class="accordion-navigation active-o">
<a href="#all">
<div class="row">
<div class="small-3 columns"><img src="/img/list.png" alt="All Datasets"></div>
<div class="small-9 columns"><h2>All</h2></div>
</div>
</a>
<div id="all" class="content">
<ul>
{% for item in site.categories.dataset %}
<li><a href="{{ site.baseurl }}{{ item.url }}" {% if item.title == page.title %}class="current_item"{% endif %}>{{ item.title }}</a></li>
{% endfor %}
</ul>
</div>
</li>
</ul>
</div>
Expand Down Expand Up @@ -100,6 +115,11 @@ <h2><a href="{{ site.baseurl }}/expanding-growth/">Expanding Growth Opportunitie

<h2><a href="{{ site.baseurl }}/others/">Other</a></h2>
</div>
<div class="small-3 columns">
<a href="{{ site.baseurl }}/dataset/all.html"><img src="{{ site.baseurl }}/img/list.png" alt="All Datasets"></a>

<h2><a href="{{ site.baseurl }}/dataset/all.html">All</a></h2>
</div>
</div>
</div>
</div>
14 changes: 14 additions & 0 deletions dataset/all.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: Datasets
layout: default
---



{% assign sorted_pages = (site.categories.dataset | sort: 'title') %}
{% for item in sorted_pages %}

##[{{ item.title }}]({{ site.baseurl }}{{ item.url }})
{{ item.description }}

{% endfor %}
1 change: 1 addition & 0 deletions expanding-growth/_posts/2013-01-29-bls-numbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: BLS Numbers
created: 1359483400
description: This Dataset contains historic data (last 10 years) for the most common economic indicators.
categories: [expanding-growth ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: 2010 Occupational Employment Statistics
created: 1359577855
description: The Occupational Employment Statistics (OES) program conducts a semi-annual mail survey designed to produce estimates of employment and wages for specific occupations.
categories: [expanding-growth ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: 2010 Workforce Investment Act
created: 1359574573
description: The evaluation employs administrative data from 12 states, covering approximately 160,000 WIA participants and nearly 3 million comparison group members.
categories: [expanding-growth ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Consumer Price Indexes (CPI)
created: 1359576522
description: The Consumer Price Indexes (CPI) program produces monthly data on changes in the prices paid by urban consumers for a representative basket of goods and services.
categories: [expanding-growth ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Current Employment Statistics (CES)
created: 1359575092
description: Each month the Current Employment Statistics (CES) program surveys about 141,000 businesses and government agencies, representing approximately 486,000 individual worksites, in order to provide detailed industry data on employment, hours, and earnings of workers on nonfarm payrolls.
categories: [expanding-growth ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Current Population Survey (CPS)
created: 1359579396
description: The Current Population Survey (CPS) is a monthly survey of households conducted by the Bureau of Census for the Bureau of Labor Statistics.
categories: [expanding-growth ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Occupational Employment Statistics Survey (OES)
created: 1359578884
description: The Occupational Employment Statistics (OES) program produces employment and wage estimates for over 800 occupations.
categories: [expanding-growth ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Quarterly Census Employment and Wage (CEW)
created: 1359578858
description: The Quarterly Census of Employment and Wages (QCEW) program publishes a quarterly count of employment and wages reported by employers covering 98 percent of U.S. jobs, available at the county, MSA, state and national levels by industry.
categories: [expanding-growth ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions expanding-growth/_posts/2013-01-30-ipia.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: IPIA
created: 1359576936
description: The U.S. Department of Labor has been working collaboratively with our state partners to identify several robust strategies that focus on the prevention of overpayments and will yield the highest impact in reducing UI improper payment rates.
categories: [expanding-growth ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions expanding-growth/_posts/2013-01-30-oui-inital-claims.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: OUI Inital Claims
created: 1359571923
description: OUI Initial claims dataset contains the non-seasonally and seasonally adjusted Unemployment Insurance Initial Claims time-series data at the National level.
categories: [expanding-growth ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Public Workforce System
created: 1359580002
description: The PWSD is a dataset that can be used to answer questions about various public workforce system programs and how these programs fit in with the overall public workforce system and the economy.
categories: [expanding-growth ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions health-and-safety/_posts/2013-01-25-mine-inspections.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Mine Inspections
created: 1359127523
description: The Mine Inspections dataset lists every mine inspection conducted by MSHA dating back to 1/1/1978.
categories: [health-and-safety, dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions health-and-safety/_posts/2013-01-28-dol-osha-compliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: OSHA Compliance
created: 1359406750
description: The dataset consists of inspection case detail for approximately 100,000 OSHA inspections conducted annually.
categories: [health-and-safety, dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Mine Accident Injuries
created: 1359406519
description: This dataset contains information on all accidents, injuries and illnesses reported by mine operators and contractors beginning with 1983.
categories: [health-and-safety, dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions health-and-safety/_posts/2013-01-29-basic-mine-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Basic Mine Information
created: 1359495133
description: The Basic Mine Information dataset lists basic information on all Coal and Metal/Non-Metal mines under MSHA's jurisdiction since 1/1/1970.
categories: [health-and-safety, dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Full Mine Information Mines
created: 1359495618
description: The Full Mine Information dataset lists all Coal and Metal/Non-Metal mines under MSHA's jurisdiction since 1/1/1970.
categories: [health-and-safety, dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions health-and-safety/_posts/2013-01-29-safety-and-health.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Safety and Health
created: 1359491704
description: Data related to safety and health in the workplace.
categories: [health-and-safety, dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions health-and-safety/_posts/2013-01-30-auto-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Auto Workers
created: 1359571721
description: This dataset tells you Auto Companies which are closed or repurposed in the last couple of decades.
categories: [health-and-safety, dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: DOL OSHA Enforcement
created: 1359641735
description: The dataset consists of inspection case detail for approximately 90,000 OSHA inspections conducted annually. The dataset includes information regarding the impetus for conducting the inspection, and details on citations and penalty assessments resulting from violations of OSHA standards. Additionally, accident investigation information is provided, including textual descriptions of the accident, and details regarding the injuries and fatalities which occurred. For more information refer to - www.osha.gov
categories: [health-and-safety, dataset]
---

#OSHA Enforcement
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Fatal Occupational Injuries
created: 1359579027
description: Allows users to search nonfatal and fatal data for the nation and for States from the most current Survey of Occupational Injuries and Illnesses and the Census of Fatal Occupational Injuries programs.
categories: [health-and-safety, dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions health-and-safety/_posts/2013-01-30-mine-violation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Mine Violation
created: 1359571242
description: This dataset contains violations issued from 1/1/1978 to 1/1/2000 as a result of MSHA inspections.
categories: [health-and-safety, dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: MSHA Employment Production
created: 1359570826
description: This dataset contains the annual summation of employee hours and coal production reported by mine operators where the average quarterly employment is greater than zero with grouping by calendar year, subunit code and mine ID beginning with 1983.
categories: [health-and-safety, dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions health-and-safety/_posts/2013-01-30-osha-compliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: DOL OSHA Compliance
created: 1359572131
description: This Dataset provides summaries of fatalities and catastrophes resulting in the hospitalization of three or more workers.
categories: [health-and-safety, dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions health-and-safety/_posts/2013-01-31-gulf-oil-spill.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Gulf Oil Spill
created: 1359646744
description: Following its sampling plan, OSHA industrial hygienists are monitoring workers engaged in the oil spill clean up in the Gulf of Mexico for exposure to hazardous chemicals and conditions.
categories: [health-and-safety, dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Injuries And Illness
created: 1359641735
description: The Injuries, Illnesses, and Fatalities (IIF) program provides annual information on the rate and number of work related injuries, illnesses, and fatal injuries, and how these statistics vary by incident, industry, geography, occupation, and other characteristics.
categories: [health-and-safety, dataset]
---

<div class="force_wrap apiurl">
Expand Down
Binary file added img/list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions keeping-what-you-earn/_posts/2013-01-29-mspa.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Migrant and Seasonal Agricultural Protection Act (MSPA)
created: 1359490827
description: Migrant and Seasonal Agricultural Protection Act (MSPA) Registered Farm Labor Contractor Listing - The MSPA requires a contractor to obtain federal certification prior to performing any farm labor contracting activities.
categories: [keeping-what-you-earn, dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions keeping-what-you-earn/_posts/2013-01-29-whd-compliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: WHD Compliance
created: 1359495404
description: The dataset contains all concluded WHD compliance actions since FY 2008.
categories: [keeping-what-you-earn, dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Wage and Hour Publications System
created: 1380292809
description: This dataset provides information regarding all of the publicly available and currently active publications.
categories: [keeping-what-you-earn, dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions others/_posts/2013-01-29-agency.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Agency
created: 1359469552
description: Find here a list of DOL agencies and the links to its websites.
categories: [others ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions others/_posts/2013-01-29-api-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: API Metadata
created: 1359471075
description: The API Metadata provides a list of available datasets that the Department of Labor supplies as a service.
categories: [others ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions others/_posts/2013-01-29-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Frequently Asked Questions (FAQ)
created: 1359471730
description: Find an answer to the questions on various labor topics and sub topics.
categories: [others ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions others/_posts/2013-01-29-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Form
created: 1359472909
description: DOLFORMS Dataset contains the most frequently requested Department of Labor forms.
categories: [others ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions others/_posts/2013-01-29-geography.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Geography
created: 1359478230
description: Find here a list of States, Counties, Cities and, Congressional Districts.
categories: [others ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Research And Evaluation Inventory
created: 1359480254
description: This inventory is the first phase in the development of a single repository of all completed and planned research and evaluation projects that have or will be conducted by DOL in the upcoming calendar year.
categories: [others ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions others/_posts/2013-01-29-summer-jobs-service-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: Summer Jobs Service Beta
created: 1359481108
description: The Summer Jobs Plus Bank is a new search tool designed to help connect job seekers with employers.
categories: [others ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions others/_posts/2013-07-15-api-metrics-per-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: API Metrics (per key)
created: 1373908167
description: Find here a list of DOL API Metric queries. For these queries,a specially-configured filter method is REQUIRED.
categories: [others ,dataset]
---

<div class="force_wrap apiurl">
Expand Down
1 change: 1 addition & 0 deletions others/_posts/2014-01-14-vets100.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: post
title: VETS100
created: 1389713944
description: This dataset contains required veteran employment data by federal contractors/subcontractors. There are two tables V100DataDotGov and V100ADataDotGov. Both collections contain the past two years plus current filing cycle. V100DataDotGov are reports entered for contracts that were established prior to December 1, 2003 and greater than $25,000.00. V100AdataDotGov are reports entered for contracts that were established after December 1, 2003 and greater than $100,000.00.
categories: [others ,dataset]
---

<div class="force_wrap apiurl">
Expand Down