/* db.grads-js: 
 * ---------------------------------------------------
 * Author:      Jeff Nguyen, Copyright 2004
 * Description: Database file for Graduate Student/Alum Directory
 * 
 */


    // NOTE ORDER IN WHICH THE PROPERTIES ARE LISTED
	// grads[grads.length++] = new Student("First Middle", "Last", "Fullemail", "Program", "Track", new Project("type", "title"), year);

    var grads = new Array();


/* *************************************************************************************
// PASTE NEW GRADS BELOW THIS MARQUEE. IT DOESNT MATTER WHAT ORDER YOU ENTER THEM IN,
   AS THEY WILL BE SORTED BY THE FUNCTION BELOW. I'VE ONLY SORTED THEM TO MAKE IT EASIER
   TO LOOK THEM UP

**************************************************************************************/
    // PURSUING AN MA IN MUSIC, SCIENCE AND TECHNOLOGY 

	// PURSUING AN MA/MST CO-TERM

	grads[grads.length++] = new Student("Eoin", "Callery", "ecallery@stanford.edu", "compDMA", "", new Project("", ""), 0)
	grads[grads.length++] = new Student("Laura Katherine", "Steenberge", "laura123@stanford.edu", "compDMA", "", new Project("", ""), 0)
	grads[grads.length++] = new Student("Andrew", "Greenwald", "andrew14@stanford.edu", "compDMA", "", new Project("", ""), 2);
	grads[grads.length++] = new Student("Alexandra Claire", "Hay", "achay@stanford.edu", "compDMA", "", new Project("", ""), 2);
	grads[grads.length++] = new Student("Turgut", "Er&ccedil;etin", "tercetin@stanford.edu", "compDMA", "", new Project("", ""), 3);
	grads[grads.length++] = new Student("Kurt Edward", "Isaacson", "kisaacso@stanford.edu", "compDMA", "", new Project("", ""), 3);
	grads[grads.length++] = new Student("Kevin Danny", "Mendoza", "kmen@stanford.edu", "compDMA", "", new Project("", ""), 3);
	grads[grads.length++] = new Student("Leah Christine", "Reid", "leahreid@stanford.edu", "compDMA", "", new Project("", ""), 3);
	grads[grads.length++] = new Student("Michael Paul", "Berger", "mpberger@stanford.edu", "compDMA", "", new Project("", ""), 5);
	grads[grads.length++] = new Student("Michelle", "Lou", "mlou@stanford.edu", "compDMA", "", new Project("", ""), 5);
	grads[grads.length++] = new Student("Mauricio Rodriguez", "Marquez", "marod@stanford.edu", "compDMA", "TGR", new Project("Composition", "<em>From intuition and code to score: modeling musical output,</em> for mixed choir with soprano, alto, and bass soloists, great organ and 2 percussionists"), 5);
	grads[grads.length++] = new Student("Marisol Jimenez", "Becerra", "marisolj@stanford.edu", "compDMA", "", new Project("", ""), 5);
	grads[grads.length++] = new Student("Patricia Elizabeth", "Mart&iacute;nez", "patrimar@stanford.edu", "compDMA", "TGR", new Project("Composition", "<em>Conf&iacute;o (I trust)</em>"), 5);
 

	
	// PURSUING A PHD IN COMPUTER-BASED MUSIC THEORY AND ACOUSTICS
	
	grads[grads.length++] = new Student("Fran&ccedil;ois Georges", "Germain", "fgermain@stanford.edu", "phdCBMTA", "", new Project("", ""), 0);
	grads[grads.length++] = new Student("Kurt James", "Werner", "kwerner2@stanford.edu", "phdCBMTA", "", new Project("", ""), 0);
	grads[grads.length++] = new Student("Hongchan", "Choi", "hongchan@stanford.edu", "phdCBMTA", "", new Project("", ""), 1);
	grads[grads.length++] = new Student("John Edward", "Granzow", "granzow@stanford.edu", "phdCBMTA", "", new Project("", ""), 1);
	grads[grads.length++] = new Student("Spencer", "Salazar", "spencer2@stanford.edu", "phdCBMTA", "", new Project("", ""), 1);
	grads[grads.length++] = new Student("Nicholas James", "Bryan", "njb@ccrma.stanford.edu", "phdCBMTA", "", new Project("", ""), 3);
	grads[grads.length++] = new Student("Jieun", "Oh", "jieun5@stanford.edu", "phdCBMTA", "", new Project("", ""), 3);
	grads[grads.length++] = new Student("Luke Samuel", "Dahl", "lukedahl@stanford.edu", "phdCBMTA", "", new Project("", ""), 5);
	grads[grads.length++] = new Student("Robert Kyle", "Hamilton", "rkh@stanford.edu", "phdCBMTA", "", new Project("", ""), 5);
	grads[grads.length++] = new Student("Jeffrey C.", "Smith", "jchrsmt@stanford.edu", "phdCBMTA", "", new Project("", ""), 5);
	grads[grads.length++] = new Student("Miriam Anna", "Kolar", "mkolar@stanford.edu", "phdCBMTA", "TGR", new Project("Dissertation", "Archaeological Psychoacoustics at Chav&iacute;n de Hu&aacute;ntar, Per&uacute;"), 5);
	grads[grads.length++] = new Student("Juhan", "Nam", "juhannam@stanford.edu", "phdCBMTA", "", new Project("", ""), 5);
	
	grads[grads.length++] = new Student("Juan Pablo", "C&aacute;ceres", "jcaceres@stanford.edu", "phdCBMTA", "TGR", new Project("Dissertation", "Control, Synthesis and Prediction in Real-Time Network Performance"), 6);
	grads[grads.length++] = new Student("Sook", "Young Won", "sywon@ccrma.stanford.edu", "phdCBMTA", "", new Project("Dissertation", "Investigating the Spectral Characteristics of One&#8217;s Own Hearing"), 7);
	grads[grads.length++] = new Student("Blair Miliama", "Bohannan", "blairbo@stanford.edu", "phdCBMTA", "", new Project("", ""), 2);
	grads[grads.length++] = new Student("Bjoern", "Erlach", "berlach@stanford.edu", "phdCBMTA", "", new Project("", ""), 2);
	grads[grads.length++] = new Student("Jorge Alejandro", "Herrera", "jorgeh@stanford.edu", "phdCBMTA", "", new Project("", ""), 2);


	// PURSUING A PHD IN MUSICOLOGY
	
	grads[grads.length++] = new Student("Victoria", "Wei-Tseng", "vwtchang@stanford.edu", "phdMusico", "", new Project("", ""), 0);
	grads[grads.length++] = new Student("Carolin", "Krahn", "carolink@stanford.edu", "phdMusico", "", new Project("", ""), 0);
	grads[grads.length++] = new Student("Suddhaseel", "Sen", "ssen1@stanford.edu", "phdMusico", "", new Project("", ""), 0);
	grads[grads.length++] = new Student("Lisa Marie", "Burnett", "lisamb@stanford.edu", "phdMusico", "", new Project("", ""), 1);
	grads[grads.length++] = new Student("Victoria Lynn", "Rodrique", "ladybird@stanford.edu", "phdMusico", "", new Project("", ""), 1);	
	grads[grads.length++] = new Student("Joseph David", "Calver", "jdcalver@stanford.edu", "phdMusico", "", new Project("", ""), 2);
	grads[grads.length++] = new Student("Clare Frances Elisabeth", "Robinson", "clarer@stanford.edu", "phdMusico", "", new Project("", ""), 2);
	grads[grads.length++] = new Student("Nathaniel", "Sloan", "nates@stanford.edu", "phdMusico", "", new Project("", ""), 2);
	grads[grads.length++] = new Student("Anna Vinson", "Wittstruck", "awittstr@stanford.edu", "phdMusico", "", new Project("", ""), 2);
	grads[grads.length++] = new Student("Amanda Jean", "Cannata", "acannata@stanford.edu", "phdMusico", "", new Project("", ""), 3);
	grads[grads.length++] = new Student("Julie Patricia", "Saiki", "jsaiki@stanford.edu", "phdMusico", "", new Project("", ""), 3);
	grads[grads.length++] = new Student("Daniela Alexandra", "Smolov", "dsmolov@stanford.edu", "phdMusico", "", new Project("", ""), 3);
	grads[grads.length++] = new Student("Kwami T.", "Coleman", "colemank@stanford.edu", "phdMusico", "", new Project("", ""), 5);
	grads[grads.length++] = new Student("Emiliano ", "Ricciardi", "porphy82@stanford.edu", "phdMusico", "", new Project("Dissertation", "Late 16th-Century Madrigals on Torquato Tasso&#8217;s <em>Rime</em>"), 5);
	grads[grads.length++] = new Student("Byron Neil", "Sartain", "bsartain@stanford.edu", "phdMusico", "TGR", new Project("Dissertation", "François Couperin&#8217;s <em>Pi&egrave;ces de clavecin</em> and the Parisian Private Sphere"), 4);
	grads[grads.length++] = new Student("Johanna Frances", "Yunker", "jyunker@stanford.edu", "phdMusico", "TGR", new Project("Dissertation", "Politics of Identity in East German Music: Ruth Zechlin, Ruth Berghaus, and Tamara Danz"), 5);
	grads[grads.length++] = new Student("Lydia Lynn", "Mayne", "lmayne@stanford.edu", "phdMusico", "", new Project("", ""), 5);

	grads[grads.length++] = new Student("Erick Gilbert", "Arenas", "earenas@stanford.edu", "phdMusico", "TGR", new Project("Dissertation", "Johann Michael Haydn and the <em>Missa solemnis</em> of Eighteenth-Century Vienna and Salzburg"), 6);
	
	grads[grads.length++] = new Student("Mireya", "Obregon-Mercado", "obregon@stanford.edu", "phdMusico", "", new Project("Dissertation", "The Technological Sublime: Avant-garde composition and Science Fiction film scores of the 1950s"), 9);
	
	// POSTDOCS
