.
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
baseURL = "https://www.carlpearson.net/"
|
|
||||||
languageCode = "en"
|
|
||||||
DefaultContentLanguage = "en"
|
DefaultContentLanguage = "en"
|
||||||
title = "Website of Carl Pearson"
|
baseURL = "https://www.carlpearson.net/"
|
||||||
theme = "anatole"
|
|
||||||
summarylength = 10
|
|
||||||
enableEmoji = true
|
enableEmoji = true
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
languageCode = "en"
|
||||||
|
summarylength = 10
|
||||||
|
theme = "anatole"
|
||||||
|
title = "Website of Carl Pearson"
|
||||||
|
|
||||||
# Enable Disqus
|
# Enable Disqus
|
||||||
#disqusShortname = ""
|
#disqusShortname = ""
|
||||||
@@ -14,27 +14,27 @@ enableRobotsTXT = true
|
|||||||
googleAnalytics = "UA-54975774-2"
|
googleAnalytics = "UA-54975774-2"
|
||||||
|
|
||||||
# Syntax highlighting
|
# Syntax highlighting
|
||||||
pygmentsUseClasses = true
|
|
||||||
pygmentsCodeFences = true
|
pygmentsCodeFences = true
|
||||||
pygmentsCodefencesGuessSyntax = true
|
pygmentsCodefencesGuessSyntax = true
|
||||||
|
pygmentsUseClasses = true
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
title = "Carl Pearson"
|
|
||||||
author = "Carl Pearson"
|
author = "Carl Pearson"
|
||||||
|
title = "Carl Pearson"
|
||||||
# copyright = "2020-2021"
|
# copyright = "2020-2021"
|
||||||
description = "Postdoctoral Appointee, Sandia National Labs. All opinions are my own."
|
description = "Postdoctoral Appointee, Sandia National Labs and Research Assistant Professor, University of New Mexico CS. All opinions are my own."
|
||||||
profilePicture = "img/avatar.jpg"
|
|
||||||
keywords = ""
|
|
||||||
favicon = "favicons/"
|
favicon = "favicons/"
|
||||||
|
keywords = ""
|
||||||
|
profilePicture = "img/avatar.jpg"
|
||||||
# example ["css/custom.css"]
|
# example ["css/custom.css"]
|
||||||
# added css/syntax.css after hugo gen chromastyles --style=mannai > assets/css/syntax.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 = []
|
# customCss = []
|
||||||
# example ["js/custom.js"]
|
# example ["js/custom.js"]
|
||||||
customJs = []
|
customJs = []
|
||||||
mainSections = ["publication"]
|
|
||||||
images = ["img/bubbles.jpg"]
|
|
||||||
doNotLoadAnimations = true
|
doNotLoadAnimations = true
|
||||||
|
images = ["img/bubbles.jpg"]
|
||||||
|
mainSections = ["publication"]
|
||||||
# Form Spree Contact Form
|
# Form Spree Contact Form
|
||||||
#contactFormAction = "https://formspree.io/f/your-form-hash-here"
|
#contactFormAction = "https://formspree.io/f/your-form-hash-here"
|
||||||
# Google Site Verify
|
# Google Site Verify
|
||||||
@@ -49,8 +49,8 @@ doNotLoadAnimations = true
|
|||||||
|
|
||||||
## Math settings
|
## Math settings
|
||||||
[params.math]
|
[params.math]
|
||||||
enable = false # options: true, false. Enable math support globally, default: false. You can always enable math on per page.
|
enable = false # options: true, false. Enable math support globally, default: false. You can always enable math on per page.
|
||||||
use = "katex" # options: "katex", "mathjax". default is "katex".
|
use = "katex" # options: "katex", "mathjax". default is "katex".
|
||||||
|
|
||||||
## Social links
|
## Social links
|
||||||
# use 'fab' when brand icons, use 'fas' when standard solid icons.
|
# use 'fab' when brand icons, use 'fas' when standard solid icons.
|
||||||
@@ -74,51 +74,48 @@ icon = "fas fa-university"
|
|||||||
title = "Google Scholar"
|
title = "Google Scholar"
|
||||||
url = "https://scholar.google.com/citations?user=K2nzqpYAAAAJ&hl=en"
|
url = "https://scholar.google.com/citations?user=K2nzqpYAAAAJ&hl=en"
|
||||||
|
|
||||||
|
|
||||||
## Menu items
|
## Menu items
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Home"
|
identifier = "home"
|
||||||
identifier = "home"
|
name = "Home"
|
||||||
weight = 100
|
url = "/"
|
||||||
url = "/"
|
weight = 100
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Publications"
|
identifier = "publications"
|
||||||
weight = 300
|
name = "Publications"
|
||||||
identifier = "publications"
|
url = "/publication/"
|
||||||
url = "/publication/"
|
weight = 300
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Projects"
|
identifier = "projects"
|
||||||
weight = 400
|
name = "Projects"
|
||||||
identifier = "projects"
|
url = "/project/"
|
||||||
url = "/project/"
|
weight = 400
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Recognition"
|
identifier = "awards"
|
||||||
weight = 500
|
name = "Recognition"
|
||||||
identifier = "awards"
|
url = "/awards/"
|
||||||
url = "/awards/"
|
weight = 500
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Experience"
|
identifier = "experience"
|
||||||
weight = 600
|
name = "Experience"
|
||||||
identifier = "experience"
|
url = "/experience/"
|
||||||
url = "/experience/"
|
weight = 600
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Talks"
|
|
||||||
weight = 700
|
|
||||||
identifier = "talks"
|
|
||||||
url = "/talk/"
|
|
||||||
|
|
||||||
[[menu.main]]
|
|
||||||
name = "Posts"
|
|
||||||
weight = 800
|
|
||||||
identifier = "posts"
|
|
||||||
url = "/post/"
|
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "talks"
|
||||||
|
name = "Talks"
|
||||||
|
url = "/talk/"
|
||||||
|
weight = 700
|
||||||
|
|
||||||
|
[[menu.main]]
|
||||||
|
identifier = "posts"
|
||||||
|
name = "Posts"
|
||||||
|
url = "/post/"
|
||||||
|
weight = 800
|
||||||
|
@@ -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.
|
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.
|
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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user