theme: update and upgrade to Academic v4 dev
This commit is contained in:
93
content/author/admin/_index.md
Normal file
93
content/author/admin/_index.md
Normal file
@ -0,0 +1,93 @@
|
||||
+++
|
||||
# Display name
|
||||
name = "Nelson Bighetti"
|
||||
|
||||
# Is this the primary user of the site?
|
||||
superuser = true
|
||||
|
||||
# Role/position
|
||||
role = "Professor of Artificial Intelligence"
|
||||
|
||||
# Organizations/Affiliations
|
||||
# Separate multiple entries with a comma, using the form: `[ {name="Org1", url=""}, {name="Org2", url=""} ]`.
|
||||
organizations = [ { name = "Stanford University", url = "" } ]
|
||||
|
||||
# Short bio (displayed in user profile at end of posts)
|
||||
bio = "My research interests include distributed robotics, mobile computing and programmable matter."
|
||||
|
||||
# Enter email to display Gravatar (if Gravatar enabled in Config)
|
||||
email = ""
|
||||
|
||||
# List (academic) interests or hobbies
|
||||
interests = [
|
||||
"Artificial Intelligence",
|
||||
"Computational Linguistics",
|
||||
"Information Retrieval"
|
||||
]
|
||||
|
||||
# List 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
|
||||
|
||||
# Social/Academic Networking
|
||||
#
|
||||
# Icon pack "fab" includes the following social network icons:
|
||||
#
|
||||
# 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]]
|
||||
icon = "envelope"
|
||||
icon_pack = "fas"
|
||||
link = "#contact" # For a direct email link, use "mailto:test@example.org".
|
||||
|
||||
[[social]]
|
||||
icon = "twitter"
|
||||
icon_pack = "fab"
|
||||
link = "https://twitter.com/GeorgeCushen"
|
||||
|
||||
[[social]]
|
||||
icon = "google-scholar"
|
||||
icon_pack = "ai"
|
||||
link = "https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ"
|
||||
|
||||
[[social]]
|
||||
icon = "github"
|
||||
icon_pack = "fab"
|
||||
link = "https://github.com/gcushen"
|
||||
|
||||
# Link to a PDF of your resume/CV from the About widget.
|
||||
# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
|
||||
# [[social]]
|
||||
# icon = "cv"
|
||||
# icon_pack = "ai"
|
||||
# link = "files/cv.pdf"
|
||||
|
||||
+++
|
||||
|
||||
Nelson Bighetti is a professor of artificial intelligence at the Stanford AI Lab. His research interests include distributed robotics, mobile computing and programmable matter. He 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.
|
BIN
content/author/admin/avatar.jpg
Normal file
BIN
content/author/admin/avatar.jpg
Normal file
Binary file not shown.
After ![]() (image error) Size: 13 KiB |
@ -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