1
0

Spell checking
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jens True 2022-02-13 18:45:36 +01:00
parent af5165a4ee
commit 882b65f0eb
9 changed files with 19 additions and 106 deletions

@ -6,8 +6,6 @@ weight: 40
title: "Experience"
subtitle: "Work and education related"
date_format: "Jan 2006"
experience:
- title: "Software Engineer"
company: "Phillips-Medisize A/S"
@ -18,9 +16,10 @@ experience:
date_end: ""
description: >
Software Engineer on medical devices
- Embedded programming, drivers and services in C/C++
- Embedded programming, drivers, and services in C/C++
- Control theory
- Product development under QMS - ISO 13485
- Software lead
- title: "Bachelor in Electronic Engineering"
company: "AU - Aarhus University"
@ -36,7 +35,7 @@ experience:
- Elective classes
- Advanced Digital Design
- Advanced Software Development
- IOT
- IOT - Internet of Things
- Big Data/Machine Learning
- Bachelor project
- _Mocking hardware in software to facilitate automated testing of embedded devices_
@ -49,8 +48,9 @@ experience:
date_start: "2010-01-01"
date_end: "2019-01-01"
description: >
Development support technician. Primary employment focusing on development and supporting in development related tasks.
Development support technician. Primary employment focused on software development and support in development-related tasks.
- Embedded software
- Web development
- Customer support and hardware servicing
- Windows software and server applications

@ -40,10 +40,10 @@ Additional features that may be implemented one day if there is interest or desi
- Separate configuration interface.
- Support for additional USB relays.
- Support for relays that do not enumate as COM ports. (USB-HID, TCP, UDP etc).
- Import/Export from Manage2Sail
- Import/Export from and from Manage2Sail and/or SailWave
- Internationalization and localization to other languages than Danish.
- Documentation and tooltips in the UI.
- Fuzzy search for large regattas.
- Fuzzy search among competitors for large regattas.
- Creation of participants in the application.
- .NET6 support

@ -1,17 +1,10 @@
---
# Page title
title: Sail Racing Library
# Page summary for search engines.
title: Sail Racing Library
summary: Terms, abbreviations, ticks, tricks and much more related to sailboat racing.
# Date page published
date: 2021-05-23
# Academic page type (do not modify).
type: book
# Position of this page in the menu. Remove this option to sort alphabetically.
weight: 1
---
- Instruments

@ -28,7 +28,7 @@ item:
date_start: "2015-05-01"
date_end: "2017-10-01"
description: >
Training for the danish national sailing league and particpating as bowman for my sailing club.
Training for the danish national sailing league and participating as a bowman for my sailing club.
- J/80 (practice)
- J/70 (racing)
@ -44,5 +44,5 @@ item:
date_start: "2009-04-01"
date_end: "2014-10-01"
description: >
Coaching kids aging from 8 to 15 in various youth classes. Optimist, Zoom8, 29er, Europe, Laser etc. Hosting semiars covering the rules of sailing. Member of planning committee for racing events.
Coaching kids aged 8 to 15 in various youth classes, such as Optimist, Zoom8, 29er, Europe, Laser, etc. Hosting seminars covering the rules of sailing. Member of the planning committee for racing events.
---

@ -6,6 +6,6 @@ title: "Intro"
design:
columns: "1"
---
Dedicated sailor through most of my life. Ranging from family crusing and dinghy sailing to coaching and race offical work.
Dedicated sailor throughout most of my life. Ranging from family cruising and dinghy sailing to coaching and race official work.
> _"A Bad Day Sailing Is Better Than Good Day At Work."_

@ -5,14 +5,12 @@ weight: 45
title: "Race offical experience"
date_format: "Jan 2006"
experience:
- title: "National Judge (NJ)"
company: "Danish Sailing Association"
company_url: "http://sejlsport.dk/"
date_start: "2015-03-10"
description: "Judging at national level for fleet racing events. Primarily dinghy/youth events with on water rule 42. Passed national and international seminar."
description: "Judging at national and international level for fleet racing events. Primarily dinghy/youth events with on-water RRS42 (Appendix P). Passed the national and the international seminar."
- title: "Umpire"
company: "Danish Sailing Association"
@ -24,5 +22,5 @@ experience:
company: "Danish Sailing Association"
company_url: "http://sejlsport.dk/"
date_start: "2014-05-01"
description: "Rule 42 (Appendix P) seminar."
description: "RRS42 (Appendix P) seminar."
---

