Guide to CAREERwise Labor Market Service for College Programs

CAREERwise (careerwise.minnstate.edu) is the Minnesota State career and education website. Minnesota State schools can integrate labor market information from careerwise.minnstate.edu directly onto college program webpages using the service described here. Minnesota State offers this service to its colleges and universities free of charge.

Use the service to display labor market information:

directly on any academic program page. You can view sample implementations from other schools or learn more about the data used by this tool. Contact Us at any time for a demo or technical assistance.

Technical Details and Reports are available to help you once your ready to start the integration.

Table of Contents

Technical Details and Reports

In this section you will find all of the information and tools you need to integrate the service into your website program pages.

Integration into a website is accomplished using a web link or an iframe. The URL for the link / iframe is constructed using your icode (institution code) and program codes from program navigator as parameters. You can add multiple programs as parameters. To find the URL for each of the programs at your school see the Reports section. See sample code Configurations below. You can also learn how to customize the CSS styles for your implementation.

If you are embedding using an iframe there is information for auto-sizing the iframe height.

Reports

Find a listing of programs at your school including the program codes and service URL. The service URL can be configured to display multiple programs or to default the first panel as open (recomended when integrating with a link). We recommend that you preview the FAQs before you integrate data with your school for the first time.

Contact Us if you have questions about these reports.

Configurations

Embed or link to single program
The base URL for the service is https://careerwise.minnstate.edu/programlmi/plPrograms
Add the URL parameter icode for your institution code and progr with the related program code. You can find these codes in the Reports above.

<iframe width="100%" scrolling="no" title="Career Information" src="https://careerwise.minnstate.edu/programlmi/plPrograms?icode=25025&progr=2584" ></iframe>

The IFRAME above dynamically resizes using the davidjbradshaw/iframe-resizer found on github


OR

<a href="https://careerwise.minnstate.edu/programlmi/plPrograms?icode=25025&progr=2584" target="_blank" >View career information</a>

View career information

Embed or link to single program - default first panel open
Add the URL parameter open=Y to default the first panel of the iframe open.

<iframe width="100%" scrolling="no" title="Career Information" src="https://careerwise.minnstate.edu/programlmi/plPrograms?icode=25025&progr=2584&open=Y" ></iframe>

The IFRAME above dynamically resizes using the davidjbradshaw/iframe-resizer found on github


OR

<a href="https://careerwise.minnstate.edu/programlmi/plPrograms?icode=25025&progr=2584&open=Y" target="_blank" >View career information</a>

View career information
Embed or link to multiple program
Use the multiple instances of the URL parameter "progr" to display multiple programs together. Example code and sample implementation shown below.

<iframe width="100%" scrolling="no" id="myIframe" title="Career Information" src="https://careerwise.minnstate.edu/programlmi/plPrograms?icode=25025&progr=2584&progr=2585" ></iframe>

The IFRAME above dynamically resizes using the davidjbradshaw/iframe-resizer found on github


OR

<a href="https://careerwise.minnstate.edu/programlmi/plPrograms?icode=25025&progr=2584&progr=2585" target="_blank" >View career information</a>

View career information

Custom CSS

The CSS for the iframe can be customized to better integrate with your website. CSS must be hosted on the careerwise.minnstate.edu website. Below is a sample showing some CSS customizations.

#wview a {
color:#325722;
font-weight:700;
}
#wview a:visited{
color:#325722;
font-weight:700;
}
#wview a:hover {
color:#337ab7;
font-weight:700;
}
#wview a:active{
color:#325722;
font-weight:700;
}

Contact Us to customize the CSS for your implementation.

Auto-size the IFRAME height

The examples above use the davidjbradshaw/iframe-resizer found on github.
Contact Us if you need help getting this to work.

back to top

Sample Implementations

Several schools have already integrated this service into their websites. See some sample implementations below. A complete list of sites that use this service and links to implementations are available on SharePoint Connect.

---

Saint Paul College

View service embedded with multiple panels for different award levels

---

Northwest Technical College (NTC)

View service as a simple link within content

---

Pine Technical & Community College

View service embedded as an iframe within content

---

Dakota County Technical College

View service embedded as an iframe within content

---

St. Cloud Technical & Community College

View SCTCC service embedded as a link within content
back to top

FAQs

A widget URL will return a blank view if there is no CIP code attached to the program. Either contact the staff in your college responsible for entering program data into program navigator or contact us to resolve this issue.
Because of data privacy rules, DEED only provides graduate outcome wages when there is available data from at least 10 graduates. Wage data is specific to your college / university and is reported by program CIP code. Associate's, Bachelor's and Graduate degrees/certificates are reported separately. Data for diplomas and certificates is combined. Recent wage data comes from following Minnesota Unemployment Insurance records. If a student becomes self-employed or moves out of state their data will not be recorded.
You can customize the list of occupations for any program in Program Navigator. Contact Academic Programs if you need help updating the related occupation list in Program Navigator.
This tool is built with a mobile responsive layout using Bootstrap. If you find any display errors please contact us and we will do our best to fix them.
Read more about our data.
back to top

Contact Us

back to top