diff --git a/app.css b/app.css new file mode 100644 index 0000000..8efebaa --- /dev/null +++ b/app.css @@ -0,0 +1,99 @@ +body { + font-family: 'Arial', sans-serif; + background-color: #111d4a; /* Dark background for the entire page */ + color: #f4f4f4; /* Light text color for better readability */ + margin: 0; + padding: 0; +} + +* { + box-sizing: border-box; +} + +h1 { + color: #f4f4f4; /* Light color for the main heading */ + margin-bottom: 30px; + font-size: 2.5em; +} + +.container { + padding: 40px; + margin: 0 auto; + max-width: 1000px; + text-align: center; + background-color: #1f2a48; /* Slightly lighter background for the container */ + border-radius: 8px; /* Rounded corners for the container */ + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Soft shadow for depth */ +} + +#jobslist { + padding-inline-start: 0; + list-style-type: none; /* Remove bullets from list items */ +} + +.job-section { + background-color: #2a3b5a; /* Darker background for each job section */ + border-radius: 8px; + padding: 20px; + margin-bottom: 20px; /* Space between job sections */ +} + +.main-category { + color: #ff9900; /* Bright color for the main category */ + font-size: 2em; + margin-bottom: 20px; +} + +.job-title { + color: #00aaff; /* Bright blue for job titles */ + font-size: 1.5em; + margin-bottom: 10px; +} + +.link { + display: flex; + align-items: center; + margin-bottom: 10px; /* Add spacing between items */ + background-color: #1e2a45; /* Slightly different background for links */ + border-radius: 4px; + padding: 10px; +} + +.category { + margin-right: 15px; /* Space between category and URL */ + font-weight: bold; + color: #ffcc00; /* Yellow color for the category */ +} + +.link a { + color: #00aaff; /* Link color */ + text-decoration: none; /* Remove underline from links */ +} + +.link a:hover { + text-decoration: underline; /* Underline on hover for better UX */ +} + +#searchBar { + width: 100%; + height: 40px; /* Increased height for better usability */ + border-radius: 4px; + border: 1px solid #444; /* Darker border for better contrast */ + padding: 10px; + font-size: 14px; /* Slightly larger font size */ + background-color: #222; /* Darker background for the search bar */ + color: #f4f4f4; /* Light text color for input */ +} + +#searchWrapper { + position: relative; + margin-bottom: 20px; +} + +#searchWrapper::after { + content: '🔍'; + position: absolute; + top: 10px; + right: 15px; + color: #f4f4f4; /* Light color for the search icon */ +} diff --git a/app.js b/app.js new file mode 100644 index 0000000..92e3a62 --- /dev/null +++ b/app.js @@ -0,0 +1,83 @@ +const jobslist = document.getElementById('jobslist'); +const searchBar = document.getElementById('searchBar'); +let jobData = []; + +searchBar.addEventListener('keyup', (e) => { + const searchString = e.target.value.toLowerCase(); + + // Filter jobs based on search string + const filteredJobs = jobData.flatMap(category => { + return Object.entries(category.jobs) + .filter(([jobTitle, job]) => { + // Check if job title matches search string + const jobTitleMatch = jobTitle.toLowerCase().includes(searchString); + + // Check if any link's category or URL matches search string + const linksMatch = job.links.some(link => + link.url.toLowerCase().includes(searchString) || + link.category.toLowerCase().includes(searchString) + ); + + return jobTitleMatch || linksMatch; + }) + .map(([jobTitle, job]) => ({ + main_category: category.main_category, + jobTitle, + job + })); + }); + + displayJobs(filteredJobs); +}); + +const loadJobs = async () => { + try { + const res = await fetch('jobs.json'); // Adjust the path if necessary + jobData = await res.json(); // Load all categories and jobs + displayJobs(jobData.flatMap(category => { + return Object.entries(category.jobs).map(([jobTitle, job]) => ({ + main_category: category.main_category, + jobTitle, + job + })); + })); + } catch (err) { + console.error(err); + } +}; + +const displayJobs = (jobs) => { + let lastCategory = ''; + + const htmlString = jobs + .map(({ main_category, jobTitle, job }) => { + // Check if the main category has changed + const isNewCategory = main_category !== lastCategory; + lastCategory = main_category; + + const linksHtml = job.links + .map(link => ` + + `) + .join(''); + + return ` + ${isNewCategory ? `

${main_category}

` : ''} +
+

${jobTitle}

+ +
+ `; + }) + .join(''); + + jobslist.innerHTML = htmlString; +}; + +// Load jobs data when the page is ready +document.addEventListener('DOMContentLoaded', loadJobs); diff --git a/careers.docx b/careers.docx new file mode 100644 index 0000000..eba88ad Binary files /dev/null and b/careers.docx differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..5f0de15 --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + + + + + + Document + + + +
+

✨ Job Links ✨

+
+ +
+

