Added section for sailing
This commit is contained in:
@ -9,13 +9,8 @@
|
||||
weight = 10
|
||||
|
||||
[[main]]
|
||||
name = "Projects"
|
||||
url = "#projects"
|
||||
weight = 20
|
||||
|
||||
[[main]]
|
||||
name = "Resume"
|
||||
url = "#projects"
|
||||
name = "Experience"
|
||||
url = "#experience"
|
||||
weight = 30
|
||||
|
||||
[[main]]
|
||||
|
@ -23,7 +23,7 @@ bio: Electronic engineer with a strong focus on embedded software development.
|
||||
interests:
|
||||
- Embedded software
|
||||
- Control theory
|
||||
- Continous Integration
|
||||
- Continuous Integration
|
||||
|
||||
education:
|
||||
courses:
|
||||
@ -61,6 +61,4 @@ email: ""
|
||||
#- Visitors
|
||||
---
|
||||
|
||||
Employee at Phillips-Medisize working on a wide range of electronic projects mainly focused towards low level embedded programming and control theory.
|
||||
|
||||
|
||||
Jens True is an employee at Phillips-Medisize working on a wide range of electronic projects, mainly focusing on low level embedded programming and control theory.
|
@ -2,7 +2,7 @@
|
||||
# Accomplishments widget.
|
||||
widget = "accomplishments" # 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 = 50 # Order that this section will appear.
|
||||
|
||||
title = "Accomplish­ments"
|
||||
|
@ -18,27 +18,21 @@ date_format = "Jan 2006"
|
||||
# Leave `date_end` empty if it's your current employer.
|
||||
# Begin/end multi-line descriptions with 3 quotes `"""`.
|
||||
[[experience]]
|
||||
title = "CEO"
|
||||
company = "GenCoin"
|
||||
company_url = ""
|
||||
location = "California"
|
||||
date_start = "2017-01-01"
|
||||
title = "Software Engineer"
|
||||
company = "Phillips-Medisize A/S"
|
||||
company_url = "https://www.phillipsmedisize.com/"
|
||||
location = "Struer, Denmark"
|
||||
date_start = "2019-06-17"
|
||||
date_end = ""
|
||||
description = """
|
||||
Responsibilities include:
|
||||
|
||||
* Analysing
|
||||
* Modelling
|
||||
* Deploying
|
||||
"""
|
||||
description = """Software Engineer on medical devices. Embedded programming. Drivers. PID regulation."""
|
||||
|
||||
[[experience]]
|
||||
title = "Professor"
|
||||
company = "University X"
|
||||
company_url = ""
|
||||
location = "California"
|
||||
date_start = "2016-01-01"
|
||||
date_end = "2016-12-31"
|
||||
description = """Taught electronic engineering and researched semiconductor physics."""
|
||||
title = "Development technician"
|
||||
company = "LEAX A/S"
|
||||
company_url = "http://leax.dk"
|
||||
location = "Lemvig, Denmark"
|
||||
date_start = "2010-01-01"
|
||||
date_end = "2019-01-01"
|
||||
description = """Customer support. Web and Embedded development."""
|
||||
|
||||
+++
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
widget = "featured" # 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 = 80 # Order that this section will appear.
|
||||
|
||||
title = "Featured Publications"
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
widget = "pages" # 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 = 60 # Order that this section will appear.
|
||||
|
||||
title = "Recent Posts"
|
||||
|
@ -2,7 +2,7 @@
|
||||
# A Projects section created with the Portfolio widget.
|
||||
widget = "portfolio" # 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 = 65 # Order that this section will appear.
|
||||
|
||||
title = "Projects"
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
widget = "pages" # 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 = 90 # Order that this section will appear.
|
||||
|
||||
title = "Recent Publications"
|
||||
|
41
content/home/sailing.md
Normal file
41
content/home/sailing.md
Normal file
@ -0,0 +1,41 @@
|
||||
+++
|
||||
# Experience widget.
|
||||
widget = "experience" # See https://sourcethemes.com/academic/docs/page-builder/
|
||||
headless = true # This file represents a page section.
|
||||
active = true # Activate this widget? true/false
|
||||
weight = 45 # Order that this section will appear.
|
||||
|
||||
title = "Sailing"
|
||||
subtitle = "Race offical experience"
|
||||
|
||||
# Date format for experience
|
||||
# Refer to https://sourcethemes.com/academic/docs/customization/#date-format
|
||||
date_format = "Jan 2006"
|
||||
|
||||
# Experiences.
|
||||
# Add/remove as many `[[experience]]` blocks below as you like.
|
||||
# Required fields are `title`, `company`, and `date_start`.
|
||||
# Leave `date_end` empty if it's your current employer.
|
||||
# Begin/end multi-line descriptions with 3 quotes `"""`.
|
||||
[[experience]]
|
||||
title = "National Judge"
|
||||
company = "Danish Sailing Association"
|
||||
company_url = "http://sejlsport.dk/"
|
||||
date_start = "2015-03-10"
|
||||
# description = """"""
|
||||
|
||||
[[experience]]
|
||||
title = "Umpire"
|
||||
company = "Danish Sailing Association"
|
||||
company_url = "http://sejlsport.dk/"
|
||||
date_start = "2014-08-17"
|
||||
description = """Matchracing umpire at regional level."""
|
||||
|
||||
[[experience]]
|
||||
title = "Rule 42 Seminar"
|
||||
company = "Danish Sailing Association"
|
||||
company_url = "http://sejlsport.dk/"
|
||||
date_start = "2014-05-01"
|
||||
description = """Rule 42 (Appendix P) seminar.
|
||||
"""
|
||||
+++
|
@ -15,21 +15,21 @@ subtitle = ""
|
||||
# For available icons, see: https://sourcethemes.com/academic/docs/widgets/#icons
|
||||
|
||||
[[feature]]
|
||||
icon = "r-project"
|
||||
icon_pack = "fab"
|
||||
name = "R"
|
||||
description = "90%"
|
||||
icon = "microchip"
|
||||
icon_pack = "fa"
|
||||
name = "C, C++, Assembly"
|
||||
description = "Embedded programming. AVR, ARM, PIC microcontrollers…"
|
||||
|
||||
[[feature]]
|
||||
icon = "chart-line"
|
||||
icon_pack = "fas"
|
||||
name = "Statistics"
|
||||
description = "100%"
|
||||
icon = "server"
|
||||
icon_pack = "fa"
|
||||
name = "Linux"
|
||||
description = "Linux development, for embedded systems and servers. Docker, RDBMs, package managers…"
|
||||
|
||||
[[feature]]
|
||||
icon = "camera-retro"
|
||||
icon_pack = "fas"
|
||||
name = "Photography"
|
||||
description = "10%"
|
||||
icon = "code"
|
||||
icon_pack = "fa"
|
||||
name = "Webdevelopment"
|
||||
description = "Webdevolpment. HTML/JS, PHP, SQL, NodeJS, WebSockets…"
|
||||
|
||||
+++
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Tag Cloud widget.
|
||||
widget = "tag_cloud" # 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 = 120 # Order that this section will appear.
|
||||
|
||||
title = "Popular Topics"
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
widget = "pages" # 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 = 70 # Order that this section will appear.
|
||||
|
||||
title = "Recent & Upcoming Talks"
|
||||
|
Reference in New Issue
Block a user