2.3.5 Example: Double Degree Programme

The following setting is defined for the student Karl Hendrix doing a double degree with ASU (Appalachian State University). An example \SetMCI option would be as follows:

\SetMCI{%
  StudentName    = {%
    Name = {Karl Hendrix}
  },%  
  StudentID      = {52414238},
  Degree         = MSc, 
  Language       = EN, 
  Department     = MECH, 
  Thesis = { %        
    Title          = {The Effects of Amplifier Gain on Guitar Pedal Distortion},
    StudyProgram   = {Smart Technologies},
    Supervisor     = {%                    % <- The MCI Supervisor
      Prefix  = {Prof.},  
      Name    = {David R. M. Jazz}, 
      Postfix = {},
    },%          
    Double-Degree  = {  
      Institution     = {ASU},             % <- The University code for ASU
      Student-Number  = {6712345}, 
      Supervisor     = {%                  % <- Supervisor at ASU
        Prefix  = {Prof.},   
        Name    = {Colin Stevens},
        Postfix = {},
    },%       
    },      
    Embargo        = {31.07.2031},         % <- An embargo request
    Bibliography   = {%     
      Location     = {references.bib},     % <- Bibliograpy resides in the root
    },    
  },     
}