{{ $sectionID := replace (lower .section.name) " " "-" }} {{ if .section.id }} {{ $sectionID = .section.id }} {{ end }}
{{ if not (.section.hideTitle) }}

{{ .section.name }}

{{ end }}
{{ range .degrees}} {{ end }}
{{ if .institution.url }}
{{ .institution.name }}
{{ else }}
{{ .institution.name }}
{{ end }}
{{ .timeframe }}
{{ .name }}
{{ if .grade }}
{{ .grade.scale }}: {{ .grade.achieved }} out of {{ .grade.outOf }}
{{ end }} {{ if .publications }}
Publications
{{ end }} {{ if .takenCourses }}
Taken Courses
{{ if .takenCourses.showGrades }} {{ range $index,$course := .takenCourses.courses }} {{ end }}
Course Name Total Credit Obtained Credit
{{ $course.name }} {{ $course.outOf }} {{ $course.achieved }}
{{ else }}
    {{ range $index,$course := .takenCourses.courses }}
  • {{ $course.name }}
  • {{ end }}
{{ end }}
{{ end }} {{ if .extracurricularActivities }}
Extracurricular Activities
    {{ range .extracurricularActivities }}
  • {{ . }}
  • {{ end }}
{{ end }}