Initial commit
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
+++
|
||||
# About/Biography widget.
|
||||
|
||||
date = "2016-04-20T00:00:00"
|
||||
draft = false
|
||||
|
||||
widget = "about"
|
||||
|
||||
# Order that this section will appear in.
|
||||
weight = 1
|
||||
|
||||
# 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
|
||||
|
||||
+++
|
||||
|
||||
# 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.
|
||||
@@ -0,0 +1,18 @@
|
||||
+++
|
||||
# Contact widget.
|
||||
|
||||
date = "2016-04-20T00:00:00"
|
||||
draft = false
|
||||
|
||||
title = "Contact"
|
||||
subtitle = ""
|
||||
widget = "contact"
|
||||
|
||||
# Order that this section will appear in.
|
||||
weight = 70
|
||||
|
||||
# Automatically link email and phone?
|
||||
autolink = true
|
||||
|
||||
+++
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
+++
|
||||
# Recent Posts widget.
|
||||
# Note: this widget will only display if `content/post/` contains posts.
|
||||
|
||||
date = "2016-04-20T00:00:00"
|
||||
draft = false
|
||||
|
||||
title = "Recent Posts"
|
||||
subtitle = ""
|
||||
widget = "posts"
|
||||
|
||||
# Order that this section will appear in.
|
||||
weight = 40
|
||||
|
||||
# Show posts that contain the following tags. Default to any tags.
|
||||
tags = []
|
||||
|
||||
# Number of posts to list.
|
||||
count = 5
|
||||
|
||||
+++
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
+++
|
||||
# Projects widget.
|
||||
# Note: this widget will only display if `content/project/` contains projects.
|
||||
|
||||
date = "2016-04-20T00:00:00"
|
||||
draft = false
|
||||
|
||||
title = "Projects"
|
||||
subtitle = ""
|
||||
widget = "projects"
|
||||
|
||||
# Order that this section will appear in.
|
||||
weight = 50
|
||||
|
||||
# View.
|
||||
# Customize how projects are displayed.
|
||||
# Legend: 0 = list, 1 = cards.
|
||||
view = 1
|
||||
|
||||
# Filter toolbar.
|
||||
# Add or remove as many filters (`[[filter]]` instances) as you like.
|
||||
# Use "*" tag to show all projects or an existing tag prefixed with "." to filter by specific tag.
|
||||
# To remove toolbar, delete/comment all instances of `[[filter]]` below.
|
||||
[[filter]]
|
||||
name = "All"
|
||||
tag = "*"
|
||||
|
||||
[[filter]]
|
||||
name = "Deep Learning"
|
||||
tag = ".deep-learning"
|
||||
|
||||
[[filter]]
|
||||
name = "Other"
|
||||
tag = ".demo"
|
||||
|
||||
+++
|
||||
|
||||
@@ -0,0 +1,22 @@
|
||||
+++
|
||||
# Recent Publications widget.
|
||||
# Note: this widget will only display if `content/publication/` contains publications.
|
||||
|
||||
date = "2016-04-20T00:00:00"
|
||||
draft = false
|
||||
|
||||
title = "Recent Publications"
|
||||
subtitle = ""
|
||||
widget = "publications"
|
||||
|
||||
# Order that this section will appear in.
|
||||
weight = 20
|
||||
|
||||
# Number of publications to list.
|
||||
count = 10
|
||||
|
||||
# Show publication details (such as abstract)? (true/false)
|
||||
detailed_list = false
|
||||
|
||||
+++
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
+++
|
||||
# Selected Publications widget.
|
||||
# Note: this widget will only display if `content/publication/` contains publications
|
||||
# with `selected = true` in their `+++` preamble.
|
||||
|
||||
date = "2016-04-20T00:00:00"
|
||||
draft = false
|
||||
|
||||
title = "Selected Publications"
|
||||
subtitle = ""
|
||||
widget = "publications_selected"
|
||||
|
||||
# Order that this section will appear in.
|
||||
weight = 10
|
||||
|
||||
# Show publication details (such as abstract)? (true/false)
|
||||
detailed_list = true
|
||||
|
||||
+++
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
+++
|
||||
# Recent and Upcoming Talks widget.
|
||||
|
||||
date = "2016-04-20T00:00:00"
|
||||
draft = false
|
||||
|
||||
title = "Recent & Upcoming Talks"
|
||||
subtitle = ""
|
||||
widget = "talks"
|
||||
|
||||
# Order that this section will appear in.
|
||||
weight = 30
|
||||
|
||||
# Number of talks to list.
|
||||
count = 10
|
||||
|
||||
# Show talk details (such as abstract)? (true/false)
|
||||
detailed_list = false
|
||||
|
||||
+++
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
+++
|
||||
# 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.
|
||||
|
||||
date = "2016-04-20T00:00:00"
|
||||
draft = false
|
||||
|
||||
title = "Teaching"
|
||||
subtitle = ""
|
||||
widget = "custom"
|
||||
|
||||
# Order that this section will appear in.
|
||||
weight = 60
|
||||
|
||||
+++
|
||||
|
||||
This is an example of using the *custom* widget to create your own homepage section.
|
||||
|
||||
I am a teaching instructor for the following courses at University X:
|
||||
|
||||
- CS101: An intro to computer science
|
||||
- CS102: An intro to computer science
|
||||
- CS103: An intro to computer science
|
||||
- CS104: An intro to computer science
|
||||
- CS105: An intro to computer science
|
||||
- CS106: An intro to computer science
|
||||
- CS107: An intro to computer science
|
||||
Reference in New Issue
Block a user