Update publications widget and add internship
This commit is contained in:
@@ -16,6 +16,7 @@ weight = 30
|
|||||||
|
|
||||||
## Industry
|
## Industry
|
||||||
|
|
||||||
|
- Summer 2018 - Research Intern, IBM TJ Watson Research Center, Yorktown Heights, NY
|
||||||
- Summer 2017 - Research Intern for Optimized CLOUD Systems, IBM TJ Watson Research Center, Yorktown Heights, NY
|
- Summer 2017 - Research Intern for Optimized CLOUD Systems, IBM TJ Watson Research Center, Yorktown Heights, NY
|
||||||
- Summer 2014, Summer 2015 - Research Intern, MulticoreWare Inc., Champaign, IL
|
- Summer 2014, Summer 2015 - Research Intern, MulticoreWare Inc., Champaign, IL
|
||||||
- Summer 2013 - Co-op Engineer Floating-Point RTL, AMD, Fort Collins, CO
|
- Summer 2013 - Co-op Engineer Floating-Point RTL, AMD, Fort Collins, CO
|
||||||
@@ -35,3 +36,5 @@ I have been a teaching assistant for the following courses:
|
|||||||
|
|
||||||
I have also been a teaching assistant for the Programming and Tuning Massively Parallel Systems
|
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.
|
[(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.
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ count = 10
|
|||||||
# 2 = APA
|
# 2 = APA
|
||||||
# 3 = MLA
|
# 3 = MLA
|
||||||
# 4 = Stream
|
# 4 = Stream
|
||||||
list_format = 4
|
list_format = 3
|
||||||
|
|
||||||
# Filter by publication type.
|
# Filter by publication type.
|
||||||
# -1: Any
|
# -1: Any
|
||||||
|
|||||||
@@ -1,20 +1,34 @@
|
|||||||
+++
|
+++
|
||||||
# Selected Publications widget.
|
# Selected Publications widget.
|
||||||
# Note: this widget will only display if `content/publication/` contains publications
|
# This widget displays publications from `content/publication/` which have
|
||||||
# with `selected = true` in their `+++` preamble.
|
# `selected = true` in their `+++` front matter.
|
||||||
|
widget = "publications_selected"
|
||||||
date = "2016-04-20T00:00:00"
|
active = true
|
||||||
draft = true
|
date = 2016-04-20T00:00:00
|
||||||
|
|
||||||
title = "Selected Publications"
|
title = "Selected Publications"
|
||||||
subtitle = ""
|
subtitle = ""
|
||||||
widget = "publications_selected"
|
|
||||||
|
|
||||||
# Order that this section will appear in.
|
# Order that this section will appear in.
|
||||||
weight = 10
|
weight = 10
|
||||||
|
|
||||||
# Show publication details (such as abstract)? (true/false)
|
# List format.
|
||||||
detailed_list = true
|
# 0 = Simple
|
||||||
|
# 1 = Detailed
|
||||||
|
# 2 = APA
|
||||||
|
# 3 = MLA
|
||||||
|
# 4 = Stream
|
||||||
|
list_format = 1
|
||||||
|
|
||||||
|
# Filter by publication type.
|
||||||
|
# -1: Any
|
||||||
|
# 0: Uncategorized
|
||||||
|
# 1: Conference proceedings
|
||||||
|
# 2: Journal
|
||||||
|
# 3: Work in progress
|
||||||
|
# 4: Technical report
|
||||||
|
# 5: Book
|
||||||
|
# 6: Book chapter
|
||||||
|
publication_type = "-1"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user