diff --git a/_includes/explore.html b/_includes/explore.html index f4f398f..a89da84 100644 --- a/_includes/explore.html +++ b/_includes/explore.html @@ -67,6 +67,21 @@

Datasets

{% endfor %} + +
  • + +
    +
    All Datasets
    +

    All

    +
    +
    +
    + +
  • @@ -100,6 +115,11 @@

    Expanding Growth Opportunitie

    Other

    +
    + All Datasets + +

    All

    +
    \ No newline at end of file diff --git a/dataset/all.md b/dataset/all.md new file mode 100644 index 0000000..9f4251b --- /dev/null +++ b/dataset/all.md @@ -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 %} diff --git a/expanding-growth/_posts/2013-01-29-bls-numbers.md b/expanding-growth/_posts/2013-01-29-bls-numbers.md index 8a527e6..7d1be87 100755 --- a/expanding-growth/_posts/2013-01-29-bls-numbers.md +++ b/expanding-growth/_posts/2013-01-29-bls-numbers.md @@ -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] ---
    diff --git a/expanding-growth/_posts/2013-01-30-2010-occupational-employment-statistics.md b/expanding-growth/_posts/2013-01-30-2010-occupational-employment-statistics.md index 704894e..1fbe9a7 100755 --- a/expanding-growth/_posts/2013-01-30-2010-occupational-employment-statistics.md +++ b/expanding-growth/_posts/2013-01-30-2010-occupational-employment-statistics.md @@ -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] ---
    diff --git a/expanding-growth/_posts/2013-01-30-2010-workforce-investment-act.md b/expanding-growth/_posts/2013-01-30-2010-workforce-investment-act.md index cb217f7..23659e5 100755 --- a/expanding-growth/_posts/2013-01-30-2010-workforce-investment-act.md +++ b/expanding-growth/_posts/2013-01-30-2010-workforce-investment-act.md @@ -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] ---
    diff --git a/expanding-growth/_posts/2013-01-30-bls-consumer-price-indexes-cpi.md b/expanding-growth/_posts/2013-01-30-bls-consumer-price-indexes-cpi.md index 9a108b2..642eeda 100755 --- a/expanding-growth/_posts/2013-01-30-bls-consumer-price-indexes-cpi.md +++ b/expanding-growth/_posts/2013-01-30-bls-consumer-price-indexes-cpi.md @@ -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] ---
    diff --git a/expanding-growth/_posts/2013-01-30-bls-current-employment-statistics-ces.md b/expanding-growth/_posts/2013-01-30-bls-current-employment-statistics-ces.md index 73cb69b..82503a5 100755 --- a/expanding-growth/_posts/2013-01-30-bls-current-employment-statistics-ces.md +++ b/expanding-growth/_posts/2013-01-30-bls-current-employment-statistics-ces.md @@ -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] ---
    diff --git a/expanding-growth/_posts/2013-01-30-bls-current-population-survey-cps.md b/expanding-growth/_posts/2013-01-30-bls-current-population-survey-cps.md index c755cfa..e053b57 100755 --- a/expanding-growth/_posts/2013-01-30-bls-current-population-survey-cps.md +++ b/expanding-growth/_posts/2013-01-30-bls-current-population-survey-cps.md @@ -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] ---
    diff --git a/expanding-growth/_posts/2013-01-30-bls-occupational-employment-statistics-survey-oes.md b/expanding-growth/_posts/2013-01-30-bls-occupational-employment-statistics-survey-oes.md index fab94c2..5e1e238 100755 --- a/expanding-growth/_posts/2013-01-30-bls-occupational-employment-statistics-survey-oes.md +++ b/expanding-growth/_posts/2013-01-30-bls-occupational-employment-statistics-survey-oes.md @@ -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] ---
    diff --git a/expanding-growth/_posts/2013-01-30-bls-quarterly-census-employment-and-wage-cew.md b/expanding-growth/_posts/2013-01-30-bls-quarterly-census-employment-and-wage-cew.md index 4f46eff..ea403dc 100755 --- a/expanding-growth/_posts/2013-01-30-bls-quarterly-census-employment-and-wage-cew.md +++ b/expanding-growth/_posts/2013-01-30-bls-quarterly-census-employment-and-wage-cew.md @@ -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] ---
    diff --git a/expanding-growth/_posts/2013-01-30-ipia.md b/expanding-growth/_posts/2013-01-30-ipia.md index 6ab395f..8fe890a 100755 --- a/expanding-growth/_posts/2013-01-30-ipia.md +++ b/expanding-growth/_posts/2013-01-30-ipia.md @@ -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] ---
    diff --git a/expanding-growth/_posts/2013-01-30-oui-inital-claims.md b/expanding-growth/_posts/2013-01-30-oui-inital-claims.md index 1ea922f..95293ff 100755 --- a/expanding-growth/_posts/2013-01-30-oui-inital-claims.md +++ b/expanding-growth/_posts/2013-01-30-oui-inital-claims.md @@ -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] ---
    diff --git a/expanding-growth/_posts/2013-01-30-public-workforce-system.md b/expanding-growth/_posts/2013-01-30-public-workforce-system.md index 250b338..6f80092 100755 --- a/expanding-growth/_posts/2013-01-30-public-workforce-system.md +++ b/expanding-growth/_posts/2013-01-30-public-workforce-system.md @@ -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] ---
    diff --git a/health-and-safety/_posts/2013-01-25-mine-inspections.md b/health-and-safety/_posts/2013-01-25-mine-inspections.md index 8ec5df9..a78b09d 100755 --- a/health-and-safety/_posts/2013-01-25-mine-inspections.md +++ b/health-and-safety/_posts/2013-01-25-mine-inspections.md @@ -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] ---
    diff --git a/health-and-safety/_posts/2013-01-28-dol-osha-compliance.md b/health-and-safety/_posts/2013-01-28-dol-osha-compliance.md index 7441fc6..db4dcf5 100755 --- a/health-and-safety/_posts/2013-01-28-dol-osha-compliance.md +++ b/health-and-safety/_posts/2013-01-28-dol-osha-compliance.md @@ -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] ---
    diff --git a/health-and-safety/_posts/2013-01-28-mine-accident-injuries.md b/health-and-safety/_posts/2013-01-28-mine-accident-injuries.md index f5bd8f2..2cfb9d5 100755 --- a/health-and-safety/_posts/2013-01-28-mine-accident-injuries.md +++ b/health-and-safety/_posts/2013-01-28-mine-accident-injuries.md @@ -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] ---
    diff --git a/health-and-safety/_posts/2013-01-29-basic-mine-info.md b/health-and-safety/_posts/2013-01-29-basic-mine-info.md index 9649d0d..1ff68a4 100755 --- a/health-and-safety/_posts/2013-01-29-basic-mine-info.md +++ b/health-and-safety/_posts/2013-01-29-basic-mine-info.md @@ -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] ---
    diff --git a/health-and-safety/_posts/2013-01-29-full-mine-info-mines.md b/health-and-safety/_posts/2013-01-29-full-mine-info-mines.md index cd4cfd6..d9a6ddb 100755 --- a/health-and-safety/_posts/2013-01-29-full-mine-info-mines.md +++ b/health-and-safety/_posts/2013-01-29-full-mine-info-mines.md @@ -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] ---
    diff --git a/health-and-safety/_posts/2013-01-29-safety-and-health.md b/health-and-safety/_posts/2013-01-29-safety-and-health.md index e602bee..a5d7508 100755 --- a/health-and-safety/_posts/2013-01-29-safety-and-health.md +++ b/health-and-safety/_posts/2013-01-29-safety-and-health.md @@ -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] ---
    diff --git a/health-and-safety/_posts/2013-01-30-auto-workers.md b/health-and-safety/_posts/2013-01-30-auto-workers.md index 3922c5b..b8783d9 100755 --- a/health-and-safety/_posts/2013-01-30-auto-workers.md +++ b/health-and-safety/_posts/2013-01-30-auto-workers.md @@ -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] ---
    diff --git a/health-and-safety/_posts/2013-01-30-dol-osha-enforcement.md b/health-and-safety/_posts/2013-01-30-dol-osha-enforcement.md index 2705a93..cbdc0d6 100755 --- a/health-and-safety/_posts/2013-01-30-dol-osha-enforcement.md +++ b/health-and-safety/_posts/2013-01-30-dol-osha-enforcement.md @@ -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 diff --git a/health-and-safety/_posts/2013-01-30-fatal-occupational-injuries.md b/health-and-safety/_posts/2013-01-30-fatal-occupational-injuries.md index 7c69aee..0d597e4 100755 --- a/health-and-safety/_posts/2013-01-30-fatal-occupational-injuries.md +++ b/health-and-safety/_posts/2013-01-30-fatal-occupational-injuries.md @@ -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] ---
    diff --git a/health-and-safety/_posts/2013-01-30-mine-violation.md b/health-and-safety/_posts/2013-01-30-mine-violation.md index d386abd..cd267fa 100755 --- a/health-and-safety/_posts/2013-01-30-mine-violation.md +++ b/health-and-safety/_posts/2013-01-30-mine-violation.md @@ -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] ---
    diff --git a/health-and-safety/_posts/2013-01-30-msha-employment-production.md b/health-and-safety/_posts/2013-01-30-msha-employment-production.md index b9298ff..8f48e94 100755 --- a/health-and-safety/_posts/2013-01-30-msha-employment-production.md +++ b/health-and-safety/_posts/2013-01-30-msha-employment-production.md @@ -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] ---
    diff --git a/health-and-safety/_posts/2013-01-30-osha-compliance.md b/health-and-safety/_posts/2013-01-30-osha-compliance.md index d1efdd3..98e2ba2 100755 --- a/health-and-safety/_posts/2013-01-30-osha-compliance.md +++ b/health-and-safety/_posts/2013-01-30-osha-compliance.md @@ -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] ---
    diff --git a/health-and-safety/_posts/2013-01-31-gulf-oil-spill.md b/health-and-safety/_posts/2013-01-31-gulf-oil-spill.md index f06f89c..db4168f 100755 --- a/health-and-safety/_posts/2013-01-31-gulf-oil-spill.md +++ b/health-and-safety/_posts/2013-01-31-gulf-oil-spill.md @@ -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] ---
    diff --git a/health-and-safety/_posts/2013-01-31-injuries-and-illness.md b/health-and-safety/_posts/2013-01-31-injuries-and-illness.md index 5dacccb..7376acc 100755 --- a/health-and-safety/_posts/2013-01-31-injuries-and-illness.md +++ b/health-and-safety/_posts/2013-01-31-injuries-and-illness.md @@ -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] ---
    diff --git a/img/list.png b/img/list.png new file mode 100644 index 0000000..9889c33 Binary files /dev/null and b/img/list.png differ diff --git a/keeping-what-you-earn/_posts/2013-01-29-mspa.md b/keeping-what-you-earn/_posts/2013-01-29-mspa.md index e9b9c75..7021219 100755 --- a/keeping-what-you-earn/_posts/2013-01-29-mspa.md +++ b/keeping-what-you-earn/_posts/2013-01-29-mspa.md @@ -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] ---
    diff --git a/keeping-what-you-earn/_posts/2013-01-29-whd-compliance.md b/keeping-what-you-earn/_posts/2013-01-29-whd-compliance.md index 2bec3e3..85c0ecb 100755 --- a/keeping-what-you-earn/_posts/2013-01-29-whd-compliance.md +++ b/keeping-what-you-earn/_posts/2013-01-29-whd-compliance.md @@ -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] ---
    diff --git a/keeping-what-you-earn/_posts/2013-09-27-wage-and-hour-publications-system.md b/keeping-what-you-earn/_posts/2013-09-27-wage-and-hour-publications-system.md index baab641..83fb961 100755 --- a/keeping-what-you-earn/_posts/2013-09-27-wage-and-hour-publications-system.md +++ b/keeping-what-you-earn/_posts/2013-09-27-wage-and-hour-publications-system.md @@ -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] ---
    diff --git a/others/_posts/2013-01-29-agency.md b/others/_posts/2013-01-29-agency.md index 641c468..419c7e5 100755 --- a/others/_posts/2013-01-29-agency.md +++ b/others/_posts/2013-01-29-agency.md @@ -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] ---
    diff --git a/others/_posts/2013-01-29-api-metadata.md b/others/_posts/2013-01-29-api-metadata.md index 47b7b5f..31d0006 100755 --- a/others/_posts/2013-01-29-api-metadata.md +++ b/others/_posts/2013-01-29-api-metadata.md @@ -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] ---
    diff --git a/others/_posts/2013-01-29-faq.md b/others/_posts/2013-01-29-faq.md index 36c9866..e734d71 100755 --- a/others/_posts/2013-01-29-faq.md +++ b/others/_posts/2013-01-29-faq.md @@ -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] ---
    diff --git a/others/_posts/2013-01-29-form.md b/others/_posts/2013-01-29-form.md index b7ec671..ac61d9f 100755 --- a/others/_posts/2013-01-29-form.md +++ b/others/_posts/2013-01-29-form.md @@ -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] ---
    diff --git a/others/_posts/2013-01-29-geography.md b/others/_posts/2013-01-29-geography.md index 2dbf787..71fdc46 100755 --- a/others/_posts/2013-01-29-geography.md +++ b/others/_posts/2013-01-29-geography.md @@ -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] ---
    diff --git a/others/_posts/2013-01-29-research-and-evaluation-inventory.md b/others/_posts/2013-01-29-research-and-evaluation-inventory.md index 8735ee6..58eb5fd 100755 --- a/others/_posts/2013-01-29-research-and-evaluation-inventory.md +++ b/others/_posts/2013-01-29-research-and-evaluation-inventory.md @@ -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] ---
    diff --git a/others/_posts/2013-01-29-summer-jobs-service-beta.md b/others/_posts/2013-01-29-summer-jobs-service-beta.md index c99bc26..c90e8ed 100755 --- a/others/_posts/2013-01-29-summer-jobs-service-beta.md +++ b/others/_posts/2013-01-29-summer-jobs-service-beta.md @@ -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] ---
    diff --git a/others/_posts/2013-07-15-api-metrics-per-key.md b/others/_posts/2013-07-15-api-metrics-per-key.md index 4cb1ce7..cd2784f 100755 --- a/others/_posts/2013-07-15-api-metrics-per-key.md +++ b/others/_posts/2013-07-15-api-metrics-per-key.md @@ -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] ---
    diff --git a/others/_posts/2014-01-14-vets100.md b/others/_posts/2014-01-14-vets100.md index 996b905..451985e 100755 --- a/others/_posts/2014-01-14-vets100.md +++ b/others/_posts/2014-01-14-vets100.md @@ -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] ---