Skip to content

Instantly share code, notes, and snippets.

@sheafk
Last active August 10, 2016 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sheafk/1f599b8b4f13fff1fd04dd278e89c9e2 to your computer and use it in GitHub Desktop.
Save sheafk/1f599b8b4f13fff1fd04dd278e89c9e2 to your computer and use it in GitHub Desktop.
//Codes and Descriptions from http://www.bls.gov/oes/current/oes_stru.htm#15-0000
// code : [description, second_button code]
let careerOpTwoDictExpress: Dictionary = [
21-0000 : ["Community and Social Service Occupations", "Health"],
25-1060 : ["Social Sciences Teachers, Postsecondary", "Teaching"],
25-2000 : ["Preschool, Primary, Secondary, and Special Education School Teachers", "Teaching"],
27-1010 : ["Designers", "Art"],
27-2000 : ["Entertainers and Performers, Sports and Related Workers", "Sports"],
27-3000 : ["Media and Communication Workers", "History & Society"],
27-4020 : ["Photographers", "Art"]]
let careerOpTwoDictFormed: Dictionary = [
11-0000 : ["Management Occupations", "Leadership"],
19-3000 : ["Social Scientists and Related Workers", "History & Society"],
21-0000 : ["Community and Social Service Occupations", "Health"],
23-0000 : ["Legal Occupations", "Law"],
25-1060 : ["Social Sciences Teachers, Postsecondary", "Teaching"],
25-1190 : ["Miscellaneous Postsecondary Teachers", "Teaching"],
27-3000 : ["Media and Communication Workers", "History & Society"],
29-1120 : ["Therapists", "Health"],
31-1000 : ["Nursing, Psychiatric, and Home Health Aides", "Health"],
33-0000 : ["Protective Service Occupations", "Law"],
41-3030 : ["Securities, Commodities, and Financial Services Sales Agents", "Finance"]]
@sheafk
Copy link
Author

sheafk commented Aug 5, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment