Added basic info and layout

This commit is contained in:
2021-01-30 00:31:32 +01:00
parent fc9026998b
commit 31f0d87b64
14 changed files with 75 additions and 60 deletions

View File

@@ -6,11 +6,11 @@
# Each configuration section is defined by a name in square brackets (e.g. `[outputs]`). # Each configuration section is defined by a name in square brackets (e.g. `[outputs]`).
# Title of your site # Title of your site
title = "Academic" title = "Francisco Penedo Álvarez"
# The URL of your site. # The URL of your site.
# End your URL with a `/` trailing slash, e.g. `https://example.com/`. # End your URL with a `/` trailing slash, e.g. `https://example.com/`.
baseurl = "" baseurl = "https://franpenedo.com/"
# Enter a copyright notice to display in the site footer. # Enter a copyright notice to display in the site footer.
# To display a copyright symbol, type `©`. For current year, type `{year}`. # To display a copyright symbol, type `©`. For current year, type `{year}`.
@@ -21,7 +21,7 @@ copyright = ""
############################ ############################
# Get last modified date for content from Git? # Get last modified date for content from Git?
enableGitInfo = false enableGitInfo = true
# Default language to use (if you setup multilingual support) # Default language to use (if you setup multilingual support)
defaultContentLanguage = "en" defaultContentLanguage = "en"

View File

@@ -8,20 +8,20 @@
url = "#about" url = "#about"
weight = 10 weight = 10
[[main]] # [[main]]
name = "Posts" # name = "Posts"
url = "#posts" # url = "#posts"
weight = 20 # weight = 20
[[main]] [[main]]
name = "Projects" name = "Projects"
url = "#projects" url = "#projects"
weight = 30 weight = 30
[[main]] # [[main]]
name = "Talks" # name = "Talks"
url = "#talks" # url = "#talks"
weight = 40 # weight = 40
[[main]] [[main]]
name = "Publications" name = "Publications"

View File

