<?xml version="1.0" encoding="us-ascii"?>

<?xml-stylesheet href="resume.css" type="text/css"?>

<!DOCTYPE resume [

<!ELEMENT resume (name,personal,body)>

<!ELEMENT body (section+)>

<!ELEMENT personal (address,mobile,url)>

<!ELEMENT name (#PCDATA)>

<!ELEMENT address (add1,city,state,zip)>

<!ELEMENT add1 (#PCDATA)>

<!ELEMENT city (#PCDATA)>

<!ELEMENT state (#PCDATA)>

<!ELEMENT zip (#PCDATA)>

<!ELEMENT mobile (#PCDATA)>

<!ELEMENT url (#PCDATA)>

<!ELEMENT section (left,middle,right)>

<!ELEMENT left (title?)>

<!ELEMENT middle (content?,bold_heading?,italic_heading*,bullets?)>

<!ELEMENT right (date?)>

<!ELEMENT title (#PCDATA)>

<!ELEMENT content (#PCDATA)>

<!ELEMENT bold_heading (#PCDATA)>

<!ELEMENT date (#PCDATA)>

<!ELEMENT italic_heading (#PCDATA)>

<!ELEMENT bullets (item+)>

<!ELEMENT item ANY>

]>

<resume>
	<name> Vladimir Tenev </name>
	<personal>
		<address> 
			<add1> 825 Weyburn Terrace Apt. 206 </add1>
			<city> Los Angeles, </city>
			<state> CA </state>
			<zip> 90024 </zip>
		</address>
		<mobile> mobile: (571) 224-8804 </mobile>
		<url> http://www.math.ucla.edu/~vtenev/ </url>
	</personal>
	
	<body>
	<section> 
		<left>
			<title> career objective </title> 
		</left>
		<middle>
			<content> Mathematics PhD student seeks summer position at high-frequency trading firm/hedge fund. </content>
		</middle>
		<right /> 
	</section>
	
	<section>
		<left> 
			<title> education </title>
		</left>
		<middle>
			<bold_heading> University of California, Los Angeles </bold_heading>
			<italic_heading> Doctor of Philosophy in Mathematics (specializing in Real Analysis) </italic_heading>
		</middle>
		<right> 
			<date> 2008- </date>
		</right>
	</section>
	
	<section>
		<left />		
		<middle>
			<bold_heading> Stanford University </bold_heading>
		<italic_heading> Bachelor of Science in Mathematics with Honors (GPA: 3.9) </italic_heading>
		</middle>
		<right>
			<date> 2004-2008 </date>
		</right>	
	</section>
	
	<section>
		<left>
			<title> teaching </title>
		</left>
		<middle>
			<bold_heading> University of California, Los Angeles </bold_heading>
			<italic_heading> Teaching Assistant for Introduction to Programming for the Internet </italic_heading> 
			<italic_heading> Teaching Assistant for Introduction to C++ Programming </italic_heading> 
			<italic_heading> Teaching Assistant for Honors Multivariable Calculus </italic_heading>
		</middle>
		<right>
			<date> Sept. 2008- </date>
		</right>
	</section>
	
	<section>
		<left>
			<title> research </title>
		</left>
		<middle>
			<bold_heading> Stanford Mathematics Department </bold_heading>
			<italic_heading> Research in Graph Theory and Computational Geometry </italic_heading> 
			<bullets> 
				<item> Created, implemented, and analyzed several algorithms to solve Plateau's Problem, the foundational problem of minimal surface theory (with Prof. Larry Guth) </item>	
			</bullets> 
		</middle>
		<right>
			<date> April 2007 - June 2008 </date>
		</right>
	</section>
	
	<section>
		<left />
		<middle>
			<bold_heading> Stanford Physics Department </bold_heading>
	 		<italic_heading> Enriched Xenon Observatory </italic_heading> 
			<bullets> 
				<item> Participated in research team aiming to experimentally derive mass of neutrino subatomic particle (with Prof. Giorgio Gratta) </item>
				<item> Constructed and evaluated temperature stability of cryostat chamber </item>
				<item> Designed electronic circuitry governing linear ion trap </item>
			</bullets>
		</middle>
		<right>
			<date> April 2005 - Sept. 2006 </date>
		</right>
	</section>
	
	<section> 
		<left />
		<middle>
			<bold_heading> National Institutes of Health </bold_heading>
			<italic_heading> Protein Interactions Group </italic_heading> 
			<bullets>
				<item> Isolated and bred novel strains of HIV-neutralizing human antibodies </item>
				<item> Tested binding efficiency of antibodies to HIV envelope glycoprotein </item>
			</bullets>
		</middle>
		<right>
			<date> June - Sept. 2003 </date>
		</right>
	</section>
 
	<section>
		<left>
			<title> publications </title>
		</left>
		<middle>
			<italic_heading> An Algorithmic Approach to Plateau's Problem </italic_heading>
			<bullets>
				<item> Available online at <url> http://math.stanford.edu/theses/ug_index.html </url>
				</item>
			</bullets>
		</middle>
		<right />
	</section>
	
	<section>
		<left />
		<middle>
			<italic_heading> Selection of a Novel gp41-specific HIV-1 Neutralizing Human Antibody by Competitive Antigen Panning </italic_heading>
			<bullets>
				<item> Published in Journal of Immunological Methods on December 20, 2006 </item>
				<item> Available online via PubMed Central (or Google) </item>
			</bullets>
		</middle>
		<right />
	</section>
	</body>
</resume>
