Internal Graduate Application (for multiple Graduate Degrees)

This form is used for continuing from a master's program to the doctoral program (PhD/DMA Degree) within the same division (Music/MEMT), adding a second degree or sub-plan, or changing degree sub-plans (within organ division or voice division). The change in plan must take effect the semester immediately following successful submission of the form.

please check all that apply.
If adding a new program, indicate which area you plan to add, provide additional details below.
Upload a statement of support or approval from the area coordinator for the program, if you are adding and your advisor. Each area coordinator is listed under each program on the Music website at https://music.ku.edu/people. IMPORTANT: Your uploaded file must be in PDF format.
$(".form-horizontal").validate({ // If there is an error, display the hidden warning field if defined. errorContainer: "#warning", showErrors: function(errorMap, errorList) { numberOfErrors = this.numberOfInvalids(); if(numberOfErrors > 1){ var errorTitle = "There are " + numberOfErrors + " problems in your form!"; var errorMsg = "Please review the marked fields below."; }else{ var errorTitle = "There is " + numberOfErrors + " problem in your form!" var errorMsg = "Please review the marked field below."; } $("#warning #error-title").html(errorTitle); $("#warning #error-msg").html(errorMsg); this.defaultShowErrors(); }, rules: { "q_form[field_4769]": { extension: "pdf|doc|docx|txt" } }, messages: { "q_form[field_476]": "Your uploaded file must be in either a PDF, TXT, or Word (doc, docx) format." } });