+ +
+ + + diff --git a/jobs.json b/jobs.json new file mode 100644 index 0000000..9ccc1aa --- /dev/null +++ b/jobs.json @@ -0,0 +1,10826 @@ +[ + { + "main_category": "Business, Advertising, and Finance", + "jobs": { + "Advertising Sales Representative / Agent / Executive": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/41-3011.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/sales/advertising-sales-agents.htm", + "category": "OOH:" + }, + { + "url": "http://www.ehow.com/about_6123748_job-description-advertising-sales-rep.html", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/account-executive/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=YxH7xG8WzvY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=ovjmCc1R6EU", + "category": "Video:" + } + ] + }, + "Assistant Bank Manager": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/11-3031.02", + "category": "O*NET:" + }, + { + "url": "http://www.totaljobs.com/careers-advice/job-profile/finance-jobs/assistant-bank-manager-job-description", + "category": "Wild Card:" + }, + { + "url": "http://www.westerlyccu.com/Documents/Asst%20Branch%20Manager%20Job%20Description%200609.pdf", + "category": "Wild Card:" + } + ] + }, + "Claims Supervisor": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/13-1031.01", + "category": "O*NET:" + }, + { + "url": "http://www.mymajors.com/career/claims-supervisor/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=it2oJf0pPgA", + "category": "Video:" + } + ] + }, + "Customer Service Representative": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/43-4051.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/office-and-administrative-support/customer-service-representatives.htm", + "category": "OOH:" + }, + { + "url": "http://hiring.monster.com/hr/hr-best-practices/recruiting-hiring-advice/job-descriptions/customer-service-representative-job-description-sample.aspx", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/customer-service-representative/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=OxKlgYDsdX4", + "category": "Video:" + } + ] + }, + "Customer Service Representative Supervisor": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/43-1011.00", + "category": "O*NET:" + }, + { + "url": "http://www.americasjobexchange.com/customer-service-supervisor-job-description", + "category": "Wild Card:" + }, + { + "url": "http://work.chron.com/job-descriptions-duties-customer-service-supervisors-15344.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=fN5_bPaAgRE", + "category": "Video:" + } + ] + }, + "Department Manager": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/41-1011.00", + "category": "O*NET:" + }, + { + "url": "http://www.careerplanner.com/DOT-Job-Descriptions/MANAGER-DEPARTMENT.cfm", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=WjUXvQdRROY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=Prr845ZB20E", + "category": "Video:" + } + ] + }, + "Financial Advisor": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/13-2052.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/business-and-financial/personal-financial-advisors.htm", + "category": "OOH:" + }, + { + "url": "http://www.prospects.ac.uk/financial_adviser_job_description.htm", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/personal-financial-advisor/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=traGKwKz93k", + "category": "Video:" + } + ] + }, + "Fund Raiser": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/11-2031.00", + "category": "O*NET:" + }, + { + "url": "http://www.ehow.com/about_5414537_fundraising-job-descriptions.html", + "category": "Wild Card:" + }, + { + "url": "http://www.prospects.ac.uk/charity_fundraiser_job_description.htm", + "category": "Wild Card:" + }, + { + "url": "http://job-descriptions.careerplanner.com/Fundraiser.cfm", + "category": "Wild Card:" + } + ] + }, + "General Operations Manager": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/11-1021.00", + "category": "O*NET:" + }, + { + "url": "http://www.campusexplorer.com/careers/D2440460/general-and-operations-managers/", + "category": "Wild Card:" + }, + { + "url": "http://www.payscale.com/research/US/Job=General_%2F_Operations_Manager/Salary", + "category": "Wild Card:" + }, + { + "url": "https://www.mynextmove.org/profile/summary/11-1021.00", + "category": "Wild Card:" + }, + { + "url": "http://money.usnews.com/careers/best-jobs/business-operations-manager", + "category": "Wild Card:" + }, + { + "url": "http://job-descriptions.careerplanner.com/general-and-operations-managers.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.myplan.com/careers/general-and-operations-managers/description-11-1021.00.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=ETTByx3D03s", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=gfF-5WnSjss", + "category": "Video:" + } + ] + }, + "Loan Counselor": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/13-2071.01", + "category": "O*NET:" + }, + { + "url": "http://www.americasjobexchange.com/loan-counselor-job-description", + "category": "Wild Card:" + }, + { + "url": "http://job-descriptions.careerplanner.com/loan-counselors.cfm", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=YD5LdnRtFLU", + "category": "Video:" + } + ] + }, + "Loan Officer": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/13-2072.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/business-and-financial/loan-officers.htm", + "category": "OOH:" + }, + { + "url": "https://www.youtube.com/watch?v=OFuRkFAyxr4", + "category": "Video:" + } + ] + }, + "Loss Prevention Manager": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/11-9199.08", + "category": "O*NET:" + }, + { + "url": "http://study.com/articles/Loss_Prevention_Manager_Job_Description_and_Requirements.html", + "category": "Wild Card:" + }, + { + "url": "http://job-descriptions.careerplanner.com/Loss-Prevention-Manager.cfm", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=FLjFdCQz9uk", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=Omj_9qv8iv8", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=qjiZuODJ-uE", + "category": "Video:" + } + ] + }, + "Management Analyst": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/13-1111.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/business-and-financial/management-analysts.htm", + "category": "OOH:" + }, + { + "url": "http://money.usnews.com/careers/best-jobs/management-analyst", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Management_Analysts_Job_Description_and_Information_About_Becoming_a_Management_Analyst.html", + "category": "Wild Card:" + }, + { + "url": "https://www.shrm.org/resourcesandtools/tools-and-samples/job-descriptions/pages/cms_007469.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=WY4fq7Tudv8", + "category": "Video:" + } + ] + }, + "Market Research Analyst": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/19-3021.00", + "category": "O*NET:" + }, + { + "url": "http://www.marketresearchcareers.com/jdmarketresearchanalyst.aspx", + "category": "Wild Card:" + }, + { + "url": "http://careerplanning.about.com/od/occupations/p/mkt_rsch_analst.htm", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=TsOgNmeeQHo", + "category": "Video:" + } + ] + }, + "Medical and Health Services Manager": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/11-9111.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/management/medical-and-health-services-managers.htm", + "category": "OOH:" + }, + { + "url": "https://collegegrad.com/careers/medical-and-health-services-managers", + "category": "Wild Card:" + }, + { + "url": "http://www.campusexplorer.com/careers/E544CF8F/medical-and-health-services-managers/", + "category": "Wild Card:" + }, + { + "url": "https://bigfuture.collegeboard.org/careers/management-medical-health-services-managers", + "category": "Wild Card:" + }, + { + "url": "http://allhealthcare.monster.com/training/articles/812-career-guide-medical-and-health-services-managers", + "category": "Wild Card:" + }, + { + "url": "http://learn.org/articles/What_Does_a_Health_Services_Manager_Do.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=HZAZ92tI9cY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=HBBOT1sgxSk", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=d6_0MxDMPBw", + "category": "Video:" + } + ] + }, + "Media Buyer": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/41-3011.00", + "category": "O*NET:" + }, + { + "url": "http://www.youtube.com/watch?v=m1CSX-p3F5k", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=xxU0SIxKlNE", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/Job_Description_of_a_Media_Buyer_Outlook_Duties_and_Salary.html", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/Become_a_Media_Buyer_Education_and_Career_Roadmap.html", + "category": "Wild Card:" + }, + { + "url": "http://www.americasjobexchange.com/media-buyer-job-description", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=LeOQy4NDQYs", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=PzkBBCeGqcg", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=bpqpIFe0NAE", + "category": "Video:" + } + ] + }, + "Pharmaceutical Sales Representative": { + "links": [ + { + "url": "http://healthcareers.about.com/od/healthcareerprofiles/p/PharmaRep.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.innerbody.com/careers-in-health/pharmacy/how-to-become-a-pharmaceutical-sales-representative.html", + "category": "Wild Card:" + }, + { + "url": "http://www.quintcareers.com/pharmaceutical_sales_careers.html", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/pharmaceutical-sales-representative-drug-rep/", + "category": "Video:" + } + ] + }, + "Purchasing Agent": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/13-1023.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/business-and-financial/buyers-and-purchasing-agents.htm", + "category": "OOH:" + }, + { + "url": "https://www.careerplanner.com/DOT-Job-Descriptions/PURCHASING-AGENT.cfm", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/purchasing-agent/", + "category": "Video:" + } + ] + }, + "Realtor or Real Estate Agent": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/41-9022.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/sales/real-estate-brokers-and-sales-agents.htm", + "category": "OOH:" + }, + { + "url": "http://www.myplan.com/careers/real-estate-sales-agents/description-41-9022.00.html", + "category": "Wild Card:" + }, + { + "url": "http://www.snagajob.com/job-descriptions/real-estate-agent/", + "category": "Wild Card:" + }, + { + "url": "http://www.truity.com/career-profile/real-estate-broker-or-sales-agent", + "category": "Wild Card:" + }, + { + "url": "http://www.resume-resource.com/real-estate-agent-job-description/", + "category": "Wild Card:" + }, + { + "url": "http://www.americasjobexchange.com/residential-real-estate-sales-agent-job-description", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=r24DCYY1Fcg", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=SkzPtPPgXLE", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=Jdii7KZkEow", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/realtor/", + "category": "Video:" + } + ] + }, + "Realtor or Real Estate Broker": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/41-9021.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/sales/real-estate-brokers-and-sales-agents.htm", + "category": "OOH:" + }, + { + "url": "https://www.youtube.com/watch?v=xqDMgjd5_K8", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/real-estate-broker/", + "category": "Video:" + } + ] + }, + "Retail Salesperson": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/41-2031.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/sales/retail-sales-workers.htm", + "category": "OOH:" + }, + { + "url": "http://www.careerplanner.com/Job-Descriptions/Retail-Salespersons.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=YRr2mTeHZJ0", + "category": "Video:" + } + ] + }, + "Sales Representative": { + "links": [ + { + "url": "http://www.bls.gov/ooh/sales/wholesale-and-manufacturing-sales-representatives.htm#tab-2", + "category": "OOH:" + }, + { + "url": "http://www.onetonline.org/link/summary/41-4011.00", + "category": "O*NET:" + }, + { + "url": "https://www.youtube.com/watch?v=Q_b1DyAX6-k", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=1aYfS9-TTiM", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=z2Ya8pULr50", + "category": "Video:" + } + ] + }, + "Training and Development Manager": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/11-3131.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/OOH/management/training-and-development-managers.htm", + "category": "OOH:" + }, + { + "url": "https://resources.workable.com/training-manager-job-description", + "category": "Wild Card:" + }, + { + "url": "http://www.americasjobexchange.com/training-and-development-manager-job-description", + "category": "Wild Card:" + }, + { + "url": "https://www.totaljobs.com/careers-advice/job-profile/HR-jobs/training-and-development-manager-job-description", + "category": "Wild Card:" + }, + { + "url": "http://www.onlinehumanresources.net/human-resources-training-and-development.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=FJ-QUSo-9g4", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=85RVEas4AXs", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=VjRJOCR5q3g", + "category": "Video:" + } + ] + }, + "Training and Development Specialist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/13-1151.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/OOH/business-and-financial/training-and-development-specialists.htm", + "category": "OOH:" + }, + { + "url": "http://www.truity.com/career-profile/training-or-development-specialist", + "category": "Wild Card:" + }, + { + "url": "http://www.humanresourcesmba.net/faq/how-can-i-become-a-training-and-development-specialist/", + "category": "Wild Card:" + }, + { + "url": "https://www.careerinfonet.org/occ_rep.asp?next=occ_rep&Level=&optstatus=111111111&jobfam=13&id=1&nodeid=2&soccode=131073&menuMode=&stfips=11", + "category": "Wild Card:" + }, + { + "url": "https://www.chegg.com/career-center/explore/training-and-development-specialist", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=Xao4z4611NM", + "category": "Video:" + } + ] + }, + "Public Relations Representative": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/27-3031.00", + "category": "O*NET:" + }, + { + "url": "http://www.careerplanner.com/DOT-Job-Descriptions/PUBLIC-RELATIONS-REPRESENTATIVE.cfm", + "category": "Wild Card:" + }, + { + "url": "https://www.mymajors.com/career/public-relations-representative/", + "category": "Wild Card:" + }, + { + "url": "https://targetjobs.co.uk/careers-advice/job-descriptions/278247-public-relations-pr-officer-job-description", + "category": "Wild Card:" + }, + { + "url": "https://www.mymajors.com/career/public-relations-representative/", + "category": "Wild Card:" + }, + { + "url": "http://www.americasjobexchange.com/public-relations-assistant-job-description", + "category": "Wild Card:" + }, + { + "url": "http://www.insidejobs.com/careers/public-relations-representative", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/public-relations-director/", + "category": "Video:" + } + ] + }, + "Consumer Psychologist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/consumer-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psichi.org/?page=061EyeFall01dFriedst&hhSearchTerms=%22consumer+and+psych%22", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/consumer-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-consumer-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/consumer-psychologist-2/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/adam-ferrier/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=j_0zBiMo_IU", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div23.aspx", + "category": "APA Division:" + } + ] + }, + "Executive Coach or Public Relations Counselor": { + "links": [ + { + "url": "http://www.forbes.com/2009/08/04/need-executive-consultant-ceonetwork-leadership-coach.html", + "category": "Wild Card:" + }, + { + "url": "https://hbr.org/2009/01/what-can-coaches-do-for-you", + "category": "Wild Card:" + }, + { + "url": "http://www.mymajors.com/career/public-relations-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/farrah-parker/", + "category": "Interview:" + } + ] + }, + "Industrial / Organizational Psychologist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/19-3032.00", + "category": "O*NET:" + }, + { + "url": "http://www.siop.org/", + "category": "Wild Card:" + }, + { + "url": "http://www.siop.org/guidelines.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/action/careers/business/eduardo-salas.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/industrial-organizational-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-an-industrial-organizational-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psichi.org/?page=033EyeSpr99dPondIII&hhSearchTerms=%22Industrial%22", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-dahlke/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/industrial-organizational-psychology-phd/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=QizcwML8FzE&list=PL5F0EF045B6530D9B", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=U5FC6CuVppQ", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 21):" + }, + { + "url": "http://www.apa.org/action/science/organizational/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/organizational/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/business/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/business/eduardo-salas.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/business/kathryn-keeton.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/safer.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://psychlearningcurve.org/beginners-guide/", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/tag/i-o-psychology/", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/bringing-psychological-assessments-to-the-nfl/?utm_source=Psych+Learning+Curve&utm_campaign=5033dce0da-i-o_NFL_2_7_18&utm_medium=email&utm_term=0_ff6044c3a5-5033dce0da-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/inside-industrial-organizational-psychologists-toolkit-job-analysis/?utm_source=Psych+Learning+Curve&utm_campaign=51dfdccb77-i-o-toolkit_3_13_18&utm_medium=email&utm_term=0_ff6044c3a5-51dfdccb77-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/a-day-in-the-life-of-an-i-o-psychologist/?utm_source=Psych+Learning+Curve&utm_campaign=d8d18d78dd-dream_I-O_job_july_5_17&utm_medium=email&utm_term=0_ff6044c3a5-d8d18d78dd-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/opening-doors-with-i-o-psychology/?utm_source=Psych+Learning+Curve&utm_campaign=83805a2ac9-opening_doors_I-O_aug_8_17&utm_medium=email&utm_term=0_ff6044c3a5-83805a2ac9-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/i-o-psychology-gives-back-to-society/?utm_source=Psych+Learning+Curve&utm_campaign=886df4fc18-i-o_gives_back_4_24_18&utm_medium=email&utm_term=0_ff6044c3a5-886df4fc18-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/i-o-psychology-trends/", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/life-of-an-an-industrial-organizational-psychology-graduate-student/", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/4-innovative-women-who-were-pioneers-of-industrial-organizational-psychology/?utm_source=Psych+Learning+Curve&utm_campaign=358c8d85ff-Women+in+I-O&utm_medium=email&utm_term=0_ff6044c3a5-358c8d85ff-92273453", + "category": "APA Blog:" + } + ] + } + } + }, + { + "main_category": "Children and Families", + "jobs": { + "Child Development Specialist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1021.00", + "category": "O*NET:" + }, + { + "url": "http://www.ehow.com/about_5577257_child-developmental-specialist-job-description.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=T5JPQdik4J8", + "category": "Video:" + } + ] + }, + "Child Life Specialist": { + "links": [ + { + "url": "http://health.usnews.com/health-news/health-wellness/articles/2014/07/07/7-facts-about-child-life-specialists", + "category": "Wild Card:" + }, + { + "url": "http://www.mayo.edu/mshs/careers/child-life-specialist", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=OrFzwpAhijE", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=IJumvoJmzTI", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/child-life-specialist/", + "category": "Video:" + } + ] + }, + "Child Welfare, Protection, or Placement Caseworker": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1021.00", + "category": "O*NET:" + }, + { + "url": "http://education-portal.com/articles/Child_Welfare_Case_Worker_Job_Description_for_Students_Considering_a_Career_as_a_Child_Welfare_Case_Worker.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=siCFztXcpAo", + "category": "Video:" + } + ] + }, + "Child Welfare or Protection Social Worker": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/21-1021.00", + "category": "O*NET:" + }, + { + "url": "http://www.psychologycareercenter.org/child-welfare-social-worker.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/become-a-child-welfare-social-worker/", + "category": "Wild Card:" + }, + { + "url": "http://work.chron.com/job-description-child-welfare-social-worker-18013.html", + "category": "Wild Card:" + }, + { + "url": "http://www.socialworklicensure.org/articles/social-worker-vs-child-welfare-worker.html", + "category": "Wild Card:" + } + ] + }, + "Parent (Biological or Adoptive)": { + "links": [ + { + "url": "http://www.easternflorida.edu/community-resources/child-development-centers/parent-resource-library/documents/daunting-but-rewarding-job.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.city-data.com/forum/parenting/240156-parent-job-description.html", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/dad/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/mom/", + "category": "Video:" + } + ] + }, + "Parent (Professional)": { + "links": [ + { + "url": "http://www.phoenixservices.org/jobs/professional-parent-job-description", + "category": "Wild Card:" + }, + { + "url": "http://emqff.org/services/professionalparents/", + "category": "Wild Card:" + } + ] + }, + "Adolescent Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/adolescent-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://woman.thenest.com/job-description-adolescent-psychologist-17172.html", + "category": "Wild Card:" + }, + { + "url": "http://www.abpp.org/i4a/pages/index.cfm?pageid=3303", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/pi/families/resources/develop.pdf", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/about/division/div53.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div37.aspx", + "category": "APA Division:" + } + ] + }, + "Child Abuse Counselor": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/child-abuse-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/child-abuse-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/child-abuse-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/counseling-careers/becoming-a-child-abuse-counselor/", + "category": "Wild Card:" + } + ] + }, + "Child Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/child-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/Child_Psychologist_Career_Profile.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/becoming-a-child-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-rachelle-robinson/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-kimberly-tompkins/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/clinical-child-psychologist/", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div53.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div37.aspx", + "category": "APA Division:" + } + ] + }, + "Developmental Psychologist": { + "links": [ + { + "url": "http://www.occupationalinfo.org/04/045061010.html", + "category": "DOT:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-developmental-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=2X7igDgHuE0", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=5FjhTojsAoE", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 15):" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/perez-edgar.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/alison-gopnik.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/jensen-arnett.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/kathleen-kremer.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/linda-spear.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/science/developmental/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/developmental/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lead.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div7.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div33.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div53.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div33.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA Division:" + } + ] + }, + "Domestic Abuse or Violence Counselor": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/domestic-violence-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/domestic-violence-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/domestic-violence-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/domestic-abuse-psychologist/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=ujST1KCC-0g", + "category": "Video:" + } + ] + }, + "Family Counselor or Caseworker": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1013.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/oes/current/oes211013.htm", + "category": "OOH:" + }, + { + "url": "https://www.youtube.com/watch?v=8fhxzjdAsW4", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div37.aspx", + "category": "APA:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA:" + } + ] + }, + "Marriage and Family Counselor or Therapist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1013.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/community-and-social-service/mental-health-counselors-and-marriage-and-family-therapists.htm", + "category": "OOH:" + }, + { + "url": "http://www.psychologycareercenter.org/marriage-family-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/marriage-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/marriage-family-therapist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-marriage-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/lia-huynh/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/darren-adamson/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/ali-miller/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/zora-l-kolkey/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/lisa-bahar/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=B6YTrJ3t54o", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=w6P0STFlPQ4", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div48.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div37.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA:" + } + ] + }, + "Pediatric Psychologist": { + "links": [ + { + "url": "https://www.psichi.org/page/232EyeWinter18-19Ghriwati#.XGRS4VVKipo", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/pediatric-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-pediatric-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=tPmSHpLX3QQ", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=NvDIdRZNJlg", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lead.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div54.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div37.aspx", + "category": "APA Division:" + } + ] + } + } + }, + { + "main_category": "Counseling", + "jobs": { + "Crisis Intervention Counselor": { + "links": [ + { + "url": "http://www.humanservicesedu.org/crisis-intervention-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://work.chron.com/responsibilities-crisis-intervention-counselor-22601.html", + "category": "Wild Card:" + }, + { + "url": "http://www.ehow.com/facts_6025167_crisis-intervention-counselor-job-description.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=Dyxs0CY5phc", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=7rJZvOy-bbQ", + "category": "Video:" + } + ] + }, + "Rehabilitation Counselor": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/rehabilitation-counselor.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=nCZVNg3dhrU", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=1lFsqTMLtz4", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=ECSxG5749wY", + "category": "Video:" + } + ] + }, + "Substance Abuse Counselor": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1011.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/community-and-social-service/substance-abuse-and-behavioral-disorder-counselors.htm", + "category": "OOH:" + }, + { + "url": "http://careers.stateuniversity.com/pages/438/Substance-Abuse-Counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/substance-abuse-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/substance-abuse-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/serena-wadhwa/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/donna-mae-depola/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/substance-abuse-therapist/", + "category": "Video:" + } + ] + }, + "Career, Employment, or Vocational Counselor": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/21-1012.00", + "category": "O*NET:" + }, + { + "url": "http://www.psychologycareercenter.org/career-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://careers.stateuniversity.com/pages/208/Employment-Counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/start-your-career-counseling-career/", + "category": "Wild Card:" + }, + { + "url": "https://www.sokanu.com/careers/career-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=msKO_7PcgeI", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=2-ri-Gvbo5U", + "category": "Video:" + } + ] + }, + "Community Counselor": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/community-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/community-counselor.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=9fu2Q6yXvZE", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=_cKd7OE5Qtw", + "category": "Video:" + } + ] + }, + "Counseling Psychologist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/19-3031.03", + "category": "O*NET:" + }, + { + "url": "http://www.psichi.org/?page=041EyeFall99bCarter&hhSearchTerms=%22counseling+and+psychology%22", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-counseling-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.collegeatlas.org/counseling-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-tina-tessina/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=MT9Rt8kqthQ", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/science/counseling/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/counseling/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/communities/david-scheinfeld.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.div17.org/", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div49.aspx", + "category": "APA Division:" + } + ] + }, + "Depression Counselor": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/depression-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/start-your-depression-counselin-career/", + "category": "Wild Card:" + }, + { + "url": "http://www.counselling-directory.org.uk/depression.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=Uxs9oMD55sE", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=CJhvHzZkdTI", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=fCZpUIEUsys", + "category": "Video:" + } + ] + }, + "Genetic Counselor": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-9092.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/genetic-counselors.htm", + "category": "OOH:" + }, + { + "url": "http://www.bls.gov/careeroutlook/2011/summer/yawhat.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/genetics-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=JEcpwfyxWu0", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=dJuo937gz44", + "category": "Video:" + } + ] + }, + "Gerontological Counselor": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/gerontological-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.allpsychologycareers.com/career/geriatric-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.counselor-license.com/careers/geriatric-counselor.html#context/api/listings/prefilter", + "category": "Wild Card:" + }, + { + "url": "http://www.geteducated.com/career-center/detail/gerontological-counselor", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/start-your-geriatric-counseling-career/", + "category": "Wild Card:" + }, + { + "url": "https://www1.cfnc.org/Plan/For_A_Career/Career_Cluster_Profile/Cluster_Article.aspx?articleId=QyXAP2FPAXIw9xuwaZI4dTkkdPKAQXAP3DPAXXAP3DPAX&cId=Ssi5wXAP2BPAXiXAP2FPAXPEAZqsP7RwccdwXAP3DPAXXAP3DPAX§ionId=3", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/about/division/div20.aspx", + "category": "APA Division:" + } + ] + }, + "Grief Counselor": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/grief-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.careersinpsychology.org/become-a-grief-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://www.counselor-license.com/careers/grief-counselor.html#context/api/listings/prefilter", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=nmtzEFRwYXU", + "category": "Video:" + } + ] + }, + "Licensed Professional Counselor": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/licensed-professional-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.counselor-license.com/", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/therapist-licensed-professional-counselor/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=bn234W0jYNw", + "category": "Video:" + } + ] + }, + "Marriage and Family Counselor or Therapist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1013.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/community-and-social-service/mental-health-counselors-and-marriage-and-family-therapists.htm", + "category": "OOH:" + }, + { + "url": "http://www.psychologycareercenter.org/marriage-family-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/marriage-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/marriage-family-therapist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-marriage-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/lia-huynh/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/darren-adamson/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/ali-miller/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/zora-l-kolkey/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/lisa-bahar/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=B6YTrJ3t54o", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=w6P0STFlPQ4", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div48.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div37.aspx", + "category": "APA Division:" + } + ] + }, + "Mental Health Counselor": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/21-1014.00", + "category": "O*NET:" + }, + { + "url": "http://www.psychologycareercenter.org/mental-health-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.allpsychologyschools.com/mental-health-counseling/job-description/", + "category": "Wild Card:" + }, + { + "url": "http://job-descriptions.careerplanner.com/Mental-Health-Counselors.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.myplan.com/careers/mental-health-counselors/description-21-1014.00.html", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Mental_Health_Counselors_Job_Description_and_Information_About_Starting_a_Career_in_Mental_Health_Counseling.html", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/mental-health-counselor/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/mental-health-counselor-at-a-university/", + "category": "Video:" + } + ] + }, + "Military Counselor": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/military-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.allpsychologycareers.com/career/military-counseling-career.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/counseling-careers/becoming-a-military-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://www.careerprofiles.info/military-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=1h23uuO_1WQ", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/careers/communities/david-scheinfeld.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/about/division/div48.aspx", + "category": "APA Division:" + } + ] + }, + "Multicultural Counselor": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/multi-cultural-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/multicultural-counselor.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=xZUgD-NbRvo", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=bSOGSDGmNt4", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div52.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div48.aspx", + "category": "APA Division:" + } + ] + }, + "Pastoral Counselor": { + "links": [ + { + "url": "http://www.aapc.org/", + "category": "Wild Card:" + }, + { + "url": "http://www.neumann.edu/academics/grad/pastoral/pastoral_counseling/default.asp", + "category": "Wild Card:" + }, + { + "url": "http://hccnj.com/careers/chaplain-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Salary_and_Career_Information_for_Pastoral_Counselors.html", + "category": "Wild Card:" + }, + { + "url": "http://biblicalcounselingcoalition.org/blogs/2012/06/14/what-your-counseling-pastor-job-description-looks-like/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=paFdQviK40E", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=NYx6B1gNj4Y", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div36.aspx", + "category": "APA Division:" + } + ] + }, + "School Guidance Counselor": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1012.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/community-and-social-service/school-and-career-counselors.htm", + "category": "OOH:" + }, + { + "url": "https://www.schoolcounselor.org/administrators/role-of-the-school-counselor", + "category": "Wild Card:" + }, + { + "url": "http://www.nacacnet.org/career-center/Tools/JobDescriptions/Pages/GuidanceCounselor.aspx", + "category": "Wild Card:" + }, + { + "url": "http://wvde.state.wv.us/counselors/job-description.doc", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/felicia-meadows/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/kelly-crossing-counselor/", + "category": "Interview:" + }, + { + "url": "http://www.schooltube.com/video/1cf0dca9c9d9ab2b6a95/What-Does-a-School-Counselor-Do", + "category": "Video:" + } + ] + }, + "Spiritual or Meditative Counselor": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/spiritual-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/george-a-boyd/", + "category": "Interview:" + }, + { + "url": "https://www.youtube.com/watch?v=Z-hMImYLYpY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=qx0luQolpRY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=G8YALU55CxI", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div36.aspx", + "category": "APA Division:" + } + ] + }, + "Suicide Counselor": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/suicide-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/suicide-counseling-careers/", + "category": "Wild Card:" + }, + { + "url": "http://www.counselor-license.com/careers/suicide-counselors.html#context/api/listings/prefilter", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=tOqyjqma6oA", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=y-gBJrFqFF4", + "category": "Video:" + } + ] + }, + "Vocational Rehabilitation Counselor": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1012.00", + "category": "O*NET:" + }, + { + "url": "http://www.innerbody.com/careers-in-health/how-to-become-a-vocational-rehabilitation-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://agency.governmentjobs.com/sanmateo/default.cfm?action=viewclassspec&ClassSpecID=6107", + "category": "Wild Card:" + }, + { + "url": "http://www.truity.com/career-profile/rehabilitation-counselor", + "category": "Wild Card:" + }, + { + "url": "http://job-descriptions.careerplanner.com/Rehabilitation-Counselors.cfm", + "category": "Wild Card:" + }, + { + "url": "https://www.ok.gov/opm/jfd/k-specs/k21.htm", + "category": "Wild Card:" + }, + { + "url": "http://swz.salary.com/SalaryWizard/Vocational-Rehabilitation-Counselor-Job-Description.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.michigan.gov/documents/RehabilitiationCounselor_13092_7.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.glitc.org/forms/employment/vocational-rehabilitation-counselor-03-13.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=ur_WhbxSv2w", + "category": "Video:" + } + ] + } + } + }, + { + "main_category": "Education", + "jobs": { + "Admissions Evaluator": { + "links": [ + { + "url": "http://www.occupationalinfo.org/20/205367010.html", + "category": "DOT:" + }, + { + "url": "http://usfweb2.usf.edu/human-resources/pdfs/class-comp/job-codes/1104.pdf", + "category": "Wild Card:" + }, + { + "url": "http://dot-job-descriptions.careerplanner.com/ADMISSIONS-EVALUATOR.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.missouristate.edu/human/jobdescriptions/21799.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.payscale.com/research/US/Job=Admissions_Evaluator/Salary", + "category": "Wild Card:" + } + ] + }, + "Alumni Director": { + "links": [ + { + "url": "http://www.occupationalinfo.org/09/090117014.html", + "category": "DOT:" + }, + { + "url": "http://www.supportingadvancement.com/employment/job_descriptions/alumni/dir_alumni_relations.htm", + "category": "Wild Card:" + }, + { + "url": "https://www.mdc.edu/hr/Compensation/Full-Time_Job_Descriptions/Validated/2940_Alumni_Relations_Officer.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=GWaPV1v6DPI", + "category": "Video:" + } + ] + }, + "Elementary School Teacher": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/25-2021.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/education-training-and-library/kindergarten-and-elementary-school-teachers.htm", + "category": "OOH:" + }, + { + "url": "https://www.drkit.org/elementary-education-ba/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=Y3bx6IWYmD8", + "category": "Video:" + } + ] + }, + "Financial Aid Counselor": { + "links": [ + { + "url": "http://www.occupationalinfo.org/16/169267018.html", + "category": "DOT:" + }, + { + "url": "http://study.com/articles/Financial_Aid_Counselor_Job_Description_and_Career_Info.html", + "category": "Wild Card:" + }, + { + "url": "http://usfweb2.usf.edu/human-resources/pdfs/class-comp/job-codes/1114.pdf", + "category": "Wild Card:" + }, + { + "url": "https://www.pcc.edu/hr/employment/academic-pro-jobs/finaidadv.html", + "category": "Wild Card:" + } + ] + }, + "High School Teacher": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/25-2031.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/education-training-and-library/high-school-teachers.htm", + "category": "OOH:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 10 and 23):" + }, + { + "url": "http://www.psichi.org/?page=122EyeWin08bPark&hhSearchTerms=%22high+and+school%22", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/high-school-science-teacher/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/high-school-social-studies-teacher/", + "category": "Video:" + } + ] + }, + "Preschool Teacher": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/25-2011.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/education-training-and-library/preschool-teachers.htm", + "category": "OOH:" + }, + { + "url": "http://money.usnews.com/careers/best-jobs/preschool-teacher", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Preschool_Teacher_How_to_Become_a_Preschool_Teacher.html", + "category": "Wild Card:" + }, + { + "url": "http://www.earlychildhoodteacher.org/a-day-in-the-life-of-a-preschool-teacher/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=7mmTiEvEDe8", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=ISEm6rkOBMY", + "category": "Video:" + } + ] + }, + "Residential Advisor / Director": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/39-9041.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/oes/current/oes399041.htm", + "category": "OOH:" + }, + { + "url": "https://www.emory.edu/HOUSING/JOBS/ra.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=HfJtqAiJF6o", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=dmzEuH1qZio", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=8g2A977yZ-s", + "category": "Video:" + } + ] + }, + "Special Education Teacher": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/25-2052.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2053.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2051.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2054.00", + "category": "O*NET:" + }, + { + "url": "https://www.drkit.org/special-education-teacher/", + "category": "Video:" + } + ] + }, + "Speech-Language Pathology Assistant": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/31-9099.01", + "category": "O*NET:" + }, + { + "url": "http://www.asha.org/associates/SLPA-FAQs/", + "category": "Wild Card:" + }, + { + "url": "http://www.asha.org/Practice-Portal/Professional-Issues/Speech-Language-Pathology-Assistants/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=bBTHXXOzmdA", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=wMOH6Dhp6zc", + "category": "Video:" + } + ] + }, + "Teacher for the Emotionally Impaired": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/25-2051.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2052.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2053.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2054.00", + "category": "O*NET:" + }, + { + "url": "https://www.drkit.org/special-education-teacher/", + "category": "Video:" + } + ] + }, + "Teacher for the Hearing Impaired": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/25-2051.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2052.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2053.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2054.00", + "category": "O*NET:" + } + ] + }, + "Teacher for the Learning Disabled": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/25-2051.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2052.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2053.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2054.00", + "category": "O*NET:" + }, + { + "url": "https://www.drkit.org/special-education-teacher/", + "category": "Video:" + } + ] + }, + "Teacher for the Mentally Impaired": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/25-2051.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2052.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2053.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2054.00", + "category": "O*NET:" + }, + { + "url": "https://www.drkit.org/special-education-teacher/", + "category": "Video:" + } + ] + }, + "Teacher for the Visually Impaired": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/25-2051.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2052.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2053.00", + "category": "O*NET:" + }, + { + "url": "http://www.onetonline.org/link/summary/25-2054.00", + "category": "O*NET:" + } + ] + }, + "Training and Development Specialist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/13-1151.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/OOH/business-and-financial/training-and-development-specialists.htm", + "category": "OOH:" + }, + { + "url": "http://www.truity.com/career-profile/training-or-development-specialist", + "category": "Wild Card:" + }, + { + "url": "http://www.humanresourcesmba.net/faq/how-can-i-become-a-training-and-development-specialist/", + "category": "Wild Card:" + }, + { + "url": "https://www.careerinfonet.org/occ_rep.asp?next=occ_rep&Level=&optstatus=111111111&jobfam=13&id=1&nodeid=2&soccode=131073&menuMode=&stfips=11", + "category": "Wild Card:" + }, + { + "url": "https://www.chegg.com/career-center/explore/training-and-development-specialist", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=Xao4z4611NM", + "category": "Video:" + } + ] + }, + "Transcript Evaluator": { + "links": [ + { + "url": "http://www.nacacnet.org/career-center/Tools/JobDescriptions/Pages/TranscriptEvaluator.aspx", + "category": "Wild Card:" + }, + { + "url": "https://labor.idaho.gov/DHR/ATS/statejobs/Specs.aspx?description=true&Class_No=01170", + "category": "Wild Card:" + }, + { + "url": "https://www.higheredjobs.com/details.cfm?JobCode=175848999", + "category": "Wild Card:" + } + ] + }, + "Vocational Training Teacher": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/25-1194.00", + "category": "O*NET:" + }, + { + "url": "http://learn.org/articles/How_Do_I_Become_a_Vocational_Training_Teacher.html", + "category": "Wild Card:" + }, + { + "url": "http://study.com/teaching_vocational_education.html", + "category": "Wild Card:" + } + ] + }, + "Academic Advisor or Counselor": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1012.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/community-and-social-service/school-and-career-counselors.htm", + "category": "OOH:" + }, + { + "url": "http://education-portal.com/articles/Academic_Advisor_Job_Description_Duties_and_Requirements.html", + "category": "Wild Card:" + }, + { + "url": "http://www.nacada.ksu.edu/Resources/Clearinghouse/View-Articles/Become-an-Advisor.aspx", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=4kHTEUDqUSQ", + "category": "Video:" + } + ] + }, + "Assessment Professional or Program Evaluator": { + "links": [ + { + "url": "http://www.psichi.org/?page=063EyeSpring02bWise&hhSearchTerms=%22assessment+and+professional%22", + "category": "Wild Card:" + }, + { + "url": "http://www.managementhelp.org/evaluatn/fnl_eval.htm", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/psychology-assessment-and-measurement-phd/", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div5.aspx", + "category": "APA Division:" + } + ] + }, + "Career or Vocational Counselor": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/career-and-vocational-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/janet-scarborough-civitelli-career-counselor-interview/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/marcia-hanlon-lcsw/", + "category": "Interview:" + }, + { + "url": "https://www.youtube.com/watch?v=ZtQsZhFv7hM", + "category": "Video:" + } + ] + }, + "College or University Professor": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/25-1066.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/education-training-and-library/postsecondary-teachers.htm", + "category": "OOH:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapters 10 and 23):" + }, + { + "url": "https://www.drkit.org/university-professor/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/community-college-professor/", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/tia2005/index.php", + "category": "APA Careers:" + }, + { + "url": "http://www.teachpsych.org/", + "category": "APA Division:" + } + ] + }, + "College or University Administrator": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/11-9033.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/management/postsecondary-education-administrators.htm", + "category": "OOH:" + }, + { + "url": "http://www.wisegeek.com/what-does-an-academic-dean-do.htm#didyouknowout", + "category": "Wild Card:" + }, + { + "url": "http://www.suu.edu/pva/deansfunction.html", + "category": "Wild Card:" + } + ] + }, + "Director of College or University Admissions": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/11-9033.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/management/postsecondary-education-administrators.htm", + "category": "OOH:" + }, + { + "url": "http://hiring.monster.com/hr/hr-best-practices/recruiting-hiring-advice/job-descriptions/admissions-director-job-description.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=GpRFIClAWEg", + "category": "Video:" + } + ] + }, + "Educational Psychologist": { + "links": [ + { + "url": "http://www.occupationalinfo.org/04/045067010.html", + "category": "DOT:" + }, + { + "url": "http://www.psychologycareercenter.org/educational-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/educational-research-scientist/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=SAvrQAyCzkc", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/science/teaching-learning/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/teaching-learning/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/schools/ellen-mandinach.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lead.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/dyslexia.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/reading.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apadiv15.org", + "category": "APA Division:" + }, + { + "url": "http://www.teachpsych.org/", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div33.aspx", + "category": "APA Division:" + } + ] + }, + "Instructional Coordinator": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/25-9031.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/education-training-and-library/instructional-coordinators.htm", + "category": "OOH:" + }, + { + "url": "https://bigfuture.collegeboard.org/careers/education-museum-work-library-science-instructional-coordinators", + "category": "Wild Card:" + }, + { + "url": "http://online.notredamecollege.edu/masters-education-degree/how-to-become-an-instructional-coordinator/", + "category": "Wild Card:" + }, + { + "url": "http://www.truity.com/career-profile/instructional-coordinator", + "category": "Wild Card:" + }, + { + "url": "http://www.americasjobexchange.com/instructional-coordinator-job-description", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=5ukp8Kf0chY", + "category": "Video:" + } + ] + }, + "Instructional Designer or E-Learning Developer": { + "links": [ + { + "url": "http://wTrainww.onetonline.org/link/summary/25-9031.01", + "category": "O*NET:" + }, + { + "url": "http://blogs.articulate.com/rapid-elearning/e-learning-job-title/", + "category": "Wildcard:" + }, + { + "url": "https://nationalcareersservice.direct.gov.uk/advice/planning/jobprofiles/Pages/e-learningdeveloper.aspx", + "category": "Wildcard:" + }, + { + "url": "http://www.docs.csg.ed.ac.uk/HumanResources/JDs/8-e-Learning_Developer_(MVM).pdf", + "category": "Wildcard:" + }, + { + "url": "http://www.jobshadow.com/interview-with-an-elearning-developer/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/instructional-designer/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=f2q-SYS2Kbc", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=-NMggrCM25U", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=6xnoCL3-9EI", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=gDU4x6W7-8E", + "category": "Video:" + } + ] + }, + "Psychometrist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/19-3031.01", + "category": "O*NET:" + }, + { + "url": "http://www.careerplanner.com/DOT-Job-Descriptions/PSYCHOMETRIST.cfm", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/become-a-psychometrician/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/1328/", + "category": "Interview:" + }, + { + "url": "http://www.apa.org/about/division/div5.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div16.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div33.aspx", + "category": "APA Division:" + } + ] + }, + "School Guidance Counselor": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1012.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/community-and-social-service/school-and-career-counselors.htm", + "category": "OOH:" + }, + { + "url": "http://careersinpsychology.org/interview/felicia-meadows/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/kelly-crossing-counselor/", + "category": "Interview:" + }, + { + "url": "http://www.schooltube.com/video/1cf0dca9c9d9ab2b6a95/What-Does-a-School-Counselor-Do", + "category": "Video:" + } + ] + }, + "School Psychologist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/19-3031.01", + "category": "O*NET:" + }, + { + "url": "http://www.psichi.org/?page=013EyeSpr97eJackson&hhSearchTerms=%22school+and+psych%22", + "category": "Wild Card:" + }, + { + "url": "http://www.ehow.com/way_5291507_job-description-school-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/school-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/guides/degree-in-school-psychology/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/school-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-school-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-frank-c-worrell/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-kim-dean/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/school-psychologist/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/school-psychologist-mental-health-counselor/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/school-psychology-psyd/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/school-psychology-phd/", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 17):" + }, + { + "url": "http://psychlearningcurve.org/school-psychologists/?utm_source=Psych+Learning+Curve&utm_campaign=cabc2b2937-school_psych_11_15_17&utm_medium=email&utm_term=0_ff6044c3a5-cabc2b2937-92273453", + "category": "APA Blog:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lead.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/reading.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div16.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div5.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div33.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div40.aspx", + "category": "APA Division:" + } + ] + }, + "School Social Worker": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1021.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/community-and-social-service/social-workers.htm", + "category": "OOH:" + }, + { + "url": "http://education-portal.com/articles/School_Social_Worker_Job_Description_Duties_and_Salary.html", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/School_Social_Workers_Information_About_Starting_a_Career_as_a_School_Social_Worker.html", + "category": "Wild Card:" + } + ] + }, + "Social Work Teacher, Postsecondary": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/25-1113.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/oes/current/oes251113.htm", + "category": "OOH:" + }, + { + "url": "http://www.myplan.com/careers/social-work-teachers-postsecondary/summary-25-1113.00.html", + "category": "Wild Card:" + }, + { + "url": "http://www.careerinfonet.org/occ_rep.asp?optstatus=000110111&soccode=251113", + "category": "Wild Card:" + } + ] + }, + "Special Education Counselor": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/special-education-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Become_a_Special_Education_Counselor_Step-by-Step_Career_Guide.html", + "category": "Wild Card:" + }, + { + "url": "http://www.aldine.k12.tx.us/pdfs/bpPDFs/BP2097.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.hcisd.org/Page/1567", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/about/division/div33.aspx", + "category": "APA Division:" + } + ] + }, + "Speech Pathologist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1127.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/speech-language-pathologists.htm", + "category": "OOH:" + }, + { + "url": "http://careerplanning.about.com/od/occupations/p/speech_path.htm", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/speech-language-pathologist/", + "category": "Video:" + } + ] + }, + "Student Affairs Professional": { + "links": [ + { + "url": "http://www.acui.org/content.aspx?menu_id=206&id=138", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=R5B9aIf0RfM", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=Gyb2Y7QWgLA", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=97zwbz7Gb0w", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=ia1qnQk7RY4", + "category": "Video:" + } + ] + } + } + }, + { + "main_category": "Health and Medical Services", + "jobs": { + "Child Life Specialist": { + "links": [ + { + "url": "http://health.usnews.com/health-news/health-wellness/articles/2014/07/07/7-facts-about-child-life-specialists", + "category": "Wild Card:" + }, + { + "url": "http://www.mayo.edu/mshs/careers/child-life-specialist", + "category": "Wild Card:" + }, + { + "url": "http://www.childlife.org/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=OrFzwpAhijE", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=IJumvoJmzTI", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/child-life-specialist/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=cIvVmjVMOBc", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=AjRrAod36HU", + "category": "Video:" + } + ] + }, + "Coroner": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/13-1041.06", + "category": "O*NET:" + }, + { + "url": "https://www.youtube.com/watch?v=o_XzVyA8HM4", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=JUMTKHvY1g8", + "category": "Video:" + } + ] + }, + "Fitness and Wellness Coordinator": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/11-9039.02", + "category": "O*NET:" + }, + { + "url": "https://www.sokanu.com/careers/fitness-and-wellness-coordinator/", + "category": "Wild Card:" + }, + { + "url": "http://job-descriptions.careerplanner.com/Fitness-and-Wellness-Coordinator.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.ndworksitewellness.org/docs/step2-sample-wellness-jobs.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.academicinvest.com/science-careers/exercise-science-careers/how-to-become-a-wellness-coordinator", + "category": "Wild Card:" + }, + { + "url": "http://oureverydaylife.com/wellness-coordinator-careers-4780.html", + "category": "Wild Card:" + }, + { + "url": "https://bloomington.in.gov/media/media/application/pdf/13765.pdf", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=uDBeSAGG9XY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=GtXxtlJ8TLM", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=s-QbV_OstxQ", + "category": "Video:" + } + ] + }, + "Health Care Facility Administrator": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/11-9111.00", + "category": "O*NET:" + }, + { + "url": "http://www.healthcaresalaryonline.com/healthcare-administrator-job-description.html", + "category": "Wild Card:" + }, + { + "url": "http://www.newenglandcollegeonline.com/resources/healthcare-administration/healthcare-administrator-career-outlook-and-salary/#.VUp19vlVhBc", + "category": "Wild Card:" + }, + { + "url": "http://www.floridatechonline.com/resources/healthcare-management/hospital-administrator-career-and-salary-profile/#.VUp2PflVhBc", + "category": "Wild Card:" + } + ] + }, + "Health Coach / Educator": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/21-1091.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/community-and-social-service/health-educators.htm", + "category": "OOH:" + }, + { + "url": "http://www.acefitness.org/fitness-certifications/health-coach-certification/", + "category": "Wild Card:" + }, + { + "url": "http://www.ece.emory.edu/health_coach/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=1sVEYNH8gbk", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=KaZA0PNYSgM", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=Ex0OFvSGpwQ", + "category": "Video:" + } + ] + }, + "Health Information Specialist": { + "links": [ + { + "url": "http://www.ehow.com/facts_5602260_health-information-specialist-job-description.html", + "category": "Wild Card:" + }, + { + "url": "http://www.healthcarepathway.com/Health-Care-Careers/health-information-specialist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.mymajors.com/career/health-information-specialist/", + "category": "Wild Card:" + }, + { + "url": "http://learn.org/articles/How_Can_I_Become_a_Health_Information_Specialist.html", + "category": "Wild Card:" + } + ] + }, + "Hearing Aid Specialist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-2092.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/oes/current/oes292092.htm", + "category": "OOH:" + }, + { + "url": "http://www.healthcaresalaryworld.com/hearing-aid-specialist-job-descriptions/", + "category": "Wild Card:" + }, + { + "url": "https://www.sokanu.com/careers/hearing-aid-specialist/", + "category": "Wild Card:" + } + ] + }, + "Funeral Director / Undertaker / Mortician": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/39-4031.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/personal-care-and-service/funeral-service-occupations.htm#tab-1", + "category": "OOH:" + }, + { + "url": "https://www.drkit.org/funeral-director/", + "category": "Video:" + } + ] + }, + "Medical Scribe": { + "links": [ + { + "url": "https://www.onetonline.org/link/summary/31-9094.00", + "category": "O*NET:" + }, + { + "url": "http://www.scribeamerica.com/what_is_medical_scribe.html", + "category": "Wild Card:" + }, + { + "url": "http://hire.proscribemd.com/become-a-scribe/?gclid=CjwKCAiAvMPRBRBIEiwABuO6qfs50r2hAR0sJw2lzZDxBPWttsHjGC8jj8otPLi_XbuzCqjnXae-FRoCbaUQAvD_BwE", + "category": "Wild Card:" + } + ] + }, + "Medical Services Manager": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/11-9111.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/management/medical-and-health-services-managers.htm", + "category": "OOH:" + }, + { + "url": "https://collegegrad.com/careers/medical-and-health-services-managers", + "category": "Wild Card:" + }, + { + "url": "http://www.campusexplorer.com/careers/E544CF8F/medical-and-health-services-managers/", + "category": "Wild Card:" + }, + { + "url": "https://bigfuture.collegeboard.org/careers/management-medical-health-services-managers", + "category": "Wild Card:" + }, + { + "url": "http://allhealthcare.monster.com/training/articles/812-career-guide-medical-and-health-services-managers", + "category": "Wild Card:" + }, + { + "url": "http://learn.org/articles/What_Does_a_Health_Services_Manager_Do.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=HZAZ92tI9cY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=HBBOT1sgxSk", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=d6_0MxDMPBw", + "category": "Video:" + } + ] + }, + "Paramedic or Emergency Medical Technician": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-2041.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/emts-and-paramedics.htm", + "category": "OOH:" + }, + { + "url": "http://explorehealthcareers.org/en/Career/43/Emergency_Medical_TechnicianParamedic", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/paramedic/", + "category": "Video:" + } + ] + }, + "Patient Advocate": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/43-4051.03", + "category": "O*NET:" + }, + { + "url": "http://hiring.monster.com/hr/hr-best-practices/recruiting-hiring-advice/job-descriptions/patient-advocate-job-description.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.snagajob.com/job-descriptions/patient-advocate-job-description/", + "category": "Wild Card:" + }, + { + "url": "http://educationcareerarticles.com/career-information/career-news/what-are-the-skills-duties-of-a-patient-advocate/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=Ha3vvZqGyHg", + "category": "Video:" + } + ] + }, + "Patient Resources and Reimbursement Agent": { + "links": [ + { + "url": "http://www.mymajors.com/career/patient-resources-and-reimbursement-agent/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=wyA_U-UVCuo", + "category": "Video:" + } + ] + }, + "Pharmaceutical Sales Representative": { + "links": [ + { + "url": "http://healthcareers.about.com/od/healthcareerprofiles/p/PharmaRep.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.innerbody.com/careers-in-health/pharmacy/how-to-become-a-pharmaceutical-sales-representative.html", + "category": "Wild Card:" + }, + { + "url": "http://www.quintcareers.com/pharmaceutical_sales_careers.html", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/pharmaceutical-sales-representative-drug-rep/", + "category": "Video:" + } + ] + }, + "Psychiatric Aide / Attendant": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/31-1013.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/psychiatric-technicians-and-aides.htm", + "category": "OOH:" + }, + { + "url": "http://careers.stateuniversity.com/pages/437/Psychiatric-Aide.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/psychiatric-aide/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=u4flggkTkeg", + "category": "Video:" + } + ] + }, + "Psychiatric Technician": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-2053.00", + "category": "O*NET:" + }, + { + "url": "http://www.careerplanner.com/DOT-Job-Descriptions/PSYCHIATRIC-TECHNICIAN.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/psychiatric-technician/", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/psychiatric-technician/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=ytG9qT7WB9I", + "category": "Video:" + } + ] + }, + "Public Health Director": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/11-9111.00", + "category": "O*NET:" + }, + { + "url": "http://www.mymajors.com/career/public-health-director/", + "category": "Wild Card:" + } + ] + }, + "Public Health Social Worker": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/public-health-social-worker.html", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/Public_Health_Social_Worker%3A_Educational_Requirements.html", + "category": "Wild Card:" + }, + { + "url": "http://job-descriptions.careerplanner.com/Medical-and-Public-Health-Social-Workers.cfm", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=vdc698zBF10", + "category": "Video:" + } + ] + }, + "Advanced Practice Psychiatric Nurse": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-1141.02", + "category": "O*NET:" + }, + { + "url": "http://www.apna.org/i4a/pages/index.cfm?pageid=3866", + "category": "Wild Card:" + }, + { + "url": "http://www.apna.org/i4a/pages/index.cfm?pageid=3844", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/psychiatric-nurse/", + "category": "Video:" + } + ] + }, + "Audiologist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-1181.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/audiologists.htm", + "category": "OOH:" + }, + { + "url": "http://explorehealthcareers.org/en/Career/58/Audiologist_Doctor_of_Audiology", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=fXVs7Cx6tQ4", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=_OIcPbndZMo", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/audiologist/", + "category": "Video:" + } + ] + }, + "Behavioral Health Consultant / Counselor": { + "links": [ + { + "url": "https://www.kansashealthsolutions.org/providers/download.php?id=756&filename=Behavioral%20Health%20Consultant%20Job%20Description.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.cfha.net/blogpost/753286/159153/On-Boarding-New-Behavioral-Health-Consultants-into-Primary-Care", + "category": "Wild Card:" + }, + { + "url": "http://www.ibhp.org/index.php?section=pages&cid=110", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/keith-lisenbee/", + "category": "Interview:" + } + ] + }, + "Biogerontologist": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/biogerontologist.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/become-a-biogerontologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.senescence.info/career.html", + "category": "Wild Card:" + }, + { + "url": "http://explorehealthcareers.org/en/Career/165/Biogerontologist", + "category": "Wild Card:" + }, + { + "url": "http://www.careerprofiles.info/biogerontologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/about/division/div20.aspx", + "category": "APA Division:" + } + ] + }, + "Chiropractor": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-1011.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/chiropractors.htm", + "category": "OOH:" + }, + { + "url": "https://www.youtube.com/watch?v=cqK69B06UYw", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=IvtYWaRdq3k", + "category": "Video:" + } + ] + }, + "Child Psychiatrist": { + "links": [ + { + "url": "http://education-portal.com/articles/Child_Psychiatrist%3A_Career_Profile.html", + "category": "Wild Card:" + }, + { + "url": "http://www.aacap.org/aacap/Families_and_Youth/Facts_for_Families/Facts_for_Families_Pages/The_Child_And_Adolescent_Psychiatrist_00.aspx", + "category": "Wild Card:" + }, + { + "url": "http://work.chron.com/child-psychiatry-job-description-13821.html", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/physician-doctor-child-and-adolescent-psychiatrist/", + "category": "Video:" + } + ] + }, + "Dentist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-1021.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/dentists.htm", + "category": "OOH:" + }, + { + "url": "https://www.drkit.org/dentist/", + "category": "Video:" + } + ] + }, + "Dietitian": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1031.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/dietitians-and-nutritionists.htm", + "category": "OOH:" + }, + { + "url": "https://www.drkit.org/clinical-dietitian/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=OZYvFT4TscM", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=XwKCl3h_f5Y", + "category": "Video:" + } + ] + }, + "Epidemiologist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/19-1041.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/life-physical-and-social-science/epidemiologists.htm", + "category": "OOH:" + }, + { + "url": "http://explorehealthcareers.org/en/Career/45/Epidemiology", + "category": "Wild Card:" + }, + { + "url": "http://money.usnews.com/careers/best-jobs/epidemiologist", + "category": "Wild Card:" + }, + { + "url": "http://www.publichealthonline.org/epidemiology/", + "category": "Wild Card:" + }, + { + "url": "http://www.who.int/topics/epidemiology/en/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=KNwM2pKdbZg", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=Ez4gyB3XDTc", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=rP8L0DyCLws", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=rDRr8kpLdug", + "category": "Video:" + } + ] + }, + "Health Psychologist": { + "links": [ + { + "url": "http://psychology.about.com/od/psychologycareerprofiles/p/health-psychologist.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/health-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-health-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-gretchen-kubacky/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=PX4PYhPFqAg", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=93n0mZnu1_g", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 19):" + }, + { + "url": "http://www.apa.org/action/science/health/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/health/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/health/deborah-tate.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/eduardo-morales.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/jason-purnell.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/andrea-farkas-patenaude.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/brittany-canady.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/robert-gatchel.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/elizabeth-mckune.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/communities/lisa-kearney.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lead.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/scan.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div38.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div40.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + } + ] + }, + "Hospitalist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-1069.03", + "category": "O*NET:" + }, + { + "url": "http://www.hospitalmedicine.org/Web/About_SHM/Industry/Hospital_Medicine_Hospital_Definition.aspx", + "category": "Wild Card:" + }, + { + "url": "http://hospitalmedicine.ucsd.edu/people/about.shtml", + "category": "Wild Card:" + }, + { + "url": "http://www.acponline.org/medical_students/career_paths/hospitalist/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=JhkJBlMNp8Q", + "category": "Wild Card:" + } + ] + }, + "Internist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-1063.00", + "category": "O*NET:" + }, + { + "url": "http://www.studentdoctor.net/2014/12/a-day-in-the-life-of-a-young-hospitalist/", + "category": "Wild Card:" + }, + { + "url": "http://www.healthcommunities.com/health-care-providers/what-is-an-internist.shtml", + "category": "Wild Card:" + }, + { + "url": "http://www.acponline.org/patients_families/about_internal_medicine/", + "category": "Wild Card:" + }, + { + "url": "http://www.studentdoctor.net/2014/12/a-day-in-the-life-of-a-young-hospitalist/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=x5-vGyTDbuo", + "category": "Video:" + } + ] + }, + "Eating Disorder Counselor / Specialist / Therapist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/counseling-careers/becoming-an-eating-disorder-counselor/", + "category": "Wild Card:" + }, + { + "url": "https://www1.cfnc.org/Plan/For_A_Career/Career_Profile/Career_Profile.aspx?id=xfs6XAP2FPAXP5XAP2FPAXd0qXeAol18O1vgXAP3DPAXXAP3DPAX", + "category": "Wild Card:" + }, + { + "url": "http://www.mymajors.com/career/eating-disorder-specialist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/sarah-blake/", + "category": "Interview:" + }, + { + "url": "https://www.youtube.com/watch?v=aJps199d-sk", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=CLYKEfIbsnQ", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + } + ] + }, + "Family and General Practitioners": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-1062.00", + "category": "O*NET:" + }, + { + "url": "http://www.healthcarecareers.org/family-and-general-practitioner/", + "category": "Wild Card:" + }, + { + "url": "http://www.cacareerzone.org/profile/29-1062.00", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=vKUAFYVg8fc", + "category": "Video:" + } + ] + }, + "Occupational Health Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/occupational-health-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.sohp-online.org/", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/gradpsych/2008/11/postgrad.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/health/adam-long.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/safer.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div38.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div14.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + } + ] + }, + "Outpatient Therapist": { + "links": [ + { + "url": "http://www.cchs-nc.com/wp-content/themes/cchs/pdf/OutpatientTherapist.pdf", + "category": "Wild Card:" + }, + { + "url": "http://familyinnovations.com/licensed-outpatient-therapist-job-description/", + "category": "Wild Card:" + }, + { + "url": "http://www.mymajors.com/career/outpatient-therapist/", + "category": "Wild Card:" + } + ] + }, + "Medical / Healthcare Social Worker": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1022.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/oes/current/oes211022.htm", + "category": "OOH:" + }, + { + "url": "http://www.careerplanner.com/Job-Descriptions/Medical-and-Public-Health-Social-Workers.cfm", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/licensed-social-worker/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=5hevUT1qciI", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=WoguNvbpyaY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=1KWEtltErj4", + "category": "Video:" + } + ] + }, + "Naturopathic Physician": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-1199.04", + "category": "O*NET:" + }, + { + "url": "http://www.naturopathic.org/content.asp?contentid=60", + "category": "Wild Card:" + }, + { + "url": "http://www.bastyr.edu/academics/areas-study/study-naturopathic-medicine/about-naturopathic-medicine", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=c6MqqQvq-dk", + "category": "Video:" + } + ] + }, + "Neurologist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1069.04", + "category": "O*NET:" + }, + { + "url": "http://www.healthcaresalaryonline.com/neurologist-job-description.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=3eCJOw9t5xY", + "category": "Video:" + } + ] + }, + "Neuropathologist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1069.07", + "category": "O*NET:" + }, + { + "url": "http://study.com/articles/Become_a_Neuropathologist_Education_and_Career_Roadmap.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=2FKqsZb-VjI", + "category": "Video:" + } + ] + }, + "Neurosurgeon": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1067.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/physicians-and-surgeons.htm", + "category": "OOH:" + }, + { + "url": "http://www.healthcaresalaryonline.com/neurosurgeon-job-description.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=eQF8or9shiQ", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=sc3YJz2lBU4", + "category": "Video:" + } + ] + }, + "Nurse Practitioner": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-1171.00", + "category": "O*NET:" + }, + { + "url": "http://www.aanp.org/all-about-nps/what-is-an-np", + "category": "Wild Card:" + }, + { + "url": "http://explorehealthcareers.org/en/Career/75/Nurse_Practitioner", + "category": "Wild Card:" + }, + { + "url": "http://educationportal.com/articles/Nurse_Practitioner_vs_Physician_Assistant_Whats_the_Difference.html", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/nurse-practitioner/", + "category": "Video:" + } + ] + }, + "Optometrist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1041.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/optometrists.htm", + "category": "OOH:" + }, + { + "url": "http://www.youtube.com/watch?v=szOp8MD8ynI", + "category": "Video:" + } + ] + }, + "Pediatric Psychologist": { + "links": [ + { + "url": "https://www.psichi.org/page/232EyeWinter18-19Ghriwati#.XGRS4VVKipo", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/pediatric-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-pediatric-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=tPmSHpLX3QQ", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=NvDIdRZNJlg", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lead.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div54.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div37.aspx", + "category": "APA Division:" + } + ] + }, + "Pediatrician": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1065.00", + "category": "O*NET:" + }, + { + "url": "http://www.healthcaresalaryonline.com/pediatrician-job-description.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=yLUiTghdikQ", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=_LcttYusrlE", + "category": "Video:" + } + ] + }, + "Pharmacologist": { + "links": [ + { + "url": "http://www.occupationalinfo.org/04/041061074.html", + "category": "DOT:" + }, + { + "url": "http://careers.stateuniversity.com/pages/488/Pharmacologist.html", + "category": "Wild Card:" + }, + { + "url": "http://educationportal.com/articles/Pharmacologist_Job_Description_and_Information_About_Becoming_a_Pharmacologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=PbseEYQ5LDY", + "category": "Video:" + } + ] + }, + "Physiatrist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1069.08", + "category": "O*NET:" + }, + { + "url": "http://www.careerplanner.com/DOT-Job-Descriptions/PHYSIATRIST.cfm", + "category": "Wild Card:" + } + ] + }, + "Physician": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1062.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/physicians-and-surgeons.htm", + "category": "OOH:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 29):" + }, + { + "url": "http://careers.stateuniversity.com/pages/490/Physician.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=5Wt8a_2kNyU", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/doctor-of-medicine-md/", + "category": "Video:" + } + ] + }, + "Physician Assistant": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-1071.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/physician-assistants.htm", + "category": "OOH:" + }, + { + "url": "http://explorehealthcareers.org/en/Career/19/Physician_Assistant", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/Nurse_Practitioner_vs_Physician_Assistant_Whats_the_Difference.html", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/physician-assistant-career/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=V42RgIXx4rA", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=8uiqUQi-AS0", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=2u5mr9ZEK3s", + "category": "Video:" + } + ] + }, + "Psychiatrist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1066.00", + "category": "O*NET:" + }, + { + "url": "http://careers.stateuniversity.com/pages/493/Psychiatrist.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=WNG7QwpNu1k", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=3L3Zd7zTm2A", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/physician-doctor-psychiatrist/", + "category": "Video:" + } + ] + }, + "Psychiatric Social Worker": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1022.00", + "category": "O*NET:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/psychiatric-social-worker/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/erena-digonis/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/licensed-clinical-social-worker/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=tbPmdatWBL4", + "category": "Video:" + } + ] + }, + "Public Health Psychologist": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/topics/public-health-psychology.html", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/monitor/2011/04/intersection.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.careersinpublichealth.net/careers/public-health-psychologist", + "category": "Wild Card:" + }, + { + "url": "http://cgu.edu/pages/8773.asp", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lead.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.health-psych.org/", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + } + ] + }, + "Rehabilitation Psychologist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/rehabilitation-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/rehabilitation-psychologists/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-rehabilitation-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-nina-nabors/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-les-aria/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=vPqp_LHhjjA", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=acXmnOZrmSs", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/science/rehabilitation/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/rehabilitation/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apadivisions.org/division-22", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div33.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div40.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + } + ] + }, + "Veterinarian": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1131.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/veterinarians.htm", + "category": "OOH:" + }, + { + "url": "http://careers.stateuniversity.com/pages/77/Veterinarian.html", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/veterinarian/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=CRRYLME_pnE", + "category": "Video:" + } + ] + } + } + }, + { + "main_category": "Human Resources", + "jobs": { + "Benefits Manager": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/11-3041.00", + "category": "O*NET:" + }, + { + "url": "http://online.onetcenter.org/link/summary/13-1071.01", + "category": "O*NET:" + }, + { + "url": "http://www.careerplanner.com/Job-Descriptions/Compensation-and-Benefits-Managers.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=GM8qIQPAa5M", + "category": "Video:" + } + ] + }, + "Employee Health Maintenance Program Specialist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/13-1071.00", + "category": "O*NET:" + }, + { + "url": "http://www.mymajors.com/career/employee-health-maintenance-program-specialist/skills/", + "category": "Wild Card:" + }, + { + "url": "http://www.mdguidelines.com/program-specialist-employee-health-maintenance", + "category": "Wild Card:" + } + ] + }, + "Employee Relations Specialist": { + "links": [ + { + "url": "http://www.occupationalinfo.org/16/166267042.html", + "category": "DOT:" + }, + { + "url": "http://www.wisegeek.com/what-does-an-employee-relations-specialist-do.htm#didyouknowout", + "category": "Wild Card:" + }, + { + "url": "http://www.careerplanner.com/DOT-Job-Descriptions/EMPLOYEE-RELATIONS-SPECIALIST.cfm", + "category": "Wild Card:" + } + ] + }, + "Employment Interviewer": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/13-1071.01", + "category": "O*NET:" + }, + { + "url": "http://www.calmis.ca.gov/file/occguide/emplint.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.americasjobexchange.com/employment-interviewer-job-description", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Employment_Interviewer_Job_Description_and_Requirements_for_Becoming_an_Employment_Interviewer.html", + "category": "Wild Card:" + }, + { + "url": "http://job-descriptions.careerplanner.com/Employment-Interviewers-Private-or-Public-Employment-Service.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=uaw5r_7n3pg", + "category": "Video:" + } + ] + }, + "Human Resource Advisor": { + "links": [ + { + "url": "http://www.occupationalinfo.org/16/166267046.html", + "category": "DOT:" + }, + { + "url": "http://www.humanresourceadvisors.com/", + "category": "Wild Card:" + }, + { + "url": "http://www.payscale.com/research/US/Job=Human_Resources_Advisor/Salary", + "category": "Wild Card:" + }, + { + "url": "http://www.changeboard.com/hr-advisor-job-description/", + "category": "Wild Card:" + }, + { + "url": "http://www.wisegeek.com/what-does-a-human-resources-advisor-do.htm", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=8R8vbbTjIWc", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=CrCcipwzRvE", + "category": "Video:" + } + ] + }, + "Job Analyst": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/13-1072.00", + "category": "O*NET:" + }, + { + "url": "http://www.careerplanner.com/DOT-Job-Descriptions/JOB-ANALYST.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.job-analysis.net/G000.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.gostudy.mobi/careers/View.aspx?oid=801", + "category": "Wild Card:" + }, + { + "url": "http://dot-job-descriptions.careerplanner.com/JOB-ANALYST.cfm", + "category": "Wild Card:" + } + ] + }, + "Labor Relations Manager": { + "links": [ + { + "url": "http://www.occupationalinfo.org/16/166167034.html", + "category": "DOT:" + }, + { + "url": "http://www.villanovau.com/resources/hr/labor-relations-job-description/#.VU6ubPlVhBc", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Labor_Relations_Manager_Job_Description_and_Education_Requirements.html", + "category": "Wild Card:" + }, + { + "url": "http://www1.salary.com/Labor-Relations-Manager-salary.html", + "category": "Wild Card:" + } + ] + }, + "Labor Relations Specialist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/13-1075.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/oes/current/oes131075.htm", + "category": "OOH:" + }, + { + "url": "http://www.americasjobexchange.com/human-resource-labor-relationship-specialist-job-description", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=OzZgHP3wgho", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=YaDioZBuPV0", + "category": "Video:" + } + ] + }, + "Occupational Analyst": { + "links": [ + { + "url": "http://www.occupationalinfo.org/onet/21511a.html", + "category": "O*NET:" + }, + { + "url": "http://www.careerplanner.com/DOT-Job-Descriptions/OCCUPATIONAL-ANALYST.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.mymajors.com/career/occupational-analyst/", + "category": "Wild Card:" + }, + { + "url": "http://www.mba-today.com/hr-career/occupational-analyst.html", + "category": "Wild Card:" + }, + { + "url": "http://superscholar.org/careers/business/occupational-analyst/", + "category": "Wild Card:" + } + ] + }, + "Personnel Recruiter": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/13-1071.02", + "category": "O*NET:" + }, + { + "url": "http://www.careerplanner.com/DOT-Job-Descriptions/PERSONNEL-RECRUITER.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.americasjobexchange.com/personal-recruiter-job-description", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=r-VcHu-wZxE", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/physician-recruiter/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/recruitment-manager/", + "category": "Video:" + } + ] + }, + "Training and Development Manager": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/11-3131.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/OOH/management/training-and-development-managers.htm", + "category": "OOH:" + }, + { + "url": "https://resources.workable.com/training-manager-job-description", + "category": "Wild Card:" + }, + { + "url": "http://www.americasjobexchange.com/training-and-development-manager-job-description", + "category": "Wild Card:" + }, + { + "url": "https://www.totaljobs.com/careers-advice/job-profile/HR-jobs/training-and-development-manager-job-description", + "category": "Wild Card:" + }, + { + "url": "http://www.onlinehumanresources.net/human-resources-training-and-development.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=FJ-QUSo-9g4", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=85RVEas4AXs", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=VjRJOCR5q3g", + "category": "Video:" + } + ] + }, + "Training and Development Specialist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/13-1151.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/OOH/business-and-financial/training-and-development-specialists.htm", + "category": "OOH:" + }, + { + "url": "http://www.truity.com/career-profile/training-or-development-specialist", + "category": "Wild Card:" + }, + { + "url": "http://www.humanresourcesmba.net/faq/how-can-i-become-a-training-and-development-specialist/", + "category": "Wild Card:" + }, + { + "url": "https://www.careerinfonet.org/occ_rep.asp?next=occ_rep&Level=&optstatus=111111111&jobfam=13&id=1&nodeid=2&soccode=131073&menuMode=&stfips=11", + "category": "Wild Card:" + }, + { + "url": "https://www.chegg.com/career-center/explore/training-and-development-specialist", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=Xao4z4611NM", + "category": "Video:" + } + ] + }, + "Career, Employment, or Vocational Counselor": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/21-1012.00", + "category": "O*NET:" + }, + { + "url": "http://www.psychologycareercenter.org/career-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://careers.stateuniversity.com/pages/208/Employment-Counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/start-your-career-counseling-career/", + "category": "Wild Card:" + }, + { + "url": "https://www.sokanu.com/careers/career-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=msKO_7PcgeI", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=2-ri-Gvbo5U", + "category": "Video:" + } + ] + }, + "Organizational Development Specialist / Professional / Consultant": { + "links": [ + { + "url": "http://education-portal.com/articles/How_to_Become_an_Organizational_Development_Consultant.html", + "category": "Wild Card:" + }, + { + "url": "http://www.americasjobexchange.com/organizational-development-specialist-job-description", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/Organizational_Development_Professional_Job_Description_and_Info_About_a_Career_in_Organizational_Mgmt_and_Development.html", + "category": "Wild Card:" + }, + { + "url": "http://www.wisegeek.com/what-does-an-organizational-development-consultant-do.htm#didyouknowout", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/organizational-development-specialist/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/human-resources-organizational-development-specialist/", + "category": "Video:" + } + ] + } + } + }, + { + "main_category": "Law and Law Enforcement", + "jobs": { + "Arbitrator, Mediator, Conciliator, or Ombudsman": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/23-1022.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/legal/arbitrators-mediators-and-conciliators.htm#tab-2", + "category": "OOH:" + }, + { + "url": "http://study.com/articles/Mediator_Job_Description_and_Information_About_a_Career_in_Mediation.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=Ae7SEZdyCy8", + "category": "Video:" + } + ] + }, + "Conservation Officer": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/45-4011.00", + "category": "O*NET:" + }, + { + "url": "http://www.youtube.com/watch?v=GBll1YnQCvA", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=Vjqd66g5qtw", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=kj0Ik6V8VDw", + "category": "Video:" + } + ] + }, + "Coroner": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/13-1041.06", + "category": "O*NET:" + }, + { + "url": "https://www.youtube.com/watch?v=o_XzVyA8HM4", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=JUMTKHvY1g8", + "category": "Video:" + } + ] + }, + "Correctional Treatment Specialist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1092.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/community-and-social-service/probation-officers-and-correctional-treatment-specialists.htm", + "category": "OOH:" + }, + { + "url": "http://www.youtube.com/watch?v=vmLmxgmSUig", + "category": "Video:" + } + ] + }, + "Corrections Officer": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/33-3012.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/protective-service/correctional-officers.htm", + "category": "OOH:" + }, + { + "url": "http://www.youtube.com/watch?v=2Iu_r6TEiqU", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=2mXxRl60XnY", + "category": "Video:" + } + ] + }, + "Criminal Investigator or Detective (FBI and other)": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/33-3021.03", + "category": "O*NET:" + }, + { + "url": "http://www.careerplanner.com/Job-Descriptions/Criminal-Investigators-and-Special-Agents.cfm", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/detective/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/sergeant-criminal-investigations/", + "category": "Video:" + } + ] + }, + "Delinquency Prevention Social Worker": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1021.00", + "category": "O*NET:" + }, + { + "url": "http://www.unicef.org/ceecis/UNICEF_report_on_the_role_of_social_work_in_juvenile_justice.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=LWmzSb2I1iY", + "category": "Video:" + } + ] + }, + "Fire / Arson Investigator": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/33-2021.02", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/protective-service/fire-inspectors-and-investigators.htm#tab-2", + "category": "OOH:" + }, + { + "url": "http://study.com/articles/Arson_Investigator_Job_Description_Duties_and_Requirements.html", + "category": "Wild Card:" + }, + { + "url": "http://www.firescience.org/how-to-become-a-fire-investigator/", + "category": "Wild Card:" + }, + { + "url": "http://criminologycareers.about.com/od/Law-Enforcement-Careers/a/Career-Profile-Fire-And-Arson-Investigator.htm", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=ffM1pHuILhk", + "category": "Video:" + } + ] + }, + "Fraud Examiners / Investigators / Analyst": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/13-2099.04", + "category": "O*NET:" + }, + { + "url": "http://www.journalofaccountancy.com/issues/2003/oct/thefraudexaminers.html", + "category": "Wild Card:" + }, + { + "url": "http://www.acfe.com/become-cfe-qualifications.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.bankinfosecurity.com/5-must-have-skills-for-fraud-examiners-a-3847", + "category": "Wild Card:" + }, + { + "url": "http://www.myplan.com/careers/fraud-examiners-investigators-and-analysts/description-13-2099.04.html", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Fraud_Examiner_Career_Information_About_Becoming_a_Fraud_Examiner.html", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Job_Description_of_a_Fraud_Investigator.html", + "category": "Wild Card:" + }, + { + "url": "http://www.owlguru.com/career/fraud-examiners-investigators-and-analysts/job-description/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=-ptwpPhNbws", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=TrjoCxhVFeo", + "category": "Video:" + } + ] + }, + "Immigration Officer": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/33-3021.05", + "category": "O*NET:" + }, + { + "url": "https://targetjobs.co.uk/careers-advice/job-descriptions/279811-immigration-officer-job-description", + "category": "Wild Card:" + }, + { + "url": "https://nationalcareersservice.direct.gov.uk/advice/planning/jobprofiles/Pages/immigrationofficer.aspx", + "category": "Wild Card:" + }, + { + "url": "http://work.chron.com/immigration-officer-duties-13936.html", + "category": "Wild Card:" + }, + { + "url": "http://learningpath.org/articles/Becoming_an_Immigration_Officer_Job_Description_Salary_Info.html", + "category": "Wild Card:" + }, + { + "url": "http://educationportal.com/articles/How_to_Become_an_Immigration_Officer_Education_and_Career_Roadmap.html", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/intelligence-analyst-fbi/", + "category": "Video:" + } + ] + } + } + }, + { + "main_category": "Loss Prevention Manager", + "jobs": { + "Paralegal or Legal Assistant": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/23-2011.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/legal/paralegals-and-legal-assistants.htm", + "category": "OOH:" + }, + { + "url": "http://www.paralegal.edu/blog/bid/213723/Duties-You-Can-Expect-to-Perform-as-a-Paralegal", + "category": "Wild Card:" + }, + { + "url": "http://ampulse.com/paralegal-job-description/", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/paralegal/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=n3qyDslq5Pg", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=1AbS3hCF9_U", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=J-2cyLnXKhU", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=4wwnTSZVJhI", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=vh4tRwjfTsA", + "category": "Video:" + } + ] + }, + "Police Officer": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/33-3051.01", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/protective-service/police-and-detectives.htm", + "category": "OOH:" + }, + { + "url": "http://careers.stateuniversity.com/pages/705/Police-Officer.html", + "category": "Wild Card:" + }, + { + "url": "https://www.policepsychology.org/", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/patrol-officer-trainer/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/k-9-police-officer/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=GjQtdOjXvH8", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=NnPobSrR3zM", + "category": "Video:" + } + ] + }, + "Polygraph Examiner": { + "links": [ + { + "url": "http://www.occupationalinfo.org/onet/39999g.html", + "category": "O*NET:" + }, + { + "url": "https://www.cia.gov/careers/opportunities/support-professional/polygraph-examiner.html", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Become_a_Polygraph_Examiner_Education_and_Career_Roadmap.html", + "category": "Wild Card:" + }, + { + "url": "http://careers.stateuniversity.com/pages/7977/Polygraph-Examiner.html", + "category": "Wild Card:" + }, + { + "url": "http://criminologycareers.about.com/od/Forensic-Science-Careers/a/Polygraph-Examiner-Career-Profile.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.eduers.com/JobDescriptions/Polygraph_Examiner.html", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/Become_a_Polygraph_Examiner_Education_and_Career_Roadmap.html", + "category": "Wild Card:" + } + ] + }, + "Probation or Parole Officer": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1092.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/community-and-social-service/probation-officers-and-correctional-treatment-specialists.htm", + "category": "OOH:" + }, + { + "url": "http://careers.stateuniversity.com/pages/728/Parole-Officer.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=wVHEx7bJZnU", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=YAJUWlQd-Eo", + "category": "Video:" + } + ] + }, + "Security Manager": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/11-9199.07", + "category": "O*NET:" + }, + { + "url": "http://www.americasjobexchange.com/security-management-job-description", + "category": "Wild Card:" + }, + { + "url": "http://job-descriptions.careerplanner.com/Security-Manager.cfm", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=xe_tGhY6fCA", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=LMSEPDJ6lPw", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=6uFTNM_PTMA", + "category": "Video:" + } + ] + }, + "Sheriff or Deputy Sheriff": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/33-3051.03", + "category": "O*NET:" + }, + { + "url": "http://www.spartanburgsheriff.org/job-description-deputy-sheriff.php", + "category": "Wild Card:" + }, + { + "url": "http://www.americasjobexchange.com/deputy-sheriff-job-description", + "category": "Wild Card:" + }, + { + "url": "https://www.policepsychology.org/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=4EY__ZeEM3A", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=ydqC472QNY4", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/special-agent-fbi/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/special-agent-fbi2/", + "category": "Video:" + } + ] + }, + "Victims\u2019 Advocate": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/victim-advocate-child-advocate.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/victims-advocate.html", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/Victim_Advocate_Job_Description_and_Information_About_Starting_a_Career_in_Victim_Advocacy.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=wOMf19Wpraw", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=S3jfvtO9ETE", + "category": "Video:" + } + ] + }, + "Criminal Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/criminal-psychologists/", + "category": "Wild Card:" + }, + { + "url": "http://psychology.about.com/od/psychologycareerprofiles/p/criminal-psychologist.htm", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/career_criminal_psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-criminal-psychologist/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=Zh5EAKAiwOo", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/eyewitness.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div41.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div18.aspx", + "category": "APA Division:" + } + ] + }, + "Forensic Psychologist": { + "links": [ + { + "url": "http://psychology.about.com/od/psychologycareerprofiles/a/forensicpsych.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/forensic-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.michigan.gov/documents/ForensicPsychologist_12008_7.pdf", + "category": "Wild Card:" + }, + { + "url": "http://psychlearningcurve.org/what-is-forensic-psychology/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/forensic-psychologists/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-forensic-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-jack-a-apsche/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-pinnozotto/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=H3-p1QnHrVk", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=dOBSYw4KjYg", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/forensic-psychologist/", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 22):" + }, + { + "url": "http://psychlearningcurve.org/what-is-forensic-psychology/?utm_source=Psych+Learning+Curve&utm_campaign=e461265b46-day_in_the_life_I-O_may_10_17&utm_medium=email&utm_term=0_ff6044c3a5-e461265b46-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/forensic-psychology/?utm_source=Psych+Learning+Curve&utm_campaign=83805a2ac9-opening_doors_I-O_aug_8_17&utm_medium=email&utm_term=0_ff6044c3a5-83805a2ac9-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/forensic-psychology/", + "category": "APA Blog:" + }, + { + "url": "http://www.apa.org/action/science/forensic/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/forensic/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/communities/ellen-scrivner.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/eyewitness.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/science/forensic/education-training.aspx?_ga=2.44007333.1012303719.1521015551-71621353.1494425710", + "category": "APA Science in Action:" + }, + { + "url": "http://www.apadivisions.org/division-41", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div18.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div40.aspx", + "category": "APA Division:" + } + ] + }, + "Judge": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/23-1023.00", + "category": "O*NET:" + }, + { + "url": "http://legalcareers.about.com/od/careerprofiles/p/judge.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.allaboutcareers.com/careers/job-profile/judge", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=g0NCX6HA3rk", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=XikVjSA5LWs", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=LccYPZNtUlI", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=BxJ4MivsaBc", + "category": "Video:" + } + ] + }, + "Legal Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/legal-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=2KJ4pZIrRc0", + "category": "Video:" + }, + { + "url": "http://www.drkit.org/forensiclegalpsych/", + "category": "Video:" + }, + { + "url": "http://www.apadivisions.org/division-41/education/students/careers.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/communities/julie-blackman.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/communities/craig-haney.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/communities/ellen-scrivner.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/eyewitness.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apadivisions.org/division-41/", + "category": "APA Division:" + }, + { + "url": "http://www.apadivisions.org/division-18/index.aspx", + "category": "APA Division:" + } + ] + }, + "Lawyer": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/23-1011.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/legal/lawyers.htm", + "category": "OOH:" + }, + { + "url": "http://job-descriptions.careerplanner.com/lawyers.cfm", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/law-paralegal/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/lawyer-class-action/", + "category": "Video:" + } + ] + }, + "Operational Psychologist": { + "links": [ + { + "url": "http://oppsych.com/about/what-is-operational-psychology/", + "category": "Wild Card:" + }, + { + "url": "http://oppsych.com/wp-content/uploads/2011/04/Palarea-Op-Psych-AP-LS.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.med.navy.mil/sites/nmotc/nami/aeromedqual/Pages/OperationalPsychology.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/operational-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-an-operational-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA Division:" + } + ] + } + } + }, + { + "main_category": "Military", + "jobs": { + "Army Infantry Officer": { + "links": [ + { + "url": "http://www.occupationalinfo.org/37/378137010.html", + "category": "DOT:" + }, + { + "url": "http://www.goarmy.com/careers-and-jobs/browse-career-and-job-categories/combat/infantry-officer.html", + "category": "Wild Card:" + }, + { + "url": "http://www.armystudyguide.com/content/Prep_For_Basic_Training/army_mos_information/infantry-officer-11a.shtml", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=rjxse-bGBvo", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=CogKnDZziBI", + "category": "Video:" + } + ] + }, + "Army Mental / Behavioral Health Specialist": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/army-mental-health-specialist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/army-mental-health-specialist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=DnHBl3pWAvs", + "category": "Video:" + } + ] + }, + "Military Intelligence Officer": { + "links": [ + { + "url": "http://army.com/info/mos/military-intelligence-officer", + "category": "Wild Card:" + }, + { + "url": "https://www.nationalguard.com/35-military-intelligence-officer", + "category": "Wild Card:" + }, + { + "url": "http://www.goarmy.com/careers-and-jobs/browse-career-and-job-categories/intelligence-and-combat-support/military-intelligence-officer.html", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=7l7H6Cv5BFo", + "category": "Video:" + } + ] + }, + "Veterans Contact / Service Representative": { + "links": [ + { + "url": "http://www.occupationalinfo.org/18/187167198.html", + "category": "DOT:" + }, + { + "url": "http://mycareeratva.va.gov/careers/career/096200", + "category": "Wild Card:" + }, + { + "url": "http://www.va.gov/JOBS/career_types/walker-video.asp", + "category": "Wild Card:" + } + ] + }, + "Veterans Counselor": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/veterans-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.allpsychologycareers.com/career/veterans-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.upmatters.com/story/d/story/veterans-counselor-position-added-to-ballot/10189/9QeCODkglUKixSSQcp_uMg", + "category": "Video:" + }, + { + "url": "http://www.wcyb.com/news/veteran-career-counseling-in-johnson-city/28031628", + "category": "Video:" + } + ] + }, + "Army Psychologist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/army-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/becoming-an-army-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.goarmy.com/careers-and-jobs/amedd-categories/medical-service-corps-jobs/clinical-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.apadivisions.org/division-19/students-careers/becoming/index.aspx", + "category": "APA Career:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + } + ] + }, + "Air Force Psychologist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/air-force-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/422/", + "category": "Wild Card:" + }, + { + "url": "http://www.collegeatlas.org/air-force-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + } + ] + }, + "Military Chaplin": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/military-chaplain.html", + "category": "Wild Card:" + }, + { + "url": "http://www.goarmy.com/careers-and-jobs/browse-career-and-job-categories/administrative-support/chaplain.html", + "category": "Wild Card:" + }, + { + "url": "http://www.navy.com/careers/chaplain-support/chaplain.html", + "category": "Video:" + }, + { + "url": "http://www.forces.ca/en/job/chaplain-55", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA: Division:" + }, + { + "url": "http://www.apa.org/about/division/div48.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA Division:" + } + ] + }, + "Military Counselor": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/military-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.allpsychologycareers.com/career/military-counseling-career.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/counseling-careers/becoming-a-military-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://www.careerprofiles.info/military-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=1h23uuO_1WQ", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/careers/communities/david-scheinfeld.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA: Division:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA: Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA Division:" + } + ] + }, + "Military Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/military-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-military-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/military-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=UoKOJOJANeM", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + } + ] + }, + "Navy Clinical Psychologist": { + "links": [ + { + "url": "http://www.navy.com/careers/healthcare/clinical-care/clinical-psychology.html#ft-key-responsibilities", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/explore-a-navy-psychology-career/", + "category": "Wild Card:" + }, + { + "url": "http://www.wrnmmc.capmed.mil/ResearchEducation/GME/Shared%20Documents/Internship%20Slides%20Updated%20for%202011.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=nmOJtsY7Yyc", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA: Division:" + }, + { + "url": "http://www.apa.org/about/division/div12.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + } + ] + }, + "Navy Research Psychologist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/navy-research-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.collegeatlas.org/navy-research-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=hBcxxq2TPok", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA: Division:" + }, + { + "url": "http://www.apa.org/about/division/div3.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + } + ] + }, + "Operational Psychologist": { + "links": [ + { + "url": "http://oppsych.com/about/what-is-operational-psychology/", + "category": "Wild Card:" + }, + { + "url": "http://oppsych.com/wp-content/uploads/2011/04/Palarea-Op-Psych-AP-LS.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.med.navy.mil/sites/nmotc/nami/aeromedqual/Pages/OperationalPsychology.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/operational-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-an-operational-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA Division:" + } + ] + } + } + }, + { + "main_category": "Psychology", + "jobs": { + "Academic Psychologist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/25-1066.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/oes/current/oes251066.htm", + "category": "OOH:" + }, + { + "url": "http://www.bls.gov/ooh/education-training-and-library/postsecondary-teachers.htm", + "category": "OOH:" + }, + { + "url": "http://work.chron.com/job-description-undergraduate-psychology-professor-18211.html", + "category": "Wild Card:" + }, + { + "url": "http://www.myplan.com/careers/psychology-teachers-postsecondary/description-25-1066.00.html", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Psychology_Teacher_Job_Description_and_Requirements_for_Becoming_a_University_Psychology_Teacher.html", + "category": "Wild Card:" + }, + { + "url": "http://job-descriptions.careerplanner.com/Psychology-Teachers-Postsecondary.cfm", + "category": "Wild Card:" + }, + { + "url": "http://education.cu-portland.edu/blog/teaching-careers/psychology-teacher/", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/gradpsych/2006/09/jobs.aspx", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/university-professor/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/community-college-professor/", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapters 10):" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapters 23):" + }, + { + "url": "http://www.apa.org/gradpsych/2006/09/jobs.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.teachpsych.org/ebooks/tia2005/index.php", + "category": "APA Careers:" + }, + { + "url": "http://www.teachpsych.org/", + "category": "APA Division:" + } + ] + }, + "Adolescent Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/adolescent-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://woman.thenest.com/job-description-adolescent-psychologist-17172.html", + "category": "Wild Card:" + }, + { + "url": "http://www.abpp.org/i4a/pages/index.cfm?pageid=3303", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/pi/families/resources/develop.pdf", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div53.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div37.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div49.aspx", + "category": "APA Division:" + } + ] + }, + "Air Force Psychologist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/air-force-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/422/", + "category": "Wild Card:" + }, + { + "url": "http://www.collegeatlas.org/air-force-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + } + ] + }, + "Analytical Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/analytical-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-an-analytical-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.thesap.org.uk/", + "category": "Wild Card:" + }, + { + "url": "http://learningdisabilities.about.com/od/ac/g/analytical_psychology.htm", + "category": "Wild Card:" + } + ] + }, + "Army Psychologist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/army-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/becoming-an-army-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.goarmy.com/careers-and-jobs/amedd-categories/medical-service-corps-jobs/clinical-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.apadivisions.org/division-19/students-careers/becoming/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + } + ] + }, + "Aviation Psychologist": { + "links": [ + { + "url": "http://www.gradpsych-digital.org/gradpsych/201511?pg=30#pg30", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/aviation-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.ehow.com/facts_4911282_what-aviation-psychology.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=MHKezg5wlFo", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/crew.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/careers/resources/profiles/landwehr.aspx", + "category": "APA Applied Research:" + } + ] + }, + "Biological Psychologist": { + "links": [ + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 4):" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/biological-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://work.chron.com/biological-psychologist-22060.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=QnYgbd9A240", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div40.aspx", + "category": "APA Division:" + } + ] + }, + "Child Psychologist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/child-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/child-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/Child_Psychologist_Career_Profile.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/becoming-a-child-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-rachelle-robinson/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-kimberly-tompkins/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/clinical-child-psychologist/", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/reading.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div53.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div37.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div49.aspx", + "category": "APA Division:" + } + ] + }, + "Christian Psychologist": { + "links": [ + { + "url": "http://www.christianpsych.org/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=QBIxU9RBVnc", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=8suGM7tSpno", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=FXzbE-kEmmc", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div36.aspx", + "category": "APA Division:" + } + ] + }, + "Clinical Psychologist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/19-3031.02", + "category": "O*NET:" + }, + { + "url": "http://www.psichi.org/?page=151EyeFall10aSanders&hhSearchTerms=%22Doctor+and+Ordered+and+Creating+and+Career+and+Path%22", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-clinical-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-john-suler/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-leah-klungness/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/mikhail-lyubansky/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-joseph-luciani/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/clinical-psychologist/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/clinical-psychology-phd/", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapters 9):" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapters 17):" + }, + { + "url": "http://www.apa.org/action/science/clinical/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/clinical/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/health/eduardo-morales.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/brittany-canady.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/robert-gatchel.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/teri-bourdeau.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/communities/lisa-kearney.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/communities/arthur-evans.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.div12.org/", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div53.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div49.aspx", + "category": "APA Division:" + } + ] + }, + "Cognitive Psychologist or Cognitive Neuroscientist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/cognitive-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/cognitive-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-cognitive-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/cognitive-neuroscientist.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/becoming-a-cognitive-neuroscientist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-art-markman/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-scott-barry-kaufman/", + "category": "Interview:" + }, + { + "url": "http://video.about.com/psychology/Overview-of-Cognitive-Psychology.htm", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/cognitive-neuroscience-phd/", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 12):" + }, + { + "url": "http://www.apa.org/action/science/brain-science/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/brain-science/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/gwen-frishkoff.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/johan-lundstrom.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/william-milberg.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/dyslexia.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lead.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/reading.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/scan.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/share.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.div40.org/", + "category": "APA Division:" + } + ] + }, + "Community Psychologist": { + "links": [ + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 24):" + }, + { + "url": "http://www.psichi.org/?page=144EyeSum10dStanard&hhSearchTerms=%22community+and+psychologist%22", + "category": "Wild Card:" + }, + { + "url": "http://www.psichi.org/?page=022EyeWin98dGoldstei&hhSearchTerms=%22community+and+psychologist%22", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/community-psychologists/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/guides/career-outlook-community-psychology-degree/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/becoming-a-community-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/about/division/div27.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div48.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div49.aspx", + "category": "APA Division:" + } + ] + }, + "Comparative Psychologist": { + "links": [ + { + "url": "http://psychology.about.com/od/comparativepsychology/f/comparative.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/monitor/2010/12/comparative.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP: (Chapter 11):" + }, + { + "url": "http://www.apa.org/about/division/div6.aspx", + "category": "APA Division:" + } + ] + }, + "Consulting Psychologist": { + "links": [ + { + "url": "http://www.psychoid.net/consulting-psychology-helping-individuals-organizations.html", + "category": "Wild Card:" + }, + { + "url": "http://www.abpp.org/i4a/pages/index.cfm?pageid=3499", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-andrew-ritcheson/", + "category": "Interview:" + }, + { + "url": "http://www.apa.org/about/division/div13.aspx", + "category": "APA Division:" + } + ] + }, + "Consumer Psychologist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/consumer-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psichi.org/?page=061EyeFall01dFriedst&hhSearchTerms=%22consumer+and+psych%22", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/consumer-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-consumer-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/consumer-psychologist-2/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=j_0zBiMo_IU", + "category": "Video:" + }, + { + "url": "http://careersinpsychology.org/interview/adam-ferrier/", + "category": "Interview:" + }, + { + "url": "http://www.apa.org/about/division/div23.aspx", + "category": "APA Division:" + } + ] + }, + "Counseling Psychologist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/19-3031.03", + "category": "O*NET:" + }, + { + "url": "http://www.psichi.org/?page=041EyeFall99bCarter&hhSearchTerms=%22counseling+and+psychology%22", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-counseling-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.collegeatlas.org/counseling-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-tina-tessina/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/counseling-psychology-ma-or-ms/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/counseling-psychology-phd/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=MT9Rt8kqthQ", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/science/counseling/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/counseling/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/health/le-ondra-clark-harvey.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/communities/david-scheinfeld.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.div17.org/", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div49.aspx", + "category": "APA Division:" + } + ] + }, + "Criminal Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/criminal-psychologists/", + "category": "Wild Card:" + }, + { + "url": "http://psychology.about.com/od/psychologycareerprofiles/p/criminal-psychologist.htm", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/career_criminal_psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-criminal-psychologist/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=Zh5EAKAiwOo", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/eyewitness.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/rage.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div41.aspx", + "category": "APA Division:" + } + ] + }, + "Cross Cultural Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/cross-cultural-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/cultural-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=XAm0iqkZCKI", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 14):" + }, + { + "url": "http://www.apa.org/about/division/div9.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div52.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div18.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div45.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div49.aspx", + "category": "APA Division:" + } + ] + }, + "Developmental Psychologist": { + "links": [ + { + "url": "http://www.occupationalinfo.org/04/045061010.html", + "category": "DOT:" + }, + { + "url": "http://www.psychologycareercenter.org/developmental-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-developmental-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=2X7igDgHuE0", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=5FjhTojsAoE", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 15):" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/perez-edgar.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/alison-gopnik.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/jensen-arnett.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/kathleen-kremer.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/linda-spear.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/science/developmental/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/developmental/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lead.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/reading.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div7.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div33.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div53.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div33.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA Division:" + } + ] + }, + "Educational Psychologist": { + "links": [ + { + "url": "http://www.occupationalinfo.org/04/045067010.html", + "category": "DOT:" + }, + { + "url": "http://www.psychologycareercenter.org/educational-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/educational-psychology-cognition-and-development-phd/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/educational-psychology-quantitative-methodology-phd/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/educational-research-scientist/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=SAvrQAyCzkc", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/science/teaching-learning/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/teaching-learning/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/schools/ellen-mandinach.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/dyslexia.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lead.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/reading.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div15.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.teachpsych.org/", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div53.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div33.aspx", + "category": "APA Division:" + } + ] + }, + "Engineering, Human Factors, or Ergonomic Psychologist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/17-2112.01", + "category": "O*NET:" + }, + { + "url": "http://www.apa.org/action/science/human-factors/index.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.psichi.org/?page=031EyeFall98cWogalte&hhSearchTerms=%22human+and+factors%22", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/human-factors-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-neville-stanton/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/human-factors-psychology-phd/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=ZDYB6HUo3Uo", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=4VIYlxTowq8", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/emanuel-robinson.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/gabe-rousseau.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/business/dawn-shaikh.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/science/human-factors/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/human-factors/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/about/division/div21.aspx", + "category": "APA Division:" + } + ] + }, + "Environmental or Conservation Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/environmental-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/becoming-environmental-psychologist/", + "category": "Wild Card:" + }, + { + "url": "https://www.psychology-careers.com/environmental-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=u5VV9N9RANA", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 25):" + }, + { + "url": "http://www.apa.org/action/science/environment/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/environment/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/protect/susan-clayton.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/protect/brian-cheuvront.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/protect/jackie-ogden.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/about/division/div34.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apadivisions.org/division-34/interests/conservation/index.aspx", + "category": "APA Division:" + }, + { + "url": "http://psychlearningcurve.org/environmental-psychology-action/?utm_source=Psych+Learning+Curve&utm_campaign=d8c86a4917-evniro_psych_2_21_18&utm_medium=email&utm_term=0_ff6044c3a5-d8c86a4917-92273453", + "category": "APA Blog:" + } + ] + }, + "Evolutionary Psychologist": { + "links": [ + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 5):" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/evolutionary-psychologists/", + "category": "Wild Card:" + }, + { + "url": "http://www.sciencedaily.com/terms/evolutionary_psychology.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.dianafleischman.com/epap.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=UB7ClUNL3Ak", + "category": "Video:" + } + ] + }, + "Existential Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/existential-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.allpsychologycareers.com/topics/existential-psychology.html", + "category": "Wild Card:" + }, + { + "url": "http://psychology.jrank.org/pages/229/Existential-Psychology.html", + "category": "Wild Card:" + }, + { + "url": "https://www.psychologytoday.com/blog/evil-deeds/201101/what-is-existential-psychotherapy", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/about/division/div32.aspx", + "category": "APA Division:" + } + ] + }, + "Experimental or Research Psychologist": { + "links": [ + { + "url": "http://www.occupationalinfo.org/04/045061018.html", + "category": "DOT:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/experimental-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-an-experimental-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/research-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-research-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=3sa3WaanG0E", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/research-scientist/", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/tim-nichols.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/kathleen-kremer.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/protect/jackie-ogden.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/business/robert-mccann.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/science/experimental/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/about/division/div3.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div21.aspx", + "category": "APA Division:" + } + ] + }, + "Forensic Psychologist": { + "links": [ + { + "url": "http://psychology.about.com/od/psychologycareerprofiles/a/forensicpsych.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/forensic-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.michigan.gov/documents/ForensicPsychologist_12008_7.pdf", + "category": "Wild Card:" + }, + { + "url": "http://psychlearningcurve.org/what-is-forensic-psychology/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/forensic-psychologists/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-forensic-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-jack-a-apsche/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-pinnozotto/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=H3-p1QnHrVk", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=dOBSYw4KjYg", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/forensic-psychologist/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/forensic-and-legal-psychology-ma/", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 22):" + }, + { + "url": "http://www.apa.org/action/science/forensic/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/forensic/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/communities/ellen-scrivner.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/eyewitness.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/science/forensic/education-training.aspx?_ga=2.44007333.1012303719.1521015551-71621353.1494425710", + "category": "APA Science in Action:" + }, + { + "url": "http://www.apadivisions.org/division-41", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div18.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div40.aspx", + "category": "APA Division:" + }, + { + "url": "http://psychlearningcurve.org/what-is-forensic-psychology/?utm_source=Psych+Learning+Curve&utm_campaign=e461265b46-day_in_the_life_I-O_may_10_17&utm_medium=email&utm_term=0_ff6044c3a5-e461265b46-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/forensic-psychology/?utm_source=Psych+Learning+Curve&utm_campaign=83805a2ac9-opening_doors_I-O_aug_8_17&utm_medium=email&utm_term=0_ff6044c3a5-83805a2ac9-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/forensic-psychology/", + "category": "APA Blog:" + } + ] + }, + "Gender Psychologist": { + "links": [ + { + "url": "http://www.wisegeek.com/what-does-a-gender-therapist-do.htm", + "category": "Wild Card:" + }, + { + "url": "http://darahoffmanfox.com/ask-gender-therapist-become-gender-therapist/", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/news/press/releases/2015/11/psychology-transgender.aspx", + "category": "APA:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/share.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div44.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div35.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div51.aspx", + "category": "APA Division:" + } + ] + }, + "Geriatric Psychologist or Geropsychologist": { + "links": [ + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 26):" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/geriatric-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-geriatric-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=4gfTOJWYMrY", + "category": "Video:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-peter-lichtenberg/", + "category": "Interview:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/merla-arnold.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/cameron-camp.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/about/division/div20.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div33.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA Division:" + } + ] + }, + "Health Psychologist": { + "links": [ + { + "url": "http://psychology.about.com/od/psychologycareerprofiles/p/health-psychologist.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/health-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-health-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-gretchen-kubacky/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=PX4PYhPFqAg", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=93n0mZnu1_g", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 19):" + }, + { + "url": "http://www.apa.org/action/science/health/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/health/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/health/deborah-tate.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/eduardo-morales.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/jason-purnell.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/andrea-farkas-patenaude.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/brittany-canady.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/robert-gatchel.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/health/elizabeth-mckune.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/communities/lisa-kearney.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lead.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/scan.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div38.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div40.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + } + ] + }, + "Humanistic Psychologist": { + "links": [ + { + "url": "http://allpsychologyprograms.com/category/psychology-specialties/humanistic-psychology/", + "category": "Wild Card:" + }, + { + "url": "http://work.chron.com/jobs-humanistic-psychology-18373.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=DaXL0JTBGus", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div32.aspx", + "category": "APA Division:" + } + ] + }, + "Industrial / Organizational Psychologist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/19-3032.00", + "category": "O*NET:" + }, + { + "url": "http://www.siop.org/", + "category": "Wild Card:" + }, + { + "url": "http://www.siop.org/guidelines.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/action/careers/business/eduardo-salas.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/industrial-organizational-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-an-industrial-organizational-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psichi.org/?page=033EyeSpr99dPondIII&hhSearchTerms=%22Industrial%22", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-dahlke/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/industrial-organizational-psychology-phd/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=QizcwML8FzE&list=PL5F0EF045B6530D9B", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=U5FC6CuVppQ", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 21):" + }, + { + "url": "http://www.apa.org/action/science/organizational/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/organizational/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/business/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/business/eduardo-salas.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/business/kathryn-keeton.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/safer.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://psychlearningcurve.org/beginners-guide/", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/tag/i-o-psychology/", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/a-day-in-the-life-of-an-i-o-psychologist/?utm_source=Psych+Learning+Curve&utm_campaign=d8d18d78dd-dream_I-O_job_july_5_17&utm_medium=email&utm_term=0_ff6044c3a5-d8d18d78dd-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/opening-doors-with-i-o-psychology/?utm_source=Psych+Learning+Curve&utm_campaign=83805a2ac9-opening_doors_I-O_aug_8_17&utm_medium=email&utm_term=0_ff6044c3a5-83805a2ac9-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/bringing-psychological-assessments-to-the-nfl/?utm_source=Psych+Learning+Curve&utm_campaign=5033dce0da-i-o_NFL_2_7_18&utm_medium=email&utm_term=0_ff6044c3a5-5033dce0da-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/inside-industrial-organizational-psychologists-toolkit-job-analysis/?utm_source=Psych+Learning+Curve&utm_campaign=51dfdccb77-i-o-toolkit_3_13_18&utm_medium=email&utm_term=0_ff6044c3a5-51dfdccb77-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/i-o-psychology-gives-back-to-society/?utm_source=Psych+Learning+Curve&utm_campaign=886df4fc18-i-o_gives_back_4_24_18&utm_medium=email&utm_term=0_ff6044c3a5-886df4fc18-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/i-o-psychology-trends/", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/life-of-an-an-industrial-organizational-psychology-graduate-student/", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/4-innovative-women-who-were-pioneers-of-industrial-organizational-psychology/?utm_source=Psych+Learning+Curve&utm_campaign=358c8d85ff-Women+in+I-O&utm_medium=email&utm_term=0_ff6044c3a5-358c8d85ff-92273453", + "category": "APA Blog:" + } + ] + }, + "Legal Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/legal-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=2KJ4pZIrRc0", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/forensic-and-legal-psychology-ma/", + "category": "Video:" + }, + { + "url": "http://www.apadivisions.org/division-41/education/students/careers.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/communities/julie-blackman.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/communities/craig-haney.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/communities/ellen-scrivner.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/eyewitness.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apadivisions.org/division-41/", + "category": "APA Division:" + }, + { + "url": "http://www.apadivisions.org/division-18/index.aspx", + "category": "APA Division:" + } + ] + }, + "Occupational Health Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/occupational-health-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.allpsychologycareers.com/topics/occupational-health-psychology.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psych.umn.edu/research/areas/counseling/ohp.html", + "category": "Wild Card:" + }, + { + "url": "http://www.sohp-online.org/", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/gradpsych/2008/11/postgrad.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/health/adam-long.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/safer.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div38.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div14.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + } + ] + }, + "Operational Psychologist": { + "links": [ + { + "url": "http://oppsych.com/about/what-is-operational-psychology/", + "category": "Wild Card:" + }, + { + "url": "http://oppsych.com/wp-content/uploads/2011/04/Palarea-Op-Psych-AP-LS.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.med.navy.mil/sites/nmotc/nami/aeromedqual/Pages/OperationalPsychology.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/operational-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-an-operational-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA Division:" + } + ] + }, + "Media Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/media-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-media-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-bernard-luskin/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-stuart-fischoff/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=qByuqlJ2AcM", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div46.aspx", + "category": "APA Division:" + } + ] + }, + "Military Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/military-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-military-psychologist/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=UoKOJOJANeM", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div48.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div49.aspx", + "category": "APA Division:" + } + ] + }, + "Music Psychologist": { + "links": [ + { + "url": "http://musicpsychology.co.uk/degree-in-music-psychology-prospects/", + "category": "Wild Card:" + }, + { + "url": "http://musicpsychology.co.uk/studying-music-psychology/", + "category": "Wild Card:" + }, + { + "url": "http://psychologydegreeguide.org/specialty/music-psychology/", + "category": "Wild Card:" + }, + { + "url": "http://www.coca-colacompany.com/stories/sound-science-music-psychologist-on-what-makes-a-happy-song", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=AUT9UTVrwp8", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=5UetE-O77xw", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=NXCTeo2nMn8", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=ZgKFeuzGEns", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=cswhOCKQZ7Q", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=NlY4yCsGKXU", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=p2jtMEkdh6g", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=MxxUhW7d8yI", + "category": "Video:" + }, + { + "url": "http://www.apa.org/research/action/speaking-of-psychology/music-health.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div10.aspx", + "category": "APA Division:" + } + ] + }, + "Navy Clinical Psychologist": { + "links": [ + { + "url": "http://www.navy.com/careers/healthcare/clinical-care/clinical-psychology.html#ft-key-responsibilities", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/explore-a-navy-psychology-career/", + "category": "Wild Card:" + }, + { + "url": "http://www.wrnmmc.capmed.mil/ResearchEducation/GME/Shared%20Documents/Internship%20Slides%20Updated%20for%202011.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=nmOJtsY7Yyc", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA: Division:" + }, + { + "url": "http://www.apa.org/about/division/div12.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + } + ] + }, + "Navy Research Psychologist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/navy-research-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.collegeatlas.org/navy-research-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=hBcxxq2TPok", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA: Division:" + }, + { + "url": "http://www.apa.org/about/division/div3.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + } + ] + }, + "Neuropsychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/neuropsychologists-career-guide/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-neuropsychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-raphael-wald/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-ronald-ruff/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=L4GNC933ucQ", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=lUWQuAHNjtY", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=9gK9DyvWuGA", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 7):" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/jennifer-manly.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/communities/tracy-kretzmer.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/scan.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div6.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + } + ] + }, + "Pediatric Psychologist": { + "links": [ + { + "url": "https://www.psichi.org/page/232EyeWinter18-19Ghriwati#.XGRS4VVKipo", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/pediatric-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-pediatric-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=tPmSHpLX3QQ", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=NvDIdRZNJlg", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lead.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div54.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div37.aspx", + "category": "APA Division:" + } + ] + }, + "Personality Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/personality-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-personality-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=ABREVaHPo6k", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div8.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + } + ] + }, + "Performance Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/performance-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=v3BgjFj2rY0", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=aI4TN9qF1Ew", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/careers/business/jack-stark.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/business/madeleine-halle.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://psychlearningcurve.org/sports-psychology/?utm_source=Psych+Learning+Curve&utm_campaign=c8afd079b7-sport_psych_aug_15_17&utm_medium=email&utm_term=0_ff6044c3a5-c8afd079b7-92273453", + "category": "APA Blog:" + } + ] + }, + "Positive Psychologist": { + "links": [ + { + "url": "http://www.apa.org/monitor/jan01/positivepsych.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.bdp-gus.de/gus/Positive-Psychologie-Aufruf-2000.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.aaronjarden.com/uploads/3/8/0/4/3804146/pp_on_pp.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/pubs/journals/special/4015501.aspx", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=DbC18wFkHNI", + "category": "Video:" + } + ] + }, + "Psychoanalyst": { + "links": [ + { + "url": "http://psychology.about.com/od/pindex/f/psychoanalytic-therapy.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.ehow.com/info_8658791_job-description-psychoanalyst.html", + "category": "Wild Card:" + }, + { + "url": "http://www.inputyouth.co.uk/jobguides/job-psychoanalyst.html", + "category": "Wild Card:" + }, + { + "url": "http://work.chron.com/careers-psychoanalysis-4210.html", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Psychoanalysis_Degree_Certificate_and_Training_Information.html", + "category": "Wild Card:" + }, + { + "url": "http://www.apsa.org/", + "category": "Wild Card:" + }, + { + "url": "http://www.apadivisions.org/division-39/", + "category": "APA Division:" + } + ] + }, + "Physiological Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/physiological-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=P7L-el1DAQk", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 6):" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/scan.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div6.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + } + ] + }, + "Political Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/political-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.ispp.org/", + "category": "Wild Card:" + }, + { + "url": "https://www.psychologytoday.com/blog/handy-psychology-answers/201101/the-psychology-politics", + "category": "Wild Card:" + }, + { + "url": "http://www.all-about-psychology.com/political-psychology.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=km5NrI8USdE", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div49.aspx", + "category": "APA Division:" + } + ] + }, + "Public Health Psychologist": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/topics/public-health-psychology.html", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/monitor/2011/04/intersection.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.careersinpublichealth.net/careers/public-health-psychologist", + "category": "Wild Card:" + }, + { + "url": "http://cgu.edu/pages/8773.asp", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lead.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/rage.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.health-psych.org/", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + } + ] + }, + "Psychometrist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/19-3031.01", + "category": "O*NET:" + }, + { + "url": "http://www.careerplanner.com/DOT-Job-Descriptions/PSYCHOMETRIST.cfm", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/become-a-psychometrician/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/1328/", + "category": "Interview:" + }, + { + "url": "http://www.apa.org/about/division/div5.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div33.aspx", + "category": "APA Division:" + } + ] + }, + "Rehabilitation Psychologist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/rehabilitation-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/rehabilitation-psychologists/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-rehabilitation-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-nina-nabors/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-les-aria/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=vPqp_LHhjjA", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=acXmnOZrmSs", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/science/rehabilitation/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/rehabilitation/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apadivisions.org/division-22", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div33.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div40.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + } + ] + }, + "Religion Psychologist": { + "links": [ + { + "url": "http://www.youtube.com/watch?v=-88byqXjG5g", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=BqBz2aRa0qE", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=RWB8Gx2j0R0&list=PLDC7AC28FD8228DF6", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div36.aspx", + "category": "APA Division:" + } + ] + }, + "School Psychologist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/19-3031.01", + "category": "O*NET:" + }, + { + "url": "http://www.psichi.org/?page=013EyeSpr97eJackson&hhSearchTerms=%22school+and+psych%22", + "category": "Wild Card:" + }, + { + "url": "http://www.ehow.com/way_5291507_job-description-school-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/school-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/guides/degree-in-school-psychology/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/school-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-school-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-frank-c-worrell/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-kim-dean/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/school-psychologist/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/school-psychologist-mental-health-counselor/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/school-psychology-phd/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/school-psychology-psyd/", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 17):" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lead.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/reading.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div16.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div5.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div33.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div40.aspx", + "category": "APA Division:" + } + ] + }, + "Social Psychologist": { + "links": [ + { + "url": "http://www.occupationalinfo.org/04/045067014.html", + "category": "DOT:" + }, + { + "url": "http://www.psychologycareercenter.org/social-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-david-rand/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-dean-simonton/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/social-psychology-ma/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/social-psychology-phd/", + "category": "Video:" + }, + { + "url": "http://education-portal.com/academy/lesson/what-is-social-psychology-definition-professions-in-the-field.html#lesson", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 13):" + }, + { + "url": "http://www.apa.org/action/science/social/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/social/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/health/adam-long.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/communities/julie-blackman.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/communities/craig-haney.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/understanding-world/sherry-turkle.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/understanding-world/dacher-keltner.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/understanding-world/richard-nisbett.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/protect.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/rage.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/science/social/education-training.aspx?_ga=2.182294183.1012303719.1521015551-71621353.1494425710", + "category": "APA Science in Action:" + }, + { + "url": "http://www.apa.org/about/division/div8.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div9.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div45.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div49.aspx", + "category": "APA Division:" + } + ] + }, + "Spiritual Psychologist": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/spiritual-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/becoming-a-spiritual-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-maurice-turmel/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=dz3GD0EfrbE", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=aeehIUbjrVg", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div36.aspx", + "category": "APA Division:" + } + ] + }, + "Sport Psychologist": { + "links": [ + { + "url": "http://www.psichi.org/?page=121EyeFall07bAppleby&hhSearchTerms=%22sport+and+psychology%22", + "category": "Wild Card:" + }, + { + "url": "http://www.psichi.org/?page=153EyeSpr11aAppleby&hhSearchTerms=%22sport+and+psychology%22", + "category": "Wild Card:" + }, + { + "url": "http://www.psichi.org/?194EyeSum15gAppleby#.WB1kny0rKpq", + "category": "Wild Card:" + }, + { + "url": "http://www.nytimes.com/2006/01/25/health/25iht-snmental.html?_r=1&", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/sports-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/Sports_Psychology_Career_Information_and_Education_Requirements.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/becoming-a-sports-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/sports-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-sports-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-sean-richardson/", + "category": "Interview:" + }, + { + "url": "https://www.youtube.com/watch?v=C1K1ySWCS6s", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/sport-and-performance-psychology-ma/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/clinical-sport-psychologist/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/counseling-sport-psychology-phd/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=v3BgjFj2rY0", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 27):" + }, + { + "url": "http://www.apa.org/action/science/performance/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/performance/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/charlie-brown.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/business/jack-stark.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/business/madeleine-halle.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/schools/thomas-paskus.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://psychlearningcurve.org/sports-psychology/?utm_source=Psych+Learning+Curve&utm_campaign=c8afd079b7-sport_psych_aug_15_17&utm_medium=email&utm_term=0_ff6044c3a5-c8afd079b7-92273453", + "category": "APA Blog:" + }, + { + "url": "http://www.apa.org/about/division/div47.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div49.aspx", + "category": "APA Division:" + } + ] + }, + "Traffic Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/traffic-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://mastersinpsychologyguide.com/careers/traffic-psychologist", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=hqQ627D8ICE", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/emanuel-robinson.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/lime.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/brake.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/rage.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/action/resources/research-in-action/safer.aspx", + "category": "APA Applied Research:" + }, + { + "url": "http://www.apa.org/about/division/div21.aspx", + "category": "APA Division:" + } + ] + }, + "Transpersonal Psychology": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/transpersonal-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-ellie-zarrabian/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=CVwX-x1NhbQ", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=-OiHFc8-9kg", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=yVJx5_Ybx0U", + "category": "Video:" + } + ] + }, + "Quantitative or Mathematical Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/mathematical-psychologist/", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/quantitative-psychology-ma/", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 8):" + }, + { + "url": "http://www.apa.org/action/science/quantitative/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/quantitative/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/careers/schools/thomas-paskus.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/understanding-world/michael-edwards.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/about/division/div5.aspx", + "category": "APA Division:" + } + ] + }, + "Vocational Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/vocational-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-vocational-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.vocationvillage.com/vocational-psychology-career-advice/", + "category": "Wild Card:" + }, + { + "url": "http://www.div17.org/vocpsych/", + "category": "APA Division:" + }, + { + "url": "http://www.div17.org/vocpsych/pages/about.htm", + "category": "APA Division:" + } + ] + } + } + }, + { + "main_category": "Religion and Spirituality", + "jobs": { + "Youth Minister": { + "links": [ + { + "url": "http://study.com/articles/Youth_Minister_Job_Description_and_Requirements_for_Starting_a_Career_in_Youth_Ministry.html", + "category": "Wild Card:" + }, + { + "url": "http://youthministry.com/", + "category": "Wild Card:" + }, + { + "url": "http://www.thegospelcoalition.org/article/9-things-you-need-to-know-about-youth-ministry", + "category": "Wild Card:" + }, + { + "url": "http://www.folcroft.org/policies/youthmjd.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.vaumc.org/NCFileRepository/BOM/SPRC/YouthJobDescription.doc", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=3momk_FNNLI", + "category": "Video:" + } + ] + }, + "Christian Psychologist": { + "links": [ + { + "url": "http://www.christianpsych.org/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=QBIxU9RBVnc", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=8suGM7tSpno", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=FXzbE-kEmmc", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div36.aspx", + "category": "APA Division:" + } + ] + }, + "Military Chaplin": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/military-chaplain.html", + "category": "Wild Card:" + }, + { + "url": "http://www.goarmy.com/careers-and-jobs/browse-career-and-job-categories/administrative-support/chaplain.html", + "category": "Wild Card:" + }, + { + "url": "http://www.navy.com/careers/chaplain-support/chaplain.html", + "category": "Video:" + }, + { + "url": "http://www.forces.ca/en/job/chaplain-55", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div19.aspx", + "category": "APA: Division:" + }, + { + "url": "http://www.apa.org/about/division/div48.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div56.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA Division:" + } + ] + }, + "Minister, Preacher, Priest, Rabbi, Chaplain, etc.": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-2011.00", + "category": "O*NET:" + }, + { + "url": "http://www.youtube.com/watch?v=HM00BILfmAA", + "category": "Video (Minister/Pastor):" + }, + { + "url": "http://www.youtube.com/watch?v=jbhZ9J0NxzU", + "category": "Video (Priest):" + }, + { + "url": "http://www.youtube.com/watch?v=GPezDdp_zWQ", + "category": "Video (Rabbi):" + }, + { + "url": "http://www.youtube.com/watch?v=tRHKJtN9nu0", + "category": "Video: (Hospital Chaplin):" + } + ] + }, + "Pastoral Counselor": { + "links": [ + { + "url": "http://www.aapc.org/", + "category": "Wild Card:" + }, + { + "url": "http://www.neumann.edu/academics/grad/pastoral/pastoral_counseling/default.asp", + "category": "Wild Card:" + }, + { + "url": "http://hccnj.com/careers/chaplain-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Salary_and_Career_Information_for_Pastoral_Counselors.html", + "category": "Wild Card:" + }, + { + "url": "http://biblicalcounselingcoalition.org/blogs/2012/06/14/what-your-counseling-pastor-job-description-looks-like/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=paFdQviK40E", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=NYx6B1gNj4Y", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div36.aspx", + "category": "APA Division:" + } + ] + }, + "Religion Psychologist": { + "links": [ + { + "url": "http://www.youtube.com/watch?v=-88byqXjG5g", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=BqBz2aRa0qE", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=RWB8Gx2j0R0&list=PLDC7AC28FD8228DF6", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div36.aspx", + "category": "APA Division:" + } + ] + }, + "Spiritual Psychologist": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/spiritual-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/becoming-a-spiritual-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-maurice-turmel/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=dz3GD0EfrbE", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=aeehIUbjrVg", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div36.aspx", + "category": "APA Division:" + } + ] + }, + "Spiritual or Meditative Counselor": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/spiritual-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/george-a-boyd/", + "category": "Interview:" + }, + { + "url": "https://www.youtube.com/watch?v=Z-hMImYLYpY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=qx0luQolpRY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=G8YALU55CxI", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div36.aspx", + "category": "APA Division:" + } + ] + }, + "Transpersonal Psychologist": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/transpersonal-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-ellie-zarrabian/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=CVwX-x1NhbQ", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=-OiHFc8-9kg", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=yVJx5_Ybx0U", + "category": "Video:" + } + ] + } + } + }, + { + "main_category": "Social and Human Services", + "jobs": { + "Caseworker or Case Manager": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1021.00", + "category": "O*NET:" + }, + { + "url": "http://hiring.monster.com/hr/hr-best-practices/recruiting-hiring-advice/job-descriptions/case-manager-job-description-sample.aspx", + "category": "Wild Card:" + }, + { + "url": "http://www.ehow.com/about_5142304_caseworker-description-job.html", + "category": "Wild Card:" + }, + { + "url": "http://oureverydaylife.com/case-manager-job-duties-2753.html", + "category": "Wild Card:" + }, + { + "url": "http://www.socialworkdegreeguide.com/what-does-a-caseworker-do/", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/case-manager/", + "category": "Video:" + } + ] + }, + "Child Welfare, Protection, or Placement Caseworker": { + "links": [ + { + "url": "http://www.occupationalinfo.org/19/195107014.html", + "category": "DOT:" + }, + { + "url": "http://education-portal.com/articles/Child_Welfare_Case_Worker_Job_Description_for_Students_Considering_a_Career_as_a_Child_Welfare_Case_Worker.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=siCFztXcpAo", + "category": "Video:" + } + ] + }, + "Child Placement Social Worker": { + "links": [ + { + "url": "http://careersinpsychology.org/interview/natalie-vinzant/", + "category": "Interview:" + }, + { + "url": "http://info.dhhs.state.nc.us/olm/manuals/dss/csm-10/man/CSs1201c4-03.htm", + "category": "Wild Card:" + }, + { + "url": "http://money.usnews.com/careers/best-jobs/child-and-family-social-worker", + "category": "Wild Card:" + } + ] + }, + "Child Protection or Welfare Social Worker": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/21-1021.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/community-and-social-service/social-workers.htm", + "category": "OOH:" + }, + { + "url": "http://careersinpsychology.org/become-a-child-welfare-social-worker/", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/Child_Protective_Services_Social_Worker_Job_Description_and_Requirements.html", + "category": "Wild Card:" + }, + { + "url": "http://work.chron.com/becoming-child-protection-social-worker-14700.html", + "category": "Wild Card:" + }, + { + "url": "http://work.chron.com/job-description-child-welfare-social-worker-18013.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/child-welfare-social-worker.html", + "category": "Wild Card:" + }, + { + "url": "http://www.socialworklicensure.org/articles/social-worker-vs-child-welfare-worker.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=VcsFzoBrmb0", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=oZ-vXw3-604", + "category": "Video:" + } + ] + }, + "Community Organization Worker": { + "links": [ + { + "url": "http://www.occupationalinfo.org/19/195167010.html", + "category": "DOT:" + }, + { + "url": "http://www.socialworklicensure.org/types-of-social-workers/community-social-workers.html", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/Community_Services_Worker_Job_Description_Duties_and_Requirements.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=VULCMmmQAHA", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=z59uGzSG0Zk", + "category": "Video:" + } + ] + }, + "Community Worker": { + "links": [ + { + "url": "http://www.occupationalinfo.org/19/195367018.html", + "category": "DOT:" + }, + { + "url": "http://www.ehow.com/about_4618849_job-description-community-outreach-worker.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=VHd_iU7MoEM", + "category": "Video:" + } + ] + }, + "Crisis Intervention Counselor": { + "links": [ + { + "url": "http://www.humanservicesedu.org/crisis-intervention-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://work.chron.com/responsibilities-crisis-intervention-counselor-22601.html", + "category": "Wild Card:" + }, + { + "url": "http://www.ehow.com/facts_6025167_crisis-intervention-counselor-job-description.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=Dyxs0CY5phc", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=7rJZvOy-bbQ", + "category": "Video:" + } + ] + }, + "Disability Policy Worker": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/disability-policy-worker.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/become-a-disability-policy-social-worker/", + "category": "Wild Card:" + }, + { + "url": "http://www.careerprofiles.info/disability-policy-worker.html", + "category": "Wild Card:" + }, + { + "url": "http://www.allpsychologycareers.com/career/disability-policy-worker.html", + "category": "Wild Card:" + } + ] + }, + "Disability Case Manager": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/disability-case-manager.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/disability-case-manager/", + "category": "Wild Card:" + }, + { + "url": "http://work.chron.com/job-description-disability-determination-case-manager-27294.html", + "category": "Wild Card:" + }, + { + "url": "http://www.payscale.com/research/US/Job=Disability_Case_Manager/Salary", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=VavQfaoP0E8", + "category": "Video:" + } + ] + }, + "Disability Support Worker": { + "links": [ + { + "url": "https://www.adhc.nsw.gov.au/careers/discover_career_paths/career_as_a_disability_support_worker", + "category": "Wild Card:" + }, + { + "url": "http://www.codasouth.org/documents/Form_F1847-Position_Description_Disability_Support_Worker.pdf", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=RAyt9wGwzZg", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=sqQ0mjHGY4o", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=owGBPpJ4YfE", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=5ES4MCfmW0o", + "category": "Video:" + } + ] + }, + "Geriatric Social Worker": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/geriatric-social-worker.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/become-a-geriatric-social-worker/", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=HWK4uk9fwPE", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=QDnX1f_LvqU", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=7rdC90eCTuA", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=6Ut5erbq9VE", + "category": "Video:" + } + ] + }, + "Group Worker": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/39-9032.00", + "category": "O*NET:" + }, + { + "url": "http://www.ehow.com/facts_5879385_job-description-group-home-worker.html", + "category": "Wild Card:" + }, + { + "url": "http://infed.org/mobi/group-work/", + "category": "Wild Card:" + } + ] + }, + "Social and Human Services Aide or Assistant": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1093.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/community-and-social-service/social-and-human-service-assistants.htm", + "category": "OOH:" + }, + { + "url": "http://www.myplan.com/careers/social-and-human-service-assistants/description-21-1093.00.html", + "category": "Wild Card:" + }, + { + "url": "http://www.geteducated.com/career-center/detail/social-and-human-services-assistant", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=141edaJlSJ8", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=gOn3ANiyo38", + "category": "Video:" + } + ] + }, + "Clinical Social Worker": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/clinical-social-worker.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-judi-cineas/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/licensed-clinical-social-worker/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=TLVQJwoLUq8", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=cc4vU9TqGZ4", + "category": "Video:" + } + ] + }, + "Medical / Healthcare Social Worker": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1022.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/oes/current/oes211022.htm", + "category": "OOH:" + }, + { + "url": "http://www.careerplanner.com/Job-Descriptions/Medical-and-Public-Health-Social-Workers.cfm", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/social-work-msw/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=5hevUT1qciI", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=WoguNvbpyaY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=1KWEtltErj4", + "category": "Video:" + } + ] + }, + "Mental Health Social Worker": { + "links": [ + { + "url": "http://careersinpsychology.org/interview/robynn-barg/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=R9A2vWYjOeo", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=WKoVGuGOpRU", + "category": "Video:" + } + ] + }, + "Psychiatric Social Worker": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1022.00", + "category": "O*NET:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/psychiatric-social-worker/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/erena-digonis/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=tbPmdatWBL4", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=d4jrY3ppVaY", + "category": "Video:" + } + ] + }, + "Social Gerontologist": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/social-gerontologist.html", + "category": "Wild Card:" + }, + { + "url": "http://samples.jbpub.com/9780763756055/56055_CH02_Chop.pdf", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/become-a-social-gerontologist/", + "category": "Wild Card:" + }, + { + "url": "http://samples.jbpub.com/9780763756055/56055_ch02_chop.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=jmxvruj8diQ&list=PLWLv0zmDOB9Li16PSdpjekG51-dQi0KnQ", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div20.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA Division:" + } + ] + }, + "Social Work Teacher, Postsecondary": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/25-1113.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/oes/current/oes251113.htm", + "category": "OOH:" + }, + { + "url": "http://www.myplan.com/careers/social-work-teachers-postsecondary/summary-25-1113.00.html", + "category": "Wild Card:" + }, + { + "url": "http://www.careerinfonet.org/occ_rep.asp?optstatus=000110111&soccode=251113", + "category": "Wild Card:" + }, + { + "url": "https://www.recruiter.com/careers/social-work-teachers-postsecondary/", + "category": "Wild Card:" + }, + { + "url": "https://www.mymajors.com/career/social-work-teachers-postsecondary/", + "category": "Wild Card:" + } + ] + }, + "Substance Abuse Social Worker": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/21-1023.00", + "category": "O*NET:" + }, + { + "url": "http://www.psychologycareercenter.org/substance-abuse-social-worker.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=BP3cUOAHRvY", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=ptYF6XqXxSI", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=SZneHfBADH0", + "category": "Video:" + } + ] + } + } + }, + { + "main_category": "Sport, Recreation, and Fitness", + "jobs": { + "Activities Director": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/39-9032.00", + "category": "O*NET:" + }, + { + "url": "http://education-portal.com/articles/Activities_Director:_Job_Profile_and_Occupational_Outlook_for_an_Activity_Director.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=cQo6MaRVrH8", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=jHsOIUaEV_w", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=8o99bTsRPtw", + "category": "Video:" + } + ] + }, + "Coach / Scout": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/27-2022.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/entertainment-and-sports/coaches-and-scouts.htm", + "category": "OOH:" + }, + { + "url": "https://www.drkit.org/coach/", + "category": "Coach:" + }, + { + "url": "http://www.youtube.com/watch?v=9y18GcR3tk4", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=FvGxX1erfBU", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=dEoqSY55WrM", + "category": "Video:" + } + ] + }, + "Fitness Trainer, Personal Trainer, or Aerobics Instructor": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/39-9031.00", + "category": "O*NET:" + }, + { + "url": "http://www.afaa.com/Become-a-Personal-Trainer.html", + "category": "Wild Card:" + }, + { + "url": "http://exercise.about.com/cs/forprofessionals/a/ptcareer.htm", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/personal-trainer/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=vc4egoWzRys", + "category": "Video:" + } + ] + }, + "Fitness and Wellness Coordinator": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/11-9039.02", + "category": "O*NET:" + }, + { + "url": "https://www.sokanu.com/careers/fitness-and-wellness-coordinator/", + "category": "Wild Card:" + }, + { + "url": "http://job-descriptions.careerplanner.com/Fitness-and-Wellness-Coordinator.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.ndworksitewellness.org/docs/step2-sample-wellness-jobs.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.academicinvest.com/science-careers/exercise-science-careers/how-to-become-a-wellness-coordinator", + "category": "Wild Card:" + }, + { + "url": "http://oureverydaylife.com/wellness-coordinator-careers-4780.html", + "category": "Wild Card:" + }, + { + "url": "https://bloomington.in.gov/media/media/application/pdf/13765.pdf", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=uDBeSAGG9XY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=GtXxtlJ8TLM", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=s-QbV_OstxQ", + "category": "Video:" + } + ] + }, + "Recreation Leader or Supervisor": { + "links": [ + { + "url": "http://www.occupationalinfo.org/19/195227014.html", + "category": "DOT:" + }, + { + "url": "http://www.occupationalinfo.org/18/187167238.html", + "category": "DOT:" + }, + { + "url": "http://online.onetcenter.org/link/summary/39-9032.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/personal-care-and-service/recreation-workers.htm", + "category": "OOH:" + }, + { + "url": "http://www.maca.gov.nt.ca/school/tools/JD_docs/Recreation%20Leader%20JD.pdf", + "category": "Wild Card:" + } + ] + }, + "Recreational Therapist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1125.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/recreational-therapists.htm", + "category": "OOH:" + }, + { + "url": "http://www.careerplanner.com/Job-Descriptions/Recreational-Therapists.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/recreational-therapist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=3UFfRCvRp7o", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=OZd3zmrL_aM", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=1XJD5XDihhY", + "category": "Video:" + } + ] + }, + "Exercise Therapist": { + "links": [ + { + "url": "http://www.issaonline.com/certification/exercise-therapist-certification/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/catch-your-stride-with-an-exercise-therapist-career/", + "category": "Wild Card:" + }, + { + "url": "http://pushing-boundaries.org/about_us/faq/what-is-exercise-therapy/", + "category": "Wild Card:" + }, + { + "url": "http://www.careerprofiles.info/exercise-therapist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=tm9t_zkSw84", + "category": "Video:" + } + ] + }, + "Performance Psychologist": { + "links": [ + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/performance-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=v3BgjFj2rY0", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=aI4TN9qF1Ew", + "category": "Video:" + }, + { + "url": "http://www.apa.org/action/careers/business/jack-stark.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/business/madeleine-halle.aspx", + "category": "APA Psychologist Profile:" + } + ] + }, + "Sport Psychologist": { + "links": [ + { + "url": "http://www.psichi.org/?page=121EyeFall07bAppleby&hhSearchTerms=%22sport+and+psychology%22", + "category": "Wild Card:" + }, + { + "url": "http://www.psichi.org/?page=153EyeSpr11aAppleby&hhSearchTerms=%22sport+and+psychology%22", + "category": "Wild Card:" + }, + { + "url": "http://www.psichi.org/?194EyeSum15gAppleby#.WB1kny0rKpq", + "category": "Wild Card:" + }, + { + "url": "http://www.nytimes.com/2006/01/25/health/25iht-snmental.html?_r=1&", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/sports-psychologist.html", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/Sports_Psychology_Career_Information_and_Education_Requirements.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/becoming-a-sports-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/sports-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-sports-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-sean-richardson/", + "category": "Interview:" + }, + { + "url": "https://www.youtube.com/watch?v=C1K1ySWCS6s", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/sport-and-performance-psychology-ma/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/clinical-sport-psychologist/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/counseling-sport-psychology-phd/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=v3BgjFj2rY0", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 27):" + }, + { + "url": "http://www.apa.org/action/science/performance/index.aspx", + "category": "APA Careers:" + }, + { + "url": "http://www.apa.org/action/science/performance/education-training.aspx", + "category": "APA Careers:" + }, + { + "url": "http://psychlearningcurve.org/sports-psychology/?utm_source=Psych+Learning+Curve&utm_campaign=c8afd079b7-sport_psych_aug_15_17&utm_medium=email&utm_term=0_ff6044c3a5-c8afd079b7-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/career-helping-athletes-off-field/?utm_source=Psych+Learning+Curve&utm_campaign=32e47fa5a3-sport_psych_2_sept_06_17&utm_medium=email&utm_term=0_ff6044c3a5-32e47fa5a3-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/career-helping-athletes-off-field/?utm_source=Psych+Learning+Curve&utm_campaign=5033dce0da-i-o_NFL_2_7_18&utm_medium=email&utm_term=0_ff6044c3a5-5033dce0da-92273453", + "category": "APA Blog:" + }, + { + "url": "http://psychlearningcurve.org/bringing-psychological-assessments-to-the-nfl/?utm_source=Psych+Learning+Curve&utm_campaign=5033dce0da-i-o_NFL_2_7_18&utm_medium=email&utm_term=0_ff6044c3a5-5033dce0da-92273453", + "category": "APA Blog:" + }, + { + "url": "http://www.apa.org/action/careers/improve-lives/charlie-brown.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/business/jack-stark.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/business/madeleine-halle.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/action/careers/schools/thomas-paskus.aspx", + "category": "APA Psychologist Profile:" + }, + { + "url": "http://www.apa.org/about/division/div47.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div50.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div49.aspx", + "category": "APA Division:" + } + ] + } + } + }, + { + "main_category": "Technology", + "jobs": { + "Computer Programmer": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/15-1021.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/computer-and-information-technology/computer-programmers.htm", + "category": "OOH:" + }, + { + "url": "https://www.drkit.org/computer-programmer/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=FnxraFyBbFU", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=YrYs_9lEGyY", + "category": "Video:" + } + ] + }, + "Data Base Administrator": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/15-1061.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/computer-and-information-technology/database-administrators.htm", + "category": "OOH:" + }, + { + "url": "https://www.drkit.org/database-administrator/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=Y7iIZYkwR9I", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=G9W5qGjdB_o", + "category": "Video:" + } + ] + }, + "Data Base Design Analyst": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/15-1099.08", + "category": "O*NET:" + }, + { + "url": "http://jobfunctions.bnet.com/abstract.aspx?docid=321911", + "category": "Wild Card:" + }, + { + "url": "http://hiring.monster.com/hr/hr-best-practices/recruiting-hiring-advice/job-descriptions/database-analyst-job-description.aspx", + "category": "Wild Card:" + } + ] + }, + "Software Developer": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/15-1132.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/computer-and-information-technology/software-developers.htm", + "category": "OOH:" + }, + { + "url": "http://www.newenglandcollegeonline.com/resources/computer-science/software-developer-job-description-and-salary/#.VRlVVvnF_Ak", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=V_8M2f_igiA", + "category": "Video:" + } + ] + }, + "Systems Analyst": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/15-1051.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/computer-and-information-technology/computer-systems-analysts.htm", + "category": "OOH:" + }, + { + "url": "http://www.hrvillage.com/hrjobdesc/SystemsAnalyst.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=XCx6ol18544", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=tChuHB4eHQM", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=dyU8poD3kko", + "category": "Video:" + } + ] + }, + "User Experience Analyst": { + "links": [ + { + "url": "http://thebusinessanalystjobdescription.com/user-experience-analyst/", + "category": "Wild Card:" + }, + { + "url": "https://www.prospects.ac.uk/job-profiles/ux-analyst", + "category": "Wild Card:" + }, + { + "url": "https://artisantalent.com/job-descriptions/ux-business-analyst-job-description/", + "category": "Wild Card:" + }, + { + "url": "http://acodez.in/role-of-ux-designer-vs-ux-architect-vs-ux-analyst/", + "category": "Wild Card:" + }, + { + "url": "https://www.glassdoor.com/Job/user-experience-analyst-jobs-SRCH_KO0,23.htm", + "category": "Wild Card:" + } + ] + }, + "Human Factors, Usability, or Developmental Engineer": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/17-2112.01", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/careeroutlook/2000/winter/yawhat.pdf", + "category": "OOH:" + }, + { + "url": "http://learn.org/articles/What_is_Usability_Engineering.html", + "category": "Wild Card:" + }, + { + "url": "https://www.interaction-design.org/encyclopedia/agile_usability_engineering.html", + "category": "Wild Card:" + }, + { + "url": "http://www.jstor.org/discover/10.2307/2393007?uid=2&uid=4&sid=21106746011093", + "category": "Wild Card:" + }, + { + "url": "http://usmilitary.about.com/od/officerjobs/a/62ex.htm", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=qUBUd2kgT6k", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=Sxzjs1wKIkw", + "category": "Video:" + } + ] + }, + "Video Game Designer": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/15-1199.11", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/careeroutlook/2011/fall/art01.pdf", + "category": "OOH:" + }, + { + "url": "http://www.theartcareerproject.com/combine-work-and-play-information-about-video-game-design/93/", + "category": "Wild Card:" + }, + { + "url": "https://www.sokanu.com/careers/video-game-designer/", + "category": "Wild Card:" + }, + { + "url": "http://www.gamedesigning.org/", + "category": "Wild Card:" + }, + { + "url": "http://www.adigitaldreamer.com/articles/becomeavideogamedesigner.htm", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=c0o6BPYKBiA", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=YrYs_9lEGyY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=7U_deCkLt0A", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=3SH3CPJhthE", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=YFC3h8GACWE", + "category": "Video:" + } + ] + } + } + }, + { + "main_category": "Therapy", + "jobs": { + "Occupational Therapist Assistant": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/31-2011.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/occupational-therapy-assistants-and-aides.htm", + "category": "OOH:" + }, + { + "url": "http://otaonline.stkate.edu/blog/7-steps-becoming-occupational-therapy-assistant/", + "category": "Wild Card:" + }, + { + "url": "http://money.usnews.com/careers/best-jobs/occupational-therapy-assistant", + "category": "Wild Card:" + }, + { + "url": "http://www.allalliedhealthschools.com/physical-therapy/become-an-occupational-therapy-assistant/", + "category": "Wild Card:" + }, + { + "url": "http://explorehealthcareers.org/en/Career/7/Occupational_Therapy_Assistant", + "category": "Wild Card:" + }, + { + "url": "http://pmi.edu/programs/associate/occupational-therapy-assistant", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/occupational-therapy-assistant/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=7V0HRj_h1Ps", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=UrRsGxaJysE", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=gt7AyJlB1hI", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=trvCfinprNw", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=RcbCqVcGCd4", + "category": "Video:" + } + ] + }, + "Physical Therapist Assistant": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/31-2021.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/physical-therapist-assistants-and-aides.htm", + "category": "OOH:" + }, + { + "url": "http://www.apta.org/AboutPTAs/", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/physical-therapy-dpt/", + "category": "Video:" + } + ] + }, + "Recreational Therapist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1125.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/recreational-therapists.htm", + "category": "OOH:" + }, + { + "url": "http://www.careerplanner.com/Job-Descriptions/Recreational-Therapists.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/recreational-therapist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=3UFfRCvRp7o", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=OZd3zmrL_aM", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=1XJD5XDihhY", + "category": "Video:" + } + ] + }, + "Applied Behavioral Analysis Therapist": { + "links": [ + { + "url": "http://education-portal.com/articles/Behavior_Analyst_Job_Description_and_Education_Requirements.html", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/ABA_Therapist_Job_Description_and_Requirements_for_Becoming_an_ABA_Therapist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=O_7f6QRnATw", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=w9N0_7D_Re8", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=g1t22nP8oxs", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=Phm6YTgVlhg", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=JPfErTUYNkY", + "category": "Video:" + }, + { + "url": "http://www.teachpsych.org/ebooks/academic-advising-2015-vol2", + "category": "STP (Chapter 20):" + }, + { + "url": "http://www.apadivisions.org/division-25/about/index.aspx", + "category": "APA Division:" + } + ] + }, + "Art Therapist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-1125.01", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/recreational-therapists.htm", + "category": "OOH:" + }, + { + "url": "http://www.psychologycareercenter.org/art-therapist.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=KWcucBlxCD8", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=L5jspsOwK2w", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=Dej22djjBrw", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div10.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + } + ] + }, + "Dialectical Behavioral Therapist": { + "links": [ + { + "url": "http://behavioraltech.org/resources/whatisdbt.cfm", + "category": "Wild Card:" + }, + { + "url": "http://psychcentral.com/lib/an-overview-of-dialectical-behavior-therapy/0001096", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/carly-decotiis/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=S4Ccpqh6giM", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=n9Qmjcd7Wm4", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + } + ] + }, + "Existential Therapist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/existential-therapist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/existential-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=TLhqj878k4Q", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=7-LSmEVyu9c", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=FdYsUnRnPz8", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + } + ] + }, + "Holistic Therapist": { + "links": [ + { + "url": "http://careersinpsychology.org/interview/keri-nola-psychotherapist/", + "category": "Interview:" + }, + { + "url": "https://www.youtube.com/watch?v=ORsOhmrTYiM", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/user/FHTuk", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=-eietf0bGvE&spfreload=10%20Message%3A%20Syntax%20error%20(url%3A%20http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D-eietf0bGvE)", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + } + ] + }, + "Marriage and Family Counselor or Therapist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/21-1013.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/community-and-social-service/mental-health-counselors-and-marriage-and-family-therapists.htm", + "category": "OOH:" + }, + { + "url": "http://www.psychologycareercenter.org/marriage-family-counselor.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/psychology-careers/marriage-counselor/", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologycareercenter.org/marriage-family-therapist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.psychologyschoolguide.net/career-guides/becoming-a-marriage-psychologist/", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/lia-huynh/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/darren-adamson/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/ali-miller/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/zora-l-kolkey/", + "category": "Interview:" + }, + { + "url": "http://careersinpsychology.org/interview/lisa-bahar/", + "category": "Interview:" + }, + { + "url": "https://www.drkit.org/marriage-and-family-therapy-ms/", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=B6YTrJ3t54o", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=w6P0STFlPQ4", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div48.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div37.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA:" + } + ] + }, + "Music Therapist": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/29-1125.02", + "category": "O*NET:" + }, + { + "url": "http://www.careerplanner.com/DOT-Job-Descriptions/MUSIC-THERAPIST.cfm", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=5SC_G_ZxoRk", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=736ubPebPzY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=4V5U9jUt0_Eideo:", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div10.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + } + ] + }, + "Occupational Therapist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1122.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/occupational-therapists.htm#tab-1", + "category": "OOH:" + }, + { + "url": "http://www.medtravelers.com/occupational-therapist.aspx", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/occupational-therapist/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=r0aCJtkDdSE", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + } + ] + }, + "Outpatient Therapist": { + "links": [ + { + "url": "http://familyinnovations.com/licensed-outpatient-therapist-job-description/", + "category": "Wild Card:" + }, + { + "url": "http://www.mymajors.com/career/outpatient-therapist/", + "category": "Wild Card:" + }, + { + "url": "http://www.cchs-nc.com/wp-content/themes/cchs/pdf/OutpatientTherapist.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + } + ] + }, + "Pediatric Therapist": { + "links": [ + { + "url": "http://education-portal.com/articles/Pediatric_Therapist_Job_Description_and_Info_for_Students_Considering_a_Career_in_Pediatric_Therapy.html", + "category": "Wild Card:" + }, + { + "url": "http://education-portal.com/articles/Becoming_a_Pediatric_Occupational_Therapist_Career_Roadmap.html", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Pediatric_Therapist_Job_Description_and_Info_for_Students_Considering_a_Career_in_Pediatric_Therapy.html", + "category": "Wild Card:" + }, + { + "url": "http://learningpath.org/articles/Pediatric_Therapist_Careers_Job_Description_Salary_Info.html", + "category": "Wild Card:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div43.aspx", + "category": "APA Division:" + } + ] + }, + "Physical Therapist": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1123.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/healthcare/physical-therapists.htm", + "category": "OOH:" + }, + { + "url": "http://careers.stateuniversity.com/pages/489/Physical-Therapist.html", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/physical-therapist/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=wJjykZLfHA4", + "category": "Video:" + } + ] + }, + "Primary Therapist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/primary-therapist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.allpsychologycareers.com/career/primary-therapist.html", + "category": "Wild Card:" + }, + { + "url": "https://ccsi.org/employment/JobPostingFiles/Primary_Therapist_2.2012.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.careerprofiles.info/primary-therapist.html", + "category": "Wild Card:" + }, + { + "url": "http://www.indeed.com/cmp/Healthcare-Management-Company/jobs/Primary-Therapist-757e5d04e52963e9?sjdu=QwrRXKrqZ3CNX5W-O9jEvUg4h0AbpradtP77KypS_tlPxLg85xW_sOCF1hz8Nvl-hp11ZN4sS4ajG7848KDVhg", + "category": "Wild Card:" + }, + { + "url": "http://www.recoveryranch.com/staff-stories/an-interview-with-linda-hardy-primary-therapist/", + "category": "Interview:" + }, + { + "url": "http://www.promises.com/articles/promises-staff-stories/an-interview-with-dr-alexander-bacher-primary-therapist/", + "category": "Interview:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + } + ] + }, + "Psychoanalytic Therapist": { + "links": [ + { + "url": "http://www.apsa.org/", + "category": "Wild Card:" + }, + { + "url": "http://psychology.about.com/od/pindex/f/psychoanalytic-therapy.htm", + "category": "Wild Card:" + }, + { + "url": "http://www.ehow.com/info_8658791_job-description-psychoanalyst.html", + "category": "Wild Card:" + }, + { + "url": "http://www.inputyouth.co.uk/jobguides/job-psychoanalyst.html", + "category": "Wild Card:" + }, + { + "url": "http://work.chron.com/careers-psychoanalysis-4210.html", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Psychoanalysis_Degree_Certificate_and_Training_Information.html", + "category": "Wild Card:" + }, + { + "url": "http://www.apadivisions.org/division-39/", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div30.aspx", + "category": "APA Division:" + } + ] + }, + "Psychotherapist": { + "links": [ + { + "url": "http://www.psychologycareercenter.org/psychotherapist.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/mindy-utay/", + "category": "Interview:" + }, + { + "url": "http://www.youtube.com/watch?v=tLn8FkzG2o8", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=4QSg7MYvuGM", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=DuuxyFgu2cM", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + }, + { + "url": "http://www.apa.org/about/division/div12.aspx", + "category": "APA Division:" + } + ] + }, + "Reality Therapist": { + "links": [ + { + "url": "http://www.goodtherapy.org/reality-therapy.html", + "category": "Wild Card:" + }, + { + "url": "http://www.crchealth.com/types-of-therapy/reality-therapy/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=mZWGzWPqja0", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + } + ] + }, + "Sex Therapist": { + "links": [ + { + "url": "http://www.webmd.com/sex-relationships/features/what-does-sex-therapist-do", + "category": "Wild Card:" + }, + { + "url": "http://www.mayoclinic.org/tests-procedures/sex-therapy/basics/why-its-done/prc-20020669", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/dr-rachel-needle/", + "category": "Interview:" + }, + { + "url": "https://www.youtube.com/watch?v=ZlffmYi3mmQ", + "category": "Video:" + }, + { + "url": "http://www.apa.org/about/division/div29.aspx", + "category": "APA Division:" + } + ] + }, + "Therapist for the Blind": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/29-1122.01", + "category": "O*NET:" + }, + { + "url": "http://www.careerplanner.com/DOT-Job-Descriptions/ORIENTATION-AND-MOBILITY-THERAPIST-FOR-THE-BLIND.cfm", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=e8h-VvWISY4", + "category": "Video:" + } + ] + } + } + }, + { + "main_category": "Other", + "jobs": { + "Actor": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/27-2011.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/entertainment-and-sports/actors.htm", + "category": "OOH:" + }, + { + "url": "http://www.truity.com/career-profile/actor", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Actor_Job_Description_Duties_and_Salary_Information.html", + "category": "Wild Card:" + } + ] + }, + "Airline Pilot": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/53-2011.00", + "category": "O*NET:" + }, + { + "url": "https://www.drkit.org/commercial-pilot/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=I712YXdJ6_0", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=orDf5LsaFNk", + "category": "Video:" + } + ] + }, + "Animal Trainer": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/39-2011.00", + "category": "O*NET:" + }, + { + "url": "http://www.careerplanner.com/Job-Descriptions/Animal-Trainers.cfm", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=Xrgd4BRQ2Mg", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=bM9LxC1hPjc", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=BklFsQMMt08", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=_tfVbVN74Eo", + "category": "Video:" + } + ] + }, + "Choreographer": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/27-2032.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/OOH/entertainment-and-sports/dancers-and-choreographers.htm", + "category": "OOH:" + }, + { + "url": "https://www.sokanu.com/careers/choreographer/", + "category": "Wild Card:" + }, + { + "url": "http://www.aact.org/choreographer", + "category": "Wild Card:" + }, + { + "url": "https://bigfuture.collegeboard.org/careers/arts-visualand-performing-choreographers", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=A5BO0H-v5Rs", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=S1OlrzqlPSM", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=KPPxXeoIzRY", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=9pJUwqpl0vQ", + "category": "Video:" + } + ] + }, + "Emergency Management Director/Coordinator": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/11-9161.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/OOH/management/emergency-management-directors.htm", + "category": "OOH:" + }, + { + "url": "http://www.gardencityga.org/Modules/ShowDocument.aspx?documentid=174", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=6uFTNM_PTMA", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=dnsBdmhVsT4", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=3jXlhPGs0T8", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=O68qxR4sT38", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=NnJK8y7kxyU", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=8tYeBn1k6QU", + "category": "Video:" + } + ] + }, + "Flight Attendant": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/53-2031.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/OOH/transportation-and-material-moving/flight-attendants.htm", + "category": "OOH:" + }, + { + "url": "http://www.truity.com/career-profile/flight-attendant", + "category": "Wild Card:" + }, + { + "url": "https://unitedafa.org/benefits/fmla/fa_job_description.pdf", + "category": "Wild Card:" + }, + { + "url": "http://www.snagajob.com/job-descriptions/flight-attendant/", + "category": "Wild Card:" + }, + { + "url": "https://www.totaljobs.com/careers-advice/job-profile/travel-leisure-jobs/flight-attendant-job-description", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/flight-attendant/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=zbpu3bJo-HI", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=mcY7-smhkyg", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=C-FkCDuCmgA", + "category": "Video:" + } + ] + }, + "Interior Designer": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/27-1025.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/arts-and-design/interior-designers.htm", + "category": "OOH:" + }, + { + "url": "http://www.americasjobexchange.com/interior-designer-job-description", + "category": "Wild Card:" + }, + { + "url": "http://www.prospects.ac.uk/interior_and_spatial_designer_job_description.htm", + "category": "Wild Card:" + }, + { + "url": "http://careerplanning.about.com/od/exploringoccupations/p/interior-designer.htm", + "category": "Wild Card:" + } + ] + }, + "Life Coach": { + "links": [ + { + "url": "http://www.allpsychologycareers.com/career/life-coach.html", + "category": "Wild Card:" + }, + { + "url": "http://careersinpsychology.org/interview/jasmin-terrany-life-coach/", + "category": "Interview:" + }, + { + "url": "https://www.youtube.com/watch?v=zA-aVYkCkCQ", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=XaeVuLvHsxE", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=8EYYp-sx1AU", + "category": "Video:" + } + ] + }, + "Meeting, Conference, Wedding, or Event Planner": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/13-1121.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/business-and-financial/meeting-convention-and-event-planners.htm#tab-1", + "category": "OOH:" + }, + { + "url": "http://www.chicagotribune.com/business/ct-reva-nathan-executive-qa-0110-biz-20160108-story.html", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/event-coordinator/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/special-events-manager/", + "category": "Video:" + }, + { + "url": "https://www.drkit.org/director-of-events-catering/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=2qCHSpcbNyU", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=MkSNraqMvmE", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=hsRRMaX_neg", + "category": "Video:" + } + ] + }, + "Photographer": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/27-4021.00", + "category": "O*NET:" + }, + { + "url": "http://www.wikihow.com/Become-a-Professional-Photographer", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/photographer/", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=OmKcA7_jjv4", + "category": "Video:" + } + ] + }, + "Research Assistant": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/19-4061.00", + "category": "O*NET:" + }, + { + "url": "http://www.snagajob.com/job-descriptions/research-assistant/", + "category": "Wild Card:" + }, + { + "url": "https://www.drkit.org/research-assistant/", + "category": "Video:" + } + ] + }, + "Survey Researcher": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/19-3022.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/life-physical-and-social-science/survey-researchers.htm", + "category": "OOH:" + }, + { + "url": "http://www.newenglandcollegeonline.com/resources/marketing/survey-researcher-job-description-and-salary/#.WBc7Cy0rKpo", + "category": "Wild Card:" + }, + { + "url": "http://www.truity.com/career-profile/survey-researcher", + "category": "Wild Card:" + }, + { + "url": "http://www.americasjobexchange.com/survey-researcher-job-description", + "category": "Wild Card:" + }, + { + "url": "http://createacareer.org/social-sciences/survey-researcher-careers/", + "category": "Wild Card:" + }, + { + "url": "http://www.myplan.com/careers/survey-researchers/description-19-3022.00.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=dbekQFK5yrg", + "category": "Video:" + } + ] + }, + "Technical Writer": { + "links": [ + { + "url": "http://www.onetonline.org/link/summary/27-3042.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/media-and-communication/technical-writers.htm", + "category": "OOH:" + }, + { + "url": "http://www.americasjobexchange.com/technical-writer-job-description", + "category": "Wild Card:" + }, + { + "url": "http://study.com/articles/Technical_Writer_Job_Description_and_Info_for_Students_Considering_a_Career_as_a_Tech_Writer.html", + "category": "Wild Card:" + }, + { + "url": "https://www.youtube.com/watch?v=1-KYZRjRJ-8", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=eZm22PGDeVk", + "category": "Video:" + } + ] + }, + "Transformational Coach": { + "links": [ + { + "url": "http://careersinpsychology.org/transformational-coach-career/", + "category": "Wild Card:" + }, + { + "url": "http://www.theparadigmshifts.com/transformational-coaching/what-is-coaching/", + "category": "Wild Card:" + }, + { + "url": "http://www.centerfortransformationalcoaching.com/", + "category": "Wild Card:" + }, + { + "url": "http://www.youtube.com/watch?v=E5megcvrAbk", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=JlBn9C_qjFc", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=m8aS6KE9hXs", + "category": "Video:" + } + ] + }, + "Volunteer Coordinator": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/11-9151.00", + "category": "O*NET:" + }, + { + "url": "http://www.youtube.com/watch?v=_oXWy9mB6Ps", + "category": "Video:" + }, + { + "url": "http://www.youtube.com/watch?v=TpdgJgPTGe0", + "category": "Video:" + }, + { + "url": "https://www.youtube.com/watch?v=88jL_NpHTPo", + "category": "Video:" + } + ] + }, + "Applied or Analytical Statistician": { + "links": [ + { + "url": "http://online.onetcenter.org/link/summary/15-2041.00", + "category": "O*NET:" + }, + { + "url": "http://www.bls.gov/ooh/math/statisticians.htm", + "category": "OOH:" + }, + { + "url": "http://www.mymajors.com/career/analytical-statistician/", + "category": "Wild Card:" + } + ] + } + } + } +] \ No newline at end of file diff --git a/make_website.ipynb b/make_website.ipynb new file mode 100644 index 0000000..a607ea0 --- /dev/null +++ b/make_website.ipynb @@ -0,0 +1,947 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Business, Advertising, and Finance\n", + "Advertising Sales Representative / Agent / Executive\n", + "O*NET: http://online.onetcenter.org/link/summary/41-3011.00\n", + "OOH: http://www.bls.gov/ooh/sales/advertising-sales-agents.htm \n", + "Wild Card: http://www.ehow.com/about_6123748_job-description-advertising-sales-rep.html\n", + "Video: https://www.drkit.org/account-executive/\n", + "Video: http://www.youtube.com/watch?v=YxH7xG8WzvY\n", + "Video: https://www.youtube.com/watch?v=ovjmCc1R6EU\n", + "Assistant Bank Manager \n", + "\tO*NET: http://www.onetonline.org/link/summary/11-3031.02 \n" + ] + } + ], + "source": [ + "from docx import Document\n", + "\n", + "def read_docx(file_path, start_line, end_line):\n", + " doc = Document(file_path)\n", + " lines = []\n", + " line_count = 0\n", + " for paragraph in doc.paragraphs:\n", + " if start_line <= line_count < end_line:\n", + " lines.append(line.text)\n", + " line_count += 1\n", + " return lines\n", + "\n", + "def main(file_path, start_line, end_line):\n", + " lines = read_docx(file_path, start_line, end_line)\n", + " for line in lines:\n", + " print(line)\n", + "\n", + "# Specify the file path and line range\n", + "file_path = 'careers.docx'\n", + "start_line = 171 # Starting line (inclusive)\n", + "end_line = start_line+10 # Ending line (exclusive)\n", + "\n", + "main(file_path, start_line, end_line)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Job: \n", + "Content: An Online Career-Exploration Resource for Psychology Majors Drew C. Appleby, PhD Professor Emeritus of Psychology Indiana University–Purdue University Indianapolis Author contact information Drew C. Appleby 107 Glentown Way Atlanta, GA 30328-1607 dappleby@iupui.edu Copyright 2019 by Drew C. Appleby. All rights reserved. You may reproduce multiple copies of this material for your own personal use, including use in your classes and/or sharing with individual colleagues as long as the author’s name and institution and the Office of Teaching Resources in Psychology heading or other identifying information appear on the copied document. No other permission is implied or granted to print, copy, reproduce, or distribute additional copies of this material. Anyone who wishes to produce copies for purposes other than those specified above must obtain the permission of the authors. An Open Letter to Psychology Majors Dear Psychology Majors, I taught, advised, and mentored psychology majors for 40 years at both a small, private, residential, liberal arts college and a large, public, commuter, research university. Although these two schools were remarkably different, all my students were concerned about their ability to provide a confident answer to the following perennial question, “What can I do with a bachelor’s degree in psychology?” (For an explanation of why this question is so challenging, access my article titled How to Maximize the Blessings and Minimize the Curses of Being a Psychology Major listed in the reference section.) The remarkable pervasiveness of this query among my students motivated me to create and teach a careers-in-psychology class to help them answer it and to write a textbook for the class titled The Savvy Psychology Major (Appleby, 2008). The goal of the class was to enable students to become savvy psychology majors by creating an educational plan that would enable them to give clear, complete, convincing, and confident answers to the following questions: What careers can I enter if I major in psychology? Which of these careers would be a good choice for me on the basis of my skills, values, and interests? Which of these careers can I enter with a bachelor’s degree, and which will require a graduate degree? What knowledge, skills, and characteristic (KSCs) must I possess to enter and succeed in my chosen career? How can I use the curricular and the extracurricular components of my education to develop these KSCs? How can I convince potential employers or graduate school admissions committees that I possess these KSCs so they will hire me with a bachelor’s degree or accept me into their graduate program? This resource, combined with some serious and honest self-reflection, can help you answer the first four of these questions. Once you feel comfortable with your answers, your next step should be to meet with your academic advisor. Explain your answers to these four questions during this meeting, and then ask your advisor to work with you as you create a plan for the remainder of your undergraduate education that will help you choose the classes and engage in the extracurricular activities (e.g., research, internships, service learning, and leadership opportunities) that will enable you to develop the KSCs you need to prepare yourself for your chosen career. The final step will depend upon if your career requires you to earn a degree beyond the bachelor’s. If it does, seek the aid of a faculty mentor who can help you create and obtain the documents you will need to apply successfully to a graduate program (i.e., a curriculum vitae, a personal statement, and at least three strong letters of recommendation from appropriate people). If you can enter your chosen career with a bachelor’s degree, then visit your career center where a professional employment counselor can help you create the necessary documents and information you will need to be hired (i.e., a resume, a cover letter, and effective answers to challenging interview questions). This strategy is a complex task, so it is best to break it down into three smaller and more manageable steps by understanding, embracing, and living out the wisdom of the following short, but venerable quotations. The Oracle at Delphi (speaking through Socrates), said “Know thyself.” Savvy psychology majors know themselves when they can honestly and accurately identify their most important skills, interests, and values. Shakespeare wrote Hamlet in which Polonius provided the following sage advice to his son Laertes, “To thine own self be true.” Savvy psychology majors are true to themselves when they (a) use their self-knowledge to identify careers in which they can perform well, enjoy the work they do, and value the products of their work and then (b) create realistic plans to use their undergraduate educations to prepare for, enter, and succeed in these careers. Nike (the Greek goddess of victory), speaking through her 21st century commercial namesake, said “Just do it.” Savvy job-seeking psychology majors just do it when they put their realistic plans into action by actually engaging in the specific behaviors that will enable them to successfully enter and succeed in their chosen careers. I used these three pieces of advice to help thousands of students answer the question, “What can I do with a bachelor’s degree in psychology?” Although I am now retired and you are not my students, it would give me great satisfaction if you were willing to use the information in this resource to become savvy psychology majors. Sincerely yours, Drew C. Appleby, PhD Professor Emeritus of Psychology Director of Undergraduate Studies in the IUPUI Psychology Department (Retired) Associate Dean of the IUPUI Honors College (Retired) PS: I have been working on this resource for over 30 years ago, and it is still not a finished product; it is a work in progress. If you (a) discover any errors such as dead hotlinks or online sources that contain inaccurate or inappropriate information; (b) are aware of any trustworthy online resources that would expand this list; or (c) would like to recommend a career that can be added to this resource, please share this information with the me at dappleby@iupui.edu. Rationale and Purpose of This Resource Undergraduate psychology programs have traditionally provided students with an abundant variety of opportunities to acquire the KSCs necessary to prepare for graduate school, which is the post-baccalaureate step most familiar to psychology faculty. While this strategy has worked well for the small subset of psychology majors who enter graduate school after completing their undergraduate education, it has not always been as successful for the vast majority who enter the workforce immediately after they graduate. The authors of the APA Guidelines for the Undergraduate Psychology Major (American Psychological Association [APA], 2013) recognized this problem and sought to reduce its negative impact by urging undergraduate programs to help their career-seeking students develop more meaningful professional direction by (a) acquiring an understanding of the careers in which people with backgrounds in psychology are typically employed and (b) becoming familiar with the KSCs desired by those who hire people with baccalaureate degrees in psychology. Once students acquire this foundational information—and use it to identify their potential career paths—faculty and advisors can provide them with specific strategies to utilize their curricular and extracurricular opportunities to identify, clarify, prepare for, and attain their professional goals. The purpose of this resource is to provide ALL psychology majors—whether or not they plan to attend graduate school—with access to the broad panorama of careers they can enter, the nature of these careers, and the KSCs they will need to obtain and succeed in these careers. Description and Instructions for the Resource The 300 careers in this resource are accompanied by more than 2,300 internet sites that contain information about the nature of these careers. To increase the navigational efficiency of this 83-page resource, these careers are organized into the following 15 broad occupational clusters, which are highlighted in YELLOW. This structure enables users to identify groups of related careers that fit their unique patterns of interests, values, goals, skills, and knowledge and then locate these groups with the hyperlinks below. Business, Advertising, and Finance Children and Families Counseling Education Health and Medical Services Human Resources Law and Law Enforcement Military Psychology Religion and Spirituality Social and Human Services Sport, Fitness, and Recreation Technology Therapy Other Persons employed in 56 of these careers bear the official title of psychologist and must earn a graduate degree. Persons employed in the remaining 244 psychology-related careers (i.e., careers that require the demonstration of psychological knowledge and/or skills, but which do not carry the title of psychologist) are divided almost equally into two categories: those whose careers can be entered with a bachelor’s degree (highlighted in BLUE), and those whose careers require a graduate degree (highlighted in GREEN). Careers are listed alphabetically in each of these categories. In addition, I have marked with those careers rated by O*NET as having a bright outlook because they are expected to grow rapidly in the next several years, will have large numbers of job openings, or are new and emerging occupations. Many careers appear in more than one category, such as Educational Psychologist, which can be found in both the Education and the Psychology categories. Each career is followed by a set of hotlinks to a variety of online sources that provide users with answers to the following questions. What KSCs are required in this career? What tasks do workers perform in this career and under what conditions do they carry out these tasks? What types of job training or education are required to enter this career? What interests and values do workers in this career possess? How much money do people employed in this career earn? How many people are employed in this career, and what is the projected need for it in the future? What other occupations are related to this career? A label that identifies its source precedes each hotlink. These labels and their sources are below. DOT, OOH, and O*NET: government websites that enable visitors to explore careers Wild Card: a nongovernmental website that enables visitors to explore careers Video: a YouTube or other online visual media source created to enable site visitors to explore careers, some of which feature “a day in the life” of a person employed in a particular career Interview: an interview with a person employed in a particular career STP and a Chapter Number: a chapter containing advice about how to prepare for a career in a sub-discipline of psychology that appears in an edited e-book titled Academic Advising: A Handbook for Advisors and Students: Volume 2: A Guide to the Sub-Disciplines (Irons & Miller, 2015) published by Division 2 of APA (The Society for the Teaching of Psychology) APA Careers: a resource created by APA to enable site visitors to explore careers in a specific sub-discipline of psychology (e.g., social, clinical, or industrial/organizational psychology) APA Psychologist Profile: a profile of a psychologist from APA’s multimedia campaign (www.PsychScienceAction.org) who is using her/his psychological expertise to improve human welfare by performing research on problems such as Alzheimer’s disease, obesity, and distracted driving APA Applied Research: a summary of how the results of research of APA members in a particular psychological sub-discipline have been applied to promote human welfare \n", + "----------------------------------------\n", + "Job: APA\n", + "Content: APA Division: http://www.apa.org/about/division/div29.aspx Therapist for the Blind \n", + "----------------------------------------\n", + "Job: Go\n", + "Content: Go to http://www.onetonline.org/ to explore this amazing source of career information. A Six-Step Strategy to Use This Resource Successfully My fondest desire is for you to use my resource to identify, investigate, prepare for, obtain, and succeed in the kind of occupation that will cause you to wake up each the morning with a strong desire to go to work and to come home each night with a genuine sense of satisfaction gained from having accomplished professionally challenging and personally worthwhile tasks. The best way to do this is to make a firm commitment to engage in the following six-step professional development strategy. Choose a broad occupational field (e.g., business, health care, education, or social service) in which the work you will do would be a good match for your strengths, interests, values, and goals. Examine several careers in this field and choose one whose description makes you excited about obtaining it.\n", + "----------------------------------------\n", + "Job: Investigate\n", + "Content: Investigate this career carefully to determine the KSCs you will need to succeed in it. (You should also visit https://www.apa.org/ed/precollege/psn/2019/02/skillful-student where you will become aware of the transferable skills you will need to succeed in the 21st Century workforce regardless of what occupation you enter.) Work with your academic advisor to develop a plan to use both the curricular and extracurricular components of your undergraduate education to acquire these KSCs. Collaborate with your faculty mentor or a professional career advisor to create strategies that will convince employers to hire you (e.g., cover letters and resumes) or graduate school admissions committee to accept you (e.g., personal statements and a curriculum vitae). Finally, do everything in your power to carry out your academic plan and to put your strategies to work when it is time to make your transition from college to the next stage of your professional development. Begin this strategy now, not tomorrow, not at the end of the semester, and absolutely not until after you graduate. Just remember that more than 100,000 other psychology majors will graduate with you. They all want good jobs too, but until they discover and use this resource, you will be the only one who has the online information it provides and a six-step strategy to use this information to obtain the career you want. A Very Important Caveat About the Jobs Contained in This Resource Please read the following quotation from Landrum (2018) very carefully. It explains why the possession of a bachelor’s degree in psychology neither guarantees nor entitles its owner to successfully obtain the careers in this resource because of five specific types of competition for these jobs. “To say that a bachelor’s degree in psychology prepares you for no job is simply ludicrous. But let’s think about the more nuanced part — a bachelor’s degree in psychology does not exclusively entitle a person to any of the jobs in this list. Using O*NET from the U.S. Department of Labor (2017) for the following bulleted data, allow me to explain what I mean by psychology’s lack of exclusivity. For a job like animal trainer, the vast majority of individuals with this job have a high school diploma (or less) as their highest educational attainment. So a bachelor’s degree (in any field) is not necessarily a prerequisite requirement. In order to be a claims supervisor (claims examiner) for an insurance company, nearly 70 percent of those individuals have a bachelor’s degree. This type of position can be filled by individuals from many different majors. To serve as a corrections officer, 89 percent of individuals in this career have a high school diploma or equivalent. Psychology majors can do well in this area, but as you can probably understand, so do criminal justice majors, sociology majors, and others. Thirty percent of labor relations specialists hold bachelor’s degrees, and 25 percent hold master’s degrees. A psychology major could certainly attain this job, but will sometimes be competing with others with higher educational attainment. Technical writers typically require some college (35 percent associate’s degree and 33 percent bachelor’s degree), but as you can imagine, a psychology major competing for this position would also be competing with individuals who were English majors in college. It is my hope that these examples illustrate the nuance and complexity of discussing career options for psychology workforce graduates. There are many, many job possibilities, but there is also much competition awaiting in the workplace due to the lack of exclusivity. Psychology majors, no matter what the career trajectory, need to be thinking about, cultivating and honing their skill sets; in that regard, I highly encourage you to review the works of Miller and Carducci (2015) and Strohmetz et al. (2015). Do not be passive about your future, hoping that it “all comes out in the wash” — be forcefully empowered to be your own best ally and advocate for a satisfying and successful future.” Notes of Appreciation I would like to thank the students in Dr. Virginia Wickline’s Fall 2018 PSYC 2231 class at Georgia Southern University’s Armstrong Campus for providing me with suggestions to increase the quality of this resource and Dr. Kit Nast of Bishop State Community College for sharing his excellent videos with me and keeping them up-to-date. References \n", + "----------------------------------------\n", + "Job: American\n", + "Content: American Psychological Association. (2013). APA Guidelines for the Undergraduate Psychology Major: Version 2.0. Washington, DC: Author. Retrieved from the American Psychological Association web site: http://www.apa.org/ed/precollege/about/psymajor-guidelines.pdf Appleby, D. C. (2008). The savvy psychology major (4th ed.). Dubuque, IA: Kendall/Hunt. \n", + "----------------------------------------\n", + "Job: Appleby,\n", + "Content: Appleby, D. C. (Fall, 2015). How to maximize the blessings and minimize the curses of being a psychology major. Eye on Psi Chi,20(1). Retrieved from http://www.psichi.org/?201EyeFall15hAppleby#.VkZZ2XarSUk \n", + "----------------------------------------\n", + "Job: Irons,\n", + "Content: Irons, J. G., & Miller, R. L. (Eds.). (2015). Academic advising: A handbook for advisors and students volume 2: A guide to the sub-disciplines. Retrieved from the Society for the Teaching of Psychology web site: http://teachpsych.org/ebooks/academic-advising-2015-vol2 \n", + "----------------------------------------\n", + "Job: Landrum,\n", + "Content: Landrum, R. E. (2018). What can you do with a bachelor’s degree in psychology? Like this title, the actual answer is complicated. Psych Learning Curve: Where Psychology and Education Connect. Retrieved from http://psychlearningcurve.org/what-can-you-do-with-a-bachelors-degree-in-psychology/?utm_source=Psych+Learning+Curve&utm_campaign=766b768d73-what_to_do_with_bach_degree_5_16_18&utm_medium=email&utm_term=0_ff6044c3a5-766b768d73-92273453 Miller, M.J., & Carducci, B.J. (2015). Student perceptions of knowledge, skills, ad abilities desired by potential employers of psychology majors. Scholarship of Teaching and Learning in Psychology, 1, 38-47.  doi:10.1037/stl0000015. \n", + "----------------------------------------\n", + "Job: National\n", + "Content: National Center for O*NET Development. (2015). Overview. O*NET Resource Center. Retrieved from the O*NET Center Resource web site: http://www.onetcenter.org/overview.html Strohmetz, D.B., Dolinsky, B, Jhangiani, R.S., Posey, D.C., Hardin, E.E., Shyu, V., & Klein, E. (2015). The skillsful major: Psychology curricula in the 21st century. Scholarship of Teaching and Learning in Psychology, 1, 200-207.  doi:10.1037/stl0000037. Author’s Note Two of my students, Brandon Millspaugh and Melissa Hammersley, contributed to this resource in 2010 when they helped me increase its number of occupations from 130 to 176. *** The Resource Begins on the Following Page *** Business, Advertising, and Finance Advertising Sales Representative / Agent / Executive\n", + "----------------------------------------\n", + "Job: O*NET:\n", + "Content: O*NET: http://online.onetcenter.org/link/summary/15-2041.00\n", + "----------------------------------------\n", + "Job: OOH:\n", + "Content: OOH: http://www.bls.gov/ooh/math/statisticians.htm \n", + "----------------------------------------\n", + "Job: Wild\n", + "Content: Wild Card: http://www.mymajors.com/career/analytical-statistician/\n", + "----------------------------------------\n", + "Job: Video:\n", + "Content: Video: https://www.youtube.com/watch?v=88jL_NpHTPo Applied or Analytical Statistician \n", + "----------------------------------------\n", + "Job: Interview:\n", + "Content: Interview: http://careersinpsychology.org/interview/jasmin-terrany-life-coach/ \n", + "----------------------------------------\n", + "Job: Video:https://www.drkit.org/industrial-organizational-psychology-phd/\n", + "Content: Video:https://www.drkit.org/industrial-organizational-psychology-phd/\n", + "----------------------------------------\n", + "Job: STP\n", + "Content: STP (Chapter 20): http://www.teachpsych.org/ebooks/academic-advising-2015-vol2\n", + "----------------------------------------\n", + "Job: DOT:\n", + "Content: DOT: http://www.occupationalinfo.org/18/187167238.html\n", + "----------------------------------------\n", + "Job: APA:\n", + "Content: APA: http://www.apa.org/about/division/div43.aspx Music Therapist \n", + "----------------------------------------\n", + "Job: Wildcard:\n", + "Content: \tWildcard: http://www.docs.csg.ed.ac.uk/HumanResources/JDs/8-e-Learning_Developer_(MVM).pdf\n", + "----------------------------------------\n", + "Job: STP:\n", + "Content: \tSTP: (Chapter 11): http://www.teachpsych.org/ebooks/academic-advising-2015-vol2\n", + "----------------------------------------\n", + "Job: Video\n", + "Content: Video (Rabbi): http://www.youtube.com/watch?v=GPezDdp_zWQ\n", + "----------------------------------------\n", + "Job: Coach:\n", + "Content: Coach: https://www.drkit.org/coach/\n", + "----------------------------------------\n" + ] + } + ], + "source": [ + "import re\n", + "from docx import Document\n", + "\n", + "def read_docx(file_path):\n", + " doc = Document(file_path)\n", + " lines = [line.text for paragraph in doc.paragraphs]\n", + " return paragraphs\n", + "\n", + "def extract_jobs(paragraphs):\n", + " job_dict = {}\n", + " job_key = \"\"\n", + " job_value = []\n", + " \n", + " # Regex to match URLs\n", + " url_pattern = re.compile(r'http[s]?://[^\\s]+')\n", + "\n", + " for paragraph in paragraphs:\n", + " if url_pattern.search(paragraph):\n", + " if job_value:\n", + " # Save the current job to the dictionary before starting a new one\n", + " job_dict[job_key] = ' '.join(job_value)\n", + " job_value = []\n", + " job_key = paragraph.split()[0] # Use the first word as the job key\n", + " job_value.append(paragraph)\n", + "\n", + " # Save the last job\n", + " if job_key and job_value:\n", + " job_dict[job_key] = ' '.join(job_value)\n", + " \n", + " return job_dict\n", + "\n", + "def main(file_path):\n", + " paragraphs = read_docx(file_path)\n", + " job_dict = extract_jobs(paragraphs)\n", + " for job, content in job_dict.items():\n", + " print(f\"Job: {job}\")\n", + " print(f\"Content: {content}\")\n", + " print(\"-\" * 40)\n", + "\n", + "# Specify the file path\n", + "file_path = 'careers.docx'\n", + "\n", + "main(file_path)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "ename": "TypeError", + "evalue": "expected string or bytes-like object, got 'Paragraph'", + "output_type": "error", + "traceback": [ + "\u001b[1;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[1;31mTypeError\u001b[0m Traceback (most recent call last)", + "Cell \u001b[1;32mIn[7], line 33\u001b[0m\n\u001b[0;32m 30\u001b[0m start_line \u001b[38;5;241m=\u001b[39m \u001b[38;5;241m171\u001b[39m \u001b[38;5;66;03m# Starting line (inclusive)\u001b[39;00m\n\u001b[0;32m 31\u001b[0m end_line \u001b[38;5;241m=\u001b[39m start_line\u001b[38;5;241m+\u001b[39m\u001b[38;5;241m10\u001b[39m \u001b[38;5;66;03m# Ending line (exclusive)\u001b[39;00m\n\u001b[1;32m---> 33\u001b[0m \u001b[43mmain\u001b[49m\u001b[43m(\u001b[49m\u001b[43mfile_path\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mstart_line\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mend_line\u001b[49m\u001b[43m)\u001b[49m\n", + "Cell \u001b[1;32mIn[7], line 24\u001b[0m, in \u001b[0;36mmain\u001b[1;34m(file_path, start_line, end_line)\u001b[0m\n\u001b[0;32m 23\u001b[0m \u001b[38;5;28;01mdef\u001b[39;00m \u001b[38;5;21mmain\u001b[39m(file_path, start_line, end_line):\n\u001b[1;32m---> 24\u001b[0m lines \u001b[38;5;241m=\u001b[39m \u001b[43mread_docx\u001b[49m\u001b[43m(\u001b[49m\u001b[43mfile_path\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mstart_line\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43mend_line\u001b[49m\u001b[43m)\u001b[49m\n\u001b[0;32m 25\u001b[0m \u001b[38;5;28;01mfor\u001b[39;00m line \u001b[38;5;129;01min\u001b[39;00m lines:\n\u001b[0;32m 26\u001b[0m \u001b[38;5;28mprint\u001b[39m(line)\n", + "Cell \u001b[1;32mIn[7], line 12\u001b[0m, in \u001b[0;36mread_docx\u001b[1;34m(file_path, start_line, end_line)\u001b[0m\n\u001b[0;32m 9\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m start_line \u001b[38;5;241m<\u001b[39m\u001b[38;5;241m=\u001b[39m line_count \u001b[38;5;241m<\u001b[39m end_line:\n\u001b[0;32m 10\u001b[0m url_pattern \u001b[38;5;241m=\u001b[39m re\u001b[38;5;241m.\u001b[39mcompile(\u001b[38;5;124mr\u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mhttp[s]?://[^\u001b[39m\u001b[38;5;124m\\\u001b[39m\u001b[38;5;124ms]+\u001b[39m\u001b[38;5;124m'\u001b[39m)\n\u001b[1;32m---> 12\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m \u001b[43murl_pattern\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43msearch\u001b[49m\u001b[43m(\u001b[49m\u001b[43mparagraph\u001b[49m\u001b[43m)\u001b[49m:\n\u001b[0;32m 13\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m job_value:\n\u001b[0;32m 14\u001b[0m \u001b[38;5;66;03m# Save the current job to the dictionary before starting a new one\u001b[39;00m\n\u001b[0;32m 15\u001b[0m job_dict[job_key] \u001b[38;5;241m=\u001b[39m \u001b[38;5;124m'\u001b[39m\u001b[38;5;124m \u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;241m.\u001b[39mjoin(job_value)\n", + "\u001b[1;31mTypeError\u001b[0m: expected string or bytes-like object, got 'Paragraph'" + ] + } + ], + "source": [ + "import re\n", + "from docx import Document\n", + "\n", + "def read_docx(file_path, start_line, end_line):\n", + " doc = Document(file_path)\n", + " lines = []\n", + " line_count = 0\n", + " for paragraph in doc.paragraphs:\n", + " if start_line <= line_count < end_line:\n", + " url_pattern = re.compile(r'http[s]?://[^\\s]+')\n", + "\n", + " if url_pattern.search(paragraph):\n", + " if job_value:\n", + " # Save the current job to the dictionary before starting a new one\n", + " job_dict[job_key] = ' '.join(job_value)\n", + " job_value = []\n", + " job_key = paragraph.split()[0] # Use the first word as the job key\n", + " job_value.append(paragraph)\n", + " lines.append(paragraph.text)\n", + " line_count += 1\n", + " return lines\n", + "\n", + "def main(file_path, start_line, end_line):\n", + " lines = read_docx(file_path, start_line, end_line)\n", + " for line in lines:\n", + " print(line)\n", + "\n", + "# Specify the file path and line range\n", + "file_path = 'careers_abridged.docx'\n", + "start_line = 171 # Starting line (inclusive)\n", + "end_line = start_line+10 # Ending line (exclusive)\n", + "\n", + "main(file_path, start_line, end_line)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Business, Advertising, and Finance\n", + "Advertising Sales Representative / Agent / Executive\n", + "O*NET: http://online.onetcenter.org/link/summary/41-3011.00\n", + "Main Category: Business, Advertising, and Finance\n", + "Subcategory: Advertising Sales Representative / Agent / Executive\n", + "OOH: http://www.bls.gov/ooh/sales/advertising-sales-agents.htm \n", + "Wild Card: http://www.ehow.com/about_6123748_job-description-advertising-sales-rep.html\n", + "Video: https://www.drkit.org/account-executive/\n", + "Video: http://www.youtube.com/watch?v=YxH7xG8WzvY\n", + "Video: https://www.youtube.com/watch?v=ovjmCc1R6EU\n", + "Assistant Bank Manager \n", + "\tO*NET: http://www.onetonline.org/link/summary/11-3031.02 \n", + "Subcategory: Assistant Bank Manager \n" + ] + } + ], + "source": [ + "import re\n", + "from docx import Document\n", + "\n", + "def read_docx(file_path, start_line, end_line):\n", + " doc = Document(file_path)\n", + " lines = []\n", + " line_count = 0\n", + " for paragraph in doc.paragraphs:\n", + " if start_line <= line_count < end_line:\n", + " lines.append(paragraph.text)\n", + " line_count += 1\n", + " return lines\n", + "\n", + "def main(file_path, start_line, end_line):\n", + " lines = read_docx(file_path, start_line, end_line)\n", + " url_pattern = re.compile(r'https?://\\S+')\n", + " previous_lines = []\n", + "\n", + " for line in lines:\n", + " print(line)\n", + " if url_pattern.search(line):\n", + "\n", + " if len(previous_lines) == 2:\n", + " print(\"Main Category:\", previous_lines[0])\n", + " print(\"Subcategory:\", previous_lines[1])\n", + " elif len(previous_lines) == 1:\n", + " print(\"Subcategory:\", previous_lines[0])\n", + " previous_lines.clear()\n", + " else:\n", + " previous_lines.append(line)\n", + "\n", + "# Specify the file path and line range\n", + "file_path = 'careers.docx'\n", + "start_line = 171 # Starting line (inclusive)\n", + "end_line = start_line + 10 # Ending line (exclusive)\n", + "\n", + "main(file_path, start_line, end_line)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "metadata": {}, + "outputs": [], + "source": [ + "import re\n", + "import json\n", + "from docx import Document\n", + "\n", + "def read_docx(file_path, start_line, end_line):\n", + " doc = Document(file_path)\n", + " lines = []\n", + " line_count = 0\n", + " for paragraph in doc.paragraphs:\n", + " if start_line <= line_count < end_line:\n", + " lines.append(paragraph.text)\n", + " line_count += 1\n", + " return lines\n", + "\n", + "def parse_lines(lines):\n", + " url_pattern = re.compile(r'https?://\\S+')\n", + " main_category = None\n", + " sub_category = None\n", + " current_job = None\n", + " jobs = {}\n", + "\n", + " for line in lines:\n", + " if url_pattern.search(line):\n", + " if main_category and sub_category and current_job:\n", + " if current_job not in jobs:\n", + " jobs[current_job] = {\n", + " 'sub_category': sub_category,\n", + " 'links': []\n", + " }\n", + " jobs[current_job]['links'].append({\n", + " 'url': line,\n", + " 'category': 'Unknown' # Placeholder, modify if needed\n", + " })\n", + " elif main_category and sub_category:\n", + " current_job = line\n", + " elif not main_category:\n", + " main_category = line\n", + " elif not sub_category:\n", + " sub_category = line\n", + " elif current_job:\n", + " jobs[current_job]['links'].append({\n", + " 'url': line,\n", + " 'category': 'Unknown' # Placeholder, modify if needed\n", + " })\n", + " \n", + " return {\n", + " 'main_category': main_category,\n", + " 'jobs': jobs\n", + " }\n", + "\n", + "def save_to_json(data, output_file):\n", + " with open(output_file, 'w') as f:\n", + " json.dump(data, f, indent=4)\n", + "\n", + "def main(file_path, start_line, end_line, output_file):\n", + " lines = read_docx(file_path, start_line, end_line)\n", + " data = parse_lines(lines)\n", + " save_to_json(data, output_file)\n", + "\n", + "# Specify the file path and line range\n", + "file_path = 'careers.docx'\n", + "start_line = 171 # Starting line (inclusive)\n", + "end_line = start_line + 10000 # Ending line (exclusive)\n", + "output_file = 'jobs2.json'\n", + "\n", + "main(file_path, start_line, end_line, output_file)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "metadata": {}, + "outputs": [], + "source": [ + "import re\n", + "import json\n", + "from docx import Document\n", + "\n", + "def read_docx(file_path, start_line, end_line):\n", + " doc = Document(file_path)\n", + " lines = []\n", + " line_count = 0\n", + " for paragraph in doc.paragraphs:\n", + " if start_line <= line_count < end_line:\n", + " lines.append(paragraph.text)\n", + " line_count += 1\n", + " return lines\n", + "\n", + "def parse_lines(lines):\n", + " url_pattern = re.compile(r'https?://\\S+')\n", + " main_category = None\n", + " sub_category = None\n", + " current_job = None\n", + " jobs = {}\n", + "\n", + " for line in lines:\n", + " if url_pattern.search(line):\n", + " # If there's a current job and category, add the link\n", + " if main_category and sub_category and current_job:\n", + " if current_job not in jobs:\n", + " jobs[current_job] = {\n", + " 'sub_category': sub_category,\n", + " 'links': []\n", + " }\n", + " jobs[current_job]['links'].append({\n", + " 'url': line,\n", + " 'category': 'Unknown' # Placeholder, modify if needed\n", + " })\n", + " else:\n", + " if not main_category:\n", + " main_category = line\n", + " elif not sub_category:\n", + " sub_category = line\n", + " elif not current_job:\n", + " current_job = line\n", + " else:\n", + " # If a new line is encountered, it indicates a new job\n", + " if current_job:\n", + " if current_job not in jobs:\n", + " jobs[current_job] = {\n", + " 'sub_category': sub_category,\n", + " 'links': []\n", + " }\n", + " current_job = line\n", + " sub_category = None # Reset sub_category for the new job\n", + "\n", + " # Handle the last job if it exists\n", + " if main_category and sub_category and current_job:\n", + " if current_job not in jobs:\n", + " jobs[current_job] = {\n", + " 'sub_category': sub_category,\n", + " 'links': []\n", + " }\n", + " \n", + " return {\n", + " 'main_category': main_category,\n", + " 'jobs': jobs\n", + " }\n", + "\n", + "def save_to_json(data, output_file):\n", + " with open(output_file, 'w') as f:\n", + " json.dump(data, f, indent=4)\n", + "\n", + "def main(file_path, start_line, end_line, output_file):\n", + " lines = read_docx(file_path, start_line, end_line)\n", + " data = parse_lines(lines)\n", + " save_to_json(data, output_file)\n", + "\n", + "# Specify the file path and line range\n", + "file_path = 'careers.docx'\n", + "start_line = 171 # Starting line (inclusive)\n", + "end_line = start_line + 10 # Ending line (exclusive)\n", + "output_file = 'jobs.json'\n", + "\n", + "main(file_path, start_line, end_line, output_file)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "metadata": {}, + "outputs": [], + "source": [ + "import re\n", + "import json\n", + "from docx import Document\n", + "\n", + "def read_docx(file_path, start_line, end_line):\n", + " doc = Document(file_path)\n", + " lines = []\n", + " line_count = 0\n", + " for paragraph in doc.paragraphs:\n", + " if start_line <= line_count < end_line:\n", + " lines.append(paragraph.text)\n", + " line_count += 1\n", + " return lines\n", + "\n", + "def parse_lines(lines):\n", + " url_pattern = re.compile(r'https?://\\S+')\n", + " main_category = None\n", + " sub_category = None\n", + " jobs = {}\n", + " \n", + " for line in lines:\n", + " if url_pattern.search(line):\n", + " # If a line contains a URL, add it to the current sub_category\n", + " if main_category and sub_category:\n", + " if sub_category not in jobs:\n", + " jobs[sub_category] = {\n", + " 'links': []\n", + " }\n", + " category = line.split(' ')[0] # Use the first word as the category\n", + " url = line\n", + " jobs[sub_category]['links'].append({\n", + " 'url': url,\n", + " 'category': category\n", + " })\n", + " else:\n", + " if not main_category:\n", + " main_category = line\n", + " elif not sub_category:\n", + " sub_category = line\n", + " else:\n", + " # If a new line is encountered, it starts a new sub_category\n", + " if sub_category:\n", + " # Save the previous sub_category job links\n", + " sub_category = line\n", + "\n", + " return {\n", + " 'main_category': main_category,\n", + " 'jobs': jobs\n", + " }\n", + "\n", + "def save_to_json(data, output_file):\n", + " with open(output_file, 'w') as f:\n", + " json.dump(data, f, indent=4)\n", + "\n", + "def main(file_path, start_line, end_line, output_file):\n", + " lines = read_docx(file_path, start_line, end_line)\n", + " data = parse_lines(lines)\n", + " save_to_json(data, output_file)\n", + "\n", + "# Specify the file path and line range\n", + "file_path = 'careers.docx'\n", + "start_line = 171 # Starting line (inclusive)\n", + "end_line = start_line + 30 # Adjust the ending line as needed\n", + "output_file = 'jobs.json'\n", + "\n", + "main(file_path, start_line, end_line, output_file)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": {}, + "outputs": [], + "source": [ + "import re\n", + "import json\n", + "from docx import Document\n", + "\n", + "def read_docx(file_path, start_line, end_line):\n", + " doc = Document(file_path)\n", + " lines = []\n", + " line_count = 0\n", + " for paragraph in doc.paragraphs:\n", + " if start_line <= line_count < end_line:\n", + " lines.append(paragraph.text.strip())\n", + " line_count += 1\n", + " return lines\n", + "\n", + "def parse_lines(lines):\n", + " url_pattern = re.compile(r'https?://\\S+')\n", + " main_category = None\n", + " sub_category = None\n", + " current_links = []\n", + " jobs = {}\n", + "\n", + " for line in lines:\n", + " if url_pattern.search(line):\n", + " # Extract the URL\n", + " url_match = url_pattern.search(line)\n", + " url = url_match.group()\n", + " \n", + " # Extract the category (everything before the URL)\n", + " category = line[:url_match.start()].strip()\n", + "\n", + " if sub_category and main_category:\n", + " if sub_category not in jobs:\n", + " jobs[sub_category] = {\n", + " 'links': []\n", + " }\n", + " jobs[sub_category]['links'].append({\n", + " 'url': url,\n", + " 'category': category\n", + " })\n", + " elif line.lower().startswith(\"undefined\"):\n", + " # Skip lines starting with \"undefined\"\n", + " continue\n", + " else:\n", + " if not main_category:\n", + " main_category = line\n", + " elif not sub_category:\n", + " sub_category = line\n", + " else:\n", + " # Start a new sub_category when a new line appears\n", + " if sub_category:\n", + " if sub_category not in jobs:\n", + " jobs[sub_category] = {\n", + " 'links': []\n", + " }\n", + " sub_category = line\n", + "\n", + " # Handle the last sub_category if it exists\n", + " if main_category and sub_category:\n", + " if sub_category not in jobs:\n", + " jobs[sub_category] = {\n", + " 'links': []\n", + " }\n", + "\n", + " return {\n", + " 'main_category': main_category,\n", + " 'jobs': jobs\n", + " }\n", + "\n", + "def save_to_json(data, output_file):\n", + " with open(output_file, 'w') as f:\n", + " json.dump(data, f, indent=4)\n", + "\n", + "def main(file_path, start_line, end_line, output_file):\n", + " lines = read_docx(file_path, start_line, end_line)\n", + " data = parse_lines(lines)\n", + " save_to_json(data, output_file)\n", + "\n", + "# Specify the file path and line range\n", + "file_path = 'careers.docx'\n", + "start_line = 171 # Starting line (inclusive)\n", + "end_line = start_line + 3000 # Adjust the ending line as needed\n", + "output_file = 'jobs.json'\n", + "\n", + "main(file_path, start_line, end_line, output_file)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "metadata": {}, + "outputs": [], + "source": [ + "import re\n", + "import json\n", + "from docx import Document\n", + "\n", + "def read_docx(file_path, start_line, end_line):\n", + " doc = Document(file_path)\n", + " lines = []\n", + " line_count = 0\n", + " for paragraph in doc.paragraphs:\n", + " if start_line <= line_count < end_line:\n", + " lines.append(paragraph.text.strip())\n", + " line_count += 1\n", + " return lines\n", + "\n", + "def parse_lines(lines):\n", + " url_pattern = re.compile(r'https?://\\S+')\n", + " data = []\n", + " main_category = None\n", + " sub_category = None\n", + " current_job = None\n", + " jobs = {}\n", + "\n", + " for line in lines:\n", + " if url_pattern.search(line):\n", + " # Extract the URL\n", + " url_match = url_pattern.search(line)\n", + " url = url_match.group()\n", + " \n", + " # Extract the category (everything before the URL)\n", + " category = line[:url_match.start()].strip()\n", + "\n", + " if current_job:\n", + " jobs[current_job]['links'].append({\n", + " 'url': url,\n", + " 'category': category\n", + " })\n", + " elif line.lower().startswith(\"undefined\"):\n", + " # Skip lines starting with \"undefined\"\n", + " continue\n", + " else:\n", + " if not main_category:\n", + " # Set the main category\n", + " main_category = line\n", + " elif not sub_category:\n", + " # Set the sub category\n", + " sub_category = line\n", + " current_job = sub_category\n", + " jobs[current_job] = {\n", + " 'links': []\n", + " }\n", + " else:\n", + " # Set the job title (sub category)\n", + " if sub_category:\n", + " # Finalize the previous job before setting a new one\n", + " if current_job:\n", + " data.append({\n", + " 'main_category': main_category,\n", + " 'jobs': jobs\n", + " })\n", + "\n", + " # Reset for the new main category\n", + " main_category = line\n", + " sub_category = None\n", + " current_job = None\n", + " jobs = {}\n", + " sub_category = line\n", + " current_job = sub_category\n", + " jobs[current_job] = {\n", + " 'links': []\n", + " }\n", + " \n", + " # Handle the last job if it exists\n", + " if main_category and jobs:\n", + " data.append({\n", + " 'main_category': main_category,\n", + " 'jobs': jobs\n", + " })\n", + "\n", + " return data\n", + "\n", + "def save_to_json(data, output_file):\n", + " with open(output_file, 'w') as f:\n", + " json.dump(data, f, indent=4)\n", + "\n", + "def main(file_path, start_line, end_line, output_file):\n", + " lines = read_docx(file_path, start_line, end_line)\n", + " data = parse_lines(lines)\n", + " save_to_json(data, output_file)\n", + "\n", + "# Specify the file path and line range\n", + "file_path = 'careers.docx'\n", + "start_line = 171 # Starting line (inclusive)\n", + "end_line = start_line + 3000 # Adjust the ending line as needed\n", + "output_file = 'jobs.json'\n", + "\n", + "main(file_path, start_line, end_line, output_file)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "metadata": {}, + "outputs": [], + "source": [ + "import re\n", + "import json\n", + "from docx import Document\n", + "\n", + "def read_docx(file_path, start_line, end_line):\n", + " doc = Document(file_path)\n", + " lines = []\n", + " line_count = 0\n", + " for paragraph in doc.paragraphs:\n", + " if start_line <= line_count < end_line:\n", + " lines.append(paragraph.text.strip())\n", + " line_count += 1\n", + " return lines\n", + "\n", + "def parse_lines(lines):\n", + " url_pattern = re.compile(r'https?://\\S+')\n", + " data = []\n", + " current_main_category = None\n", + " current_job = None\n", + " jobs = {}\n", + "\n", + " for line in lines:\n", + " if url_pattern.search(line):\n", + " # Extract the URL\n", + " url_match = url_pattern.search(line)\n", + " url = url_match.group()\n", + " \n", + " # Extract the category (everything before the URL)\n", + " category = line[:url_match.start()].strip()\n", + "\n", + " if current_job:\n", + " jobs[current_job]['links'].append({\n", + " 'url': url,\n", + " 'category': category\n", + " })\n", + " elif line.lower().startswith(\"undefined\"):\n", + " # Skip lines starting with \"undefined\"\n", + " continue\n", + " else:\n", + " if not current_main_category:\n", + " # Set the main category\n", + " current_main_category = line\n", + " elif not current_job:\n", + " # Set the job title (sub_category)\n", + " current_job = line\n", + " jobs[current_job] = {\n", + " 'links': []\n", + " }\n", + " else:\n", + " # Handle a new main category if a new line appears\n", + " if current_main_category:\n", + " # Save the current category data\n", + " data.append({\n", + " 'main_category': current_main_category,\n", + " 'jobs': jobs\n", + " })\n", + " # Reset for the new main category\n", + " current_main_category = line\n", + " jobs = {}\n", + " current_job = None\n", + "\n", + " # Handle the last job if it exists\n", + " if current_main_category and jobs:\n", + " data.append({\n", + " 'main_category': current_main_category,\n", + " 'jobs': jobs\n", + " })\n", + "\n", + " return data\n", + "\n", + "def save_to_json(data, output_file):\n", + " with open(output_file, 'w') as f:\n", + " json.dump(data, f, indent=4)\n", + "\n", + "def main(file_path, start_line, end_line, output_file):\n", + " lines = read_docx(file_path, start_line, end_line)\n", + " data = parse_lines(lines)\n", + " save_to_json(data, output_file)\n", + "\n", + "# Specify the file path and line range\n", + "file_path = 'careers.docx'\n", + "start_line = 171 # Starting line (inclusive)\n", + "end_line = start_line + 3000 # Adjust the ending line as needed\n", + "output_file = 'jobs.json'\n", + "\n", + "main(file_path, start_line, end_line, output_file)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 31, + "metadata": {}, + "outputs": [], + "source": [ + "import re\n", + "import json\n", + "from docx import Document\n", + "\n", + "def read_docx(file_path, start_line, end_line):\n", + " doc = Document(file_path)\n", + " lines = []\n", + " line_count = 0\n", + " for paragraph in doc.paragraphs:\n", + " if start_line <= line_count < end_line:\n", + " lines.append(paragraph.text.strip())\n", + " line_count += 1\n", + " return lines\n", + "\n", + "def parse_lines(lines):\n", + " url_pattern = re.compile(r'https?://\\S+')\n", + " data = []\n", + " current_main_category = None\n", + " current_job = None\n", + " jobs = {}\n", + "\n", + " for line in lines:\n", + " if url_pattern.search(line):\n", + " # Extract the URL\n", + " url_match = url_pattern.search(line)\n", + " url = url_match.group()\n", + " \n", + " # Extract the category (everything before the URL)\n", + " category = line[:url_match.start()].strip()\n", + "\n", + " if current_job and current_job in jobs:\n", + " jobs[current_job]['links'].append({\n", + " 'url': url,\n", + " 'category': category\n", + " })\n", + " elif line.lower().startswith(\"undefined\"):\n", + " # Skip lines starting with \"undefined\"\n", + " continue\n", + " else:\n", + " if current_main_category is None:\n", + " # Set the main category\n", + " current_main_category = line\n", + " elif current_job is None:\n", + " # Set the job title (sub_category)\n", + " current_job = line\n", + " jobs[current_job] = {\n", + " 'links': []\n", + " }\n", + " else:\n", + " # Handle a new main category if a new line appears\n", + " if line.strip() == \"\":\n", + " if current_main_category:\n", + " # Save the current main category and its jobs\n", + " data.append({\n", + " 'main_category': current_main_category,\n", + " 'jobs': jobs\n", + " })\n", + " # Reset for the next main category\n", + " current_main_category = None\n", + " jobs = {}\n", + " current_job = None\n", + " else:\n", + " # If it's neither a URL nor an empty line, it might be a new job\n", + " if current_job:\n", + " # Make sure to add the current job to jobs before changing\n", + " current_job = line\n", + " jobs[current_job] = {\n", + " 'links': []\n", + " }\n", + "\n", + " # Handle the last main category and jobs if they exist\n", + " if current_main_category and jobs:\n", + " data.append({\n", + " 'main_category': current_main_category,\n", + " 'jobs': jobs\n", + " })\n", + "\n", + " return data\n", + "\n", + "def save_to_json(data, output_file):\n", + " with open(output_file, 'w') as f:\n", + " json.dump(data, f, indent=4)\n", + "\n", + "def main(file_path, start_line, end_line, output_file):\n", + " lines = read_docx(file_path, start_line, end_line)\n", + " data = parse_lines(lines)\n", + " save_to_json(data, output_file)\n", + "\n", + "# Specify the file path and line range\n", + "file_path = 'careers.docx'\n", + "start_line = 171 # Starting line (inclusive)\n", + "end_line = start_line + 3000 # Adjust the ending line as needed\n", + "output_file = 'jobs.json'\n", + "\n", + "main(file_path, start_line, end_line, output_file)\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.12.3" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/non_working_links_logged.csv b/non_working_links_logged.csv new file mode 100644 index 0000000..20d9e1c --- /dev/null +++ b/non_working_links_logged.csv @@ -0,0 +1,157 @@ +Website,Domain,Error Code,Redirected URL +http://www.apa.org/about/division/activities/dive-student.pdf ,www.apa.org,404, +http://www.totaljobs.com/careers-advice/job-profile/finance-jobs/assistant-bank-manager-job-description ,www.totaljobs.com,, +http://www.westerlyccu.com/Documents/Asst%20Branch%20Manager%20Job%20Description%200609.pdf ,www.westerlyccu.com,404, +http://money.usnews.com/careers/best-jobs/business-operations-manager ,money.usnews.com,, +http://money.usnews.com/careers/best-jobs/management-analyst ,money.usnews.com,, +https://www.shrm.org/resourcesandtools/tools-and-samples/job-descriptions/pages/cms_007469.aspx ,www.shrm.org,404, +http://www.marketresearchcareers.com/jdmarketresearchanalyst.aspx ,www.marketresearchcareers.com,404, +http://allhealthcare.monster.com/training/articles/812-career-guide-medical-and-health-services-managers ,allhealthcare.monster.com,404, +http://www.quintcareers.com/pharmaceutical_sales_careers.html ,www.quintcareers.com,, +http://www.snagajob.com/job-descriptions/real-estate-agent/ ,www.snagajob.com,404, +https://www.totaljobs.com/careers-advice/job-profile/HR-jobs/training-and-development-manager-job-description ,www.totaljobs.com,, +http://www.onlinehumanresources.net/human-resources-training-and-development.html ,www.onlinehumanresources.net,405, +https://www.chegg.com/career-center/explore/training-and-development-specialist ,www.chegg.com,403, +http://www.insidejobs.com/careers/public-relations-representative ,www.insidejobs.com,, +http://www.siop.org/guidelines.aspx ,www.siop.org,404, +http://health.usnews.com/health-news/health-wellness/articles/2014/07/07/7-facts-about-child-life-specialists ,health.usnews.com,, +http://www.socialworklicensure.org/articles/social-worker-vs-child-welfare-worker.html ,www.socialworklicensure.org,404, +http://www.easternflorida.edu/community-resources/child-development-centers/parent-resource-library/documents/daunting-but-rewarding-job.pdf ,www.easternflorida.edu,404, +http://www.phoenixservices.org/jobs/professional-parent-job-description ,www.phoenixservices.org,404, +http://emqff.org/services/professionalparents/ ,emqff.org,, +http://www.abpp.org/i4a/pages/index.cfm?pageid=3303 ,www.abpp.org,404, +http://www.apa.org/action/science/counseling/index.aspx ,www.apa.org,404, +http://www.allpsychologycareers.com/career/multi-cultural-counselor.html ,www.allpsychologycareers.com,404, +http://hccnj.com/careers/chaplain-counselor/ ,hccnj.com,, +http://www.nacacnet.org/career-center/Tools/JobDescriptions/Pages/GuidanceCounselor.aspx ,www.nacacnet.org,403, +http://wvde.state.wv.us/counselors/job-description.doc ,wvde.state.wv.us,404, +http://www.glitc.org/forms/employment/vocational-rehabilitation-counselor-03-13.pdf ,www.glitc.org,404, +http://usfweb2.usf.edu/human-resources/pdfs/class-comp/job-codes/1104.pdf ,usfweb2.usf.edu,, +http://www.supportingadvancement.com/employment/job_descriptions/alumni/dir_alumni_relations.htm ,www.supportingadvancement.com,404, +https://www.mdc.edu/hr/Compensation/Full-Time_Job_Descriptions/Validated/2940_Alumni_Relations_Officer.pdf ,www.mdc.edu,401, +http://usfweb2.usf.edu/human-resources/pdfs/class-comp/job-codes/1114.pdf ,usfweb2.usf.edu,, +http://money.usnews.com/careers/best-jobs/preschool-teacher ,money.usnews.com,, +https://www.chegg.com/career-center/explore/training-and-development-specialist ,www.chegg.com,403, +http://www.nacacnet.org/career-center/Tools/JobDescriptions/Pages/TranscriptEvaluator.aspx ,www.nacacnet.org,403, +https://labor.idaho.gov/DHR/ATS/statejobs/Specs.aspx?description=true&Class_No=01170 ,labor.idaho.gov,404, +http://www.managementhelp.org/evaluatn/fnl_eval.htm ,www.managementhelp.org,, +http://www.wisegeek.com/what-does-an-academic-dean-do.htm#didyouknowout ,www.wisegeek.com,404, +http://online.notredamecollege.edu/masters-education-degree/how-to-become-an-instructional-coordinator/ ,online.notredamecollege.edu,404, +http://www.docs.csg.ed.ac.uk/HumanResources/JDs/8-e-Learning_Developer_(MVM).pdf ,www.docs.csg.ed.ac.uk,404, +http://www.aldine.k12.tx.us/pdfs/bpPDFs/BP2097.pdf ,www.aldine.k12.tx.us,, +http://www.hcisd.org/Page/1567 ,www.hcisd.org,404, +http://www.acui.org/content.aspx?menu_id=206&id=138 ,www.acui.org,, +http://health.usnews.com/health-news/health-wellness/articles/2014/07/07/7-facts-about-child-life-specialists ,health.usnews.com,, +https://www.sokanu.com/careers/fitness-and-wellness-coordinator/ ,www.sokanu.com,404, +http://www.ndworksitewellness.org/docs/step2-sample-wellness-jobs.pdf ,www.ndworksitewellness.org,, +https://bloomington.in.gov/media/media/application/pdf/13765.pdf ,bloomington.in.gov,404, +http://www.newenglandcollegeonline.com/resources/healthcare-administration/healthcare-administrator-career-outlook-and-salary/#.VUp19vlVhBc ,www.newenglandcollegeonline.com,404, +http://www.ece.emory.edu/health_coach/ ,www.ece.emory.edu,404, +http://hire.proscribemd.com/become-a-scribe/?gclid=CjwKCAiAvMPRBRBIEiwABuO6qfs50r2hAR0sJw2lzZDxBPWttsHjGC8jj8otPLi_XbuzCqjnXae-FRoCbaUQAvD_BwE ,hire.proscribemd.com,404, +http://allhealthcare.monster.com/training/articles/812-career-guide-medical-and-health-services-managers ,allhealthcare.monster.com,404, +http://www.snagajob.com/job-descriptions/patient-advocate-job-description/ ,www.snagajob.com,404, +http://www.quintcareers.com/pharmaceutical_sales_careers.html ,www.quintcareers.com,, +https://www.kansashealthsolutions.org/providers/download.php?id=756&filename=Behavioral%20Health%20Consultant%20Job%20Description.pdf ,www.kansashealthsolutions.org,405, +http://www.cfha.net/blogpost/753286/159153/On-Boarding-New-Behavioral-Health-Consultants-into-Primary-Care ,www.cfha.net,404, +http://www.ibhp.org/index.php?section=pages&cid=110 ,www.ibhp.org,, +http://www.aacap.org/aacap/Families_and_Youth/Facts_for_Families/Facts_for_Families_Pages/The_Child_And_Adolescent_Psychiatrist_00.aspx ,www.aacap.org,404, +http://money.usnews.com/careers/best-jobs/epidemiologist ,money.usnews.com,, +http://hospitalmedicine.ucsd.edu/people/about.shtml ,hospitalmedicine.ucsd.edu,404, +http://www.healthcommunities.com/health-care-providers/what-is-an-internist.shtml ,www.healthcommunities.com,, +http://www.healthcarecareers.org/family-and-general-practitioner/ ,www.healthcarecareers.org,405, +http://www.cchs-nc.com/wp-content/themes/cchs/pdf/OutpatientTherapist.pdf ,www.cchs-nc.com,404, +http://familyinnovations.com/licensed-outpatient-therapist-job-description/ ,familyinnovations.com,404, +http://www.naturopathic.org/content.asp?contentid=60 ,www.naturopathic.org,403, +http://cgu.edu/pages/8773.asp ,cgu.edu,404, +http://www.mdguidelines.com/program-specialist-employee-health-maintenance ,www.mdguidelines.com,404, +http://www.calmis.ca.gov/file/occguide/emplint.htm ,www.calmis.ca.gov,, +http://www.wisegeek.com/what-does-a-human-resources-advisor-do.htm ,www.wisegeek.com,404, +http://www.job-analysis.net/G000.htm ,www.job-analysis.net,, +http://www.mba-today.com/hr-career/occupational-analyst.html ,www.mba-today.com,405, +https://www.totaljobs.com/careers-advice/job-profile/HR-jobs/training-and-development-manager-job-description ,www.totaljobs.com,, +http://www.onlinehumanresources.net/human-resources-training-and-development.html ,www.onlinehumanresources.net,405, +https://www.chegg.com/career-center/explore/training-and-development-specialist ,www.chegg.com,403, +http://www.unicef.org/ceecis/UNICEF_report_on_the_role_of_social_work_in_juvenile_justice.pdf ,www.unicef.org,403, +http://ampulse.com/paralegal-job-description/ ,ampulse.com,403, +https://www.cia.gov/careers/opportunities/support-professional/polygraph-examiner.html ,www.cia.gov,404, +http://www.eduers.com/JobDescriptions/Polygraph_Examiner.html ,www.eduers.com,, +http://www.drkit.org/forensiclegalpsych/ ,www.drkit.org,404, +http://www.med.navy.mil/sites/nmotc/nami/aeromedqual/Pages/OperationalPsychology.aspx ,www.med.navy.mil,404, +http://www.goarmy.com/careers-and-jobs/browse-career-and-job-categories/combat/infantry-officer.html ,www.goarmy.com,404, +http://army.com/info/mos/military-intelligence-officer ,army.com,, +http://www.goarmy.com/careers-and-jobs/browse-career-and-job-categories/intelligence-and-combat-support/military-intelligence-officer.html ,www.goarmy.com,404, +http://mycareeratva.va.gov/careers/career/096200 ,mycareeratva.va.gov,, +http://www.upmatters.com/story/d/story/veterans-counselor-position-added-to-ballot/10189/9QeCODkglUKixSSQcp_uMg ,www.upmatters.com,403, +http://www.wcyb.com/news/veteran-career-counseling-in-johnson-city/28031628 ,www.wcyb.com,404, +http://www.goarmy.com/careers-and-jobs/amedd-categories/medical-service-corps-jobs/clinical-psychologist.html ,www.goarmy.com,404, +http://www.goarmy.com/careers-and-jobs/browse-career-and-job-categories/administrative-support/chaplain.html ,www.goarmy.com,404, +http://www.forces.ca/en/job/chaplain-55 ,www.forces.ca,404, +http://www.wrnmmc.capmed.mil/ResearchEducation/GME/Shared%20Documents/Internship%20Slides%20Updated%20for%202011.pdf ,www.wrnmmc.capmed.mil,, +http://www.med.navy.mil/sites/nmotc/nami/aeromedqual/Pages/OperationalPsychology.aspx ,www.med.navy.mil,404, +http://education.cu-portland.edu/blog/teaching-careers/psychology-teacher/ ,education.cu-portland.edu,, +http://www.abpp.org/i4a/pages/index.cfm?pageid=3303 ,www.abpp.org,404, +http://www.goarmy.com/careers-and-jobs/amedd-categories/medical-service-corps-jobs/clinical-psychologist.html ,www.goarmy.com,404, +http://www.gradpsych-digital.org/gradpsych/201511?pg=30#pg30 ,www.gradpsych-digital.org,, +http://www.christianpsych.org/ ,www.christianpsych.org,, +http://video.about.com/psychology/Overview-of-Cognitive-Psychology.htm ,video.about.com,, +http://www.apa.org/action/science/brain-science/index.aspx ,www.apa.org,404, +http://www.psychoid.net/consulting-psychology-helping-individuals-organizations.html ,www.psychoid.net,404, +http://www.abpp.org/i4a/pages/index.cfm?pageid=3499 ,www.abpp.org,404, +http://www.apa.org/action/science/environment/index.aspx ,www.apa.org,404, +http://www.dianafleischman.com/epap.pdf ,www.dianafleischman.com,404, +http://www.apa.org/action/science/experimental/index.aspx ,www.apa.org,404, +http://allpsychologyprograms.com/category/psychology-specialties/humanistic-psychology/ ,allpsychologyprograms.com,, +http://www.siop.org/guidelines.aspx ,www.siop.org,404, +http://www.allpsychologycareers.com/topics/occupational-health-psychology.html ,www.allpsychologycareers.com,404, +http://www.med.navy.mil/sites/nmotc/nami/aeromedqual/Pages/OperationalPsychology.aspx ,www.med.navy.mil,404, +http://www.coca-colacompany.com/stories/sound-science-music-psychologist-on-what-makes-a-happy-song ,www.coca-colacompany.com,404, +http://www.wrnmmc.capmed.mil/ResearchEducation/GME/Shared%20Documents/Internship%20Slides%20Updated%20for%202011.pdf ,www.wrnmmc.capmed.mil,, +http://www.bdp-gus.de/gus/Positive-Psychologie-Aufruf-2000.pdf ,www.bdp-gus.de,404, +http://cgu.edu/pages/8773.asp ,cgu.edu,404, +http://www.apa.org/action/science/quantitative/index.aspx ,www.apa.org,404, +http://www.div17.org/vocpsych/ ,www.div17.org,404, +http://www.div17.org/vocpsych/pages/about.htm ,www.div17.org,404, +http://www.folcroft.org/policies/youthmjd.htm ,www.folcroft.org,404, +http://www.vaumc.org/NCFileRepository/BOM/SPRC/YouthJobDescription.doc ,www.vaumc.org,404, +http://www.christianpsych.org/ ,www.christianpsych.org,, +http://www.goarmy.com/careers-and-jobs/browse-career-and-job-categories/administrative-support/chaplain.html ,www.goarmy.com,404, +http://www.forces.ca/en/job/chaplain-55 ,www.forces.ca,404, +http://hccnj.com/careers/chaplain-counselor/ ,hccnj.com,, +http://info.dhhs.state.nc.us/olm/manuals/dss/csm-10/man/CSs1201c4-03.htm ,info.dhhs.state.nc.us,, +http://money.usnews.com/careers/best-jobs/child-and-family-social-worker ,money.usnews.com,, +http://www.socialworklicensure.org/articles/social-worker-vs-child-welfare-worker.html ,www.socialworklicensure.org,404, +http://www.socialworklicensure.org/types-of-social-workers/community-social-workers.html ,www.socialworklicensure.org,404, +http://www.allpsychologycareers.com/career/disability-policy-worker.html ,www.allpsychologycareers.com,404, +http://www.allpsychologycareers.com/career/disability-case-manager.html ,www.allpsychologycareers.com,404, +https://www.adhc.nsw.gov.au/careers/discover_career_paths/career_as_a_disability_support_worker ,www.adhc.nsw.gov.au,, +http://www.codasouth.org/documents/Form_F1847-Position_Description_Disability_Support_Worker.pdf ,www.codasouth.org,, +http://www.allpsychologycareers.com/career/social-gerontologist.html ,www.allpsychologycareers.com,404, +http://samples.jbpub.com/9780763756055/56055_CH02_Chop.pdf ,samples.jbpub.com,403, +http://samples.jbpub.com/9780763756055/56055_ch02_chop.pdf ,samples.jbpub.com,403, +https://www.sokanu.com/careers/fitness-and-wellness-coordinator/ ,www.sokanu.com,404, +http://www.ndworksitewellness.org/docs/step2-sample-wellness-jobs.pdf ,www.ndworksitewellness.org,, +https://bloomington.in.gov/media/media/application/pdf/13765.pdf ,bloomington.in.gov,404, +http://www.maca.gov.nt.ca/school/tools/JD_docs/Recreation%20Leader%20JD.pdf ,www.maca.gov.nt.ca,404, +http://pushing-boundaries.org/about_us/faq/what-is-exercise-therapy/ ,pushing-boundaries.org,404, +http://jobfunctions.bnet.com/abstract.aspx?docid=321911 ,jobfunctions.bnet.com,, +http://www.newenglandcollegeonline.com/resources/computer-science/software-developer-job-description-and-salary/#.VRlVVvnF_Ak ,www.newenglandcollegeonline.com,404, +"https://www.glassdoor.com/Job/user-experience-analyst-jobs-SRCH_KO0,23.htm ",www.glassdoor.com,403, +http://www.jstor.org/discover/10.2307/2393007?uid=2&uid=4&sid=21106746011093 ,www.jstor.org,403, +http://usmilitary.about.com/od/officerjobs/a/62ex.htm ,usmilitary.about.com,, +http://www.theartcareerproject.com/combine-work-and-play-information-about-video-game-design/93/ ,www.theartcareerproject.com,404, +http://otaonline.stkate.edu/blog/7-steps-becoming-occupational-therapy-assistant/ ,otaonline.stkate.edu,404, +http://money.usnews.com/careers/best-jobs/occupational-therapy-assistant ,money.usnews.com,, +http://familyinnovations.com/licensed-outpatient-therapist-job-description/ ,familyinnovations.com,404, +http://www.cchs-nc.com/wp-content/themes/cchs/pdf/OutpatientTherapist.pdf ,www.cchs-nc.com,404, +http://www.allpsychologycareers.com/career/primary-therapist.html ,www.allpsychologycareers.com,404, +http://www.indeed.com/cmp/Healthcare-Management-Company/jobs/Primary-Therapist-757e5d04e52963e9?sjdu=QwrRXKrqZ3CNX5W-O9jEvUg4h0AbpradtP77KypS_tlPxLg85xW_sOCF1hz8Nvl-hp11ZN4sS4ajG7848KDVhg ,www.indeed.com,403, +http://www.recoveryranch.com/staff-stories/an-interview-with-linda-hardy-primary-therapist/ ,www.recoveryranch.com,404, +http://www.promises.com/articles/promises-staff-stories/an-interview-with-dr-alexander-bacher-primary-therapist/ ,www.promises.com,404, +http://www.crchealth.com/types-of-therapy/reality-therapy/ ,www.crchealth.com,404, +http://www.mayoclinic.org/tests-procedures/sex-therapy/basics/why-its-done/prc-20020669 ,www.mayoclinic.org,, +http://www.gardencityga.org/Modules/ShowDocument.aspx?documentid=174 ,www.gardencityga.org,404, +http://www.snagajob.com/job-descriptions/flight-attendant/ ,www.snagajob.com,404, +https://www.totaljobs.com/careers-advice/job-profile/travel-leisure-jobs/flight-attendant-job-description ,www.totaljobs.com,, +http://www.snagajob.com/job-descriptions/research-assistant/ ,www.snagajob.com,404, +http://www.newenglandcollegeonline.com/resources/marketing/survey-researcher-job-description-and-salary/#.WBc7Cy0rKpo ,www.newenglandcollegeonline.com,404, +http://createacareer.org/social-sciences/survey-researcher-careers/ ,createacareer.org,, diff --git a/num_domains.py b/num_domains.py new file mode 100644 index 0000000..625699a --- /dev/null +++ b/num_domains.py @@ -0,0 +1,45 @@ +from collections import defaultdict +from docx import Document +import re + +def extract_domains(text): + # Regular expression to match URLs with http or https + url_pattern = re.compile(r'https?://(?:www\.)?([^/]+)') + domains = re.findall(url_pattern, text) + return domains + +def count_domains(docx_file): + doc = Document(docx_file) + domain_count = defaultdict(int) + + for paragraph in doc.paragraphs: + text = paragraph.text + domains = extract_domains(text) + for domain in domains: + domain_count[domain] += 1 + + return domain_count + +def save_sorted_results(domain_count, output_file): + sorted_by_count = sorted(domain_count.items(), key=lambda item: item[1], reverse=True) + sorted_alphabetically = sorted(domain_count.items()) + + with open(output_file, 'w') as f: + f.write("Sorted by Frequency:\n") + for domain, count in sorted_by_count: + f.write(f"{domain}: {count}\n") + + f.write("\nSorted Alphabetically:\n") + for domain, count in sorted_alphabetically: + f.write(f"{domain}: {count}\n") + + print("Results saved to", output_file) + +def main(docx_file, output_file): + domain_count = count_domains(docx_file) + save_sorted_results(domain_count, output_file) + +# Replace 'input.docx' with the path to your DOCX file and 'output.txt' with your desired output file path +docx_file = 'careers.docx' +output_file = 'output.txt' +main(docx_file, output_file) diff --git a/websites_and_frequency.txt b/websites_and_frequency.txt new file mode 100644 index 0000000..01c7b74 --- /dev/null +++ b/websites_and_frequency.txt @@ -0,0 +1,521 @@ +Sorted by Frequency: +apa.org: 448 +youtube.com: 447 +psychologyschoolguide.net: 122 +careersinpsychology.org: 118 +drkit.org: 116 +onetonline.org: 108 +bls.gov: 93 +online.onetcenter.org: 89 +psychologycareercenter.org: 59 +teachpsych.org: 39 +psychlearningcurve.org: 37 +education-portal.com: 28 +allpsychologycareers.com: 28 +study.com: 25 +psichi.org: 24 +occupationalinfo.org: 22 +careerplanner.com: 21 +americasjobexchange.com: 17 +apadivisions.org: 16 +ehow.com: 14 +mymajors.com: 14 +work.chron.com: 14 +job-descriptions.careerplanner.com: 14 +careers.stateuniversity.com: 12 +myplan.com: 9 +truity.com: 9 +psychology.about.com: 9 +sokanu.com: 7 +explorehealthcareers.org: 7 +money.usnews.com: 6 +collegeatlas.org: 6 +careerprofiles.info: 6 +oppsych.com: 6 +goarmy.com: 6 +hiring.monster.com: 5 +learn.org: 5 +careerinfonet.org: 5 +totaljobs.com: 4 +prospects.ac.uk: 4 +payscale.com: 4 +bigfuture.collegeboard.org: 4 +div17.org: 4 +counselor-license.com: 4 +healthcaresalaryonline.com: 4 +wisegeek.com: 4 +navy.com: 4 +campusexplorer.com: 3 +careerplanning.about.com: 3 +innerbody.com: 3 +humanresourcesmba.net: 3 +michigan.gov: 3 +oureverydaylife.com: 3 +newenglandcollegeonline.com: 3 +snagajob.com: 3 +educationportal.com: 3 +med.navy.mil: 3 +collegegrad.com: 2 +healthcareers.about.com: 2 +quintcareers.com: 2 +resources.workable.com: 2 +targetjobs.co.uk: 2 +siop.org: 2 +health.usnews.com: 2 +mayo.edu: 2 +woman.thenest.com: 2 +humanservicesedu.org: 2 +geteducated.com: 2 +www1.cfnc.org: 2 +aapc.org: 2 +neumann.edu: 2 +hccnj.com: 2 +biblicalcounselingcoalition.org: 2 +schooltube.com: 2 +usfweb2.usf.edu: 2 +dot-job-descriptions.careerplanner.com: 2 +asha.org: 2 +nationalcareersservice.direct.gov.uk: 2 +ndworksitewellness.org: 2 +academicinvest.com: 2 +bloomington.in.gov: 2 +apna.org: 2 +acponline.org: 2 +studentdoctor.net: 2 +sohp-online.org: 2 +cchs-nc.com: 2 +familyinnovations.com: 2 +careersinpublichealth.net: 2 +cgu.edu: 2 +health-psych.org: 2 +criminologycareers.about.com: 2 +learningpath.org: 2 +policepsychology.org: 2 +forces.ca: 2 +wrnmmc.capmed.mil: 2 +christianpsych.org: 2 +psychologytoday.com: 2 +musicpsychology.co.uk: 2 +inputyouth.co.uk: 2 +apsa.org: 2 +nytimes.com: 2 +samples.jbpub.com: 2 +onetcenter.org: 1 +mynextmove.org: 1 +resume-resource.com: 1 +forbes.com: 1 +hbr.org: 1 +city-data.com: 1 +emqff.org: 1 +counselling-directory.org.uk: 1 +allpsychologyschools.com: 1 +schoolcounselor.org: 1 +agency.governmentjobs.com: 1 +ok.gov: 1 +swz.salary.com: 1 +missouristate.edu: 1 +pcc.edu: 1 +earlychildhoodteacher.org: 1 +emory.edu: 1 +higheredjobs.com: 1 +nacada.ksu.edu: 1 +managementhelp.org: 1 +suu.edu: 1 +apadiv15.org: 1 +online.notredamecollege.edu: 1 +wTrainww.onetonline.org: 1 +blogs.articulate.com: 1 +docs.csg.ed.ac.uk: 1 +jobshadow.com: 1 +aldine.k12.tx.us: 1 +hcisd.org: 1 +acui.org: 1 +childlife.org: 1 +floridatechonline.com: 1 +acefitness.org: 1 +ece.emory.edu: 1 +healthcarepathway.com: 1 +healthcaresalaryworld.com: 1 +scribeamerica.com: 1 +hire.proscribemd.com: 1 +educationcareerarticles.com: 1 +kansashealthsolutions.org: 1 +cfha.net: 1 +ibhp.org: 1 +senescence.info: 1 +aacap.org: 1 +publichealthonline.org: 1 +who.int: 1 +hospitalmedicine.org: 1 +hospitalmedicine.ucsd.edu: 1 +healthcommunities.com: 1 +healthcarecareers.org: 1 +cacareerzone.org: 1 +naturopathic.org: 1 +bastyr.edu: 1 +aanp.org: 1 +mdguidelines.com: 1 +calmis.ca.gov: 1 +humanresourceadvisors.com: 1 +changeboard.com: 1 +job-analysis.net: 1 +gostudy.mobi: 1 +villanovau.com: 1 +www1.salary.com: 1 +mba-today.com: 1 +superscholar.org: 1 +unicef.org: 1 +firescience.org: 1 +journalofaccountancy.com: 1 +acfe.com: 1 +bankinfosecurity.com: 1 +owlguru.com: 1 +paralegal.edu: 1 +ampulse.com: 1 +cia.gov: 1 +eduers.com: 1 +spartanburgsheriff.org: 1 +legalcareers.about.com: 1 +allaboutcareers.com: 1 +armystudyguide.com: 1 +army.com: 1 +nationalguard.com: 1 +mycareeratva.va.gov: 1 +va.gov: 1 +upmatters.com: 1 +wcyb.com: 1 +education.cu-portland.edu: 1 +thesap.org.uk: 1 +learningdisabilities.about.com: 1 +gradpsych-digital.org: 1 +div12.org: 1 +video.about.com: 1 +div40.org: 1 +psychoid.net: 1 +abpp.org: 1 +psychology-careers.com: 1 +sciencedaily.com: 1 +dianafleischman.com: 1 +psychology.jrank.org: 1 +darahoffmanfox.com: 1 +allpsychologyprograms.com: 1 +psych.umn.edu: 1 +psychologydegreeguide.org: 1 +coca-colacompany.com: 1 +bdp-gus.de: 1 +aaronjarden.com: 1 +ispp.org: 1 +all-about-psychology.com: 1 +mastersinpsychologyguide.com: 1 +vocationvillage.com: 1 +youthministry.com: 1 +thegospelcoalition.org: 1 +folcroft.org: 1 +vaumc.org: 1 +socialworkdegreeguide.com: 1 +info.dhhs.state.nc.us: 1 +adhc.nsw.gov.au: 1 +codasouth.org: 1 +infed.org: 1 +recruiter.com: 1 +afaa.com: 1 +exercise.about.com: 1 +maca.gov.nt.ca: 1 +issaonline.com: 1 +pushing-boundaries.org: 1 +jobfunctions.bnet.com: 1 +hrvillage.com: 1 +thebusinessanalystjobdescription.com: 1 +artisantalent.com: 1 +acodez.in: 1 +glassdoor.com: 1 +interaction-design.org: 1 +jstor.org: 1 +usmilitary.about.com: 1 +theartcareerproject.com: 1 +gamedesigning.org: 1 +adigitaldreamer.com: 1 +otaonline.stkate.edu: 1 +allalliedhealthschools.com: 1 +pmi.edu: 1 +apta.org: 1 +behavioraltech.org: 1 +psychcentral.com: 1 +medtravelers.com: 1 +ccsi.org: 1 +indeed.com: 1 +recoveryranch.com: 1 +promises.com: 1 +goodtherapy.org: 1 +crchealth.com: 1 +webmd.com: 1 +mayoclinic.org: 1 +aact.org: 1 +gardencityga.org: 1 +unitedafa.org: 1 +chicagotribune.com: 1 +wikihow.com: 1 +createacareer.org: 1 +theparadigmshifts.com: 1 +centerfortransformationalcoaching.com: 1 + +Sorted Alphabetically: +aacap.org: 1 +aact.org: 1 +aanp.org: 1 +aapc.org: 2 +aaronjarden.com: 1 +abpp.org: 1 +academicinvest.com: 2 +acefitness.org: 1 +acfe.com: 1 +acodez.in: 1 +acponline.org: 2 +acui.org: 1 +adhc.nsw.gov.au: 1 +adigitaldreamer.com: 1 +afaa.com: 1 +agency.governmentjobs.com: 1 +aldine.k12.tx.us: 1 +all-about-psychology.com: 1 +allaboutcareers.com: 1 +allalliedhealthschools.com: 1 +allpsychologycareers.com: 28 +allpsychologyprograms.com: 1 +allpsychologyschools.com: 1 +americasjobexchange.com: 17 +ampulse.com: 1 +apa.org: 448 +apadiv15.org: 1 +apadivisions.org: 16 +apna.org: 2 +apsa.org: 2 +apta.org: 1 +army.com: 1 +armystudyguide.com: 1 +artisantalent.com: 1 +asha.org: 2 +bankinfosecurity.com: 1 +bastyr.edu: 1 +bdp-gus.de: 1 +behavioraltech.org: 1 +biblicalcounselingcoalition.org: 2 +bigfuture.collegeboard.org: 4 +blogs.articulate.com: 1 +bloomington.in.gov: 2 +bls.gov: 93 +cacareerzone.org: 1 +calmis.ca.gov: 1 +campusexplorer.com: 3 +careerinfonet.org: 5 +careerplanner.com: 21 +careerplanning.about.com: 3 +careerprofiles.info: 6 +careers.stateuniversity.com: 12 +careersinpsychology.org: 118 +careersinpublichealth.net: 2 +cchs-nc.com: 2 +ccsi.org: 1 +centerfortransformationalcoaching.com: 1 +cfha.net: 1 +cgu.edu: 2 +changeboard.com: 1 +chicagotribune.com: 1 +childlife.org: 1 +christianpsych.org: 2 +cia.gov: 1 +city-data.com: 1 +coca-colacompany.com: 1 +codasouth.org: 1 +collegeatlas.org: 6 +collegegrad.com: 2 +counselling-directory.org.uk: 1 +counselor-license.com: 4 +crchealth.com: 1 +createacareer.org: 1 +criminologycareers.about.com: 2 +darahoffmanfox.com: 1 +dianafleischman.com: 1 +div12.org: 1 +div17.org: 4 +div40.org: 1 +docs.csg.ed.ac.uk: 1 +dot-job-descriptions.careerplanner.com: 2 +drkit.org: 116 +earlychildhoodteacher.org: 1 +ece.emory.edu: 1 +education-portal.com: 28 +education.cu-portland.edu: 1 +educationcareerarticles.com: 1 +educationportal.com: 3 +eduers.com: 1 +ehow.com: 14 +emory.edu: 1 +emqff.org: 1 +exercise.about.com: 1 +explorehealthcareers.org: 7 +familyinnovations.com: 2 +firescience.org: 1 +floridatechonline.com: 1 +folcroft.org: 1 +forbes.com: 1 +forces.ca: 2 +gamedesigning.org: 1 +gardencityga.org: 1 +geteducated.com: 2 +glassdoor.com: 1 +goarmy.com: 6 +goodtherapy.org: 1 +gostudy.mobi: 1 +gradpsych-digital.org: 1 +hbr.org: 1 +hccnj.com: 2 +hcisd.org: 1 +health-psych.org: 2 +health.usnews.com: 2 +healthcarecareers.org: 1 +healthcareers.about.com: 2 +healthcarepathway.com: 1 +healthcaresalaryonline.com: 4 +healthcaresalaryworld.com: 1 +healthcommunities.com: 1 +higheredjobs.com: 1 +hire.proscribemd.com: 1 +hiring.monster.com: 5 +hospitalmedicine.org: 1 +hospitalmedicine.ucsd.edu: 1 +hrvillage.com: 1 +humanresourceadvisors.com: 1 +humanresourcesmba.net: 3 +humanservicesedu.org: 2 +ibhp.org: 1 +indeed.com: 1 +infed.org: 1 +info.dhhs.state.nc.us: 1 +innerbody.com: 3 +inputyouth.co.uk: 2 +interaction-design.org: 1 +ispp.org: 1 +issaonline.com: 1 +job-analysis.net: 1 +job-descriptions.careerplanner.com: 14 +jobfunctions.bnet.com: 1 +jobshadow.com: 1 +journalofaccountancy.com: 1 +jstor.org: 1 +kansashealthsolutions.org: 1 +learn.org: 5 +learningdisabilities.about.com: 1 +learningpath.org: 2 +legalcareers.about.com: 1 +maca.gov.nt.ca: 1 +managementhelp.org: 1 +mastersinpsychologyguide.com: 1 +mayo.edu: 2 +mayoclinic.org: 1 +mba-today.com: 1 +mdguidelines.com: 1 +med.navy.mil: 3 +medtravelers.com: 1 +michigan.gov: 3 +missouristate.edu: 1 +money.usnews.com: 6 +musicpsychology.co.uk: 2 +mycareeratva.va.gov: 1 +mymajors.com: 14 +mynextmove.org: 1 +myplan.com: 9 +nacada.ksu.edu: 1 +nationalcareersservice.direct.gov.uk: 2 +nationalguard.com: 1 +naturopathic.org: 1 +navy.com: 4 +ndworksitewellness.org: 2 +neumann.edu: 2 +newenglandcollegeonline.com: 3 +nytimes.com: 2 +occupationalinfo.org: 22 +ok.gov: 1 +onetcenter.org: 1 +onetonline.org: 108 +online.notredamecollege.edu: 1 +online.onetcenter.org: 89 +oppsych.com: 6 +otaonline.stkate.edu: 1 +oureverydaylife.com: 3 +owlguru.com: 1 +paralegal.edu: 1 +payscale.com: 4 +pcc.edu: 1 +pmi.edu: 1 +policepsychology.org: 2 +promises.com: 1 +prospects.ac.uk: 4 +psichi.org: 24 +psych.umn.edu: 1 +psychcentral.com: 1 +psychlearningcurve.org: 37 +psychoid.net: 1 +psychology-careers.com: 1 +psychology.about.com: 9 +psychology.jrank.org: 1 +psychologycareercenter.org: 59 +psychologydegreeguide.org: 1 +psychologyschoolguide.net: 122 +psychologytoday.com: 2 +publichealthonline.org: 1 +pushing-boundaries.org: 1 +quintcareers.com: 2 +recoveryranch.com: 1 +recruiter.com: 1 +resources.workable.com: 2 +resume-resource.com: 1 +samples.jbpub.com: 2 +schoolcounselor.org: 1 +schooltube.com: 2 +sciencedaily.com: 1 +scribeamerica.com: 1 +senescence.info: 1 +siop.org: 2 +snagajob.com: 3 +socialworkdegreeguide.com: 1 +sohp-online.org: 2 +sokanu.com: 7 +spartanburgsheriff.org: 1 +studentdoctor.net: 2 +study.com: 25 +superscholar.org: 1 +suu.edu: 1 +swz.salary.com: 1 +targetjobs.co.uk: 2 +teachpsych.org: 39 +theartcareerproject.com: 1 +thebusinessanalystjobdescription.com: 1 +thegospelcoalition.org: 1 +theparadigmshifts.com: 1 +thesap.org.uk: 1 +totaljobs.com: 4 +truity.com: 9 +unicef.org: 1 +unitedafa.org: 1 +upmatters.com: 1 +usfweb2.usf.edu: 2 +usmilitary.about.com: 1 +va.gov: 1 +vaumc.org: 1 +video.about.com: 1 +villanovau.com: 1 +vocationvillage.com: 1 +wTrainww.onetonline.org: 1 +wcyb.com: 1 +webmd.com: 1 +who.int: 1 +wikihow.com: 1 +wisegeek.com: 4 +woman.thenest.com: 2 +work.chron.com: 14 +wrnmmc.capmed.mil: 2 +www1.cfnc.org: 2 +www1.salary.com: 1 +youthministry.com: 1 +youtube.com: 447