Jeff Vanarsdall's Web Page

Goal

Within the XML resume language, I plan to develop tags for the heading of the paper, and for setting up the different sections in the main paper. The sections part will be flexible to allow for different resume set-ups.

Table of Keywords

XML Tags

Description

Labels

<resume> encloses all of the other tags name:"Firstname Lastname"
<contact> encloses address and phone number tags N/A
<address> defines the address of the author N/A
<phone> defines the phone number of the author N/A
<email> defines the email address of the author N/A
<objective> defines the author's desired position N/A
<section> creates a section within the resume, encloses details type="Education, Honors, Computer Skills, etc."
<detail> defines an experience, a skill, etc. of the author, also encloses any subdetails that might occur; indented from section N/A
<subdetail> further defines details; indented again from detail N/A

Example Resume

<resume name="Jeffrey D. Vanarsdall">
<contact>
<address>12414 Eastbourne Drive<br/>Silver Spring, MD, 20904</address>
<phone>(301)807-8127</phone>
<email>jvan@yahoo.com</email>
</contact>
<objective> Civil Enginering Co-op / Internship </objective> <section type="Education">
<detail>
<b>Bachelor of Science, Civil Engineering:</b>Expected May 2012<br/>University of Maryland, College Park, MD<br/>GPA: 3.6
</detail>
<detail>
<b>Highlights of Relevant Coursework:</b>Statics, Mechanics of Materials, Physics
</detail>
</section>
...
<section type="Activities">
<detail>
<b>Curling,:</b> Winter 2004 - Present<br/>Potomac Curling Club, Laurel, Maryland
</detail>
<subdetail>
Participates in numberous tournament events along the east coast.
</subdetail>
</detail>
<detail>
<b>Web Publisher,:</b> September 2008 - present
</detail>
<subdetail>
Maintains and updates a small webcomic for a group of artists.
</subdetail>
</detail>
</section>
</resume>

Hierarchy Chart

Home