diff --git a/config/_default/hugo.yaml b/config/_default/hugo.yaml index 3813c0f..1d25f65 100644 --- a/config/_default/hugo.yaml +++ b/config/_default/hugo.yaml @@ -17,7 +17,8 @@ removePathAccents: true enableGitInfo: true summaryLength: 30 -paginate: 10000 +pagination: + pagerSize: 10000 enableEmoji: true enableRobotsTXT: true footnotereturnlinkcontents: "^" diff --git a/content/home/training.md b/content/home/training.md index b03c1a2..1757247 100644 --- a/content/home/training.md +++ b/content/home/training.md @@ -1,6 +1,6 @@ --- -widget: "accomplishments" -headless: true +widget: "accomplishments" +headless: true weight: 45 title: "Courses" @@ -69,14 +69,14 @@ item: - organization: "medicaldeviceHQ" organization_url: https://medicaldevicehq.com/ 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" description: Blended classroom and online training. - organization: "medicaldeviceHQ" organization_url: https://medicaldevicehq.com/ 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" description: > Learning goals: @@ -85,4 +85,15 @@ item: - Strengthen your communication skills in the area of basic safety for medical devices. - 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 + --- \ No newline at end of file diff --git a/go.mod b/go.mod index 57da40f..ca6b780 100644 --- a/go.mod +++ b/go.mod @@ -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-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-seo v0.2.2 // indirect + github.com/HugoBlox/hugo-blox-builder/modules/blox-seo v0.2.3 // indirect ) diff --git a/go.sum b/go.sum index 1d74322..c136c90 100644 --- a/go.sum +++ b/go.sum @@ -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-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.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.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= diff --git a/static/pdf/certificates/IntroductiontoSaMD,IEC62304andIEC82304-1.pdf b/static/pdf/certificates/IntroductiontoSaMD,IEC62304andIEC82304-1.pdf new file mode 100644 index 0000000..3da994c Binary files /dev/null and b/static/pdf/certificates/IntroductiontoSaMD,IEC62304andIEC82304-1.pdf differ