grads[grads.length++] = new Student("Bruno", "Ruviaro", "ruviaro@stanford.edu", "postdoc", "", new Project("Projects", "Research on Electronic Music Composition; Curator of CCRMA concert series; Lecturer, History of Electronic Music"), 1);
	
	// ALUMS
	grads[grads.length++] = new Student("Gregory", "Sell", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "Diffusion-Based Music Analysis"), 0);
	grads[grads.length++] = new Student("Sebasti&aacute;n", "Salvad&oacute;", "", "z-alum", "PhD-Musicology", new Project("Dissertation", "Chant, Liturgy and Ritual of the Knights Templar in the Latin East: A Study and Edition of the <em>Breviary of Acre</em> (Paris, Bib. Nat., Ms. Latin 10478)"), 0);
	grads[grads.length++] = new Student("Heidi", "Lee", "",   "z-alum", "PhD-Musicology", new Project("Dissertation", "Papageno&#8217;s Legacy: The Marvelous in German Opera, 1791-1833"), 0);
	grads[grads.length++] = new Student("Kiri", "Heel", "", "z-alum", "PhD-Musicology", new Project("Dissertation", "Germaine Tailleferre Beyond Les Six: Gynocentrism and <em>Le marchand d'oiseaux</em> and the <em>Six chansons françaises</em>"), 0);
	grads[grads.length++] = new Student("Jessica Ann", "Balik", "", "z-alum", "PhD-Musicology", new Project("Dissertation", "Romantic Rebellion, Romantic Retreat: Music and 1968 in West Germany"), 0);
	grads[grads.length++] = new Student("Gautham J.", "Mysore", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "A Non-negative Framework for Joint Modeling of Spectral Structure and Temporal Dynamics in Sound Mixtures"), 0);
