${Link(url, institution)} ${area && html`${area}`} ${startDate && html`${Duration(startDate, endDate)}`} ${studyType && markdown(studyType)} ${courses.length > 0 && html` Courses ${courses.map(course => html`${markdown(course)}`)} `}