Initial steps
This commit is contained in:
@ -5,15 +5,15 @@
|
||||
# Each configuration section is defined by a name in square brackets (e.g. `[outputs]`).
|
||||
|
||||
# Title of your site
|
||||
title = "Academic"
|
||||
title = "Jens True"
|
||||
|
||||
# The URL of your site.
|
||||
# End your URL with a `/` trailing slash, e.g. `https://example.com/`.
|
||||
baseurl = "/"
|
||||
baseurl = "https://jcktrue.dk/"
|
||||
|
||||
# Enter a copyright notice to display in the site footer.
|
||||
# To display a copyright symbol, type `©`. For current year, type `{year}`.
|
||||
copyright = ""
|
||||
copyright = "© {year} Jens True"
|
||||
|
||||
############################
|
||||
## Advanced options below ##
|
||||
|
@ -9,18 +9,18 @@
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Posts"
|
||||
url = "#posts"
|
||||
name = "Projects"
|
||||
url = "#projects"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Projects"
|
||||
name = "Resume"
|
||||
url = "#projects"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
name = "Publications"
|
||||
url = "#featured"
|
||||
name = "Sailing"
|
||||
url = "#sailing"
|
||||
weight = 40
|
||||
|
||||
[[main]]
|
||||
|
@ -44,7 +44,7 @@ local_business_type = ""
|
||||
org_name = ""
|
||||
|
||||
# Description for social sharing and search engines. If undefined, superuser role is used in place.
|
||||
description = ""
|
||||
description = "Embedded Software Engineer"
|
||||
|
||||
############################
|
||||
## Site Features
|
||||
@ -81,35 +81,34 @@ edit_page = {repo_url = "https://github.com/gcushen/hugo-academic", content_dir
|
||||
############################
|
||||
|
||||
# Enter contact details (optional). To hide a field, clear it to "".
|
||||
email = "test@example.org"
|
||||
phone = "888 888 88 88"
|
||||
email = "jens.chr.true@gmail.com"
|
||||
phone = "+45 29 88 22 28"
|
||||
|
||||
# Address
|
||||
# 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 = "Hasselgården 3", city = "Lemvig", postcode = "7620", country = "Denmark", country_code = "DK"}
|
||||
|
||||
# Geographic coordinates
|
||||
# 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 = "56.543939", longitude = "8.415900"}
|
||||
|
||||
# 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
|
||||
# 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).
|
||||
appointment_url = "https://calendly.com"
|
||||
#appointment_url = "https://calendly.com"
|
||||
|
||||
# Contact links
|
||||
# Set to `[]` to disable, or comment out unwanted lines with a hash `#`.
|
||||
contact_links = [
|
||||
{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 = "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 = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@Telegram"},
|
||||
{icon = "at", icon_pack = "fas", name = "Email Me", link = "mailto:jens.chr.true@gmail.com"},
|
||||
{icon = "whatsapp", icon_pack = "fab", name = "WhatsApp Me", link = "https://wa.me/4529882228"},
|
||||
{icon = "telegram", icon_pack = "fab", name = "Telegram Me", link = "https://telegram.me/@jcktrue"},
|
||||
{icon = "skype", icon_pack = "fab", name = "Skype Me", link = "skype:jct-leax"},
|
||||
]
|
||||
|
||||
############################
|
||||
@ -128,19 +127,19 @@ twitter = ""
|
||||
|
||||
# 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"
|
||||
date_format = "2006-01-02"
|
||||
# Examples: "3:04 pm" or "15:04"
|
||||
time_format = "3:04 PM"
|
||||
time_format = "15:04"
|
||||
|
||||
# Address format (choose from the [address_formats] list below or add you own to the list).
|
||||
address_format = "en-us"
|
||||
address_format = "de"
|
||||
|
||||
############################
|
||||
## Advanced
|
||||
############################
|
||||
|
||||
# Main menu alignment (l = left, c = center, r = right) and logo options.
|
||||
main_menu = {align = "l", show_logo = true}
|
||||
main_menu = {align = "r", show_logo = true}
|
||||
|
||||
# Show estimated reading time for posts? (true/false)
|
||||
reading_time = true
|
||||
@ -150,7 +149,7 @@ section_pager = false
|
||||
docs_section_pager = true # Display pager in Docs layout (e.g. tutorials)?
|
||||
|
||||
# Enable in-built social sharing buttons? (true/false)
|
||||
sharing = true
|
||||
sharing = false
|
||||
|
||||
# Link authors to their profile page? (true/false)
|
||||
link_authors = true
|
||||
@ -258,7 +257,7 @@ plugins_js = []
|
||||
# 3: OpenStreetMap (Mapbox)
|
||||
engine = 2
|
||||
api_key = ""
|
||||
zoom = 15
|
||||
zoom = 10
|
||||
|
||||
############################
|
||||
## Marketing
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
# Display name
|
||||
name: Nelson Bighetti
|
||||
name: Jens Christian True
|
||||
|
||||
# Username (this should match the folder name)
|
||||
authors:
|
||||
@ -10,32 +10,29 @@ authors:
|
||||
superuser: true
|
||||
|
||||
# Role/position
|
||||
role: Professor of Artificial Intelligence
|
||||
role: Software Engineer
|
||||
|
||||
# Organizations/Affiliations
|
||||
organizations:
|
||||
- name: Stanford University
|
||||
url: ""
|
||||
- name: Phillips-Medisize A/S
|
||||
url: "https://www.phillipsmedisize.com/"
|
||||
|
||||
# Short bio (displayed in user profile at end of posts)
|
||||
bio: My research interests include distributed robotics, mobile computing and programmable matter.
|
||||
bio: Electronic engineer with a strong focus on embedded software development.
|
||||
|
||||
interests:
|
||||
- Artificial Intelligence
|
||||
- Computational Linguistics
|
||||
- Information Retrieval
|
||||
- Embedded software
|
||||
- Control theory
|
||||
- Continous Integration
|
||||
|
||||
education:
|
||||
courses:
|
||||
- course: PhD in Artificial Intelligence
|
||||
institution: Stanford University
|
||||
year: 2012
|
||||
- course: MEng in Artificial Intelligence
|
||||
institution: Massachusetts Institute of Technology
|
||||
year: 2009
|
||||
- course: BSc in Artificial Intelligence
|
||||
institution: Massachusetts Institute of Technology
|
||||
year: 2008
|
||||
- course: Bachelor of Engineering in Electronics
|
||||
institution: Aarhus University School of Engineering
|
||||
year: 2019
|
||||
- course: Highschool (STX), Mathematical line
|
||||
institution: Struer Statsgymnasium
|
||||
year: 2007
|
||||
|
||||
# Social/Academic Networking
|
||||
# For available icons, see: https://sourcethemes.com/academic/docs/page-builder/#icons
|
||||
@ -45,15 +42,9 @@ social:
|
||||
- icon: envelope
|
||||
icon_pack: fas
|
||||
link: '#contact' # For a direct email link, use "mailto:test@example.org".
|
||||
- icon: twitter
|
||||
icon_pack: fab
|
||||
link: https://twitter.com/GeorgeCushen
|
||||
- icon: google-scholar
|
||||
icon_pack: ai
|
||||
link: https://scholar.google.co.uk/citations?user=sIwtMXoAAAAJ
|
||||
- icon: github
|
||||
icon_pack: fab
|
||||
link: https://github.com/gcushen
|
||||
link: https://github.com/furyfire
|
||||
# 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.
|
||||
# - icon: cv
|
||||
@ -65,11 +56,11 @@ email: ""
|
||||
|
||||
# Organizational groups that you belong to (for People widget)
|
||||
# Set this to `[]` or comment out if you are not using People widget.
|
||||
user_groups:
|
||||
- Researchers
|
||||
- Visitors
|
||||
#user_groups:
|
||||
#- Researchers
|
||||
#- Visitors
|
||||
---
|
||||
|
||||
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.
|
||||
Employee at Phillips-Medisize working on a wide range of electronic projects mainly focused towards low level embedded programming and control theory.
|
||||
|
||||
|
||||
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.
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 104 KiB |
@ -15,6 +15,6 @@ autolink = true
|
||||
# 0: Disable email form
|
||||
# 1: Netlify (requires that the site is hosted by Netlify)
|
||||
# 2: formspree.io
|
||||
email_form = 2
|
||||
email_form = 0
|
||||
+++
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
widget = "blank" # See https://sourcethemes.com/academic/docs/page-builder/
|
||||
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.
|
||||
|
||||
title = "Academic Kickstart"
|
||||
|
Reference in New Issue
Block a user