continue upgrade to academic-4.3.1

This commit is contained in:
Carl Pearson
2019-05-20 15:41:06 -05:00
parent aec5cf32e6
commit 38e8953e84
18 changed files with 623 additions and 465 deletions

View File

@@ -38,16 +38,6 @@ footnotereturnlinkcontents = "<sup>^</sup>"
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
# Default language to use (if you setup multilingual support)
defaultContentLanguage = "en"
hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages.
defaultContentLanguageInSubdir = false
# Get last modified date for content from Git?
enableGitInfo = false
[outputs]
home = [ "HTML", "RSS", "JSON" ]
section = [ "HTML", "RSS" ]
@@ -70,203 +60,6 @@ extensions = ["backslashLineBreak"]
tag = "tags"
category = "categories"
publication_type = "publication_types"
author = "authors"
[params]
# AUTHOR SETUP
# Your details.
name = "Carl Pearson"
role = "PhD Candidate"
# Organizations/Affiliations.
# Separate multiple entries with a comma, using the form: `[ {name="Org1", url=""}, {name="Org2", url=""} ]`.
organizations = [ { name = "University of Illinois Urbana-Champaign", url = "http://www.ece.illinois.edu/" } ]
avatar = "headshot.jpg" # Specify an avatar image (in `static/img/` folder) or delete value to disable avatar.
# SITE SETUP
# Show estimated reading time for posts?
reading_time = false
# Display comment count? Requires commenting to be enabled.
comment_count = true
# Display next/previous section pager?
section_pager = false
highlight_languages = []
# highlight_style = "github"
# Publication types.
# Used to categorize publications.
# The index of the publication type in the list is used as its unique numerical identifier.
# The numeric ID is used in a publication's frontmatter to categorize it.
# The language can be edited below.
# For multilingual sites, `publication_types` can be copied to each language section at the end of this file and
# translated.
publication_types = [
'Uncategorized', # 0
'Conference paper', # 1
'Journal article', # 2
'Manuscript', # 3
'Report', # 4
'Book', # 5
'Book section' # 6
]
# Configuration of talk pages.
[params.talks]
# Show talk time?
time = true
# Configuration of publication pages.
[params.publications]
# Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
date_format = "January, 2006"
# Configuration of project pages.
[params.projects]
# List publications and talks related to the project?
list_children = true
# Post list format.
# 0 = Simple
# 1 = Detailed
# 2 = Stream
post_format = 2
# Publication list format.
# 0 = Simple
# 1 = Detailed
# 2 = APA
# 3 = MLA
# 4 = Stream
publication_format = 4
# Talk list format.
# 0 = Simple
# 1 = Detailed
# 2 = Stream
talk_format = 2
# Social/Academic Networking
#
# Icon pack "fab" includes the following social network icons:
#
# twitter, weibo, linkedin, github, facebook, pinterest, google-plus,
# youtube, instagram, soundcloud
#
# For email icon, use "fas" icon pack, "envelope" icon, and
# "mailto:your@email.com" as the link.
#
# Full list: https://fontawesome.com/icons
#
# Icon pack "ai" includes the following academic icons:
#
# cv, google-scholar, arxiv, orcid, researchgate, mendeley
#
# Full list: https://jpswalsh.github.io/academicons/
[[params.social]]
icon = "envelope"
icon_pack = "fas"
link = "mailto:pearson@illinois.edu" # For a direct email link, use "mailto:test@example.org".
# [[params.social]]
# icon = "twitter"
# icon_pack = "fab"
# link = "https://twitter.com/GeorgeCushen"
[[params.social]]
icon = "google-scholar"
icon_pack = "ai"
link = "https://scholar.google.com/citations?user=K2nzqpYAAAAJ"
[[params.social]]
icon = "github"
icon_pack = "fab"
link = "https://github.com/cwpearson"
# Link to a PDF of your resume/CV from the About widget.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# [[params.social]]
# icon = "cv"
# icon_pack = "ai"
# link = "files/cv.pdf"
# Navigation Links
# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the
# desired widget in your `content/home/` folder.
# The weight parameter defines the order that the links will appear in.
[params.menus]
# Align the main menu to the right of the page? (true/false)
align_right = true
# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# [[menu.main]]
# name = "CV"
# url = "files/cv.pdf"
# weight = 7
# Search.
[params.search]
# Search provider:
# 0: No search engine
# 1: Built-in (Fuse)
# 2: Algolia (https://www.algolia.com)
engine = 1
# Configuration of Algolia search engine.
# Paste the values from your Algolia dashboard.
[params.search.algolia]
app_id = ""
api_key = ""
index_name = ""
show_logo = false
# Taxonomies.
[taxonomies]
tag = "tags"
category = "categories"
publication_type = "publication_types"
# Languages
# Create a [languages.X] block for each language you want, where X is the language ID.
# Refer to https://sourcethemes.com/academic/docs/language/
# Configure the English version of the website.
[languages.en]
languageCode = "en-us"
# Uncomment the lines below to configure your website in a second language.
#[languages.zh]
# languageCode = "zh-Hans"
# title = "Chinese website title..."
# [languages.zh.params]
# name = "Your name in Chinese..."
# role = "Your role in Chinese..."
# [[languages.zh.menu.main]]
# name = "Wo"
# url = "#about"
# weight = 1
author = "authors"

