Initial commit

This commit is contained in:
Carl Pearson
2017-03-12 21:27:57 -05:00
parent 6c09e2b8de
commit be45676d32
141 changed files with 8537 additions and 0 deletions

34
content/home/about.md Normal file
View File

@@ -0,0 +1,34 @@
+++
# About/Biography widget.
date = "2016-04-20T00:00:00"
draft = false
widget = "about"
# Order that this section will appear in.
weight = 1
# List your academic interests.
[interests]
interests = [
"High Performance Computing",
"Compilers",
"Cognitive Computing"
]
# List your qualifications (such as academic degrees).
[[education.courses]]
course = "BS in Engineering"
institution = "Harvey Mudd College"
year = 2013
+++
# Biography
I am a PhD candidate in the Electrical and Computer Engineering department at the University of Illinois at Urbana-Champaign and a member of the IMPACT Research Group led by Wen-Mei Hwu.
I am working on developing CAB (Cognitive Application Builder) as part of the joint UIUC / IBM C3SR cognitive computing systems research center. CAB will allow cognitive application developers to quickly write and debug high-performance scalable cogntitive computing applications.
I am also actively involved in high-performance application studies through the PAID-IME program and industry research collaborations with IBM and Huawei. The focus of these activities is to apply tools and techniques developed in the IMPACT group to improve the performance of real-world applications.

18
content/home/contact.md Normal file
View File

@@ -0,0 +1,18 @@
+++
# Contact widget.
date = "2016-04-20T00:00:00"
draft = false
title = "Contact"
subtitle = ""
widget = "contact"
# Order that this section will appear in.
weight = 70
# Automatically link email and phone?
autolink = true
+++

22
content/home/posts.md Normal file
View File

@@ -0,0 +1,22 @@
+++
# Recent Posts widget.
# Note: this widget will only display if `content/post/` contains posts.
date = "2016-04-20T00:00:00"
draft = false
title = "Recent Posts"
subtitle = ""
widget = "posts"
# Order that this section will appear in.
weight = 40
# Show posts that contain the following tags. Default to any tags.
tags = []
# Number of posts to list.
count = 5
+++

37
content/home/projects.md Normal file
View File

@@ -0,0 +1,37 @@
+++
# Projects widget.
# Note: this widget will only display if `content/project/` contains projects.
date = "2017-03-12T00:00:00"
draft = false
title = "Projects"
subtitle = ""
widget = "projects"
# Order that this section will appear in.
weight = 50
# View.
# Customize how projects are displayed.
# Legend: 0 = list, 1 = cards.
view = 1
# Filter toolbar.
# Add or remove as many filters (`[[filter]]` instances) as you like.
# Use "*" tag to show all projects or an existing tag prefixed with "." to filter by specific tag.
# To remove toolbar, delete/comment all instances of `[[filter]]` below.
[[filter]]
name = "All"
tag = "*"
[[filter]]
name = "C3SR"
tag = ".c3sr"
[[filter]]
name = "Other"
tag = ".other"
+++

View File

@@ -0,0 +1,22 @@
+++
# Recent Publications widget.
# Note: this widget will only display if `content/publication/` contains publications.
date = "2016-04-20T00:00:00"
draft = false
title = "Recent Publications"
subtitle = ""
widget = "publications"
# Order that this section will appear in.
weight = 20
# Number of publications to list.
count = 10
# Show publication details (such as abstract)? (true/false)
detailed_list = false
+++

View File

@@ -0,0 +1,20 @@
+++
# Selected Publications widget.
# Note: this widget will only display if `content/publication/` contains publications
# with `selected = true` in their `+++` preamble.
date = "2016-04-20T00:00:00"
draft = false
title = "Selected Publications"
subtitle = ""
widget = "publications_selected"
# Order that this section will appear in.
weight = 10
# Show publication details (such as abstract)? (true/false)
detailed_list = true
+++

21
content/home/talks.md Normal file
View File

@@ -0,0 +1,21 @@
+++
# Recent and Upcoming Talks widget.
date = "2016-04-20T00:00:00"
draft = false
title = "Recent & Upcoming Talks"
subtitle = ""
widget = "talks"
# Order that this section will appear in.
weight = 30
# Number of talks to list.
count = 10
# Show talk details (such as abstract)? (true/false)
detailed_list = false
+++

21
content/home/teaching.md Normal file
View File

@@ -0,0 +1,21 @@
+++
# An example of using the custom widget to create your own homepage section.
# To create more sections, duplicate this file and edit the values below as desired.
date = "2017-03-12T21:15:00"
draft = false
title = "Teaching"
subtitle = ""
widget = "custom"
# Order that this section will appear in.
weight = 60
+++
I have been a teaching assistant for the following courses
- ECE408/CS483: Heterogeneous Parallel Programming at the University of Illinois
I have also been a teaching assistant for the PUMPS Summer School in Barcelona.