grads[grads.length++] = new Student("Hiroko", "Terasawa", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "A Hybrid Model for Timbre Perception"), 0);
	grads[grads.length++] = new Student("Erinn Elizabeth", "Knyt", "", "z-alum", "PhD-Musicology", new Project("Dissertation", "Ferruccio Busoni and the Ontology of the Musical Work: Permutations and Possibilities"), 0);
	grads[grads.length++] = new Student("Alexander", "Sigman", "", "z-alum", "DMA", new Project("Composition", "The <em>Nominal</em> and the <em>Noumenal</em> &ndash; 2 cycles of works for various ensembles"), 0);
	grads[grads.length++] = new Student("Bruno Tucunduva", "Ruviaro", "", "z-alum", "DMA", new Project("Dissertation", "Intellectual Improperty: Musical Borrowing in Contemporary Composition"), 0);
	grads[grads.length++] = new Student("Kristian", "Ireland", "", "z-alum", "DMA", new Project("Composition", "<em>the end is no process</em> for mixed ensemble"), 0);
	grads[grads.length++] = new Student("Sebastian Tobias", "Joerg Semper", "", "z-alum", "DMA", new Project("Composition", "<em>Einspielung</em>. Instrumentale Lekt&uuml;re &ndash; Musik f&uuml;r Ensembles"), 0);
    grads[grads.length++] = new Student("Juan Crist&oacute;bal", "Cerrillo Torres Torija", "", "z-alum", "DMA", new Project("Composition", "<em>Vuelta</em> &ndash; Three Compositions Concerning the Non-apparent"), 0);
	grads[grads.length++] = new Student("Jessica Lynn", "Payette", "", "z-alum", "PhD-Musicology", new Project("Dissertation", "Exceeding Expectation: A Reception History of Schoenberg&#8217;s <em>Erwartung</em>"), 0);
	grads[grads.length++] = new Student("Matthew James", "Wright", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "The Shape of an Instant: Measuring and Modeling Perceptual Attack Time with Probability Density Functions"), 0);
	grads[grads.length++] = new Student("Parag", "Chordia", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "Automatic Transcription of Solo Tabla Music"), 0);
	grads[grads.length++] = new Student("Randal James", "Leistikow", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "Extracting Audio Sources from Musical Recordings Using Measures of Independence and Sparsity"), 0);
	grads[grads.length++] = new Student("Blake Christopher", "Stevens", "", "z-alum", "PhD-Musicology", new Project("Dissertation", "A Critical History of the Monologue in French Opera from Lully to Rameau"), 0);
	grads[grads.length++] = new Student("Marcus", "Zagorski", "", "z-alum", "PhD-Musicology", new Project("Dissertation", "Between History and Nature: Theories of Material in European Serialism"), 0);
	grads[grads.length++] = new Student("Rodrigo", "Segnini", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "Computer-Based Techniques for the Analysis of Musical Timbre"), 0);
	grads[grads.length++] = new Student("Patricio", "de la Cuadra", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "The sound of oscillating air jets: physics, modeling, and simulation in flute-like instruments"), 0);
	grads[grads.length++] = new Student("Michael Dixon", "Gurevich", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "Computational Acoustic Modeling of Cetacean Vocalizations"), 0);
	grads[grads.length++] = new Student("Jos&eacute;", "Rio-Pareja", "", "z-alum", "DMA", new Project("Composition", "<em>JALEO</em> for large orchestra and electronics"), 0);
	grads[grads.length++] = new Student("Hans", "Thomalla", "", "z-alum", "DMA", new Project("Composition", "<em>fremd / strange</em> &ndash; central scene of an opera based on the Medea myth, to be produced in collaboration with Forum Neues Musiktheater (Center for Experimental Opera for the Stuttgart Opera, Stuttgart, Germany)"), 0);
	grads[grads.length++] = new Student("David Brynjar", "Franzson", "", "z-alum", "DMA", new Project("Composition", "<em>Hvein, Hvida,</em> and <em>Untitled Piece</em> &ndash; Cycle from <em>Skugga-Baldur</em>"), 0);
	grads[grads.length++] = new Student("Yaron", "Sokolov", "", "z-alum", "DMA", new Project("Composition", "<em>KEDMA</em> &ndash; a cycle of three chamber pieces based on a modified interval of a fifth"), 0);
	grads[grads.length++] = new Student("Unjung", "Nam", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "Automatic Music Style Classification: Towards the Detection of Perceptually Similar Music"), 0);
	grads[grads.length++] = new Student("Nurit Karen", "Jugend", "", "z-alum",  "DMA", new Project("Composition", "<em>Self Portrait</em>"), 0);
	grads[grads.length++] = new Student("Dami&aacute;n", "Keller", "", "z-alum", "DMA", new Project("Composition", "<em>Patiti</em> &ndash; A Multimodal Journey to El Dorado"), 0);
    grads[grads.length++] = new Student("Chrysa Lee", "Prestia", "", "z-alum", "DMA", new Project("Composition ", "<em>Temporium Mobile</em> for String Quartet"), 0);	 
	grads[grads.length++] = new Student("Kris William", "Falk", "", "z-alum", "DMA", new Project("Composition", "<em>Trial of the Clown</em>  &ndash; a one-act opera"), 0);
	grads[grads.length++] = new Student("Stefania", "Serafin", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "The Sound of Friction: Real-Time Models, Playability, and Musical Applications"), 0);
	grads[grads.length++] = new Student("Loren Christopher", "Burns", "", "z-alum", "DMA", new Project("Composition", "<em>Weave</em> for String Trio"), 0);
	grads[grads.length++] = new Student("Lonny Lung-Yin", "Chu", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "Haptic Interfaces for Audio Navigation"), 0);
	grads[grads.length++] = new Student("Ilias", "Chrissochoidis", "", "z-alum", "PhD-Musicology", new Project("Dissertation", "Early Reception of Handel&#8217;s Oratorios, 1732-1784: Narrative-Studies-Documents"), 0);
    grads[grads.length++] = new Student("Christopher Trebue", "Moore", "", "z-alum", "DMA",    new Project("Composition", "Tentacles and Knot Formations"), 0);
    grads[grads.length++] = new Student("Matthew Charles", "Dirst", "", "z-alum", "PhD-Musicology", new Project("Dissertation", "Bach&#8217;s Well-tempered clavier in musical thought and practice, 1750&ndash;1850"), 0);
	grads[grads.length++] = new Student("Michael", "Edwards", "", "z-alum", "DMA", new Project("Composition", "<em>Brownian motion</em> &ndash; music for stereo tape"), 0);
	grads[grads.length++] = new Student("Seungyon-Seny", "Lee", "", "z-alum", "DMA", new Project("Composition", "<em>Idiosyncrasy: pleasure, anger, lament and joie</em> &ndash; an eight channel for real-time interaction composition for tape, mezzo-soprano and video"), 0);
	grads[grads.length++] = new Student("Eric", "Hung", "", "z-alum", "PhD-Musicology", new Project("Dissertation", "Defining Art Music in Great Britain, 1955-1975"), 0); 
	grads[grads.length++] = new Student("Nathan", "Breitling", "", "z-alum", "DMA", new Project("Composition", "<em>we are describing...</em> for three hi-hats, computer and live electronics"), 0);
	grads[grads.length++] = new Student("Justin", "Yang", "", "z-alum", "DMA", new Project("Composition", "<em>Sometimes I feel the space between people (voices) in terms of tempos</em>"), 0);
	grads[grads.length++] = new Student("Kyogu", "Lee", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "A System for Chord Transcription, Key Extraction, and Cadence Recognition from Audio Using Hidden Markov Models Trained with Audio-from-Symbolic Data"), 0);
	grads[grads.length++] = new Student("Woon", "Seung Yeo", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "Raster Scanning: A New Approach to Image Sonification, Sound Visualization, Sound Analysis, and Synthesis"), 0);
