diff --git a/config.toml b/config.toml deleted file mode 100644 index 8031df9..0000000 --- a/config.toml +++ /dev/null @@ -1,375 +0,0 @@ -# Configuration of Academic -# Documentation: https://sourcethemes.com/academic/ -# -# This file is formatted using TOML syntax - learn more at https://learnxinyminutes.com/docs/toml/ -# Each configuration section is defined by a name in square brackets (e.g. `[outputs]`). - -# The URL of your website. -# End your URL with a `/` trailing slash, e.g. `https://example.com/`. -baseurl = "/" - -# Title of your site -title = "Academic" - -# Your copyright notice - appears in site footer. -# To display a copyright symbol, type `©`. -copyright = "© 2018" - -theme = "academic" -enableEmoji = true -footnotereturnlinkcontents = "^" -ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"] -preserveTaxonomyNames = true -paginate = 10 - -# Enable comments by entering your Disqus shortname -disqusShortname = "" - -# Enable analytics by entering your Google Analytics tracking ID -googleAnalytics = "" - -# Default language to use (if you setup multilingual support) -defaultContentLanguage = "en" -hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages. -defaultContentLanguageInSubdir = false - -# Get last modified date for content from Git? -enableGitInfo = false - -[outputs] - home = [ "HTML", "CSS", "RSS", "JSON" ] - section = [ "HTML", "RSS" ] - -# Configure BlackFriday Markdown rendering. -# See: https://gohugo.io/getting-started/configuration/#configure-blackfriday -[blackfriday] - hrefTargetBlank = true # `true` opens external links in a new tab. - fractions = true # `false` disables smart fractions (e.g. 5/12 formatted as a fraction). - smartypants = true # `false` disables all smart punctuation substitutions (e.g. smart quotes, dashes, fractions). - extensions = ["backslashLineBreak"] - -[params] - # AUTHOR SETUP - - # Your details. - name = "Lena Smith" - role = "Professor of Artificial Intelligence" - - # Organizations/Affiliations. - # Separate multiple entries with a comma, using the form: `[ {name="Org1", url=""}, {name="Org2", url=""} ]`. - organizations = [ { name = "Stanford University", url = "" } ] - - gravatar = false # Get your avatar from Gravatar.com? (true/false) - avatar = "portrait.jpg" # Specify an avatar image (in `static/img/` folder) or delete value to disable avatar. - - # Details for the Contact Widget - email = "test@example.org" - address = "Building 1 Room 1, Stanford University, California, 90210, USA" - office_hours = """ - Monday 10:00 to 13:00
- Wednesday 09:00 to 10:00
- Otherwise email to book an appointment - """ - phone = "888 888 88 88" - skype = "echo123" - telegram = "" - keybase = "" # Your keybase.io username. - - # Enter an optional link for booking appointments (e.g. calendly.com). - appointment_url = "" - - # Discussion link (e.g. link to a forum, mailing list, or chat). - # Uncomment line below to use. - # discussion = { name = "Discuss", url = "https://discourse.gohugo.io" } - - # Enable/disable map in Contact widget. - # To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose - # a map provider below. - # To use Google Maps, set `map = 1` and enter your API key that can be obtained here: - # https://developers.google.com/maps/documentation/javascript/get-api-key - # To use OpenStreetMap tiles, set `map = 2`. - # To use OpenStreetMap on a high traffic site, set `map = 3` and enter your API key that can be obtained here: - # https://www.mapbox.com/studio/account/tokens - # To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom. - # - # Map provider: - # 0: No map - # 1: Google Maps - # 2: OpenStreetMap (Mapnik) - # 3: OpenStreetMap (Mapbox) - map = 0 - map_api_key = "" - latitude = "37.4275" - longitude = "-122.1697" - zoom = 15 - - # SITE SETUP - - # Color theme. - # Choose from `default`, `ocean`, `forest`, `dark`, `apogee`, `1950s`, `coffee`, `cupcake`. - color_theme = "default" - # Enable users to switch between day and night mode? - day_night = true - - # Font style. - # Choose from `default`, `classic`, or `playfair`. - font = "default" - - # Description for social sharing and search engines. If undefined, author role is used in place. - description = "" - - # Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here. - sharing_image = "" - - # Twitter username (without @). Used when a vistor shares your site on Twitter. - twitter = "" - - # Diplay a logo in navigation bar rather than title (optional). - # To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "". - logo = "" - - # Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format ) - # Examples: "Mon, Jan 2, 2006" or "2006-01-02" - date_format = "Jan 2, 2006" - # Examples: "3:04 pm" or "15:04" - time_format = "3:04 PM" - - # Show estimated reading time for posts? - reading_time = true - - # Display comment count? Requires commenting to be enabled. - comment_count = true - - # Display next/previous section pager? - section_pager = false - - # Enable global LaTeX math rendering? - # If false, you can enable it locally on a per page basis. - math = false - - # Highlight.js options - # highlight - # Enable global source code highlighting? If false, you can - # override it for a particular page in that page's preamble. - # - # Example: highlight = true - # - # highlight_languages - # Add support for highlighting additional languages. Support for - # languages mentioned here will be included in all pages. - # - # Example: highlight_languages = ["go", "lisp", "ocaml"] - # - # highlight_style - # Choose a different CSS style for highlighting source - # code. Setting this option in a page's preamble has no - # effect. - # - # Example: highlight_style = "github-gist" - # - # For the list of supported languages and styles, see: - # https://cdnjs.com/libraries/highlight.js/ - # - # For more info on the highlighting options, see: - # https://sourcethemes.com/academic/docs/writing-markdown-latex/#highlighting-options - highlight = true - highlight_languages = [] - # highlight_style = "github" - - # Enable native social sharing buttons? - sharing = true - - # Privacy pack - # Show a cookie consent message to visitors - # Anonymize IP in Google Analytics (if enabled) - privacy_pack = false - - # Link custom CSS and JS assets - # (relative to /static/css and /static/js respectively) - custom_css = [] - custom_js = [] - - # Publication types. - # Used to categorize publications. - # The index of the publication type in the list is used as its unique numerical identifier. - # The numeric ID is used in a publication's frontmatter to categorize it. - # The language can be edited below. - # For multilingual sites, `publication_types` can be copied to each language section at the end of this file and - # translated. - publication_types = [ - 'Uncategorized', # 0 - 'Conference paper', # 1 - 'Journal article', # 2 - 'Manuscript', # 3 - 'Report', # 4 - 'Book', # 5 - 'Book section' # 6 - ] - - # Configuration of talk pages. - [params.talks] - # Show talk time? - time = true - - # Configuration of publication pages. - [params.publications] - # Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format ) - # Examples: "Mon, Jan 2, 2006" or "2006-01-02" - date_format = "January, 2006" - - # Configuration of project pages. - [params.projects] - # List publications and talks related to the project? - list_children = true - - # Post list format. - # 0 = Simple - # 1 = Detailed - # 2 = Stream - post_format = 2 - - # Publication list format. - # 0 = Simple - # 1 = Detailed - # 2 = APA - # 3 = MLA - # 4 = Stream - publication_format = 4 - - # Talk list format. - # 0 = Simple - # 1 = Detailed - # 2 = Stream - talk_format = 2 - - # Social/Academic Networking - # - # Icon pack "fab" includes the following social network icons: - # - # twitter, weibo, linkedin, github, facebook, pinterest, google-plus, - # youtube, instagram, soundcloud - # - # For email icon, use "fas" icon pack, "envelope" icon, and - # "mailto:your@email.com" as the link. - # - # Full list: https://fontawesome.com/icons - # - # Icon pack "ai" includes the following academic icons: - # - # cv, google-scholar, arxiv, orcid, researchgate, mendeley - # - # Full list: https://jpswalsh.github.io/academicons/ - - [[params.social]] - icon = "envelope" - icon_pack = "fas" - link = "#contact" # For a direct email link, use "mailto:test@example.org". - - [[params.social]] - icon = "twitter" - icon_pack = "fab" - link = "https://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 = "fab" - link = "https://github.com/gcushen" - - # Link to a PDF of your resume/CV from the About widget. - # To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. - # [[params.social]] - # icon = "cv" - # icon_pack = "ai" - # link = "files/cv.pdf" - -# Navigation Links -# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the -# desired widget in your `content/home/` folder. -# The weight parameter defines the order that the links will appear in. -[params.menus] - # Align the main menu to the right of the page? (true/false) - align_right = true - -[[menu.main]] - name = "Home" - url = "#about" - weight = 1 - -[[menu.main]] - name = "Publications" - url = "#publications_selected" - weight = 2 - -[[menu.main]] - name = "Posts" - url = "#posts" - weight = 3 - -[[menu.main]] - name = "Projects" - url = "#projects" - weight = 4 - -[[menu.main]] - name = "Tutorials" - url = "/tutorial/" - weight = 5 - -[[menu.main]] - name = "Contact" - url = "#contact" - weight = 6 - -# Link to a PDF of your resume/CV from the menu. -# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. -# [[menu.main]] -# name = "CV" -# url = "files/cv.pdf" -# weight = 7 - -# Search. -[params.search] - # Search provider: - # 0: No search engine - # 1: Built-in (Fuse) - # 2: Algolia (https://www.algolia.com) - engine = 1 - - # Configuration of Algolia search engine. - # Paste the values from your Algolia dashboard. - [params.search.algolia] - app_id = "" - api_key = "" - index_name = "" - show_logo = false - -# Taxonomies. -[taxonomies] - tag = "tags" - category = "categories" - publication_type = "publication_types" - -# Languages -# Create a [languages.X] block for each language you want, where X is the language ID. -# Refer to https://sourcethemes.com/academic/docs/language/ - -# Configure the English version of the website. -[languages.en] - languageCode = "en-us" - -# Uncomment the lines below to configure your website in a second language. -#[languages.zh] -# languageCode = "zh-Hans" -# title = "Chinese website title..." -# [languages.zh.params] -# name = "Your name in Chinese..." -# role = "Your role in Chinese..." -# [[languages.zh.menu.main]] -# name = "Wo" -# url = "#about" -# weight = 1 diff --git a/config/_default/config.toml b/config/_default/config.toml new file mode 100644 index 0000000..44fec97 --- /dev/null +++ b/config/_default/config.toml @@ -0,0 +1,62 @@ +# Configuration of Academic +# Documentation: https://sourcethemes.com/academic/ +# +# This file is formatted using TOML syntax - learn more at https://learnxinyminutes.com/docs/toml/ +# Each configuration section is defined by a name in square brackets (e.g. `[outputs]`). + +# Title of your site +title = "Academic" + +# The URL of your site. +# End your URL with a `/` trailing slash, e.g. `https://example.com/`. +baseurl = "/" + +# Enter a copyright notice to display in the site footer. +# To display a copyright symbol, type `©`. +copyright = "" + +# Enable analytics by entering your Google Analytics tracking ID +googleAnalytics = "" + +# Enable comments by entering your Disqus shortname +disqusShortname = "" + +############################ +## Advanced options below ## +############################ + +# Name of Academic theme folder in `themes/`. +theme = "academic" + +# Get last modified date for content from Git? +enableGitInfo = false + +# Default language to use (if you setup multilingual support) +defaultContentLanguage = "en" +hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages. +defaultContentLanguageInSubdir = false + +paginate = 10 # Number of items per page in paginated lists. +enableEmoji = true +footnotereturnlinkcontents = "^" +ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"] +preserveTaxonomyNames = true + +[outputs] + home = [ "HTML", "CSS", "RSS", "JSON" ] + section = [ "HTML", "RSS" ] + +# Configure BlackFriday Markdown rendering. +# See: https://gohugo.io/getting-started/configuration/#configure-blackfriday +[blackfriday] + hrefTargetBlank = true # `true` opens external links in a new tab. See https://github.com/gohugoio/hugo/issues/2424 + angledQuotes = false + latexDashes = true + extensions = ["backslashLineBreak"] + +# Taxonomies. +[taxonomies] + tag = "tags" + category = "categories" + publication_type = "publication_types" + author = "authors" diff --git a/config/_default/languages.toml b/config/_default/languages.toml new file mode 100644 index 0000000..7e9925d --- /dev/null +++ b/config/_default/languages.toml @@ -0,0 +1,18 @@ +# Languages +# Create a `[X]` block for each language you want, where X is the language ID. +# Refer to https://sourcethemes.com/academic/docs/language/ + +# Configure the English version of the site. +[en] + languageCode = "en-us" + +# Uncomment the lines below to configure your website in a second language. +#[zh] +# languageCode = "zh-Hans" +# title = "Chinese website title..." +# [languages.zh.params] +# description = "Site description in Chinese..." +# [[languages.zh.menu.main]] +# name = "Wo" +# url = "#about" +# weight = 1 diff --git a/config/_default/menus.toml b/config/_default/menus.toml new file mode 100644 index 0000000..ae68c22 --- /dev/null +++ b/config/_default/menus.toml @@ -0,0 +1,41 @@ +# Navigation Links +# To link a homepage widget, specify the URL as a hash `#` followed by the filename of the +# desired widget in your `content/home/` folder. +# The weight parameter defines the order that the links will appear in. + +[[main]] + name = "Home" + url = "#about" + weight = 1 + +[[main]] + name = "Publications" + url = "#publications_featured" + weight = 2 + +[[main]] + name = "Posts" + url = "#posts" + weight = 3 + +[[main]] + name = "Projects" + url = "#projects" + weight = 4 + +[[main]] + name = "Tutorials" + url = "/tutorial/" + weight = 5 + +[[main]] + name = "Contact" + url = "#contact" + weight = 6 + +# Link to a PDF of your resume/CV from the menu. +# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. +# [[main]] +# name = "CV" +# url = "files/cv.pdf" +# weight = 7 diff --git a/config/_default/params.toml b/config/_default/params.toml new file mode 100644 index 0000000..10984ab --- /dev/null +++ b/config/_default/params.toml @@ -0,0 +1,178 @@ +# SITE SETUP +# Documentation: https://sourcethemes.com/academic/ + +# Color theme. +# Choose from `default`, `ocean`, `forest`, `dark`, `apogee`, `1950s`, `coffee`, `cupcake`. +color_theme = "default" +# Enable users to switch between day and night mode? +day_night = true + +# Font style. +# Choose from `default`, `classic`, or `playfair`. +font = "default" + +# Description for social sharing and search engines. If undefined, superuser role is used in place. +description = "" + +# Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here. +sharing_image = "" + +# Twitter username (without @). Used when a vistor shares your site on Twitter. +twitter = "" + +# Diplay a logo in navigation bar rather than title (optional). +# To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "". +logo = "" + +# Date and time format (refer to https://sourcethemes.com/academic/docs/customization/#date-format ) +# Examples: "Mon, Jan 2, 2006" or "2006-01-02" +date_format = "Jan 2, 2006" +# Examples: "3:04 pm" or "15:04" +time_format = "3:04 PM" + +# Show estimated reading time for posts? +reading_time = true + +# Display comment count? Requires commenting to be enabled. +comment_count = true + +# Display next/previous section pager? +section_pager = false + +# Enable global LaTeX math rendering? +# If false, you can enable it locally on a per page basis. +math = false + +# Enable global source code highlighting? true/false +# Documentation: https://sourcethemes.com/academic/docs/writing-markdown-latex/#highlighting-options +highlight = true +# highlight_languages = ["r"] # Add support for highlighting additional languages +# highlight_style = "github" # For supported styles, see https://cdnjs.com/libraries/highlight.js/ + +# Enable native social sharing buttons? +sharing = true + +# Privacy pack +# Show a cookie consent message to visitors +# Anonymize IP in Google Analytics (if enabled) +privacy_pack = false + +# Get user avatars from Gravatar.com? (true/false) +gravatar = false + +# Contact Widget setup + email = "test@example.org" + address = "Building 1 Room 1, Stanford University, California, 90210, USA" + # Office hours: use `
` to insert a line break, or set to "" to remove office hours + office_hours = """Monday 10:00 to 13:00
+ Wednesday 09:00 to 10:00
+ Otherwise email to book an appointment""" + phone = "888 888 88 88" + skype = "echo123" + telegram = "" + keybase = "" # Your keybase.io username. + + # Enter an optional link for booking appointments (e.g. calendly.com). + appointment_url = "" + + # Discussion link (e.g. link to a forum, mailing list, or chat). + # Uncomment line below to use. + # discussion = { name = "Discuss", url = "https://discourse.gohugo.io" } + + # Enable/disable map in Contact widget. + # To show your address on a map in the contact widget, you need to enter your latitude, longitude and choose + # a map provider below. + # To use Google Maps, set `map = 1` and enter your API key that can be obtained here: + # https://developers.google.com/maps/documentation/javascript/get-api-key + # To use OpenStreetMap tiles, set `map = 2`. + # To use OpenStreetMap on a high traffic site, set `map = 3` and enter your API key that can be obtained here: + # https://www.mapbox.com/studio/account/tokens + # To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom. + # + # Map provider: + # 0: No map + # 1: Google Maps + # 2: OpenStreetMap (Mapnik) + # 3: OpenStreetMap (Mapbox) + map = 0 + map_api_key = "" + latitude = "37.4275" + longitude = "-122.1697" + zoom = 15 + +# Publication types. +# Used to categorize publications. +# The index of the publication type in the list is used as its unique numerical identifier. +# The numeric ID is used in a publication's frontmatter to categorize it. +# The language can be edited below. +# For multilingual sites, `publication_types` can be copied to each language section at the end of this file and +# translated. +publication_types = [ + 'Uncategorized', # 0 + 'Conference paper', # 1 + 'Journal article', # 2 + 'Manuscript', # 3 + 'Report', # 4 + 'Book', # 5 + 'Book section' # 6 +] + +# Align the main menu to the right of the page? (true/false) +menu_align_right = true + +# Link custom CSS and JS assets +# (relative to /static/css and /static/js respectively) +custom_css = [] +custom_js = [] + +# Configuration of talk pages. +[talks] + # Show talk time? + time = true + +# Configuration of publication pages. +[publications] + # Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format ) + # Examples: "Mon, Jan 2, 2006" or "2006-01-02" + date_format = "January, 2006" + +# Configuration of project pages. +[projects] + # List publications and talks related to the project? + list_children = true + + # Post list format. + # 0 = Simple + # 1 = Detailed + # 2 = Stream + post_format = 2 + + # Publication list format. + # 0 = Simple + # 1 = Detailed + # 2 = APA + # 3 = MLA + # 4 = Stream + publication_format = 4 + + # Talk list format. + # 0 = Simple + # 1 = Detailed + # 2 = Stream + talk_format = 2 + +# Search. +[search] + # Search provider: + # 0: No search engine + # 1: Built-in (Fuse) + # 2: Algolia (https://www.algolia.com) + engine = 1 + + # Configuration of Algolia search engine. + # Paste the values from your Algolia dashboard. + [search.algolia] + app_id = "" + api_key = "" + index_name = "" + show_logo = false diff --git a/content/author/admin/_index.md b/content/author/admin/_index.md new file mode 100644 index 0000000..b15df05 --- /dev/null +++ b/content/author/admin/_index.md @@ -0,0 +1,93 @@ ++++ +# Display name +name = "Nelson Bighetti" + +# Is this the primary user of the site? +superuser = true + +# Role/position +role = "Professor of Artificial Intelligence" + +# Organizations/Affiliations +# Separate multiple entries with a comma, using the form: `[ {name="Org1", url=""}, {name="Org2", url=""} ]`. +organizations = [ { name = "Stanford University", url = "" } ] + +# Short bio (displayed in user profile at end of posts) +bio = "My research interests include distributed robotics, mobile computing and programmable matter." + +# Enter email to display Gravatar (if Gravatar enabled in Config) +email = "" + +# List (academic) interests or hobbies +interests = [ + "Artificial Intelligence", + "Computational Linguistics", + "Information Retrieval" +] + +# List 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 + +# Social/Academic Networking +# +# Icon pack "fab" includes the following social network icons: +# +# twitter, weibo, linkedin, github, facebook, pinterest, google-plus, +# youtube, instagram, soundcloud +# +# For email icon, use "fas" icon pack, "envelope" icon, and +# "mailto:your@email.com" as the link. +# +# Full list: https://fontawesome.com/icons +# +# Icon pack "ai" includes the following academic icons: +# +# cv, google-scholar, arxiv, orcid, researchgate, mendeley +# +# Full list: https://jpswalsh.github.io/academicons/ + +[[social]] + icon = "envelope" + icon_pack = "fas" + link = "#contact" # For a direct email link, use "mailto:test@example.org". + +[[social]] + icon = "twitter" + icon_pack = "fab" + link = "https://twitter.com/GeorgeCushen" + +[[social]] + icon = "google-scholar" + icon_pack = "ai" + link = "https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ" + +[[social]] + icon = "github" + icon_pack = "fab" + link = "https://github.com/gcushen" + +# Link to a PDF of your resume/CV from the About widget. +# To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below. +# [[social]] +# icon = "cv" +# icon_pack = "ai" +# link = "files/cv.pdf" + ++++ + +Nelson Bighetti is a professor of artificial intelligence at the Stanford AI Lab. His research interests include distributed robotics, mobile computing and programmable matter. He 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/static/img/portrait.jpg b/content/author/admin/avatar.jpg similarity index 100% rename from static/img/portrait.jpg rename to content/author/admin/avatar.jpg diff --git a/content/home/about.md b/content/home/about.md index 2075fe2..9284093 100644 --- a/content/home/about.md +++ b/content/home/about.md @@ -1,40 +1,13 @@ +++ # About/Biography widget. -widget = "about" -active = true +widget = "about" # Do not modify this line! +active = true # Activate this widget? true/false +weight = 5 # Order that this section will appear in. date = 2016-04-20T00:00:00 -# Order that this section will appear in. -weight = 5 +title = "Biography" -# 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 - +# Choose the user profile to display +# This should be the username of a profile in your `content/author/` folder. +author = "Admin" +++ - -# 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/publications.md b/content/home/publications.md index cc71e42..8a4760d 100644 --- a/content/home/publications.md +++ b/content/home/publications.md @@ -33,7 +33,7 @@ list_format = 4 # 6: Book chapter publication_type = "-1" -# Exclude publications that are shown in the Selected Publications widget? -exclude_selected = false +# Exclude publications that are shown in the Featured Publications widget? +exclude_featured = false +++ diff --git a/content/home/publications_selected.md b/content/home/publications_featured.md similarity index 77% rename from content/home/publications_selected.md rename to content/home/publications_featured.md index ca9a5ae..2b6839f 100644 --- a/content/home/publications_selected.md +++ b/content/home/publications_featured.md @@ -1,12 +1,12 @@ +++ -# Selected Publications widget. +# Featured Publications widget. # This widget displays publications from `content/publication/` which have -# `selected = true` in their `+++` front matter. -widget = "publications_selected" +# `featured = true` in their `+++` front matter. +widget = "publications_featured" active = true date = 2016-04-20T00:00:00 -title = "Selected Publications" +title = "Featured Publications" subtitle = "" # Order that this section will appear in. diff --git a/content/home/talks.md b/content/home/talks.md index e293f1c..37ec9c3 100644 --- a/content/home/talks.md +++ b/content/home/talks.md @@ -19,7 +19,7 @@ count = 10 # 2 = Stream list_format = 2 -# Exclude talks that are shown in the Selected Talks widget? -exclude_selected = false +# Exclude talks that are shown in the Featured Talks widget? +exclude_featured = false +++ diff --git a/content/home/talks_selected.md b/content/home/talks_featured.md similarity index 72% rename from content/home/talks_selected.md rename to content/home/talks_featured.md index bf7e667..3084617 100644 --- a/content/home/talks_selected.md +++ b/content/home/talks_featured.md @@ -1,10 +1,10 @@ +++ -# Selected Talks widget. -widget = "talks_selected" +# Featured Talks widget. +widget = "talks_featured" active = false date = 2016-04-20T00:00:00 -title = "Selected Talks" +title = "Featured Talks" subtitle = "" # Order that this section will appear in. diff --git a/netlify.toml b/netlify.toml index 0bc46c9..5bc7fed 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,6 +3,6 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.50" + HUGO_VERSION = "0.53" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" diff --git a/static/img/.gitkeep b/static/img/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/themes/academic b/themes/academic index b68a099..ae8a86a 160000 --- a/themes/academic +++ b/themes/academic @@ -1 +1 @@ -Subproject commit b68a0995f68e067a75267838da0aa1d52fba9da2 +Subproject commit ae8a86a04794ce5489b9686957045ef1f70ac859