@@ -62,7 +62,7 @@ highlight_languages = ["r"] # Add support for highlighting additional languages
# Enable LaTeX math rendering? true/false # Enable LaTeX math rendering? true/false
# If false, you can enable math on a per page basis as needed. # If false, you can enable math on a per page basis as needed.
math = false math = true
# Enable diagram rendering? true/false # Enable diagram rendering? true/false
# If false, you can enable diagrams on a per page basis as needed. # If false, you can enable diagrams on a per page basis as needed.
@@ -88,35 +88,36 @@ show_related = {book = true, page = false, post = true, project = true, publicat
############################ ############################
# Enter contact details (optional). To hide a field, clear it to "". # Enter contact details (optional). To hide a field, clear it to "".
email = "test@example.org" email = "contact@franpenedo.com"
phone = "888 888 88 88" phone = ""
# Address # Address
# For country_code, use the 2-letter ISO code (see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 ) # For country_code, use the 2-letter ISO code (see https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2 )
address = {street = "450 Serra Mall", city = "Stanford", region = "CA", postcode = "94305", country = "United States", country_code = "US"} # address = {street = "450 Serra Mall", city = "Stanford", region = "CA", postcode = "94305", country = "United States", country_code = "US"}
address = {}
# Geographic coordinates # Geographic coordinates
# To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom. # To get your coordinates, right-click on Google Maps and choose "What's here?". The coords will show up at the bottom.
coordinates = {latitude = "37.4275", longitude = "-122.1697"} # coordinates = {latitude = "37.4275", longitude = "-122.1697"}
# Directions for visitors to locate you. # Directions for visitors to locate you.
directions = "Enter Building 1 and take the stairs to Office 200 on Floor 2" # directions = "Enter Building 1 and take the stairs to Office 200 on Floor 2"
# Office hours # Office hours
# A list of your office hours. To remove, set to an empty list `[]`. # A list of your office hours. To remove, set to an empty list `[]`.
office_hours = ["Monday 10:00 to 13:00", "Wednesday 09:00 to 10:00"] # office_hours = ["Monday 10:00 to 13:00", "Wednesday 09:00 to 10:00"]
# Enter an optional link for booking appointments (e.g. calendly.com). # Enter an optional link for booking appointments (e.g. calendly.com).
appointment_url = "https://calendly.com" # appointment_url = "https://calendly.com"
# Contact links # Contact links
# Set to `[]` to disable, or comment out unwanted lines with a hash `#`. # Set to `[]` to disable, or comment out unwanted lines with a hash `#`.
contact_links = [ contact_links = [
{icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/Twitter"}, # {icon = "twitter", icon_pack = "fab", name = "DM Me", link = "https://twitter.com/Twitter"},
{icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"}, # {icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:echo123?call"},
{icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"}, # {icon = "keybase", icon_pack = "fab", name = "Chat on Keybase", link = "https://keybase.io/"},
{icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"}, # {icon = "comments", icon_pack = "fas", name = "Discuss on Forum", link = "https://discourse.gohugo.io"},
# {icon = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@Telegram"}, # # {icon = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@Telegram"},
] ]
############################ ############################

View File

@@ -1,39 +1,45 @@
--- ---
# Display name # Display name
title: Nelson Bighetti title: Francisco Penedo Álvarez
# Is this the primary user of the site? # Is this the primary user of the site?
superuser: true superuser: true
# Role/position/tagline # Role/position/tagline
role: Professor of Artificial Intelligence role: PhD Systems Engineering
# Organizations/Affiliations to show in About widget # Organizations/Affiliations to show in About widget
organizations: organizations:
- name: Stanford University - name: Boston University
url: https://www.stanford.edu/ url: https://www.bu.edu/
# Short bio (displayed in user profile at end of posts) # Short bio (displayed in user profile at end of posts)
bio: My research interests include distributed robotics, mobile computing and programmable matter. bio: My research interests include formal methods, temporal logics and optimization.
# Interests to show in About widget # Interests to show in About widget
interests: interests:
- Artificial Intelligence - Formal Methods
- Computational Linguistics - Temporal Logics
- Information Retrieval - Optimization
- Machine Learning
- Path Planning
- Meta-Materials
# Education to show in About widget # Education to show in About widget
education: education:
courses: courses:
- course: PhD in Artificial Intelligence - course: PhD in Systems Engineering
institution: Stanford University institution: Boston University
year: 2012 year: 2020
- course: MEng in Artificial Intelligence - course: MEng in Systems Engineering
institution: Massachusetts Institute of Technology institution: Boston University
year: 2009 year: 2020
- course: BSc in Artificial Intelligence - course: BSc in Computer Science
institution: Massachusetts Institute of Technology institution: Universidad Autónoma de Madrid
year: 2008 year: 2014
- course: BSc in Mathematics
institution: Universidad Autónoma de Madrid
year: 2014
# Social/Academic Networking # Social/Academic Networking
# For available icons, see: https://sourcethemes.com/academic/docs/page-builder/#icons # For available icons, see: https://sourcethemes.com/academic/docs/page-builder/#icons
@@ -43,18 +49,18 @@ social:
- icon: envelope - icon: envelope
icon_pack: fas icon_pack: fas
link: '/#contact' link: '/#contact'
- icon: twitter # - icon: twitter
icon_pack: fab # icon_pack: fab
link: https://twitter.com/GeorgeCushen # link: https://twitter.com/GeorgeCushen
- icon: graduation-cap # Alternatively, use `google-scholar` icon from `ai` icon pack # - icon: graduation-cap # Alternatively, use `google-scholar` icon from `ai` icon pack
icon_pack: fas # icon_pack: fas
link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ # link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ
- icon: github - icon: github
icon_pack: fab icon_pack: fab
link: https://github.com/gcushen link: https://github.com/fran-penedo/
- icon: linkedin - icon: linkedin
icon_pack: fab icon_pack: fab
link: https://www.linkedin.com/ link: https://www.linkedin.com/in/francisco-penedo-alvarez-b90468203/
# Link to a PDF of your resume/CV. # Link to a PDF of your resume/CV.
# To use: copy your resume to `static/media/resume.pdf`, enable `ai` icons in `params.toml`, # To use: copy your resume to `static/media/resume.pdf`, enable `ai` icons in `params.toml`,
@@ -70,8 +76,8 @@ email: ""
highlight_name: false highlight_name: false
--- ---
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. I am a recent graduate from [Boston University](http://www.bu.edu), where I obtained my PhD in Systems Engineering in 2020 from the [Division of Systems Engineering](http://www.bu.edu/eng/departments/se/), where I worked in the [BU Robotics Laboratory](http://sites.bu.edu/robotics/). In 2014, I obtained a BS degree in Computer Science from the [Polytechnic School](http://www.uam.es/ss/Satellite/EscuelaPolitecnica/es/home.htm), as well as a BS degree in Mathematics from the [College of Science](https://www.uam.es/Ciencias/Home.htm), both part of the [Autonomous University of Madrid](http://uam.es/UAM/Home.htm).
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. My research centers around the development of a framework to automatically synthesize and verify physical systems, specifically those modeled by partial differential equations, with constraints expressed in a user-friendly language. To this end, I employ tools and techniques from formal methods, temporal logics, optimization, machine learning and control theory.
{{< icon name="download" pack="fas" >}} Download my {{< staticref "media/demo_resume.pdf" "newtab" >}}resumé{{< /staticref >}}. {{< icon name="download" pack="fas" >}} Download my {{< staticref "media/demo_resume.pdf" "newtab" >}}resumé{{< /staticref >}}.

View File

@@ -2,6 +2,7 @@
# An instance of the Accomplishments widget. # An instance of the Accomplishments widget.
# Documentation: https://sourcethemes.com/academic/docs/page-builder/ # Documentation: https://sourcethemes.com/academic/docs/page-builder/
widget: accomplishments widget: accomplishments
active: false
# This file represents a page section. # This file represents a page section.
headless: true headless: true

View File

@@ -17,13 +17,13 @@ content:
autolink: true autolink: true
# Email form provider # Email form provider
form: # form:
provider: netlify # provider: netlify
formspree: # formspree:
id: # id:
netlify: # netlify:
# Enable CAPTCHA challenge to reduce spam? # # Enable CAPTCHA challenge to reduce spam?
captcha: false # captcha: false
design: design:
columns: '2' columns: '2'

View File

@@ -5,7 +5,7 @@
widget = "blank" # See https://wowchemy.com/docs/page-builder/ widget = "blank" # See https://wowchemy.com/docs/page-builder/
headless = true # This file represents a page section. headless = true # This file represents a page section.
active = true # Activate this widget? true/false active = false # Activate this widget? true/false
weight = 15 # Order that this section will appear. weight = 15 # Order that this section will appear.
title = "Academic Template" title = "Academic Template"

View File

@@ -2,6 +2,7 @@
# An instance of the Experience widget. # An instance of the Experience widget.
# Documentation: https://wowchemy.com/docs/page-builder/ # Documentation: https://wowchemy.com/docs/page-builder/
widget: experience widget: experience
active: false
# This file represents a page section. # This file represents a page section.
headless: true headless: true

View File

@@ -2,6 +2,7 @@
# An instance of the Featured widget. # An instance of the Featured widget.
# Documentation: https://wowchemy.com/docs/page-builder/ # Documentation: https://wowchemy.com/docs/page-builder/
widget: featured widget: featured
active: true
# This file represents a page section. # This file represents a page section.
headless: true headless: true
@@ -32,5 +33,5 @@ design:
# 2 = Compact # 2 = Compact
# 3 = Card # 3 = Card
# 4 = Citation (publication only) # 4 = Citation (publication only)
view: 3 view: 1
--- ---

View File

@@ -2,6 +2,7 @@
# An instance of the Pages widget. # An instance of the Pages widget.
# Documentation: https://wowchemy.com/docs/page-builder/ # Documentation: https://wowchemy.com/docs/page-builder/
widget: pages widget: pages
active: false
# This file represents a page section. # This file represents a page section.
headless: true headless: true

View File

@@ -2,6 +2,7 @@
# An instance of the Pages widget. # An instance of the Pages widget.
# Documentation: https://wowchemy.com/docs/page-builder/ # Documentation: https://wowchemy.com/docs/page-builder/
widget: pages widget: pages
active: false
# This file represents a page section. # This file represents a page section.
headless: true headless: true

View File

@@ -2,6 +2,7 @@
# An instance of the Featurette widget. # An instance of the Featurette widget.
# Documentation: https://wowchemy.com/docs/page-builder/ # Documentation: https://wowchemy.com/docs/page-builder/
widget: featurette widget: featurette
active: false
# This file represents a page section. # This file represents a page section.
headless: true headless: true

View File

@@ -2,6 +2,7 @@
# An instance of the Tag Cloud widget. # An instance of the Tag Cloud widget.
# Docs: https://wowchemy.com/docs/page-builder/ # Docs: https://wowchemy.com/docs/page-builder/
widget: tag_cloud widget: tag_cloud
active: false
# This file represents a page section. # This file represents a page section.
headless: true headless: true

View File

@@ -2,6 +2,7 @@
# An instance of the Pages widget. # An instance of the Pages widget.
# Documentation: https://wowchemy.com/docs/page-builder/ # Documentation: https://wowchemy.com/docs/page-builder/
widget: pages widget: pages
active: false
# This file represents a page section. # This file represents a page section.
headless: true headless: true