Initial commit
This commit is contained in:
@@ -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.
|
||||
@@ -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
|
||||
|
||||
+++
|
||||
|
||||
@@ -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
|
||||
|
||||
+++
|
||||
|
||||
@@ -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"
|
||||
|
||||
+++
|
||||
|
||||
@@ -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
|
||||
|
||||
+++
|
||||
|
||||
@@ -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
|
||||
|
||||
+++
|
||||
|
||||
@@ -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
|
||||
|
||||
+++
|
||||
|
||||
@@ -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.
|
||||
@@ -0,0 +1,12 @@
|
||||
+++
|
||||
title = "Posts"
|
||||
date = "2017-01-01T00:00:00Z"
|
||||
math = false
|
||||
highlight = false
|
||||
|
||||
# Optional featured image (relative to `static/img/` folder).
|
||||
[header]
|
||||
image = ""
|
||||
caption = ""
|
||||
|
||||
+++
|
||||
@@ -0,0 +1,15 @@
|
||||
+++
|
||||
highlight = true
|
||||
external_link = ""
|
||||
image_preview = ""
|
||||
summary = "Summary text"
|
||||
tags = ["c3sr"]
|
||||
date = "2017-03-12T21:24:51-05:00"
|
||||
title = "cab"
|
||||
math = false
|
||||
|
||||
[header]
|
||||
caption = ""
|
||||
image = ""
|
||||
|
||||
+++
|
||||
@@ -0,0 +1,23 @@
|
||||
+++
|
||||
draft = false
|
||||
|
||||
date = "2014-01-01"
|
||||
title = "Adaptive Cache Bypass and Insertion for Many-Core Accelerators"
|
||||
authors = ["Xuhao Chen", "Shengzhao Wu", "Li-Wen Chang", "Wei-Sheng Huang", "Carl Pearson", "Wen-mei Hwu"]
|
||||
|
||||
abstract = "An abstract..."
|
||||
|
||||
image = ""
|
||||
image_preview = ""
|
||||
math = false
|
||||
publication = "The publishing part of the citation goes here. You may use *Markdown* for italics etc."
|
||||
|
||||
url_code = ""
|
||||
url_dataset = ""
|
||||
url_pdf = "pdf/2014chen.pdf"
|
||||
url_project = ""
|
||||
url_slides = ""
|
||||
url_video = ""
|
||||
|
||||
selected = false
|
||||
+++
|
||||
@@ -0,0 +1,23 @@
|
||||
+++
|
||||
draft = false
|
||||
|
||||
date = "2016-01-01"
|
||||
title = "WebGPU: A Scalable Online Development Platform for GPU Programming Courses"
|
||||
authors = ["Adbul Dakkak", "Carl Pearson", "Cheng Li"]
|
||||
|
||||
abstract = "An abstract..."
|
||||
|
||||
image = ""
|
||||
image_preview = ""
|
||||
math = false
|
||||
publication = "The publishing part of the citation goes here. You may use *Markdown* for italics etc."
|
||||
|
||||
url_code = ""
|
||||
url_dataset = ""
|
||||
url_pdf = "pdf/2016dakkak.pdf"
|
||||
url_project = ""
|
||||
url_slides = ""
|
||||
url_video = ""
|
||||
|
||||
selected = true
|
||||
+++
|
||||
@@ -0,0 +1,12 @@
|
||||
+++
|
||||
title = "Publications"
|
||||
date = "2017-01-01T00:00:00Z"
|
||||
math = false
|
||||
highlight = false
|
||||
|
||||
# Optional featured image (relative to `static/img/` folder).
|
||||
[header]
|
||||
image = ""
|
||||
caption = ""
|
||||
|
||||
+++
|
||||
@@ -0,0 +1,14 @@
|
||||
+++
|
||||
title = "Content tagged as 'Academic'"
|
||||
date = "2017-01-01T00:00:00"
|
||||
math = false
|
||||
highlight = false
|
||||
|
||||
# Optional featured image (relative to `static/img/` folder).
|
||||
[header]
|
||||
image = "headers/bubbles-wide.jpg"
|
||||
caption = ""
|
||||
|
||||
+++
|
||||
|
||||
Here is a list of all the content that has been tagged as *academic*.
|
||||
@@ -0,0 +1,12 @@
|
||||
+++
|
||||
title = "Recent & Upcoming Talks"
|
||||
date = "2017-01-01T00:00:00Z"
|
||||
math = false
|
||||
highlight = false
|
||||
|
||||
# Optional featured image (relative to `static/img/` folder).
|
||||
[header]
|
||||
image = ""
|
||||
caption = ""
|
||||
|
||||
+++
|
||||
Reference in New Issue
Block a user