Graduate Catalog
2023-2024
 
Policies, Procedures, Academic Programs
Widget

Importing Course Listing Widget to Your Website

This feed puts the entire course listing information for ASPT into a JavaScript variable called graduateCourses_ASPT.

Begin by importing the script into your web-page as shown below.

<script type="text/javascript" src="https://secure.graduateschool.vt.edu/graduate_catalog/course-listings.js?subjectCode=ASPT"></script>

After you have imported the JavaScript library to your web-page you can use a JavaScript framework like dojotoolkit to display the data using the JavaScript variable graduateCourses_ASPT as your data-source.

Here's an example web-page you can start with which utilizes dojox.grid.DataGrid to display the data on a table.