View File

@@ -14,39 +14,44 @@
weight = 20
[[main]]
name = "Projects"
url = "#projects"
name = "Talks"
url = "#talks"
weight = 30
[[main]]
name = "Positions"
url = "#positions"
name = "Projects"
url = "#projects"
weight = 40
[[main]]
name = "Talks"
url = "#talks"
name = "Academic Experience"
url = "#academic_experience"
weight = 50
[[main]]
name = "Positions"
url = "#industry_positions"
weight = 60
[[main]]
name = "Recognition"
url = "#awards"
weight = 60
weight = 70
[[main]]
name = "Patents"
url = "#patents"
weight = 70
weight = 80
[[main]]
name = "Posts"
url = "#posts"
weight = 80
weight = 90
[[main]]
name = "Contact"
url = "#contact"
weight = 90
weight = 100
# Link to a PDF of your resume/CV from the menu.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.

View File

@@ -0,0 +1,70 @@
---
# Display name
name: Carl Pearson
# Username (this should match the folder name)
authors:
- admin
# Is this the primary user of the site?
superuser: true
# Role/position
role: Electrical and Computer Engineering Ph.D. Candidate
# Organizations/Affiliations
organizations:
- name: University of Illinois
url: ""
# Short bio (displayed in user profile at end of posts)
bio: "PhD Candidate"
interests:
- High Performance Computing
- Compilers
- High-level Programming Languages and Frameworks
- Cognitive Computing
education:
courses:
- course: MS in Electrical and Computer Engineering
institution: University of Illinois
year: 2018
- course: BSc with High Distinction in Engineering
institution: Harvey Mudd College
year: 2009
# Social/Academic Networking
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
# For an email link, use "fas" icon pack, "envelope" icon, and a link in the
# form "mailto:your-email@example.com" or "#contact" for contact widget.
social:
- icon: envelope
icon_pack: fas
link: '#contact' # For a direct email link, use "mailto:test@example.org".
- icon: google-scholar
icon_pack: ai
link: https://scholar.google.com/citations?user=K2nzqpYAAAAJ&hl=en
- icon: github
icon_pack: fab
link: https://github.com/cwpearson
# Link to a PDF of your resume/CV from the About widget.
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
# - icon: cv
# icon_pack: ai
# link: files/cv.pdf
# Enter email to display Gravatar (if Gravatar enabled in Config)
email: ""
# Organizational groups that you belong to (for People widget)
# Set this to `[]` or comment out if you are not using People widget.
user_groups:
- Researchers
- Visitors
---
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](http://impact.crhc.illinois.edu/) led by Wen-Mei Hwu.
I am working on multi-GPU communication and scaling as part of the joint UIUC / IBM C3SR cognitive computing systems research center. The focus of these activities is to apply tools and techniques developed in the IMPACT group to improve the performance of real-world applications.

View File

Before

Width:  |  Height:  |  Size: 745 KiB

After

Width:  |  Height:  |  Size: 745 KiB

View File

@@ -1,41 +1,14 @@
+++
# About/Biography widget.
# About widget.
widget = "about" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 10 # Order that this section will appear in.
date = "2016-04-20T00:00:00"
draft = false
title = "Biography"
widget = "about"
# Order that this section will appear in.
weight = 1
# List your academic interests.
[interests]
interests = [
"High Performance Computing",
"Compilers",
"High-level Programming Languages and Frameworks",
"Cognitive Computing"
]
# List your qualifications (such as academic degrees).
[[education.courses]]
course = "Ph.D Candidate in Electrical and Computer Engineering"
institution = "University of Illinois Urbana-Champaign"
[[education.courses]]
course = "M.S. in Computer Engineering"
institution = "University of Illinois Urbana-Champaign"
year = 2018
[[education.courses]]
course = "B.S. with High Distinction in Engineering"
institution = "Harvey Mudd College"
year = 2013
# Choose the user profile to display
# This should be the username of a profile in your `content/authors/` folder.
# See https://sourcethemes.com/academic/docs/get-started/#introduce-yourself
author = "admin"
+++
# 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](http://impact.crhc.illinois.edu/) 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.

View File

@@ -1,27 +1,52 @@
+++
# 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.
# A Demo section created with the Blank widget.
# Any elements can be added in the body: https://sourcethemes.com/academic/docs/writing-markdown-latex/
# Add more sections by duplicating this file and customizing to your requirements.
date = "2017-07-18T00:00:00"
draft = false
widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 50 # Order that this section will appear.
title = "Positions and Experience"
title = "Academic Experience"
subtitle = ""
widget = "custom"
# Order that this section will appear in.
weight = 30
[design]
# Choose how many columns the section has. Valid values: 1 or 2.
columns = "1"
[design.background]
# Apply a background color, gradient, or image.
# Uncomment (by removing `#`) an option to apply it.
# Choose a light or dark text color by setting `text_color_light`.
# Any HTML color name or Hex value is valid.
# Background color.
# color = "navy"
# Background gradient.
# gradient_start = "DeepSkyBlue"
# gradient_end = "SkyBlue"
# Background image.
image = "" # Name of image in `static/img/`.
image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
# Text color (true=light or false=dark).
text_color_light = false
[design.spacing]
# Customize the section spacing. Order is top, right, bottom, left.
padding = ["20px", "0", "20px", "0"]
[advanced]
# Custom CSS.
css_style = ""
# CSS class.
css_class = ""
+++
## 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 2014, Summer 2015 - Research Intern, MulticoreWare Inc., Champaign, IL
- Summer 2013 - Co-op Engineer Floating-Point RTL, AMD, Fort Collins, CO
- Summer 2012 - Co-op Engineer Physical Design, AMD, Fort Collins, CO
## Teaching
- 2018 Spring University of Illinois Project TA for ECE408/CS483

View File

@@ -1,28 +1,91 @@
+++
# 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.
# Accomplishments widget.
widget = "accomplishments" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 70 # Order that this section will appear.
date = "2017-03-13T21:15:00"
draft = false
title = "Awards and Recognition"
title = "Recognition"
subtitle = ""
widget = "custom"
# Order that this section will appear in.
weight = 50
# Date format
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
date_format = "Jan 2006"
# Accomplishments.
# Add/remove as many `[[item]]` blocks below as you like.
# `title`, `organization` and `date_start` are the required parameters.
# Leave other parameters empty if not required.
# Begin/end multi-line descriptions with 3 quotes `"""`.
[[item]]
organization = "International Conference on Performance Engineering"
organization_url = ""
title = "Best Paper and ACM Artifact Evaluation Stamp for [Evaluating CUDA Communication Primitives on High-Bandwidth Interconnects](/publication/20190410_pearson_icpe)"
url = ""
certificate_url = ""
date_start = "2019-04-10"
date_end = ""
description = ""
[[item]]
organization = "University of Illinois Urbana-Champaign"
organization_url = ""
title = "[E. A. Reid Fellowship](https://ece.illinois.edu/academics/grad/fellowships/reid)"
url = ""
certificate_url = ""
date_start = "2019-09-01"
date_end = "2020-06-01"
description = ""
[[item]]
organization = "University of Illinois Urbana-Champaign"
organization_url = ""
title = "[Dan Vivoli Endowed Fellowship](https://ece.illinois.edu/academics/grad/fellowships/vivoli)"
url = ""
certificate_url = ""
date_start = "2018-09-01"
date_end = "2019-06-01"
description = ""
[[item]]
organization = "GraphChallenge"
organization_url = ""
title = "Finalist"
url = ""
certificate_url = ""
date_start = "2018-09-01"
date_end = ""
description = ""
[[item]]
organization = "University of Illinois Urbana-Champaign"
organization_url = ""
title = "[Mavis Future Faculty Fellowship](http://publish.illinois.edu/engr-mavis/)"
url = ""
certificate_url = ""
date_start = "2017-09-01"
date_end = "2018-06-01"
description = ""
[[item]]
organization = "Nvidia GPU Technology Conference"
organization_url = ""
title = "Top-20 Poster"
url = ""
certificate_url = ""
date_start = "2017-09-01"
date_end = "2018-06-01"
description = ""
[[item]]
organization = "University of Illinois Urbana-Champaign"
organization_url = ""
title = "Teacher Ranked as Excellent by Students"
url = ""
certificate_url = ""
date_start = "2015-09-01"
date_end = ""
description = ""
+++
Best Paper and ACM Artifact Evaluation Stamp for [Evaluating CUDA Communication Primitives on High-Bandwidth Interconnects](/publication/20190410_pearson_icpe) - ICPE 2019
[E. A. Reid Fellowship](https://ece.illinois.edu/academics/grad/fellowships/reid) - UIUC 2019-2020
[Dan Vivoli Endowed Fellowship](https://ece.illinois.edu/academics/grad/fellowships/vivoli) - UIUC 2018-2019
[MIT Graph Challenge](https://graphchallenge.mit.edu/champions) Finalist - UIUC 2018
[Mavis Future Faculty Fellowship](http://publish.illinois.edu/engr-mavis/) - UIUC 2017-2018
Top-20 Poster - NVIDIA GPU Technology Conference 2017
Teacher Ranked as Excellent by Students - UIUC Fall 2015

View File

@@ -1,18 +1,20 @@
+++
# Contact widget.
date = "2016-04-20T00:00:00"
draft = false
widget = "contact" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 130 # Order that this section will appear.
title = "Contact"
subtitle = ""
widget = "contact"
# Order that this section will appear in.
weight = 80
# Automatically link email and phone?
autolink = true
# Email form provider
# 0: Disable email form
# 1: Netlify (requires that the site is hosted by Netlify)
# 2: formspree.io
email_form = 0
+++

View File

@@ -1,17 +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-13T21:15:00"
draft = false
title = "Extra-Curricular"
subtitle = ""
widget = "custom"
# Order that this section will appear in.
weight = 70
+++
Board of Governors, [University YMCA](universityymca.org).

5
content/home/index.md Normal file
View File

@@ -0,0 +1,5 @@
+++
# Homepage
type = "widget_page"
headless = true # Homepage is headless, other widget pages are not.
+++

View File

@@ -0,0 +1,111 @@
+++
# Experience widget.
widget = "experience" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 60 # Order that this section will appear.
title = "Industry Positions"
subtitle = ""
# Date format for experience
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
date_format = "Jan 2006"
# Experiences.
# Add/remove as many `[[experience]]` blocks below as you like.
# Required fields are `title`, `company`, and `date_start`.
# Leave `date_end` empty if it's your current employer.
# Begin/end multi-line descriptions with 3 quotes `"""`.
[[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 = """
"""
+++
<!--
- 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/).
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 -->

View File

@@ -1,21 +1,31 @@
+++
# 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-13T21:15:00"
draft = false
# Accomplishments widget.
widget = "accomplishments" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 80 # Order that this section will appear.
title = "Patents"
subtitle = ""
widget = "custom"
# Order that this section will appear in.
weight = 60
# Date format
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
date_format = "Jan 2006"
# Accomplishments.
# Add/remove as many `[[item]]` blocks below as you like.
# `title`, `organization` and `date_start` are the required parameters.
# Leave other parameters empty if not required.
# Begin/end multi-line descriptions with 3 quotes `"""`.
[[item]]
organization = "United States 20140122579"
organization_url = ""
title = "Web-based method for physical object delivery though use of 3d printing technology"
url = ""
certificate_url = ""
date_start = "2012-11-01"
date_end = ""
description = ""
+++
**Web-based method for physical object delivery though use of 3d printing technology**
United States 20140122579
Filed November 1, 2012

View File

@@ -1,25 +1,67 @@
+++
# Recent Posts widget.
# This widget displays recent posts from `content/post/`.
# A Recent Blog Posts section created with the Pages widget.
# This section displays recent blog posts from `content/post/`.
date = "2016-04-20T00:00:00"
draft = false
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 90 # Order that this section will appear.
title = "Recent Posts"
subtitle = ""
widget = "posts"
# Order that this section will appear in.
weight = 70
[content]
# Page type to display. E.g. post, talk, or publication.
page_type = "post"
# Filter posts by tag.
# By default, show all recent posts.
# Filtering example: `tags_include = ["hugo", "academic"]`
tags_include = []
tags_exclude = []
# Choose how much pages you would like to display (0 = all pages)
count = 5
# Number of posts to list.
count = 5
# Choose how many pages you would like to offset by
offset = 0
# Page order. Descending (desc) or ascending (asc) date.
order = "desc"
# Filter posts by a taxonomy term.
[content.filters]
tag = ""
category = ""
publication_type = ""
exclude_featured = false
[design]
# Toggle between the various page layout types.
# 1 = List
# 2 = Compact
# 3 = Card
# 4 = Citation (publication only)
view = 2
[design.background]
# Apply a background color, gradient, or image.
# Uncomment (by removing `#`) an option to apply it.
# Choose a light or dark text color by setting `text_color_light`.
# Any HTML color name or Hex value is valid.
# Background color.
# color = "navy"
# Background gradient.
# gradient_start = "DeepSkyBlue"
# gradient_end = "SkyBlue"
# Background image.
# image = "background.jpg" # Name of image in `static/img/`.
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
# Text color (true=light or false=dark).
# text_color_light = true
[advanced]
# Custom CSS.
css_style = ""
# CSS class.
css_class = ""
+++

View File

@@ -1,43 +1,76 @@
+++
# Projects widget.
widget = "projects"
active = true
date = 2017-03-12T00:00:00
# A Projects section created with the Portfolio widget.
widget = "portfolio" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 40 # Order that this section will appear.
title = "Projects"
subtitle = ""
# Order that this section will appear in.
weight = 20
[content]
# Page type to display. E.g. project.
page_type = "project"
# Content.
# Display content from the following folder.
# For example, `folder = "project"` displays content from `content/project/`.
folder = "project"
# Filter toolbar (optional).
# Add or remove as many filters (`[[content.filter_button]]` instances) as you like.
# To show all items, set `tag` to "*".
# To filter by a specific tag, set `tag` to an existing tag name.
# To remove toolbar, delete/comment all instances of `[[content.filter_button]]` below.
# View.
# Customize how projects are displayed.
# Legend: 0 = list, 1 = cards.
view = 1
# Default filter index (e.g. 0 corresponds to the first `[[filter_button]]` instance below).
filter_default = 0
# Filter toolbar.
[[content.filter_button]]
name = "All"
tag = "*"
# Default filter index (e.g. 0 corresponds to the first `[[filter]]` instance below).
filter_default = 0
[[content.filter_button]]
name = "C3SR"
tag = "c3sr"
# 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 = "*"
[[content.filter_button]]
name = "IMPACT"
tag = "impact"
[[filter]]
name = "C3SR"
tag = "c3sr"
[design]
# Choose how many columns the section has. Valid values: 1 or 2.
columns = "2"
[[filter]]
name = "IMPACT"
tag = "impact"
# Toggle between the various page layout types.
# 1 = List
# 3 = Card
# 5 = Showcase
view = 3
# For Showcase view, flip alternate rows?
flip_alt_rows = false
[design.background]
# Apply a background color, gradient, or image.
# Uncomment (by removing `#`) an option to apply it.
# Choose a light or dark text color by setting `text_color_light`.
# Any HTML color name or Hex value is valid.
# Background color.
# color = "navy"
# Background gradient.
# gradient_start = "DeepSkyBlue"
# gradient_end = "SkyBlue"
# Background image.
# image = "background.jpg" # Name of image in `static/img/`.
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
# Text color (true=light or false=dark).
# text_color_light = true
[advanced]
# Custom CSS.
css_style = ""
# CSS class.
css_class = ""
+++

View File

@@ -1,39 +0,0 @@
+++
# Recent Publications widget.
# This widget displays recent publications from `content/publication/`.
widget = "publications"
active = true
date = 2019-01-08T00:00:00
title = "Other Publications"
subtitle = ""
# Order that this section will appear in.
weight = 20
# Number of publications to list.
count = 10
# List format.
# 0 = Simple
# 1 = Detailed
# 2 = APA
# 3 = MLA
# 4 = Stream
list_format = 3
# 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"
# Exclude publications that are shown in the Selected Publications widget?
exclude_selected = true
+++

View File

@@ -1,34 +1,71 @@
+++
# Selected Publications widget.
# This widget displays publications from `content/publication/` which have
# `selected = true` in their `+++` front matter.
widget = "publications_selected"
active = true
date = 2016-04-20T00:00:00
# A Recent Publications section created with the Pages widget.
# This section displays recent blog posts from `content/publication/`.
title = "Selected Publications"
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 20 # Order that this section will appear.
title = "Recent Publications"
subtitle = ""
# Order that this section will appear in.
weight = 10
[content]
# Page type to display. E.g. post, talk, or publication.
page_type = "publication"
# List format.
# 0 = Simple
# 1 = Detailed
# 2 = APA
# 3 = MLA
# 4 = Stream
list_format = 3
# Choose how much pages you would like to display (0 = all pages)
count = 5
# 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"
# Choose how many pages you would like to offset by
offset = 0
# Page order. Descending (desc) or ascending (asc) date.
order = "desc"
# Filter posts by a taxonomy term.
[content.filters]
tag = ""
category = ""
publication_type = ""
exclude_featured = false
[design]
# Toggle between the various page layout types.
# 1 = List
# 2 = Compact
# 3 = Card
# 4 = Citation (publication only)
view = 2
[design.background]
# Apply a background color, gradient, or image.
# Uncomment (by removing `#`) an option to apply it.
# Choose a light or dark text color by setting `text_color_light`.
# Any HTML color name or Hex value is valid.
# Background color.
# color = "navy"
# Background gradient.
# gradient_start = "DeepSkyBlue"
# gradient_end = "SkyBlue"
# Background image.
# image = "background.jpg" # Name of image in `static/img/`.
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
# Text color (true=light or false=dark).
# text_color_light = true
[advanced]
# Custom CSS.
css_style = ""
# CSS class.
css_class = ""
+++
{{% alert note %}}
Quickly discover relevant content by [filtering publications]({{< ref "/publication/_index.md" >}}).
{{% /alert %}}

View File

@@ -1,13 +1,10 @@
+++
# Tag Cloud widget.
widget = "tag_cloud"
active = false
date = 2017-09-20T00:00:00
widget = "tag_cloud" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 120 # Order that this section will appear.
title = "Tags"
title = "Popular Topics"
subtitle = ""
# Order that this section will appear in.
weight = 65
+++

View File

@@ -1,21 +1,69 @@
+++
# Recent and Upcoming Talks widget.
# A Recent and Upcoming Talks section created with the Pages widget.
# This section displays recent talks from `content/talk/`.
date = "2017-03-13T00:00:00"
draft = false
widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/
headless = true # This file represents a page section.
active = true # Activate this widget? true/false
weight = 30 # Order that this section will appear.
title = "Recent & Upcoming Talks"
subtitle = ""
widget = "talks"
# Order that this section will appear in.
weight = 40
[content]
# Page type to display. E.g. post, talk, or publication.
page_type = "talk"
# Number of talks to list.
count = 10
# Choose how much pages you would like to display (0 = all pages)
count = 5
# Show talk details (such as abstract)? (true/false)
detailed_list = false
# Choose how many pages you would like to offset by
offset = 0
# Page order. Descending (desc) or ascending (asc) date.
order = "desc"
# Filter posts by a taxonomy term.
[content.filters]
tag = ""
category = ""
publication_type = ""
exclude_featured = false
exclude_past = false
exclude_future = false
[design]
# Toggle between the various page layout types.
# 1 = List
# 2 = Compact
# 3 = Card
# 4 = Citation (publication only)
view = 2
[design.background]
# Apply a background color, gradient, or image.
# Uncomment (by removing `#`) an option to apply it.
# Choose a light or dark text color by setting `text_color_light`.
# Any HTML color name or Hex value is valid.
# Background color.
# color = "navy"
# Background gradient.
# gradient_start = "DeepSkyBlue"
# gradient_end = "SkyBlue"
# Background image.
# image = "background.jpg" # Name of image in `static/img/`.
# image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque.
# Text color (true=light or false=dark).
# text_color_light = true
[advanced]
# Custom CSS.
css_style = ""
# CSS class.
css_class = ""
+++