Back to Home Page
< Mike G's XML Resume Language


Problem Statement

The goal of my XML language is to create an extensive and easy to navigate online resume. By using resume spefcific
tags the page becomes easier to navigate and represents a greater degree of proffessionalism.

Keyword Design

XML Tags Description
<Resume> .... </Resume> The Contents of the Resume
<Applicant> .... </Applicant> The full legal name of the Resume holder
<contactinfo> .... </contactinfo> The contact information for the owner of resume
<address> .... </address>Address of the resume owner; Street Address
<city> .... </city>City which Addresss is loctaed
<state> .... </state>State which city is in
<zipcodee> .... </zipcode>The zipcode of the region
<cellphone> .... </cellphone>Cell phone number of resume owner
<email> .... </email>Email address of resume owner
<school> .... </school> Contains the information regarding resume owners education
<university> .... </university>University of the resume owner
<major> .... </major>Major of the resume owner
<enrollmment> .... </enrollment>The years which the school was attended
<Notable> .... </Notable>Displays any noteworthy aceheivements
<work> .... </work> The working experience of the resume owner
<job> .... </job>The job title of the resume holder
<Employment> .... </Employment>The years for which the job was held
<duties> .... </duties> Description of the responsibilities of Resume owner at their job
<awards> .... </awards> Any awards reciieved while employed
<position> .... </position>The position of Resume Holder
<jobaddress> .... </jobaddress> Mailing address of emplymer
<activities> .... </activities> Contains information regarding the extracurricular activities of the resume owner
<club> .... </club>Description of involvement in club
<sport> .... </sport>Description of involvement in a sport
<other> .... </other>Description of involvement in various activites
<involvement> .... </involvement>Time period of which resume owner was involved in club
<details> .... </details>The Details of the activity
<Interests> .... </Interests> Various Interests of the resume holder
<references> .... </references> References of the Resume Holder

Example of XML Markup

 
<resume>





<Applicant>Mike Galczynski</Applicant> 
<Contactinfo>
	<Address> 1109 Washington Hall 2009 </Address>
		<city> College Park </city>
		<State> Maryland </state>
		<zip code> 20742 </zipcode>
	</Address>
	<Cellphone> 856-304-8508 </Cellphone>
	<Email> mgalczyn@umd.edu </Email>
 
 
<School> 
	<University;	University of Maryland, College Park <University>
<Major> Civil Engineering </Major>
	<enrollment> 2008-Current </enrollment>
	<Notable>  Team Leader of Ten in ENES100 Hovercraft project </Notables>
 </school>

<Work> 
 
	<job> Woodcrest Country Club </job>
	<Employment> 2005-Present </Employment>
	<postion> Caddy and Bag Room Attendant. </position>
<duties> Responsible for upkeep of golf course, golf carts, and player's equipment. </duties>
	<awards> Employee of the year 2007 </awards>

	<job> Camp-Long-A-Coming </job>
	<Employment> 2005-Present </Employment>
	<postion> Head Camp Counselor </position>
<duties> Responsible for groups of ten+ children, in various activities, and field trips </duties>
</work>

<Activities> Extracurricular </Activities>

	<club> ASCE:  American Society of Civil Engineers </club>
		<details> involved as a project manager on the Concret Canoe project </details>
 	<Sport> Intramural Flag Football Captain </Sport>
 




 
<Interests>
	
 I am a very active guy involved in a lot of things outside of school.  I am an avid golfer and runner,
	and visit the gym daily.  I am very interested in music, and can play drums and guitar. 
	I love sports and follow golf, Football (Eagles), Baseball (Phillies) and Hockey (Flyers).

</Interests>


<References> Avaialable Upon Request </References>