1
0

sync Academic v4 (list_format -> view)

This commit is contained in:
George Cushen 2019-02-04 22:42:51 +00:00
parent 75bd489ceb
commit c50d008881
20 changed files with 86 additions and 130 deletions

@ -131,27 +131,19 @@ sharing = true
# Examples: "Mon, Jan 2, 2006" or "2006-01-02" # Examples: "Mon, Jan 2, 2006" or "2006-01-02"
date_format = "January 2006" date_format = "January 2006"
# Citation style ("apa" or "mla")
citation_style = "apa"
# Configuration of project pages. # Configuration of project pages.
[projects] [projects]
# Post list format. # Views for associated content.
# 0 = Simple # 1: List
# 1 = Detailed # 2: Compact
# 2 = Stream # 3: Card
post_format = 2 # 4: Citation (publications only)
post_view = 2
# Publication list format. publication_view = 2
# 0 = Simple talk_view = 2
# 1 = Detailed
# 2 = APA
# 3 = MLA
# 4 = Stream
publication_format = 4
# Talk list format.
# 0 = Simple
# 1 = Detailed
# 2 = Stream
talk_format = 2
# Search. # Search.
[search] [search]

@ -42,22 +42,9 @@ interests = [
year = 2008 year = 2008
# Social/Academic Networking # Social/Academic Networking
# # For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
# Icon pack "fab" includes the following social network 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.
# 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/
[[social]] [[social]]
icon = "envelope" icon = "envelope"

@ -3,7 +3,6 @@
widget = "about" # Do not modify this line! widget = "about" # Do not modify this line!
active = true # Activate this widget? true/false active = true # Activate this widget? true/false
weight = 5 # Order that this section will appear in. weight = 5 # Order that this section will appear in.
date = 2016-04-20T00:00:00
title = "Biography" title = "Biography"

@ -7,7 +7,7 @@ title = "Accomplish­ments"
subtitle = "" subtitle = ""
# Order that this section will appear in. # Order that this section will appear in.
weight = 15 weight = 9
# Date format # Date format
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format # Refer to https://sourcethemes.com/academic/docs/customization/#date-format

@ -1,8 +1,7 @@
+++ +++
# Contact widget. # Contact widget.
widget = "contact" widget = "contact" # Do not modify this line!
active = true active = true # Activate this widget? true/false
date = 2016-04-20T00:00:00
title = "Contact" title = "Contact"
subtitle = "" subtitle = ""

@ -1,8 +1,7 @@
+++ +++
# Hero widget. # Hero widget.
widget = "hero" widget = "hero" # Do not modify this line!
active = false active = false # Activate this widget? true/false
date = 2017-10-15T00:00:00
title = "Academic" title = "Academic"

@ -1,8 +1,7 @@
+++ +++
# Hero Carousel widget. # Hero Carousel widget.
widget = "hero_carousel" widget = "hero_carousel" # Do not modify this line!
active = false active = false # Activate this widget? true/false
date = 2017-10-15T00:00:00
# Order that this section will appear in. # Order that this section will appear in.
weight = 1 weight = 1

@ -4,7 +4,6 @@
widget = "posts" # Do not modify this line! widget = "posts" # Do not modify this line!
active = true # Activate this widget? true/false active = true # Activate this widget? true/false
weight = 40 # Order that this section will appear. weight = 40 # Order that this section will appear.
date = 2016-04-20T00:00:00
title = "Recent Posts" title = "Recent Posts"
subtitle = "" subtitle = ""
@ -12,11 +11,11 @@ subtitle = ""
# Number of recent posts to list. # Number of recent posts to list.
count = 5 count = 5
# List format. # View.
# 0 = Simple # 1 = List
# 1 = Detailed # 2 = Compact
# 2 = Stream # 3 = Card
list_format = 2 view = 2
# Filter posts by tag or category. # Filter posts by tag or category.
# E.g. to only show posts tagged with `Academic`, set `filter_tag = "Academic"` # E.g. to only show posts tagged with `Academic`, set `filter_tag = "Academic"`

@ -1,8 +1,7 @@
+++ +++
# Projects widget. # Projects widget.
widget = "projects" widget = "projects" # Do not modify this line!
active = true active = true # Activate this widget? true/false
date = 2016-04-20T00:00:00
title = "Projects" title = "Projects"
subtitle = "" subtitle = ""
@ -16,9 +15,10 @@ weight = 50
folder = "project" folder = "project"
# View. # View.
# Customize how projects are displayed. # 1 = List
# Legend: 0 = list, 1 = cards, 2 = showcase. # 3 = Card
view = 1 # 5 = Showcase
view = 3
# Widget layout # Widget layout
# Legend: 0 = two columns (default), 1 = single column # Legend: 0 = two columns (default), 1 = single column

@ -1,9 +1,8 @@
+++ +++
# Recent Publications widget. # Recent Publications widget.
# This widget displays recent publications from `content/publication/`. # This widget displays recent publications from `content/publication/`.
widget = "publications" widget = "publications" # Do not modify this line!
active = true active = true # Activate this widget? true/false
date = 2016-04-20T00:00:00
title = "Recent Publications" title = "Recent Publications"
subtitle = "" subtitle = ""
@ -14,13 +13,12 @@ weight = 20
# Number of publications to list. # Number of publications to list.
count = 10 count = 10
# List format. # View.
# 0 = Simple # 1 = List
# 1 = Detailed # 2 = Compact
# 2 = APA # 3 = Card
# 3 = MLA # 4 = Citation
# 4 = Stream view = 2
list_format = 4
# Filter by publication type. # Filter by publication type.
# -1: Any # -1: Any

@ -1,10 +1,9 @@
+++ +++
# Featured Publications widget. # Featured Publications widget.
# This widget displays publications from `content/publication/` which have # This widget displays publications from `content/publication/` which have
# `featured = true` in their `+++` front matter. # `featured = true` in their front matter.
widget = "publications_featured" widget = "publications_featured" # Do not modify this line!
active = true active = true # Activate this widget? true/false
date = 2016-04-20T00:00:00
title = "Featured Publications" title = "Featured Publications"
subtitle = "" subtitle = ""
@ -12,13 +11,12 @@ subtitle = ""
# Order that this section will appear in. # Order that this section will appear in.
weight = 10 weight = 10
# List format. # View.
# 0 = Simple # 1 = List
# 1 = Detailed # 2 = Compact
# 2 = APA # 3 = Card
# 3 = MLA # 4 = Citation
# 4 = Stream view = 3
list_format = 1
# Filter by publication type. # Filter by publication type.
# -1: Any # -1: Any

@ -1,10 +1,7 @@
+++ +++
# Feature/Skill widget. # Feature/Skill widget.
widget = "featurette" # Do not modify this line! widget = "featurette" # Do not modify this line!
date = 2017-09-20T00:00:00 active = true # Activate this widget? true/false
# Activate this widget? true/false
active = true
title = "Skills" title = "Skills"
subtitle = "" subtitle = ""
@ -16,10 +13,7 @@ weight = 7
# #
# Add/remove as many `[[feature]]` blocks below as you like. # Add/remove as many `[[feature]]` blocks below as you like.
# #
# Available icon packs and icons: # For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
# * fas - Font Awesome standard icons (see https://fontawesome.com/icons)
# * fab - Font Awesome brand icons (see https://fontawesome.com/icons)
# * ai - academic icons (see https://jpswalsh.github.io/academicons/)
[[feature]] [[feature]]
icon = "r-project" icon = "r-project"

@ -1,8 +1,7 @@
+++ +++
# Tag Cloud widget. # Tag Cloud widget.
widget = "tag_cloud" widget = "tag_cloud" # Do not modify this line!
active = true active = true # Activate this widget? true/false
date = 2017-09-20T00:00:00
title = "Tags" title = "Tags"
subtitle = "" subtitle = ""

@ -1,8 +1,7 @@
+++ +++
# Recent and Upcoming Talks widget. # Recent and Upcoming Talks widget.
widget = "talks" widget = "talks" # Do not modify this line!
active = true active = true # Activate this widget? true/false
date = 2016-04-20T00:00:00
title = "Recent & Upcoming Talks" title = "Recent & Upcoming Talks"
subtitle = "" subtitle = ""
@ -13,11 +12,11 @@ weight = 30
# Number of talks to list. # Number of talks to list.
count = 10 count = 10
# List format. # View.
# 0 = Simple # 1 = List
# 1 = Detailed # 2 = Compact
# 2 = Stream # 3 = Card
list_format = 2 view = 2
# Exclude talks that are shown in the Featured Talks widget? # Exclude talks that are shown in the Featured Talks widget?
exclude_featured = false exclude_featured = false

@ -1,8 +1,7 @@
+++ +++
# Featured Talks widget. # Featured Talks widget.
widget = "talks_featured" widget = "talks_featured" # Do not modify this line!
active = false active = false # Activate this widget? true/false
date = 2016-04-20T00:00:00
title = "Featured Talks" title = "Featured Talks"
subtitle = "" subtitle = ""
@ -10,9 +9,9 @@ subtitle = ""
# Order that this section will appear in. # Order that this section will appear in.
weight = 29 weight = 29
# List format. # View.
# 0 = Simple # 1 = List
# 1 = Detailed # 2 = Compact
# 3 = Stream # 3 = Card
list_format = 0 view = 3
+++ +++

@ -2,9 +2,8 @@
# Custom widget. # Custom widget.
# An example of using the custom widget to create your own homepage section. # 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. # To create more sections, duplicate this file and edit the values below as desired.
widget = "custom" widget = "custom" # Do not modify this line!
active = true active = true # Activate this widget? true/false
date = 2016-04-20T00:00:00
# Note: a full width section format can be enabled by commenting out the `title` and `subtitle` with a `#`. # Note: a full width section format can be enabled by commenting out the `title` and `subtitle` with a `#`.
title = "Custom Section" title = "Custom Section"

@ -1,12 +1,11 @@
+++ +++
title = "Posts" title = "Posts"
date = 2017-01-01T00:00:00
# List format. # View.
# 0 = Simple # 1 = List
# 1 = Detailed # 2 = Compact
# 2 = Stream # 3 = Card
list_format = 2 view = 2
# Optional featured image (relative to `static/img/` folder). # Optional featured image (relative to `static/img/` folder).
[header] [header]

@ -1,14 +1,12 @@
+++ +++
title = "Publications" title = "Publications"
date = 2017-01-01T00:00:00
# List format. # View.
# 0 = Simple # 1 = List
# 1 = Detailed # 2 = Compact
# 2 = APA # 3 = Card
# 3 = MLA # 4 = Citation
# 4 = Stream view = 4
list_format = 3
# Optional featured image (relative to `static/img/` folder). # Optional featured image (relative to `static/img/` folder).
[header] [header]

@ -1,12 +1,11 @@
+++ +++
title = "Recent & Upcoming Talks" title = "Recent & Upcoming Talks"
date = 2017-01-01T00:00:00
# List format. # View.
# 0 = Simple # 1 = List
# 1 = Detailed # 2 = Compact
# 2 = Stream # 3 = Card
list_format = 2 view = 2
# Optional featured image (relative to `static/img/` folder). # Optional featured image (relative to `static/img/` folder).
[header] [header]

@ -1 +1 @@
Subproject commit e913aacb340d161c20f2e3e50e113e5d0e3df833 Subproject commit 283891941513e0dcfc40027847eaed96242e9c57