theme: update and upgrade to Academic v4 dev
This commit is contained in:
@ -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.
|
||||
|
@ -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
|
||||
+++
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
+++
|
||||
# Selected Publications widget.
|
||||
# Featured Publications widget.
|
||||
# This widget displays publications from `content/publication/` which have
|
||||
# `selected = true` in their `+++` front matter.
|
||||
widget = "publications_selected"
|
||||
# `featured = true` in their `+++` front matter.
|
||||
widget = "publications_featured"
|
||||
active = true
|
||||
date = 2016-04-20T00:00:00
|
||||
|
||||
title = "Selected Publications"
|
||||
title = "Featured Publications"
|
||||
subtitle = ""
|
||||
|
||||
# Order that this section will appear in.
|
@ -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
|
||||
+++
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
+++
|
||||
# Selected Talks widget.
|
||||
widget = "talks_selected"
|
||||
# Featured Talks widget.
|
||||
widget = "talks_featured"
|
||||
active = false
|
||||
date = 2016-04-20T00:00:00
|
||||
|
||||
title = "Selected Talks"
|
||||
title = "Featured Talks"
|
||||
subtitle = ""
|
||||
|
||||
# Order that this section will appear in.
|
Reference in New Issue
Block a user