Update publications widget and add internship

This commit is contained in:
Carl Pearson
2019-01-08 17:45:39 -06:00
parent 751920a1f9
commit eff0adc845
3 changed files with 26 additions and 9 deletions

View File

@@ -1,20 +1,34 @@
+++
# Selected Publications widget.
# Note: this widget will only display if `content/publication/` contains publications
# with `selected = true` in their `+++` preamble.
date = "2016-04-20T00:00:00"
draft = true
# 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
title = "Selected Publications"
subtitle = ""
widget = "publications_selected"
# Order that this section will appear in.
weight = 10
# Show publication details (such as abstract)? (true/false)
detailed_list = true
# List format.
# 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"
+++