1
0

Update with new course
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-01-17 13:36:21 +00:00
parent d0669725b0
commit 503ab0f29a
5 changed files with 20 additions and 6 deletions

View File

@ -17,7 +17,8 @@ removePathAccents: true
enableGitInfo: true enableGitInfo: true
summaryLength: 30 summaryLength: 30
paginate: 10000 pagination:
pagerSize: 10000
enableEmoji: true enableEmoji: true
enableRobotsTXT: true enableRobotsTXT: true
footnotereturnlinkcontents: "<sup>^</sup>" footnotereturnlinkcontents: "<sup>^</sup>"

View File

@ -1,6 +1,6 @@
--- ---
widget: "accomplishments" widget: "accomplishments"
headless: true headless: true
weight: 45 weight: 45
title: "Courses" title: "Courses"
@ -69,14 +69,14 @@ item:
- organization: "medicaldeviceHQ" - organization: "medicaldeviceHQ"
organization_url: https://medicaldevicehq.com/ organization_url: https://medicaldevicehq.com/
title: "Risk Management for Medical Devices and ISO 14971:2019" title: "Risk Management for Medical Devices and ISO 14971:2019"
url: https://www.credential.net/019bf8fb-3725-41d2-b267-38e19b22a71a?key=e4021d89e56370fd6995475c0ff5bdc123dddc83e100514801bd9ef480ebb0ba#gs.82vz01 url: /pdf/certificates/RiskManagementforMedicalDevicesandISO14971_2019.pdf
date_start: "2024-02-23" date_start: "2024-02-23"
description: Blended classroom and online training. description: Blended classroom and online training.
- organization: "medicaldeviceHQ" - organization: "medicaldeviceHQ"
organization_url: https://medicaldevicehq.com/ organization_url: https://medicaldevicehq.com/
title: "Introduction to Safety for Electrical Medical Devices and IEC 60601" title: "Introduction to Safety for Electrical Medical Devices and IEC 60601"
url: https://www.credential.net/87beca3d-06af-4e2d-b023-364542df429a?key=dad188bb614ee747e23bf71c919d4437f6c951f17c667357a10568dbba6583c0#gs.82scio url: /pdf/certificates/IntroductiontoSafetyforElectricalMedicalDevicesandIEC60601.pdf
date_start: "2024-04-17" date_start: "2024-04-17"
description: > description: >
Learning goals: Learning goals:
@ -85,4 +85,15 @@ item:
- Strengthen your communication skills in the area of basic safety for medical devices. - Strengthen your communication skills in the area of basic safety for medical devices.
- Build awareness of effective management of safety throughout the product lifecycle. - Build awareness of effective management of safety throughout the product lifecycle.
- organization: "medicaldeviceHQ"
organization_url: https://medicaldevicehq.com/
title: "Introduction to SaMD, IEC 62304 and IEC 82304-1"
url: /pdf/certificates/IntroductiontoSaMD,IEC62304andIEC82304-1.pdf
date_start: "2025-01-14"
description: >
Learning goals:
- Know how to create high quality software
- Know how to create safe software
- Be able to manage software in a way that adds value to you
--- ---

2
go.mod
View File

@ -7,5 +7,5 @@ require (
github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-core v0.3.1 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.1 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.1 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 // indirect
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2 // indirect github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3 // indirect
) )

2
go.sum
View File

@ -8,6 +8,8 @@ github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2 h1:AyH1p
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2/go.mod h1:F7quX1aEkV2pToTpmDBXOSTkytAnCKkqv/JFLclqa2g= github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-reveal v1.1.2/go.mod h1:F7quX1aEkV2pToTpmDBXOSTkytAnCKkqv/JFLclqa2g=
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2 h1:ccb5jQLKqiFFht24e6+yW9eie1yIm81/K1xhs7ZHZlM= github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2 h1:ccb5jQLKqiFFht24e6+yW9eie1yIm81/K1xhs7ZHZlM=
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2/go.mod h1:NsESu6cEms1DgH84icCyylElg2Zu8A0f7Fma5JR0LZE= github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.2/go.mod h1:NsESu6cEms1DgH84icCyylElg2Zu8A0f7Fma5JR0LZE=
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3 h1:pg2uBp1kvNmhy+OmhjWnbPYU6diIcn8m8h3bzf82j8k=
github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3/go.mod h1:NsESu6cEms1DgH84icCyylElg2Zu8A0f7Fma5JR0LZE=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.1.0/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.1.0/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.2.0/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.2.0/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I=
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.2.1-0.20231101183355-53a94b591ea8/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I= github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-core v0.2.1-0.20231101183355-53a94b591ea8/go.mod h1:kJwI9H8dicHQCnP8G9EvUDI+oNg/yXcGsjGjwjXuM8I=