1
0

Initial commit

This commit is contained in:
George Cushen
2017-11-23 01:41:58 +00:00
parent 6666b40fb1
commit ed6d2ce461
20 changed files with 629 additions and 2 deletions

40
content/home/about.md Normal file
View File

@ -0,0 +1,40 @@
+++
# About/Biography widget.
widget = "about"
active = true
date = "2016-04-20T00:00:00"
# Order that this section will appear in.
weight = 5
# 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.

17
content/home/contact.md Normal file
View File

@ -0,0 +1,17 @@
+++
# Contact widget.
widget = "contact"
active = true
date = "2016-04-20T00:00:00"
title = "Contact"
subtitle = ""
# Order that this section will appear in.
weight = 70
# Automatically link email and phone?
autolink = true
+++

24
content/home/posts.md Normal file
View File

@ -0,0 +1,24 @@
+++
# Recent Posts widget.
# This widget displays recent posts from `content/post/`.
widget = "posts"
active = true
date = "2016-04-20T00:00:00"
title = "Recent Posts"
subtitle = ""
# Order that this section will appear in.
weight = 40
# Filter posts by tag.
# By default, show all recent posts.
# Filtering example: `tags_include = ["hugo", "academic"]`
tags_include = []
tags_exclude = []
# Number of posts to list.
count = 5
+++

40
content/home/projects.md Normal file
View File

@ -0,0 +1,40 @@
+++
# Projects widget.
# This widget displays all projects from `content/project/`.
widget = "projects"
active = true
date = "2016-04-20T00:00:00"
title = "Projects"
subtitle = ""
# Order that this section will appear in.
weight = 50
# View.
# Customize how projects are displayed.
# Legend: 0 = list, 1 = cards.
view = 1
# Filter toolbar.
# Default filter index (e.g. 0 corresponds to the first `[[filter]]` instance below).
filter_default = 0
# 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"
+++

View File

@ -0,0 +1,38 @@
+++
# Recent Publications widget.
# This widget displays recent publications from `content/publication/`.
widget = "publications"
active = true
date = 2016-04-20
title = "Recent Publications"
subtitle = ""
# Order that this section will appear in.
weight = 20
# Number of publications to list.
count = 10
# List format.
# 0 = Simple
# 1 = Detailed
# 2 = APA
# 3 = MLA
list_format = 3
# 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"
# Exclude publications that are shown in the Selected Publications widget?
exclude_selected = false
+++

View File

@ -0,0 +1,33 @@
+++
# 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-20
title = "Selected Publications"
subtitle = ""
# Order that this section will appear in.
weight = 10
# List format.
# 0 = Simple
# 1 = Detailed
# 2 = APA
# 3 = MLA
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"
+++

13
content/home/tags.md Normal file
View File

@ -0,0 +1,13 @@
+++
# Tag Cloud widget.
widget = "tag_cloud"
active = true
date = 2017-09-20
title = "Tags"
subtitle = ""
# Order that this section will appear in.
weight = 65
+++

22
content/home/talks.md Normal file
View File

@ -0,0 +1,22 @@
+++
# Recent and Upcoming Talks widget.
widget = "talks"
active = true
date = "2016-04-20T00:00:00"
title = "Recent & Upcoming Talks"
subtitle = ""
# Order that this section will appear in.
weight = 30
# Number of talks to list.
count = 10
# List format.
# 0 = Simple
# 1 = Detailed
list_format = 0
+++

28
content/home/teaching.md Normal file
View File

@ -0,0 +1,28 @@
+++
# Custom widget.
# 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.
widget = "custom"
active = true
date = "2016-04-20T00:00:00"
# Note: a full width section format can be enabled by commenting out the `title` and `subtitle` with a `#`.
title = "Teaching"
subtitle = ""
# 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