|
@@ -1,9 +1,9 @@
|
|
|
+++
|
|
|
# Recent Publications widget.
|
|
|
# This widget displays recent publications from `content/publication/`.
|
|
|
-widget = "publications"
|
|
|
+widget = "pages"
|
|
|
+headless = true
|
|
|
active = true
|
|
|
-date = 2016-04-20
|
|
|
|
|
|
title = "Recent Publications"
|
|
|
subtitle = ""
|
|
@@ -11,28 +11,18 @@ subtitle = ""
|
|
|
# Order that this section will appear in.
|
|
|
weight = 20
|
|
|
|
|
|
-# Number of publications to list.
|
|
|
-count = 10
|
|
|
+[content]
|
|
|
+ page_type = "publication"
|
|
|
+ count = 10
|
|
|
+ offset = 0
|
|
|
+ order = "desc"
|
|
|
|
|
|
-# List format.
|
|
|
-# 0 = Simple
|
|
|
-# 1 = Detailed
|
|
|
-# 2 = APA
|
|
|
-# 3 = MLA
|
|
|
-list_format = 3
|
|
|
+ [content.filters]
|
|
|
+ tag = ""
|
|
|
+ category = ""
|
|
|
+ publication_type = ""
|
|
|
+ exclude_featured = false
|
|
|
|
|
|
-# 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
|
|
|
+[design]
|
|
|
+ view = 4
|
|
|
+++
|
|
|
-
|