@ -1,82 +0,0 @@
# Page Sharer
# Documentation: https://sourcethemes.com/academic/docs/customization/#page-sharer
[[buttons]]
id = "twitter"
url = "https://twitter.com/intent/tweet?url={url}&text={title}"
title = "Twitter"
icon_pack = "fab"
icon = "twitter"
enable = true
[[buttons]]
id = "facebook"
url = "https://www.facebook.com/sharer.php?u={url}&t={title}"
title = "Facebook"
icon_pack = "fab"
icon = "facebook"
enable = true
[[buttons]]
id = "email"
url = "mailto:?subject={title}&body={url}"
title = "Email"
icon_pack = "fas"
icon = "envelope"
enable = true
[[buttons]]
id = "linkedin"
url = "https://www.linkedin.com/shareArticle?url={url}&title={title}"
title = "LinkedIn"
icon_pack = "fab"
icon = "linkedin-in"
enable = true
[[buttons]]
id = "whatsapp"
url = "whatsapp://send?text={title}%20{url}"
title = "WhatsApp"
icon_pack = "fab"
icon = "whatsapp"
enable = true
[[buttons]]
id = "weibo"
url = "https://service.weibo.com/share/share.php?url={url}&title={title}"
title = "Weibo"
icon_pack = "fab"
icon = "weibo"
enable = true
[[buttons]]
id = "reddit"
url = "https://reddit.com/submit?url={url}&title={title}"
title = "Reddit"
icon_pack = "fab"
icon = "reddit-alien"
enable = false
[[buttons]]
id = "pinterest"
url = "https://pinterest.com/pin/create/link/?url={url}&description={title}"
title = "Pinterest"
icon_pack = "fab"
icon = "pinterest"
enable = false
[[buttons]]
id = "xing"
url = "https://www.xing.com/spi/shares/new?url={url}&title={title}"
title = "Xing"
icon_pack = "fab"
icon = "xing"
enable = false
[[buttons]]
id = "tumblr"
url = "https://www.tumblr.com/widgets/share/tool?canonicalUrl={url}&title={title}"
title = "Tumblr"
icon_pack = "fab"
icon = "tumblr"
enable = false

4
go.mod

@ -4,6 +4,6 @@ go 1.15
require (
github.com/wowchemy/wowchemy-hugo-modules/v5 v5.3.0
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220209002342-6224270ab3b1 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220209002342-6224270ab3b1 // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220213171252-6ca1b15ab47d // indirect
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220213171252-6ca1b15ab47d // indirect
)

4
go.sum

@ -27,6 +27,8 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220122152657-
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220122152657-2ccc34471cfa/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220209002342-6224270ab3b1 h1:gUvcWj6ruGFxu34jae0KGaJ4Y94FUgc9j1ke101Cg1k=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220209002342-6224270ab3b1/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220213171252-6ca1b15ab47d h1:uONU7ooo67FFFavRlN0rbUrpiQABsKX4GA8RWBHNM0I=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy-cms/v5 v5.0.0-20220213171252-6ca1b15ab47d/go.mod h1:Sp/AKo+2HAPi/IPHp1MEdKPmee+mzO5+efUBUPLPqPE=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210629192904-559885af86b7/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210807125257-88ec9270d03e h1:J6H85UfeOzUouIenMxv/+FT1F5XlfzjuZYfMFdRux8Y=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20210807125257-88ec9270d03e/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
@ -54,3 +56,5 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220122152657-2ccc
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220122152657-2ccc34471cfa/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220209002342-6224270ab3b1 h1:NbJ4LiUw+03pCc4DUKUV7Qk3jrwLsNokjzKd9xpKiMA=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220209002342-6224270ab3b1/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220213171252-6ca1b15ab47d h1:N5damWvtILZVscFXVZ7VMXwNL9OvOvLJxpfIXs1NDSs=
github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5 v5.0.0-20220213171252-6ca1b15ab47d/go.mod h1:2iL9rdrUYyJXX2BeHKfK+QbqZlubCsaR60nQ87NRQTY=