| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 | 
							- # Website URL (e.g. http://www.example.com/)
 
- baseurl = "/"
 
- title = "Academic Theme"
 
- copyright = "© 2016 Your Name"
 
- languageCode = "en-us"
 
- theme = "academic"
 
- # Enable comments by entering your Disqus shortname
 
- disqusShortname = "spf13"
 
- # Enable analytics by entering your Google Analytics tracking ID
 
- googleAnalytics = ""
 
- [params]
 
-     name = "Lena Smith"
 
-     role = "Professor of Artificial Intelligence"
 
-     organization = "Stanford University"
 
-     interests = ["Artificial Intelligence", "Computational Linguistics", "Information Retrieval"]
 
-     email = "test@example.org"
 
-     address = "Stanford AI Lab, Stanford University, California, 90210, USA."
 
-     phone = "888 888 88 88"
 
-     # Date format (refer to Go's formatting options)
 
-     #   Examples: "Mon, Jan 2, 2006" or "2006-01-02"
 
-     date_format = "Mon, Jan 2, 2006"
 
-     # Link custom CSS and JS assets (relative to /static/css and /static/js respectively)
 
-     custom_css = []
 
-     custom_js  = []
 
-     [[params.education]]
 
-         course = "PhD in Artificial Intelligence"
 
-         institution = "Stanford University"
 
-         year = 2012
 
-     [[params.education]]
 
-         course = "MEng in Artificial Intelligence"
 
-         institution = "Massachusetts Institute of Technology"
 
-         year = 2009
 
-     [[params.education]]
 
-         course = "BSc in Artificial Intelligence"
 
-         institution = "Massachusetts Institute of Technology"
 
-         year = 2008
 
-     # Social/Academic Networking
 
-     #
 
-     # Icon pack "fa" includes the following social network icons:
 
-     #   twitter, weibo, linkedin, github, facebook, pinterest, google-plus, youtube, instagram, soundcloud
 
-     #   For email icon, use "fa" icon pack, "envelope" icon, and "mailto:your@email.com" as the link.
 
-     #   Full list: https://fortawesome.github.io/Font-Awesome/icons/
 
-     #
 
-     # Icon pack "ai" includes the following academic network icons:
 
-     #   google-scholar, arxiv, orcid, researchgate, mendeley
 
-     #   Full list: https://jpswalsh.github.io/academicons/
 
-     [[params.social]]
 
-         icon = "envelope"
 
-         icon_pack = "fa"
 
-         link = "mailto:test@example.org"
 
-     [[params.social]]
 
-         icon = "twitter"
 
-         icon_pack = "fa"
 
-         link = "//twitter.com/GeorgeCushen"
 
-     [[params.social]]
 
-         icon = "google-scholar"
 
-         icon_pack = "ai"
 
-         link = "https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ"
 
-     [[params.social]]
 
-         icon = "github"
 
-         icon_pack = "fa"
 
-         link = "//github.com/gcushen"
 
- # Navigation Links
 
- #
 
- # The weight parameter defines the order that the links will appear in.
 
- [[menu.main]]
 
-     name = "Home"
 
-     url = "#"
 
-     weight = 1
 
- [[menu.main]]
 
-     name = "Publications"
 
-     url = "#publications"
 
-     weight = 2
 
- [[menu.main]]
 
-     name = "Posts"
 
-     url = "#posts"
 
-     weight = 3
 
- [[menu.main]]
 
-     name = "Projects"
 
-     url = "#projects"
 
-     weight = 4
 
- [[menu.main]]
 
-     name = "Teaching"
 
-     url = "#teaching"
 
-     weight = 5
 
- [[menu.main]]
 
-     name = "Contact"
 
-     url = "#contact"
 
-     weight = 6
 
 
  |