- (span (@ (class "plinks"))
- " [ "
- (a (@ (href "talks/cucsc-2017-slides.pdf")
- (title ,(string-append
- "presented at the Canadian Undergraduate"
- " Computer Science Conference 2017,\n"
- "University of Toronto, Canada,"
- "June 15–17, 2017")))
- "slides")
- " | "
- (a (@ (href "talks/eecs4080-poster.pdf")
- (title ,(string-append
- "presented at the Lassonde Undergraduate"
- " Summer Student Research Conference,\n"
- "York University, Toronto, Canada,"
- "August 15, 2017")))
- "poster")
- " ]"))
- (dd (a (@ (href "https://bandali.eu.org")) "Amin Bandali") ", "
- (a (@ (href "https://github.com/cipher1024"))
- "Simon Hudon")
- ", "
- (a (@ (href "http://www.cse.yorku.ca/~jonathan/"))
- "Jonathan S. Ostroff")))
+ (small
+ " [ "
+ ,(aa "slides" "talks/cucsc-2017-slides.pdf"
+ "presented at the Canadian Undergraduate Computer Science"
+ " Conference 2017,\n"
+ "University of Toronto, Canada, June 15–17, 2017")
+ " | "
+ ,(aa "poster" "talks/eecs4080-poster.pdf"
+ "presented at the Lassonde Undergraduate Summer Student"
+ " Research Conference,\n"
+ "York University, Toronto, Canada, August 15, 2017")
+ " ]"))
+ (dd ,(aa "Amin Bandali" "https://bandali.eu.org") ", "
+ ,(aa "Simon Hudon" "https://github.com/cipher1024") ", "
+ ,(aa "Jonathan S. Ostroff"
+ "http://www.cse.yorku.ca/~jonathan/")))