{{define "section-summary"}} {{if .Summary}}

{{emphasize .Summary .Layout}}

{{end}} {{end}} {{define "section-certifications"}} {{if .Certifications}} {{if .Certifications.Items}}
{{default "Certifications" .Certifications.Title}}
{{end}} {{end}} {{end}} {{define "section-education"}} {{if .Education.Institutions}}
{{default "Education" .Education.Title}}
{{range sortEducationByOrder .Education.Institutions}} {{- $descriptions := filterEmpty .Degree.Descriptions -}} {{- if $descriptions }} {{- end }} {{if .Thesis}} {{end}} {{end}}
{{.Institution}} {{- if .Degree.Name}}, {{.Degree.Name}}{{end -}} {{- if .GPA}}{{$gpa := formatGPA .GPA}}{{if $gpa}} (GPA: {{$gpa}}){{end}}{{end -}} {{fmtDateRange .Dates}}
    {{- range $descriptions}}
  • {{.}}
  • {{- end}}
{{- if .Thesis.Title -}} Thesis: {{.Thesis.Title}} {{- if .Thesis.Link.URI}} | {{if .Thesis.Link.Label}}{{.Thesis.Link.Label}}{{else}}{{.Thesis.Link.URI}}{{end}}{{end -}} {{- end -}} {{- range .Thesis.Highlights}}. {{.}}{{end -}}
{{end}} {{end}} {{define "section-skills"}} {{if .Skills.Categories}}
{{default "Skills" .Skills.Title}}
{{end}} {{end}} {{define "section-experience"}} {{if .Experience.Positions}}
{{default "Experience" .Experience.Title}}
{{range sortExperienceByOrder .Experience.Positions}}
{{.Title}}{{if .Company}} | {{.Company}}{{end}}
{{fmtDateRange .Dates}}
{{if .Technologies}}
{{formatList .Technologies}}
{{end}} {{$high := filterEmpty .Highlights}} {{if $high}} {{end}}
{{end}}
{{end}} {{end}} {{define "section-projects"}} {{if .Projects}} {{if .Projects.Projects}}
{{default "Projects" .Projects.Title}}
{{range sortProjectsByOrder .Projects.Projects}}
{{if .Dates}}
{{fmtOptDateRange .Dates}}
{{end}}
{{if .Technologies}}
{{formatList .Technologies}}
{{end}} {{$high := filterEmpty .Highlights}} {{if $high}} {{end}}
{{end}}
{{end}} {{end}} {{end}} {{define "section-languages"}} {{if .Languages}} {{if .Languages.Languages}}
{{default "Languages" .Languages.Title}}
{{end}} {{end}} {{end}} {{.Contact.Name}} Resume

{{.Contact.Name}}

{{- if .Contact.Headline}}
{{.Contact.Headline}}
{{end}}

{{- $sep := false -}} {{- if .Contact.Email -}} {{if $sep}} | {{end}}{{.Contact.Email}} {{- $sep = true -}} {{- end -}} {{- if .Contact.Phone -}} {{if $sep}} | {{end}}{{.Contact.Phone}} {{- $sep = true -}} {{- end -}} {{- if .Contact.Credentials -}} {{if $sep}} | {{end}}{{.Contact.Credentials}} {{- $sep = true -}} {{- end -}} {{- if .Contact.Location -}} {{- $loc := formatLocation .Contact.Location -}} {{- if $loc -}} {{if $sep}} | {{end}}{{$loc}} {{- $sep = true -}} {{- end -}} {{- end -}} {{- range .Contact.Links -}} {{- if .URI -}} {{if $sep}} | {{end}}{{if .Label}}{{.Label}}{{else}}{{.URI}}{{end}} {{- $sep = true -}} {{- end -}} {{- end -}}

{{$root := .}} {{range .SectionOrder}} {{if eq . "summary"}}{{template "section-summary" $root}} {{else if eq . "certifications"}}{{template "section-certifications" $root}} {{else if eq . "education"}}{{template "section-education" $root}} {{else if eq . "skills"}}{{template "section-skills" $root}} {{else if eq . "experience"}}{{template "section-experience" $root}} {{else if eq . "projects"}}{{template "section-projects" $root}} {{else if eq . "languages"}}{{template "section-languages" $root}} {{end}} {{end}} {{if and .Layout .Layout.References}}
References available upon request
{{end}}