85 lines
3.3 KiB
Markdown
85 lines
3.3 KiB
Markdown
+++
|
|
# A Demo section created with the Blank widget.
|
|
# Any elements can be added in the body: https://sourcethemes.com/academic/docs/writing-markdown-latex/
|
|
# Add more sections by duplicating this file and customizing to your requirements.
|
|
|
|
widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/
|
|
headless = true # This file represents a page section.
|
|
active = true # Activate this widget? true/false
|
|
weight = 70 # Order that this section will appear.
|
|
|
|
title = "Academic Experience"
|
|
subtitle = ""
|
|
|
|
|
|
[design]
|
|
# Choose how many columns the section has. Valid values: 1 or 2.
|
|
columns = "1"
|
|
|
|
[design.background]
|
|
# Apply a background color, gradient, or image.
|
|
# Uncomment (by removing `#`) an option to apply it.
|
|
# Choose a light or dark text color by setting `text_color_light`.
|
|
# Any HTML color name or Hex value is valid.
|
|
|
|
# Background color.
|
|
# color = "navy"
|
|
|
|
# Background gradient.
|
|
# gradient_start = "DeepSkyBlue"
|
|
# gradient_end = "SkyBlue"
|
|
|
|
# Background image.
|
|
image = "" # Name of image in `static/img/`.
|
|
image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
|
|
image_size = "cover" # Options are `cover` (default), `contain`, or `actual` size.
|
|
image_position = "center" # Options include `left`, `center` (default), or `right`.
|
|
image_parallax = true # Use a fun parallax-like fixed background effect? true/false
|
|
|
|
# Text color (true=light or false=dark).
|
|
text_color_light = false
|
|
|
|
[design.spacing]
|
|
# Customize the section spacing. Order is top, right, bottom, left.
|
|
padding = ["20px", "0", "20px", "0"]
|
|
|
|
[advanced]
|
|
# Custom CSS.
|
|
css_style = ""
|
|
|
|
# CSS class.
|
|
css_class = ""
|
|
+++
|
|
|
|
## Teaching
|
|
|
|
- 2018 Spring University of Illinois Project TA for ECE408/CS483
|
|
- 2017 Fall University of Illinois Head TA for ECE408/CS483
|
|
- 2017-2018 University of Illinois [Mavis Future Faculty Fellow](http://publish.illinois.edu/engr-mavis/2017-2018-mavis-fellows/).
|
|
- 2015 Fall University of Illinois TA for ECE408
|
|
|
|
I have been a teaching assistant for the following courses:
|
|
|
|
- ECE408/CS483: Heterogeneous Parallel Programming at the University of Illinois
|
|
- E155: Microprocesser-based Systems: Design & Applications at Harvey Mudd College
|
|
- E85: Digital Electronics and Computer Architecture at Harvey Mudd College
|
|
|
|
I have also been a teaching assistant for the Programming and Tuning Massively Parallel Systems
|
|
[(PUMPS)](http://bcw.ac.upc.edu/PUMPS2017/) summer school in Barcelona since 2014.
|
|
|
|
I have also mentored undergraduates and a high school student, who is a co-author on two papers.
|
|
|
|
During the Mavis fellowship, I administered the ECE 408 GPU programming project in spring 2018. I created
|
|
|
|
* Four lectures on machine learning ([1][l1], [2][l2], [3][l3], [4][l4])
|
|
* A [course project][project_repo] where students add a GPU convolution operator to MXNet.
|
|
* Project kickoff [slides][kickoff-slides] ([repo][kickoff-repo]).
|
|
|
|
[project_repo]: https://github.com/illinois-impact/ece408_project
|
|
[l1]: ../../pdf/2017FA_ECE408_dl01_Intro.pdf
|
|
[l2]: ../../pptx/2017FA_ECE408_dl02_FF-Gradient.pptx
|
|
[l3]: ../../pptx/2017FA_ECE408_dl03_CNN01.pptx
|
|
[l4]: ../../pptx/2017FA_ECE408_dl04_CNN02.pptx
|
|
[kickoff-slides]: ../../pdf/2017FA_ECE408_project-kickoff.pdf
|
|
[kickoff-repo]: https://github.com/illinois-impact/ece408_project-kickoff-slides
|