start move to anatole theme
This commit is contained in:
116
content/experience.md
Normal file
116
content/experience.md
Normal file
@@ -0,0 +1,116 @@
|
||||
+++
|
||||
title = "Experience"
|
||||
description = ""
|
||||
date = ""
|
||||
aliases = ["about-us", "about-hugo", "contact"]
|
||||
author = "Carl Pearson"
|
||||
+++
|
||||
|
||||
## Academic Experience
|
||||
|
||||
- 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
|
||||
|
||||
I also created a set of resources on using Nvidia's Nsight Compute and Nsight Systems performance profiling tools, including a 75 minute recorded lecture.
|
||||
See the [Github repository](https://github.com/cwpearson/nvidia-performance-tools) to get started.
|
||||
|
||||
|
||||
## Industory Experience
|
||||
|
||||
<!-- [[experience]]
|
||||
title = "Treasurer"
|
||||
company = "University YMCA"
|
||||
company_url = ""
|
||||
location = "Urbana, IL"
|
||||
date_start = "2019-08-01"
|
||||
date_end = "2020-04-01"
|
||||
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 = """
|
||||
""" -->
|
Reference in New Issue
Block a user