Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2017-11-23 04:41:58 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2017-11-23 04:41:58 +0300
commited6d2ce46155caa595c43aa31925c21f20a9cee1 (patch)
tree095e53a452682557e460b6fbe0905be2933bc225 /content
parent6666b40fb120edb31bafb5bb86dfa8cfbf0020bb (diff)
Initial commit
Diffstat (limited to 'content')
-rw-r--r--content/home/about.md40
-rw-r--r--content/home/contact.md17
-rw-r--r--content/home/posts.md24
-rw-r--r--content/home/projects.md40
-rw-r--r--content/home/publications.md38
-rw-r--r--content/home/publications_selected.md33
-rw-r--r--content/home/tags.md13
-rw-r--r--content/home/talks.md22
-rw-r--r--content/home/teaching.md28
-rw-r--r--content/post/_index.md12
-rw-r--r--content/publication/_index.md18
-rw-r--r--content/talk/_index.md16
12 files changed, 301 insertions, 0 deletions
diff --git a/content/home/about.md b/content/home/about.md
new file mode 100644
index 00000000..89103dce
--- /dev/null
+++ b/content/home/about.md
@@ -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.
diff --git a/content/home/contact.md b/content/home/contact.md
new file mode 100644
index 00000000..61657582
--- /dev/null
+++ b/content/home/contact.md
@@ -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
+
++++
+
diff --git a/content/home/posts.md b/content/home/posts.md
new file mode 100644
index 00000000..9a274b86
--- /dev/null
+++ b/content/home/posts.md
@@ -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
+
++++
+
diff --git a/content/home/projects.md b/content/home/projects.md
new file mode 100644
index 00000000..a9bf0e73
--- /dev/null
+++ b/content/home/projects.md
@@ -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"
+
++++
+
diff --git a/content/home/publications.md b/content/home/publications.md
new file mode 100644
index 00000000..b7487933
--- /dev/null
+++ b/content/home/publications.md
@@ -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
++++
+
diff --git a/content/home/publications_selected.md b/content/home/publications_selected.md
new file mode 100644
index 00000000..60edf71a
--- /dev/null
+++ b/content/home/publications_selected.md
@@ -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"
++++
+
diff --git a/content/home/tags.md b/content/home/tags.md
new file mode 100644
index 00000000..eca1a32f
--- /dev/null
+++ b/content/home/tags.md
@@ -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
+
++++
diff --git a/content/home/talks.md b/content/home/talks.md
new file mode 100644
index 00000000..86065190
--- /dev/null
+++ b/content/home/talks.md
@@ -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
+
++++
+
diff --git a/content/home/teaching.md b/content/home/teaching.md
new file mode 100644
index 00000000..0b1ed6bd
--- /dev/null
+++ b/content/home/teaching.md
@@ -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
diff --git a/content/post/_index.md b/content/post/_index.md
new file mode 100644
index 00000000..2289860b
--- /dev/null
+++ b/content/post/_index.md
@@ -0,0 +1,12 @@
++++
+title = "Posts"
+date = 2017-01-01
+math = false
+highlight = false
+
+# Optional featured image (relative to `static/img/` folder).
+[header]
+image = ""
+caption = ""
+
++++
diff --git a/content/publication/_index.md b/content/publication/_index.md
new file mode 100644
index 00000000..a0a60455
--- /dev/null
+++ b/content/publication/_index.md
@@ -0,0 +1,18 @@
++++
+title = "Publications"
+date = "2017-01-01T00:00:00Z"
+math = false
+highlight = false
+
+# List format.
+# 0 = Simple
+# 1 = Detailed
+# 2 = APA
+# 3 = MLA
+list_format = 3
+
+# Optional featured image (relative to `static/img/` folder).
+[header]
+image = ""
+caption = ""
++++
diff --git a/content/talk/_index.md b/content/talk/_index.md
new file mode 100644
index 00000000..8cb2939e
--- /dev/null
+++ b/content/talk/_index.md
@@ -0,0 +1,16 @@
++++
+title = "Recent & Upcoming Talks"
+date = "2017-01-01T00:00:00Z"
+math = false
+highlight = false
+
+# List format.
+# 0 = Simple
+# 1 = Detailed
+list_format = 0
+
+# Optional featured image (relative to `static/img/` folder).
+[header]
+image = ""
+caption = ""
++++