This commit is contained in:
Carl Pearson
2017-07-18 17:39:48 -04:00
parent 0096219bd2
commit 04a0a49b78
9 changed files with 13 additions and 39 deletions

View File

@@ -164,8 +164,8 @@ defaultContentLanguageInSubdir = false
weight = 3 weight = 3
[[menu.main]] [[menu.main]]
name = "Posts" name = "Postions"
url = "#posts" url = "#positions"
weight = 4 weight = 4
[[menu.main]] [[menu.main]]
@@ -174,8 +174,8 @@ defaultContentLanguageInSubdir = false
weight = 5 weight = 5
[[menu.main]] [[menu.main]]
name = "Teaching" name = "Recognition"
url = "#teaching" url = "#awards"
weight = 6 weight = 6
[[menu.main]] [[menu.main]]
@@ -184,8 +184,8 @@ defaultContentLanguageInSubdir = false
weight = 7 weight = 7
[[menu.main]] [[menu.main]]
name = "Recognition" name = "Posts"
url = "#awards" url = "#posts"
weight = 8 weight = 8
[[menu.main]] [[menu.main]]

View File

@@ -10,7 +10,7 @@ subtitle = ""
widget = "custom" widget = "custom"
# Order that this section will appear in. # Order that this section will appear in.
weight = 65 weight = 50
+++ +++

View File

@@ -9,7 +9,7 @@ subtitle = ""
widget = "contact" widget = "contact"
# Order that this section will appear in. # Order that this section will appear in.
weight = 70 weight = 80
# Automatically link email and phone? # Automatically link email and phone?
autolink = true autolink = true

View File

@@ -10,7 +10,7 @@ subtitle = ""
widget = "custom" widget = "custom"
# Order that this section will appear in. # Order that this section will appear in.
weight = 70 weight = 60
+++ +++

View File

@@ -10,7 +10,7 @@ subtitle = ""
widget = "posts" widget = "posts"
# Order that this section will appear in. # Order that this section will appear in.
weight = 40 weight = 70
# Show posts that contain the following tags. Default to any tags. # Show posts that contain the following tags. Default to any tags.
tags = [] tags = []

View File

@@ -10,7 +10,7 @@ subtitle = ""
widget = "projects" widget = "projects"
# Order that this section will appear in. # Order that this section will appear in.
weight = 30 weight = 20
# View. # View.
# Customize how projects are displayed. # Customize how projects are displayed.

View File

@@ -10,7 +10,7 @@ subtitle = ""
widget = "publications" widget = "publications"
# Order that this section will appear in. # Order that this section will appear in.
weight = 20 weight = 11
# Number of publications to list. # Number of publications to list.
count = 10 count = 10

View File

@@ -9,7 +9,7 @@ subtitle = ""
widget = "talks" widget = "talks"
# Order that this section will appear in. # Order that this section will appear in.
weight = 50 weight = 40
# Number of talks to list. # Number of talks to list.
count = 10 count = 10

View File

@@ -1,26 +0,0 @@
+++
# 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 am a University of Illinois [Mavis Future Faculty Fellow](http://publish.illinois.edu/engr-mavis/2017-2018-mavis-fellows/) for the 2017-2018 academic year.
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.