|
User GuideNamedegree — Container for information about a degree or similar certification SynopsisContent Model(level,annotation?,major*,minor*,(date|period)?,(institution,location?)?,gpa?,subjects?,projects?) Attributes
DescriptionThe degree element is a container for information about an academic degree (Bachelor of Science, Doctor of Psychology, etc.) or other similar certification. Parentsdegree may be contained in these elements: degrees Attributes
Examples<degree> <level>Ph.D</level> <major>Microbiology</major> <annotation>Thesis on effect of hot dogs on canine amino acids</annotation> </degree> <degree> <level>BA</level> <major>Toilet Paper Pattern Design</major> <date> <month>June</month> <year>1745</year> </date> <institution>British Design Academy</institution> <annotation> On dean's list for duration of studies. </annotation> </degree> <degree> <level>BS</level> <major>Computer Science</major> <major>English</major> <minor>Graphic Design</minor> <minor>Geography</minor> <subjects> <subject> <title>Compilers</title> <result>A-</result> </subject> <subject> <title>Data Structures</title> <result>B</result> </subject> <subject> <title>Classic Literature</title> <result>A</result> </subject> </subjects> |