Files
hugo-cwpearson/content/home/industry.md
2020-03-09 16:17:38 -05:00

122 lines
3.9 KiB
Markdown

+++
# Experience widget.
widget = "experience" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 50 # Order that this section will appear.
title = "Industry Experience"
subtitle = ""
# Date format for experience
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
date_format = "Jan 2006"
# Experiences.
# Add/remove as many `[[experience]]` blocks below as you like.
# Required fields are `title`, `company`, and `date_start`.
# Leave `date_end` empty if it's your current employer.
# Begin/end multi-line descriptions with 3 quotes `"""`.
[[experience]]
title = "Treasurer"
company = "University YMCA"
company_url = ""
location = "Urbana, IL"
date_start = "2019-08-01"
date_end = ""
description = """
Community member of the board of governors, serving as the chair of the budget committee, the Treasurer, and on the Bailey Scholarship steering committee.
"""
[[experience]]
title = "Research Intern"
company = "IBM"
company_url = ""
location = "T.J. Watson Research Center, Yorktown Heights, NY"
date_start = "2018-08-01"
date_end = "2018-12-01"
description = """
"""
[[experience]]
title = "Research Intern for Optimized CLOUD Systems"
company = "IBM"
company_url = ""
location = "T.J. Watson Research Center, Yorktown Heights, NY"
date_start = "2017-06-01"
date_end = "2017-09-01"
description = """
"""
[[experience]]
title = "Research Intern"
company = "MulticoreWare, Inc."
company_url = ""
location = "Champaign, IL"
date_start = "2015-06-01"
date_end = "2015-09-01"
description = """
"""
[[experience]]
title = "Research Intern"
company = "MulticoreWare, Inc."
company_url = ""
location = "Champaign, IL"
date_start = "2014-06-01"
date_end = "2014-09-01"
description = """
"""
[[experience]]
title = "Co-op Engineer Floating-Point RTL"
company = "AMD"
company_url = ""
location = "Fort Collins, CO"
date_start = "2013-06-01"
date_end = "2013-09-01"
description = """
"""
[[experience]]
title = "Co-op Engineer Floating-Point RTL"
company = "AMD"
company_url = ""
location = "Fort Collins, CO"
date_start = "2012-06-01"
date_end = "2012-09-01"
description = """
"""
+++
<!--
- 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/).
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 -->