grads[grads.length++] = new Student("Leigh ", "Van Handel", "", "z-alum", "PhD-CBMTA", new Project("Dissertation", "Setting a Menu to Music: Prosody and Melody in 19th-century Art Song"), 0);
grads[grads.length++] = new Student("Per Alan", "Bloland", "", "z-alum", "DMA", new Project("Composition", "<em>Stillaset</em>"), 0);
grads[grads.length++] = new Student("Jason", "Federmeyer", "", "z-alum", "DMA", new Project("", ""), 0);
grads[grads.length++] = new Student("Yen-Ling", "Liu", "", "z-alum", "PhD-Musicology", new Project("Dissertation", "Monumentality, Myth, and the Symphonic Ideal in Liszt&#8217;s Symphonic Works"), 0);
grads[grads.length++] = new Student("Joseph Matthew", "Sargent", "", "z-alum", "PhD-Musicology", new Project("Dissertation", "The Polyphonic Magnificat in Renaissance Spain: Style and Context"), 0);
grads[grads.length++] = new Student("Connie Ho-Yee", "Lau", "", "z-alum", "PhD-Musicology", new Project("Dissertation", "A Critical History of Symphonic Mass: Aspects of Reception, Aesthetics, Religion, and Politics in France, Austria, and Germany 1815-1848"), 0);
grads[grads.length++] = new Student("Andrea Herreshoff", "Castillo", "", "z-alum", "PhD-Musicology", new Project("Dissertation", "Goethe's Singspiels and Dramas for the Weimar Privattheater: Problems of Genre and Style"), 0);





/* *************************************************************************************
// PASTE NEW GRADS ABOVE THIS MARQUEE. IT DOESNT MATTER WHAT ORDER YOU ENTER THEM IN,
   AS THEY WILL BE SORTED BY THE FUNCTION BELOW. I'VE ONLY SORTED THEM TO MAKE IT EASIER
   TO LOOK THEM UP

**************************************************************************************/
	

    grads.sort(sortByProgram);

