config.toml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. baseurl = "/"
  2. languageCode = "en-us"
  3. title = "Hugo Academic Theme Demo"
  4. theme = "hugo-academic"
  5. googleAnalytics = ""
  6. [params]
  7. name = "Lena Smith"
  8. role = "Professor of Artificial Intelligence"
  9. organization = "Stanford University"
  10. interests = ["Artificial Intelligence", "Computational Linguistics", "Information Retrieval"]
  11. email = "test@example.org"
  12. address = "Stanford AI Lab, Stanford University, California, 90210, USA."
  13. phone = "888 888 88 88"
  14. [[params.education]]
  15. course = "PhD in Artificial Intelligence"
  16. institution = "Stanford University"
  17. year = 2012
  18. [[params.education]]
  19. course = "MEng in Artificial Intelligence"
  20. institution = "Massachusetts Institute of Technology"
  21. year = 2009
  22. [[params.education]]
  23. course = "BSc in Artificial Intelligence"
  24. institution = "Massachusetts Institute of Technology"
  25. year = 2008
  26. # Social/Academic Networking
  27. #
  28. # Icon pack "fa" includes the following social network icons:
  29. # twitter, weibo, linkedin, github, facebook, pinterest, google-plus, youtube, instagram, soundcloud
  30. # Full list: https://fortawesome.github.io/Font-Awesome/icons/
  31. #
  32. # Icon pack "ai" includes the following academic network icons:
  33. # google-scholar, arxiv, orcid, researchgate, mendeley
  34. # Full list: https://jpswalsh.github.io/academicons/
  35. [[params.contact.social]]
  36. icon = "twitter"
  37. icon_pack = "fa"
  38. link = "//twitter.com/GeorgeCushen"
  39. [[params.contact.social]]
  40. icon = "google-scholar"
  41. icon_pack = "ai"
  42. link = "https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ"
  43. [[params.contact.social]]
  44. icon = "github"
  45. icon_pack = "fa"
  46. link = "//github.com/gcushen"
  47. [[menu.main]]
  48. name = "Bio"
  49. url = "/"
  50. weight = 1
  51. [[menu.main]]
  52. name = "Publications"
  53. url = "/#publications"
  54. weight = 2
  55. [[menu.main]]
  56. name = "News"
  57. url = "/#news"
  58. weight = 3
  59. [[menu.main]]
  60. name = "Teaching"
  61. url = "/#teaching"
  62. weight = 4
  63. [[menu.main]]
  64. name = "Contact"
  65. url = "/#contact"
  66. weight = 5