From e9c47d97ce6adca5a05695f3cdf2cc8ec4a00044 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sun, 20 Jan 2019 13:08:23 +0000 Subject: theme: update and upgrade to Academic v4 dev --- content/home/about.md | 41 ++++++----------------------------- content/home/publications.md | 4 ++-- content/home/publications_featured.md | 34 +++++++++++++++++++++++++++++ content/home/publications_selected.md | 34 ----------------------------- content/home/talks.md | 4 ++-- content/home/talks_featured.md | 18 +++++++++++++++ content/home/talks_selected.md | 18 --------------- 7 files changed, 63 insertions(+), 90 deletions(-) create mode 100644 content/home/publications_featured.md delete mode 100644 content/home/publications_selected.md create mode 100644 content/home/talks_featured.md delete mode 100644 content/home/talks_selected.md (limited to 'content/home') diff --git a/content/home/about.md b/content/home/about.md index 2075fe2a..9284093d 100644 --- a/content/home/about.md +++ b/content/home/about.md @@ -1,40 +1,13 @@ +++ # About/Biography widget. -widget = "about" -active = true +widget = "about" # Do not modify this line! +active = true # Activate this widget? true/false +weight = 5 # Order that this section will appear in. date = 2016-04-20T00:00:00 -# Order that this section will appear in. -weight = 5 +title = "Biography" -# List your academic interests. -[interests] - interests = [ - "Artificial Intelligence", - "Computational Linguistics", - "Information Retrieval" - ] - -# List your qualifications (such as academic degrees). -[[education.courses]] - course = "PhD in Artificial Intelligence" - institution = "Stanford University" - year = 2012 - -[[education.courses]] - course = "MEng in Artificial Intelligence" - institution = "Massachusetts Institute of Technology" - year = 2009 - -[[education.courses]] - course = "BSc in Artificial Intelligence" - institution = "Massachusetts Institute of Technology" - year = 2008 - +# Choose the user profile to display +# This should be the username of a profile in your `content/author/` folder. +author = "Admin" +++ - -# Biography - -Lena Smith is a professor of artificial intelligence at the Stanford AI Lab. Her research interests include distributed robotics, mobile computing and programmable matter. She leads the Robotic Neurobiology group, which develops self-reconfiguring robots, systems of self-organizing robots, and mobile sensor networks. - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed neque elit, tristique placerat feugiat ac, facilisis vitae arcu. Proin eget egestas augue. Praesent ut sem nec arcu pellentesque aliquet. Duis dapibus diam vel metus tempus vulputate. diff --git a/content/home/publications.md b/content/home/publications.md index cc71e42b..8a4760d2 100644 --- a/content/home/publications.md +++ b/content/home/publications.md @@ -33,7 +33,7 @@ list_format = 4 # 6: Book chapter publication_type = "-1" -# Exclude publications that are shown in the Selected Publications widget? -exclude_selected = false +# Exclude publications that are shown in the Featured Publications widget? +exclude_featured = false +++ diff --git a/content/home/publications_featured.md b/content/home/publications_featured.md new file mode 100644 index 00000000..2b6839f2 --- /dev/null +++ b/content/home/publications_featured.md @@ -0,0 +1,34 @@ ++++ +# Featured Publications widget. +# This widget displays publications from `content/publication/` which have +# `featured = true` in their `+++` front matter. +widget = "publications_featured" +active = true +date = 2016-04-20T00:00:00 + +title = "Featured Publications" +subtitle = "" + +# Order that this section will appear in. +weight = 10 + +# 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" ++++ + diff --git a/content/home/publications_selected.md b/content/home/publications_selected.md deleted file mode 100644 index ca9a5ae9..00000000 --- a/content/home/publications_selected.md +++ /dev/null @@ -1,34 +0,0 @@ -+++ -# Selected Publications widget. -# 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 = "" - -# Order that this section will appear in. -weight = 10 - -# 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" -+++ - diff --git a/content/home/talks.md b/content/home/talks.md index e293f1c0..37ec9c3f 100644 --- a/content/home/talks.md +++ b/content/home/talks.md @@ -19,7 +19,7 @@ count = 10 # 2 = Stream list_format = 2 -# Exclude talks that are shown in the Selected Talks widget? -exclude_selected = false +# Exclude talks that are shown in the Featured Talks widget? +exclude_featured = false +++ diff --git a/content/home/talks_featured.md b/content/home/talks_featured.md new file mode 100644 index 00000000..30846179 --- /dev/null +++ b/content/home/talks_featured.md @@ -0,0 +1,18 @@ ++++ +# Featured Talks widget. +widget = "talks_featured" +active = false +date = 2016-04-20T00:00:00 + +title = "Featured Talks" +subtitle = "" + +# Order that this section will appear in. +weight = 29 + +# List format. +# 0 = Simple +# 1 = Detailed +# 3 = Stream +list_format = 0 ++++ diff --git a/content/home/talks_selected.md b/content/home/talks_selected.md deleted file mode 100644 index bf7e667e..00000000 --- a/content/home/talks_selected.md +++ /dev/null @@ -1,18 +0,0 @@ -+++ -# Selected Talks widget. -widget = "talks_selected" -active = false -date = 2016-04-20T00:00:00 - -title = "Selected Talks" -subtitle = "" - -# Order that this section will appear in. -weight = 29 - -# List format. -# 0 = Simple -# 1 = Detailed -# 3 = Stream -list_format = 0 -+++ -- cgit v1.2.3