This commit is contained in:
2021-07-02 10:58:46 -06:00
parent dc03a5e5b2
commit 4917676b9d
2 changed files with 52 additions and 55 deletions

View File

@@ -1,11 +1,11 @@
baseURL = "https://www.carlpearson.net/"
languageCode = "en"
DefaultContentLanguage = "en"
title = "Website of Carl Pearson"
theme = "anatole"
summarylength = 10
baseURL = "https://www.carlpearson.net/"
enableEmoji = true
enableRobotsTXT = true
languageCode = "en"
summarylength = 10
theme = "anatole"
title = "Website of Carl Pearson"
# Enable Disqus
#disqusShortname = ""
@@ -14,27 +14,27 @@ enableRobotsTXT = true
googleAnalytics = "UA-54975774-2"
# Syntax highlighting
pygmentsUseClasses = true
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
[params]
title = "Carl Pearson"
author = "Carl Pearson"
title = "Carl Pearson"
# copyright = "2020-2021"
description = "Postdoctoral Appointee, Sandia National Labs. All opinions are my own."
profilePicture = "img/avatar.jpg"
keywords = ""
description = "Postdoctoral Appointee, Sandia National Labs and Research Assistant Professor, University of New Mexico CS. All opinions are my own."
favicon = "favicons/"
keywords = ""
profilePicture = "img/avatar.jpg"
# example ["css/custom.css"]
# added css/syntax.css after hugo gen chromastyles --style=mannai > assets/css/syntax.css
customCss = ["css/custom.css","css/syntax.css"]
customCss = ["css/custom.css", "css/syntax.css"]
# customCss = []
# example ["js/custom.js"]
customJs = []
mainSections = ["publication"]
images = ["img/bubbles.jpg"]
doNotLoadAnimations = true
images = ["img/bubbles.jpg"]
mainSections = ["publication"]
# Form Spree Contact Form
#contactFormAction = "https://formspree.io/f/your-form-hash-here"
# Google Site Verify
@@ -74,51 +74,48 @@ icon = "fas fa-university"
title = "Google Scholar"
url = "https://scholar.google.com/citations?user=K2nzqpYAAAAJ&hl=en"
## Menu items
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
weight = 100
[[menu.main]]
name = "Publications"
weight = 300
identifier = "publications"
url = "/publication/"
[[menu.main]]
identifier = "publications"
name = "Publications"
url = "/publication/"
weight = 300
[[menu.main]]
name = "Projects"
weight = 400
identifier = "projects"
url = "/project/"
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/project/"
weight = 400
[[menu.main]]
name = "Recognition"
weight = 500
identifier = "awards"
url = "/awards/"
[[menu.main]]
identifier = "awards"
name = "Recognition"
url = "/awards/"
weight = 500
[[menu.main]]
name = "Experience"
weight = 600
identifier = "experience"
url = "/experience/"
[[menu.main]]
name = "Talks"
weight = 700
identifier = "talks"
url = "/talk/"
[[menu.main]]
name = "Posts"
weight = 800
identifier = "posts"
url = "/post/"
[[menu.main]]
identifier = "experience"
name = "Experience"
url = "/experience/"
weight = 600
[[menu.main]]
identifier = "talks"
name = "Talks"
url = "/talk/"
weight = 700
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/post/"
weight = 800

View File

@@ -1,5 +1,5 @@
Carl Pearson is a Postdoctoral Appointee at Sandia National Labs and a Research Assistant Professor of Computer Science at University of New Mexico.
He works on GPU communication for distributed linear algebra, and acceleration of sparse matrix multiplication.
He works on GPU communication for distributed linear algebra, and GPU acceleration of sparse matrix multiplication.
He recieved his Ph.D in Electrical and Computer Engineering from the University of Illinois in 2021, and his B.S. in Engineering from Harvey Mudd College.