diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss
new file mode 100644
index 0000000..f3cb367
--- /dev/null
+++ b/assets/scss/custom.scss
@@ -0,0 +1,238 @@
+// Custom styles for events
+.featured-events {
+ .featured-card {
+ border: none;
+ background: linear-gradient(to right bottom, #ffffff, #f8f9fa);
+ transition: transform 0.3s ease, box-shadow 0.3s ease;
+
+ &:hover {
+ transform: translateY(-5px);
+ box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
+ }
+ }
+}
+
+.year-section {
+ .year-header {
+ background-color: #e8f5f3;
+ border-radius: 8px;
+ transition: all 0.3s ease;
+
+ h2 {
+ font-weight: 600;
+ color: #2c3e50;
+ }
+
+ .event-count {
+ background: rgba(255,255,255,0.9);
+ padding: 0.5rem 1rem;
+ border-radius: 20px;
+ font-weight: 500;
+ color: #34495e;
+ }
+ }
+
+ .event-card {
+ transition: transform 0.3s ease, box-shadow 0.3s ease;
+ border: none;
+
+ &:hover {
+ transform: translateY(-5px);
+ box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
+ }
+
+ .card-title {
+ color: #2c3e50;
+ font-weight: 600;
+ }
+
+ .card-text {
+ color: #6c757d;
+ }
+
+ .event-type-badge {
+ display: inline-block;
+ padding: 0.25rem 0.75rem;
+ background-color: #e8f5f3;
+ color: #34495e;
+ border-radius: 15px;
+ font-size: 0.875rem;
+ font-weight: 500;
+ }
+
+ .event-meta {
+ font-size: 0.9rem;
+ color: #6c757d;
+
+ i {
+ color: #34495e;
+ }
+ }
+
+ .event-tags {
+ .badge {
+ background-color: #f8f9fa;
+ color: #34495e;
+ font-weight: 500;
+ padding: 0.5rem 0.75rem;
+ border-radius: 15px;
+ border: 1px solid #e9ecef;
+ }
+ }
+
+ .btn-primary {
+ background-color: #34495e;
+ border-color: #34495e;
+ transition: all 0.3s ease;
+ border-radius: 6px;
+ padding: 0.5rem 1.5rem;
+
+ &:hover {
+ background-color: #2c3e50;
+ border-color: #2c3e50;
+ transform: translateY(-1px);
+ }
+ }
+ }
+}
+
+// Event detail page styles
+.event-article {
+ .display-4 {
+ color: #2c3e50;
+ font-weight: 600;
+ }
+
+ .event-meta, .event-location {
+ i {
+ color: #34495e;
+ }
+ }
+
+ .speaker-card {
+ transition: transform 0.3s ease;
+ background: #ffffff;
+ border: 1px solid #e9ecef;
+
+ &:hover {
+ transform: translateY(-3px);
+ border-color: #34495e;
+ }
+
+ img {
+ border: 2px solid #e8f5f3;
+ }
+ }
+
+ .resources-section {
+ .list-group-item {
+ transition: all 0.3s ease;
+ border: 1px solid #e9ecef;
+ margin-bottom: 0.5rem;
+ border-radius: 6px;
+
+ &:hover {
+ background-color: #f8f9fa;
+ color: #34495e;
+ border-color: #34495e;
+ }
+
+ i {
+ color: #34495e;
+ }
+ }
+ }
+}
+
+// Responsive adjustments
+@media (max-width: 768px) {
+ .year-section {
+ .year-header {
+ .display-4 {
+ font-size: 2rem;
+ }
+
+ .event-count {
+ font-size: 0.875rem;
+ }
+ }
+
+ .card {
+ margin-bottom: 1rem;
+ }
+ }
+
+ .featured-events {
+ .featured-card {
+ margin-bottom: 1.5rem;
+ }
+ }
+}
+
+// Custom styles for news sections
+.news-sidebar {
+ position: sticky;
+ top: 2rem;
+ max-height: calc(100vh - 4rem);
+ overflow-y: auto;
+
+ .list-group-item {
+ border: none;
+ border-radius: 6px;
+ margin-bottom: 0.5rem;
+ transition: all 0.3s ease;
+
+ &:hover {
+ background-color: #f8f9fa;
+ transform: translateX(5px);
+ }
+
+ &.active {
+ background-color: #e8f5f3;
+ color: #34495e;
+ border-color: #34495e;
+ }
+
+ small {
+ font-size: 0.875rem;
+ }
+ }
+}
+
+.news-article {
+ .display-4 {
+ color: #2c3e50;
+ font-weight: 600;
+ }
+
+ .news-meta {
+ i {
+ color: #34495e;
+ }
+ }
+
+ .news-tags {
+ .badge {
+ background-color: #f8f9fa;
+ color: #34495e;
+ font-weight: 500;
+ padding: 0.5rem 0.75rem;
+ border-radius: 15px;
+ border: 1px solid #e9ecef;
+
+ &:hover {
+ background-color: #e8f5f3;
+ border-color: #34495e;
+ }
+ }
+ }
+}
+
+#news-content {
+ min-height: 400px;
+ transition: opacity 0.3s ease;
+
+ &.loading {
+ opacity: 0.6;
+ }
+}
\ No newline at end of file
diff --git a/content/en/events/2016/bitkom-ak-open-source.md b/content/en/events/2016/bitkom-ak-open-source.md
deleted file mode 100644
index c45efab..0000000
--- a/content/en/events/2016/bitkom-ak-open-source.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-key: bitkom-ak-open-source
-title: Bitkom AK Open Source
-topic:
- - SW360 – Your Open Component Hub
-id: bitkom-ak-open-source
-format: talk
-tags:
- - talk
-speakers:
- - name: "Johannes Kristan"
- affiliation: "Senior Software Engineer, Robert Bosch GmbH"
- about: ""
- speakerimage: ""
- address: ""
- linkedin: ""
- github: ""
-presentation:
-draft: false
-description: |
- In this session, Johannes Kristan from Bosch Software Innovations GmbH and Michael C. Jaeger from Siemens AG present SW360 as an open component hub for managing open-source software components. The talk highlights SW360's capabilities in tracking, managing, and ensuring compliance for open-source components across various projects.
- - **Session Highlights**:
- - Introduction to SW360 as an open component hub
- - Key features and benefits of SW360 for open-source component management
- - Ensuring compliance and transparency across open-source projects
----
diff --git a/content/en/events/2016/eclipsecon-europe-2016.md b/content/en/events/2016/eclipsecon-europe-2016.md
deleted file mode 100644
index 8e0d1a5..0000000
--- a/content/en/events/2016/eclipsecon-europe-2016.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-key: eclipsecon-europe-2016
-title: EclipseCon Europe 2016
-topic:
- - Open Source Component Management -- Unconference Session
-id: eclipsecon-europe-2016
-format: session
-tags:
- - session
-speakers:
- - name: "Johannes Kristan"
- affiliation: "Senior Software Engineer, Robert Bosch GmbH"
- about: ""
- speakerimage: ""
- address: ""
- linkedin: ""
- github: ""
- - name: "Michael C. Jaeger"
- affiliation: "Project Lead, Siemens AG"
- about: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
- speakerimage: ""
- address: "Munich, Germany"
- linkedin: ""
- github: ""
-presentation:
- session_link: "http://wiki.eclipse.org/Eclipse_Unconference_Europe_2016#Open_Source_Component_Management"
-draft: false
-description: |
- In this unconference session at EclipseCon Europe 2016, Johannes Kristan from Bosch Software Innovations GmbH and Michael C. Jaeger from Siemens AG discuss open-source component management. The session explores how organizations can manage open-source components effectively, address compliance challenges, and use best practices for component tracking and license management.
- - **Session Highlights**:
- - Open-source component management strategies
- - Best practices for managing compliance and licenses
- - How to track and manage open-source components in projects
- - For more details, visit the [official session page](http://wiki.eclipse.org/Eclipse_Unconference_Europe_2016#Open_Source_Component_Management).
----
diff --git a/content/en/events/2016/jaxenter.md b/content/en/events/2016/jaxenter.md
deleted file mode 100644
index eede2e0..0000000
--- a/content/en/events/2016/jaxenter.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-key: jaxenter
-title: JAXenter
-topic:
- - Neu im Eclipse-Universum: SW360 – das Katalogisierungsprogramm für Software-Komponenten
-id: jaxenter
-format: article
-tags:
- - article
-speakers:
- - name: "Dominik Mohilo"
- affiliation: "JAXenter"
- about: ""
- speakerimage: ""
- address: ""
- linkedin: ""
- github: ""
-presentation:
- article_link: "https://jaxenter.de/eclipse-sw360-44641"
-draft: false
-description: |
- In this article, Dominik Mohilo from JAXenter introduces SW360, a new cataloging tool for software components within the Eclipse ecosystem. The article explores how SW360 can help manage software components, track licenses, and ensure compliance across software development projects.
- - **Article Highlights**:
- - Introduction to SW360 as a cataloging tool for software components
- - Features and benefits of using SW360 for license tracking and compliance
- - Integration of SW360 within the Eclipse ecosystem
- - For more details, read the full [article here](https://jaxenter.de/eclipse-sw360-44641).
----
diff --git a/content/en/events/2016/linux-foundation-collab-summit-2016.md b/content/en/events/2016/linux-foundation-collab-summit-2016.md
deleted file mode 100644
index 39e0386..0000000
--- a/content/en/events/2016/linux-foundation-collab-summit-2016.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-key: linux-foundation-collab-summit-2016
-title: Linux Foundation Collab Summit 2016
-topic:
- - SW360: A Place like Home for OSS
-id: linux-foundation-collab-summit-2016
-format: talk
-tags:
- - talk
-speakers:
- - name: "Michael C. Jaeger"
- affiliation: "Project Lead, Siemens AG"
- about: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
- speakerimage: ""
- address: "Munich, Germany"
- linkedin: ""
- github: ""
- - Maximilian Huber
- - TNG Technology Consulting
-presentation:
- session_link: "https://collabsummit2016.sched.com/event/6YQh/sw360-a-place-like-home-for-oss-michael-jaeger-siemens-maximilian-huber-tng-technology-consulting"
-draft: false
-description: |
- In this session at the Linux Foundation Collab Summit 2016, Michael C. Jaeger from Siemens AG and Maximilian Huber from TNG Technology Consulting discuss SW360, a platform designed as a "home" for open-source software (OSS). They explore how SW360 can be used for managing open-source components, tracking licenses, and ensuring compliance in software development projects.
- - **Session Highlights**:
- - Overview of SW360 as a hub for open-source software
- - How SW360 facilitates license tracking and compliance
- - Key features of SW360 that make it an ideal platform for OSS management
- - For more details, visit the [official session page](https://collabsummit2016.sched.com/event/6YQh/sw360-a-place-like-home-for-oss-michael-jaeger-siemens-maximilian-huber-tng-technology-consulting).
----
diff --git a/content/en/events/2017/eclipsecon-europe-2017.md b/content/en/events/2017/eclipsecon-europe-2017.md
deleted file mode 100644
index 44e9631..0000000
--- a/content/en/events/2017/eclipsecon-europe-2017.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-key: eclipsecon-europe-2017
-title: EclipseCon Europe 2017
-topic:
- - Leveraging Open Source Projects for Open Source Management
-id: eclipsecon-europe-2017
-format: talk
-tags:
- - talk
-speakers:
- - name: "Marcel Kurzmann"
- affiliation: " Bosch Software Innovations GmbH"
- about: ""
- speakerimage: ""
- address: ""
- linkedin: ""
- github: ""
-presentation:
- session_link: "https://www.eclipsecon.org/europe2017"
- slides_link: "https://www.eclipsecon.org/europe2017/sites/default/files/slides/Leveraging_Open_Source_Projects_for_OSM_EclipseCon.pdf"
- video_link: "https://youtu.be/z19ifXKAkgE"
-draft: false
-description: |
- In this session, Marcel Kurzmann from Bosch Software Innovations GmbH discusses how open-source projects can be leveraged for effective open-source management. The talk highlights strategies for managing open-source software in projects and the benefits of using open-source tools for governance, compliance, and collaboration.
- - **Session Highlights**:
- - How to leverage open-source projects for effective management
- - Key tools and strategies for open-source governance
- - Real-world examples and best practices
- - For more details, visit the [official session page](https://www.eclipsecon.org/europe2017).
----
diff --git a/content/en/events/2017/eclipsecon-france-2017.md b/content/en/events/2017/eclipsecon-france-2017.md
deleted file mode 100644
index b2b3062..0000000
--- a/content/en/events/2017/eclipsecon-france-2017.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-key: eclipsecon-france-2017
-title: EclipseCon France 2017
-topic:
- - SW360 – The Component Management Hub
-id: eclipsecon-france-2017
-format: talk
-tags:
- - talk
-speakers:
- - name: "Johannes Kristan"
- affiliation: "Senior Software Engineer, Robert Bosch GmbH"
- about: ""
- speakerimage: ""
- address: ""
- linkedin: ""
- github: ""
- - name: "Michael C. Jaeger"
- affiliation: "Project Lead, Siemens AG"
- about: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
- speakerimage: ""
- address: "Munich, Germany"
- linkedin: ""
- github: ""
-presentation:
- session_link: "https://www.eclipsecon.org/france2017/conference/schedule/session/2017-06-22"
- slides_link: "https://www.eclipsecon.org/france2017/sites/default/files/slides/036%20OSS%20sw360%2020170315%20slides%20Eclipseconfrance%2002_0.pptx"
- video_link: "https://youtu.be/ifb8vkfwiT4"
-draft: false
-description: |
- In this session, Johannes Kristan from Bosch Software Innovations GmbH and Michael C. Jaeger from Siemens AG present SW360, a component management hub designed to help manage open-source components and their dependencies. The session covers how SW360 facilitates better tracking of open-source components, ensuring compliance, and integrating with software development processes.
- - **Session Highlights**:
- - Introduction to SW360 as a component management hub
- - Key features of SW360 for managing open-source components
- - Best practices for using SW360 to ensure compliance and streamline workflows
- - For more details, visit the [official session page](https://www.eclipsecon.org/france2017/conference/schedule/session/2017-06-22).
----
diff --git a/content/en/events/2017/open-compliance-summit-2017.md b/content/en/events/2017/open-compliance-summit-2017.md
deleted file mode 100644
index ad3cf3f..0000000
--- a/content/en/events/2017/open-compliance-summit-2017.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-key: open-compliance-summit-2017
-title: Open Compliance Summit 2017
-topic:
- - Open Source with Open Source: Component Management with SW360
-id: open-compliance-summit-2017
-format: talk
-tags:
- - talk
-speakers:
- - name: "Johannes Kristan"
- affiliation: "Senior Software Engineer, Robert Bosch GmbH"
- about: ""
- speakerimage: ""
- address: ""
- linkedin: ""
- github: ""
- - name: "Michael C. Jaeger"
- affiliation: "Project Lead, Siemens AG"
- about: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
- speakerimage: ""
- address: "Munich, Germany"
- linkedin: ""
- github: ""
-presentation:
- session_link: "https://ocs2017.sched.com/event/CY94/open-source-with-open-source-component-management-with-sw360-johannes-kristan-bosch-michael-jaeger-siemens"
-draft: false
-description: |
- In this session, Johannes Kristan from Bosch Software Innovations GmbH and Michael C. Jaeger from Siemens AG present how SW360 facilitates component management in open-source projects. They discuss the importance of open-source compliance and how SW360 helps manage open-source components and licenses to ensure compliance throughout the software development lifecycle.
- - **Session Highlights**:
- - How SW360 assists in open-source component management
- - Best practices for managing open-source licenses and dependencies
- - Integration of SW360 into the software development lifecycle
- - For more details, visit the [official session page](https://ocs2017.sched.com/event/CY94/open-source-with-open-source-component-management-with-sw360-johannes-kristan-bosch-michael-jaeger-siemens).
----
diff --git a/content/en/events/2017/open-source-leadership-summit-2017.md b/content/en/events/2017/open-source-leadership-summit-2017.md
deleted file mode 100644
index 70ed6ca..0000000
--- a/content/en/events/2017/open-source-leadership-summit-2017.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-key: open-source-leadership-summit-2017
-title: Open Source Leadership Summit 2017
-topic:
- - SW360 - An Open Component Hub
-id: open-source-leadership-summit-2017
-format: talk
-tags:
- - talk
-speakers:
- - name: "Steffen Evers"
- affiliation: " Bosch Software Innovations GmbH"
- about: ""
- speakerimage: ""
- address: ""
- linkedin: ""
- github: ""
-presentation:
- session_link: "http://events17.linuxfoundation.org/events/open-source-leadership-summit/program/schedule"
-draft: false
-description: |
- In this session, Steffen Evers from Bosch Software Innovations GmbH presents SW360, an open component hub designed to streamline the management of open-source components in software projects. The session highlights how SW360 helps manage software components, ensuring compliance, improving transparency, and optimizing workflows across development teams.
- - **Session Highlights**:
- - Introduction to SW360 as an open component hub
- - Key features and benefits of SW360 in managing open-source components
- - How SW360 ensures compliance and transparency in software projects
- - For more details, visit the [official session page](http://events17.linuxfoundation.org/events/open-source-leadership-summit/program/schedule).
----
diff --git a/content/en/events/2017/open-source-summit-europe-2017.md b/content/en/events/2017/open-source-summit-europe-2017.md
deleted file mode 100644
index c54ce16..0000000
--- a/content/en/events/2017/open-source-summit-europe-2017.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-key: open-source-summit-europe-2017
-title: Open Source Summit Europe 2017
-topic:
- - OSS Compliance Automation with SW360
-id: open-source-summit-europe-2017
-format: talk
-tags:
- - talk
-speakers:
-speakers:
- - name: "Michael C. Jaeger"
- affiliation: "Project Lead, Siemens AG"
- about: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
- speakerimage: ""
- address: "Munich, Germany"
- linkedin: ""
- github: ""
- - name: "Steffen Evers"
- affiliation: " Bosch Software Innovations GmbH"
- about: ""
- speakerimage: ""
- address: ""
- linkedin: ""
- github: ""
-presentation:
- session_link: "https://osseu17.sched.com/event/ByIp/oss-compliance-automation-with-sw360-michael-jaeger-siemens-ag"
-draft: false
-description: |
- In this session, Michael C. Jaeger from Siemens AG and Steffen Evers from Bosch Software Innovations GmbH discuss how SW360 automates OSS compliance processes. They explore how automation simplifies the management of open-source software and license compliance, ensuring efficiency and compliance across the development lifecycle.
- - **Session Highlights**:
- - Automating OSS compliance using SW360
- - Key features for managing open-source software licenses and dependencies
- - Streamlining the compliance process with automated tools
- - For more details, visit the [official session page](https://osseu17.sched.com/event/ByIp/oss-compliance-automation-with-sw360-michael-jaeger-siemens-ag).
----
diff --git a/content/en/events/2017/seoul-copyright-forum-2017.md b/content/en/events/2017/seoul-copyright-forum-2017.md
deleted file mode 100644
index 5cb9dca..0000000
--- a/content/en/events/2017/seoul-copyright-forum-2017.md
+++ /dev/null
@@ -1,26 +0,0 @@
----
-key: seoul-copyright-forum-2017
-title: The Seoul Copyright Forum 2017
-topic:
- - License compliance: FOSS tools for speed and scale
-id: seoul-copyright-forum-2017
-format: talk
-tags:
- - talk
-speakers:
- - name: "Johannes Kristan"
- affiliation: "Siemens AG"
- about: ""
- speakerimage: ""
- address: ""
- linkedin: ""
- github: ""
-presentation:
-draft: false
-description: |
- In this session, Karsten Gerloff from Siemens AG explores how FOSS (Free and Open Source Software) tools can be used to achieve license compliance efficiently, at scale. The talk covers the tools, strategies, and processes that can help organizations manage open-source software compliance in large-scale projects.
- - **Session Highlights**:
- - Overview of FOSS tools for license compliance
- - Strategies for managing compliance at speed and scale
- - Key considerations when implementing FOSS tools in compliance workflows
----
diff --git a/content/en/events/2018/bitkom-ak-open-source.md b/content/en/events/2018/bitkom-ak-open-source.md
deleted file mode 100644
index 47d0b8a..0000000
--- a/content/en/events/2018/bitkom-ak-open-source.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-key: bitkom-ak-open-source
-title: Bitkom AK Open Source
-topic:
- - Eclipse SW360 – Automatisierte License Compliance
-id: bitkom-ak-open-source
-format: talk
-tags:
- - talk
-speakers:
- - name: "Johannes Kristan"
- affiliation: "Senior Software Engineer, Robert Bosch GmbH"
- about: ""
- speakerimage: ""
- address: ""
- linkedin: ""
- github: ""
- - name: "Michael C. Jaeger"
- affiliation: "Project Lead, Siemens AG"
- about: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
- speakerimage: ""
- address: "Munich, Germany"
- linkedin: ""
- github: ""
-presentation:
- session_link: "https://www.bitkom.org/veranstaltungen"
-draft: false
-description: |
- In this session, Johannes Kristan from Bosch Software Innovations GmbH and Michael C. Jaeger from Siemens AG discuss how Eclipse SW360 automates license compliance management. The session focuses on streamlining the process of tracking and managing open-source licenses and ensuring compliance within software projects.
- - **Session Highlights**:
- - Automating license compliance with SW360
- - Benefits of using SW360 for managing open-source dependencies
- - Key features of the tool and how they simplify compliance processes
- - For more details, visit the [official session page](https://www.bitkom.org/veranstaltungen).
----
diff --git a/content/en/events/2018/bitkom-forum-open-source-2018.md b/content/en/events/2018/bitkom-forum-open-source-2018.md
deleted file mode 100644
index 4635d04..0000000
--- a/content/en/events/2018/bitkom-forum-open-source-2018.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-key: bitkom-forum-open-source-2018
-title: Bitkom Forum Open Source 2018
-topic:
- - Eclipse SW360 – Lessons Learned From Automated License Compliance
-id: bitkom-forum-open-source-2018
-format: talk
-tags:
- - talk
-speakers:
- - name: "Johannes Kristan"
- affiliation: "Senior Software Engineer, Robert Bosch GmbH"
- about: ""
- speakerimage: ""
- address: ""
- linkedin: ""
- github: ""
- - name: "Michael C. Jaeger"
- affiliation: "Project Lead, Siemens AG"
- about: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
- speakerimage: ""
- address: "Munich, Germany"
- linkedin: ""
- github: ""
-presentation:
- session_link: "https://www.bitkom.org/bfoss18/"
-draft: false
-description: |
- In this session, Johannes Kristan from Bosch Software Innovations GmbH and Michael C. Jaeger from Siemens AG share their experiences and lessons learned from implementing automated license compliance with Eclipse SW360. The talk focuses on the challenges and benefits of automating compliance management in open-source projects using SW360.
- - **Session Highlights**:
- - Overview of automated license compliance
- - Real-world lessons from SW360 implementation
- - Benefits of automating compliance processes in open-source projects
- - For more details, visit the [official session page](https://www.bitkom.org/bfoss18/).
----
diff --git a/content/en/events/2018/free-software-legal-licensing-workshop-2018.md b/content/en/events/2018/free-software-legal-licensing-workshop-2018.md
deleted file mode 100644
index caf415c..0000000
--- a/content/en/events/2018/free-software-legal-licensing-workshop-2018.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-key: free-software-legal-licensing-workshop-2018
-title: The Free Software Legal and Licensing Workshop 2018
-topic:
- - Eclipse SW360: Generating License Information for Products with SPDX Docs
-id: free-software-legal-licensing-workshop-2018
-format: talk
-tags:
- - talk
-speakers:
-speakers:
- - name: "Michael C. Jaeger"
- affiliation: "Project Lead, Siemens AG"
- about: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
- speakerimage: ""
- address: "Munich, Germany"
- linkedin: ""
- github: ""
-presentation:
- session_link: "https://fsfe.org/activities/ftf/legal-conference.en.html"
-draft: false
-description: |
- In this session, Michael C. Jaeger from Siemens AG explores how Eclipse SW360 can be used to generate license information for products using SPDX documents. The talk highlights the importance of license tracking and compliance, especially in open-source software products.
- - **Session Highlights**:
- - How to use Eclipse SW360 for generating SPDX docs
- - Managing license information for open-source products
- - Importance of SPDX documents in ensuring compliance
- - For more details, visit the [official session page](https://fsfe.org/activities/ftf/legal-conference.en.html).
----
diff --git a/content/en/events/2018/inner-source-commons-2018.md b/content/en/events/2018/inner-source-commons-2018.md
deleted file mode 100644
index a24d13d..0000000
--- a/content/en/events/2018/inner-source-commons-2018.md
+++ /dev/null
@@ -1,28 +0,0 @@
----
-key: inner-source-commons-2018
-title: Inner Source Commons 2018
-topic:
- - Committing to Change: Inner Source at Siemens
-id: inner-source-commons-2018
-format: talk
-tags:
- - talk
-speakers:
- - name: "Johannes Kristan"
- affiliation: "Siemens AG"
- about: ""
- speakerimage: ""
- address: ""
- linkedin: ""
- github: ""
-presentation:
- session_link: "https://www.innersourcecommons.org/2018/"
-draft: false
-description: |
- In this session, Karsten Gerloff from Siemens AG discusses how Siemens has embraced Inner Source to foster a culture of open collaboration within the organization. The talk explores the challenges, successes, and strategies behind adopting Inner Source practices at a large enterprise.
- - **Session Highlights**:
- - The benefits of adopting Inner Source within Siemens
- - Key lessons learned and challenges faced
- - How Inner Source practices help drive innovation and collaboration in large organizations
- - For more details, visit the [official session page](https://www.innersourcecommons.org/2018/).
----
diff --git a/content/en/events/2018/yanking-the-chain-open-source.md b/content/en/events/2018/yanking-the-chain-open-source.md
deleted file mode 100644
index 9c1c459..0000000
--- a/content/en/events/2018/yanking-the-chain-open-source.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-key: yanking-the-chain-open-source-software-compliance
-title: Yanking the Chain Open Source Software Compliance in the Supply Chain
-topic:
- - Eclipse SW360 – Open Source Management with Open Source
-id: yanking-the-chain-open-source-software-compliance
-format: talk
-tags:
- - talk
-speakers:
-speakers:
- - name: "Michael C. Jaeger"
- affiliation: "Project Lead, Siemens AG"
- about: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
- speakerimage: ""
- address: "Munich, Germany"
- linkedin: ""
- github: ""
-presentation:
- session_link: "http://oshug.org/event/65"
-draft: false
-description: |
- In this session, Michael C. Jaeger from Siemens AG presents how Eclipse SW360 is used for managing open-source software in the supply chain. The talk highlights the complexities of compliance in the open-source ecosystem and how SW360 helps organizations manage and track open-source usage and licenses across various supply chain components.
- - **Session Highlights**:
- - The role of SW360 in open-source management
- - Ensuring compliance within the open-source supply chain
- - Key features and benefits of using SW360 for license management
- - For more details, visit the [official session page](http://oshug.org/event/65).
----
diff --git a/content/en/events/2019/open-source-summit-japan-2019.md b/content/en/events/2019/open-source-summit-japan-2019.md
deleted file mode 100644
index ab1afe5..0000000
--- a/content/en/events/2019/open-source-summit-japan-2019.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-key: open-source-summit-japan-2019
-title: Open Source Summit Japan 2019
-topic:
- - Using SW360 for OSS Compliance Management Process
-id: open-source-summit-japan-2019
-format: talk
-tags:
- - talk
-speakers:
- - name: "Kouki Hama"
- affiliation: "Software Engineering Researcher, Toshiba Corporation"
- about: "Kouki Hama is a researcher of software engineering in Toshiba Corporation. He researches open source compliance and these tools. He is also one of the members of OpenChain project Japan workgroup and one of the contributors for Eclipse SW360 projects."
- speakerimage: "/img/speakers/kouki-hama.png"
- address: "Nishinomiya, Hyogo, Japan"
- linkedin: "https://www.linkedin.com/in/kouki-hama-841111187/"
- github: "https://github.com/KoukiHama"
-presentation:
- session_link: "https://sched.co/OVtF"
- slides_link: "https://events19.linuxfoundation.org/wp-content/uploads/2018/07/OpenSourceSummitJapan_final.pdf"
-draft: false
-description: |
- In this session, Kouki Hama from Toshiba Corporation discusses how SW360 is utilized to manage open-source software (OSS) compliance. The session highlights the steps and processes necessary for managing OSS compliance in organizations and emphasizes the use of SW360 as a tool for tracking dependencies and ensuring proper license management.
- - **Session Highlights**:
- - Overview of OSS compliance challenges
- - Using SW360 for efficient OSS compliance management
- - Key features of SW360 that streamline compliance processes
- - For more details, visit the [official session page](https://sched.co/OVtF).
----
diff --git a/content/en/events/2021/open-source-summit-europe-2021.md b/content/en/events/2021/open-source-summit-europe-2021.md
deleted file mode 100644
index 8f68bd0..0000000
--- a/content/en/events/2021/open-source-summit-europe-2021.md
+++ /dev/null
@@ -1,36 +0,0 @@
----
-key: open-source-summit-europe-2021
-title: Open Source Summit Europe 2021
-topic:
- - SW360 SBOM and License Obligation Management
-id: open-source-summit-europe-2021
-format: talk
-tags:
- - talk
-speakers:
- - name: "Michael C. Jaeger"
- affiliation: "Project Lead, Siemens AG"
- about: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
- speakerimage: ""
- address: "Munich, Germany"
- linkedin: ""
- github: ""
- - name: "Kouki Hama"
- affiliation: "Software Engineering Researcher, Toshiba Corporation"
- about: "Kouki Hama is a researcher of software engineering in Toshiba Corporation. He researches open source compliance and these tools. He is also one of the members of OpenChain project Japan workgroup and one of the contributors for Eclipse SW360 projects."
- speakerimage: "/img/speakers/kouki-hama.png"
- address: "Nishinomiya, Hyogo, Japan"
- linkedin: "https://www.linkedin.com/in/kouki-hama-841111187/"
- github: "https://github.com/KoukiHama"
-presentation:
- session_link: "https://osselc21.sched.com/"
- session_details_link: "https://sched.co/lAVK"
-draft: false
-description: |
- In this session, Michael Jaeger from Siemens AG and Kouki Hama from Toshiba Corporation dive deep into the role of SW360 in managing Software Bill of Materials (SBOM) and OSS license obligations. This talk emphasizes the importance of these tools in managing open-source compliance and dependency tracking.
- - **Session Highlights**:
- - Managing SBOM using SW360
- - OSS license obligations and compliance
- - Practical examples and use cases
- - For more details, visit the [official session page](https://sched.co/lAVK).
----
diff --git a/content/en/events/2022/eclipsecon-2022.md b/content/en/events/2022/eclipsecon-2022.md
deleted file mode 100644
index 0e0e67b..0000000
--- a/content/en/events/2022/eclipsecon-2022.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-key: eclipsecon-2022
-title: EclipseCon 2022
-topic:
- - sw360: How New Life Is Being Injected Into Traditional Compliance Software
-id: eclipsecon-2022
-format: talk
-tags:
- - talk
-speakers:
- - name: "Helio Chissini de Castro"
- affiliation: "Software Technologies Lead at CARIAD"
- about: ""
- speakerimage: ""
- address: "Ulm, Baden-Württemberg, Germany"
- linkedin: "https://www.linkedin.com/in/heliocastro/"
- github: "https://github.com/heliocastro"
-presentation:
- session_link: "https://www.eclipsecon.org/2022/sessions/sw360-how-new-life-been-injected-traditional-compliance-software"
- video_link: "https://youtu.be/sbCwuV6iuOM"
-draft: false
-description: |
- In this session, Helio Chissini de Castro discusses how the traditional compliance software landscape is being revitalized with the help of sw360, a tool designed to improve and modernize the compliance process in open source software. This talk covers key aspects of sw360's role in enhancing software compliance and simplifying its integration into modern development practices.
- - **Session Highlights**:
- - Overview of traditional compliance challenges
- - Introduction to sw360 as a solution
- - Case studies and success stories
- - For more details, visit the [official session page](https://www.eclipsecon.org/2022/sessions/sw360-how-new-life-been-injected-traditional-compliance-software).
----
diff --git a/content/en/events/2022/fosdem-2022.md b/content/en/events/2022/fosdem-2022.md
deleted file mode 100644
index 1787762..0000000
--- a/content/en/events/2022/fosdem-2022.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-key: fosdem-2022
-title: "FOSDEM 2022"
-topic:
- - How to Manage OSS License Obligations and SBoM by SW360's New Features
-id: fosdem-2022
-format: talk
-tags:
- - talk
-speakers:
- - name: "Kouki Hama"
- affiliation: "Toshiba Corporation"
- about: "Kouki Hama is a researcher of software engineering in Toshiba Corporation. He researches open source compliance and these tools. He is also one of the members of OpenChain project Japan workgroup and one of the contributors for Eclipse SW360 projects."
- speakerimage: "/img/speakers/kouki-hama.png"
- address: "Nishinomiya, Hyogo, Japan"
- linkedin: "https://www.linkedin.com/in/kouki-hama-841111187/"
- github: "https://github.com/KoukiHama"
-presentation:
- session_link: "https://fosdem.org/2022/schedule/event/how_to_manage_oss_license_obligation_and_sbom_using_sw360_new_features/"
- slides_link: "https://fosdem.org/2022/schedule/event/how_to_manage_oss_license_obligation_and_sbom_using_sw360_new_features/attachments/slides/5198/export/events/attachments/how_to_manage_oss_license_obligation_and_sbom_using_sw360_new_features/slides/5198/fosdem_2022_hama.pdf"
- video_link: "https://video.fosdem.org/2022/D.dependency/how_to_manage_oss_license_obligation_and_sbom_using_sw360_new_features.webm"
-draft: false
-description: |
- In this session, Kouki Hama from Toshiba Corporation discusses how SW360's new features help manage open-source software (OSS) license obligations and Software Bill of Materials (SBoM). The talk explores how these features improve compliance and transparency in the development and use of open-source software.
- - **Session Highlights**:
- - New SW360 features for managing OSS license obligations
- - Integration of SBoM with SW360
- - Practical case studies and implementations
- - For more details, visit the [official session page](https://fosdem.org/2022/schedule/event/how_to_manage_oss_license_obligation_and_sbom_using_sw360_new_features/).
----
\ No newline at end of file
diff --git a/content/en/events/2022/open-source-summit-japan-2022.md b/content/en/events/2022/open-source-summit-japan-2022.md
deleted file mode 100644
index b2a828e..0000000
--- a/content/en/events/2022/open-source-summit-japan-2022.md
+++ /dev/null
@@ -1,37 +0,0 @@
----
-key: open-source-summit-japan-2022
-title: Open Source Summit Japan 2022
-topic:
- - SW360 SBOM: Managing Vulnerability Information, SPDX Documents, and New Dependency Network Between a Project and Software Components
-id: open-source-summit-japan-2022
-format: talk
-tags:
- - talk
-speakers:
- - name: "Kouki Hama"
- affiliation: "Software Engineering Researcher, Toshiba Corporation"
- about: "Kouki Hama is a researcher of software engineering in Toshiba Corporation. He researches open source compliance and these tools. He is also one of the members of OpenChain project Japan workgroup and one of the contributors for Eclipse SW360 projects."
- speakerimage: "/img/speakers/kouki-hama.png"
- address: "Nishinomiya, Hyogo, Japan"
- linkedin: "https://www.linkedin.com/in/kouki-hama-841111187/"
- github: "https://github.com/KoukiHama"
- - name: "Tien Le"
- affiliation: "Team Leader, Toshiba Corporation"
- about: "Tien Le is a software developer for Toshiba Corporation. He's been active in the open source community for over five years, including FOSSology, Scancode, Node.js, Linux, and recently focused on SW360. At Toshiba in Vietnam, Tien works in several roles as project leader, requirement analyst, software architect for web applications and Linux OS. These developments work with open-source software."
- speakerimage: ""
- address: ""
- linkedin: ""
- github: ""
-presentation:
- session_link: "https://osselc21.sched.com/"
- slides_link: "https://static.sched.com/hosted_files/ossjapan2022/ed/OSSJapan2022-SW360.pdf"
- video_link: "https://youtu.be/JP69MOFFE4o"
-draft: false
-description: |
- In this session, Kouki Hama and Tien Le from Toshiba Corporation delve into the role of Software Bill of Materials (SBOM) in managing vulnerability information, SPDX documents, and understanding the new dependency network between software components and projects. The session covers essential open-source practices and strategies for effective dependency management in modern software development.
- - **Session Highlights**:
- - Overview of SBOM in vulnerability management
- - Understanding SPDX documents
- - Analyzing project-to-component dependency networks
- - For more details, visit the [official session page](https://sched.co/1D12t).
----
diff --git a/content/en/events/_index.md b/content/en/events/_index.md
deleted file mode 100644
index d7d5daa..0000000
--- a/content/en/events/_index.md
+++ /dev/null
@@ -1,11 +0,0 @@
----
-title: "Events"
-linkTitle: "Events"
-menu:
- main:
- weight: 12
----
-
-{{< blocks/cover image_anchor="top" height="sm" color="primary" >}}
-{{< page/header >}}
-{{< /blocks/cover >}}
diff --git a/content/en/news/_index.md b/content/en/news/_index.md
new file mode 100644
index 0000000..5350292
--- /dev/null
+++ b/content/en/news/_index.md
@@ -0,0 +1,36 @@
+---
+title: "SW360 News"
+linkTitle: "News"
+menu:
+ main:
+ weight: 50
+
+cascade:
+ type: "docs"
+ toc_root: true
+
+---
+
+## Overview
+
+SW360 News provides comprehensive updates and information about the SW360 project, including project updates, events, community news, security updates, and new features. This section helps you stay informed about all aspects of SW360's development and community activities.
+
+## News Categories
+
+SW360 News comprises the following main categories:
+
+- **Project Updates**: Latest developments, releases, and changes in the SW360 project
+- **Events & Conferences**: Information about upcoming and past SW360 events
+- **Community News**: Updates from the SW360 community and success stories
+- **Security Updates**: Important security-related information and announcements
+- **Feature Updates**: Information about new features and improvements
+
+## Getting Started
+
+Use the navigation menu on the left to browse through different sections:
+
+1. **Project Updates**: For release announcements and project news
+2. **Events**: For conferences, workshops, and meetups
+3. **Community**: For community news and success stories
+4. **Security**: For security-related announcements
+5. **Features**: For updates about new features
\ No newline at end of file
diff --git a/content/en/news/community/2024/community-highlights.md b/content/en/news/community/2024/community-highlights.md
new file mode 100644
index 0000000..3619430
--- /dev/null
+++ b/content/en/news/community/2024/community-highlights.md
@@ -0,0 +1,90 @@
+---
+title: "Community Highlights: March 2024"
+date: 2024-03-10
+description: "Latest achievements and updates from the SW360 community, including new contributors, project milestones, and community initiatives."
+tags:
+ - "Community"
+ - "Contributors"
+ - "Milestones"
+---
+
+## Community Growth
+
+### New Contributors
+We're excited to welcome several new contributors to the SW360 community:
+
+1. **John Smith** (Company: TechCorp)
+ - Contribution: Enhanced documentation
+ - Impact: Improved user guides and API documentation
+
+2. **Maria Garcia** (Company: OpenSource Solutions)
+ - Contribution: Bug fixes and improvements
+ - Impact: Enhanced stability and performance
+
+### Community Milestones
+
+#### Documentation Improvements
+- Completed API documentation overhaul
+- Added new user guides
+- Translated documentation to 3 new languages
+
+#### Code Contributions
+- 150+ pull requests merged
+- 50+ issues resolved
+- 20+ new features added
+
+## Community Events
+
+### Upcoming Meetups
+1. **SW360 User Group Meeting**
+ - Date: April 15, 2024
+ - Topic: Best Practices for License Management
+ - Registration: Open
+
+2. **Developer Workshop**
+ - Date: April 22, 2024
+ - Topic: Contributing to SW360
+ - Registration: Open
+
+### Past Events
+1. **February Community Call**
+ - Highlights: Project roadmap discussion
+ - Recording available: [Link]
+
+## Success Stories
+
+### Enterprise Adoption
+**Global Tech Solutions** has successfully implemented SW360 across their organization:
+- Reduced license compliance time by 60%
+- Improved accuracy in dependency tracking
+- Enhanced collaboration between teams
+
+### Community Projects
+1. **SW360 Plugin for IDE**
+ - Status: In development
+ - Contributors: 5
+ - Expected release: Q2 2024
+
+2. **Automation Tools**
+ - Status: Beta testing
+ - Contributors: 3
+ - Expected release: Q3 2024
+
+## Get Involved
+
+### How to Contribute
+1. Join our community channels
+2. Pick up a good first issue
+3. Attend community calls
+4. Share your experience
+
+### Resources
+- [Contributor Guide](link)
+- [Community Guidelines](link)
+- [Code of Conduct](link)
+
+## Stay Connected
+
+- Join our [Slack channel](link)
+- Follow us on [Twitter](link)
+- Subscribe to our [newsletter](link)
\ No newline at end of file
diff --git a/content/en/news/community/_index.md b/content/en/news/community/_index.md
new file mode 100644
index 0000000..9175733
--- /dev/null
+++ b/content/en/news/community/_index.md
@@ -0,0 +1,40 @@
+---
+title: "Community News"
+linkTitle: "Community"
+weight: 40
+
+menu:
+ news:
+ identifier: community
+ weight: 40
+---
+
+
+## Overview
+
+Stay connected with the SW360 community. Find out about community achievements, success stories, and opportunities to contribute to the project.
+
+## Community Categories
+
+### Community Events
+- Meetups and Workshops
+- Community Calls
+- User Group Meetings
+
+### Success Stories
+- Implementation Stories
+- User Experiences
+- Project Milestones
+
+### Community Projects
+- Collaborative Initiatives
+- Community Contributions
+- Open Source Projects
+
+## Latest Updates
+
+Check back regularly for community updates. Each story includes:
+- Project highlights
+- Community achievements
+- Contribution opportunities
+- Success metrics
\ No newline at end of file
diff --git a/content/en/news/events/2016/bitkom-ak-open-source.md b/content/en/news/events/2016/bitkom-ak-open-source.md
new file mode 100644
index 0000000..bc51db3
--- /dev/null
+++ b/content/en/news/events/2016/bitkom-ak-open-source.md
@@ -0,0 +1,73 @@
+---
+title: "Bitkom AK Open Source"
+date: 2016-09-15
+description: "In this session, Johannes Kristan from Bosch Software Innovations GmbH presents SW360 as an open component hub for managing open-source software components. The talk highlights SW360's capabilities in tracking, managing, and ensuring compliance for open-source components across various projects."
+eventDate: "September 15, 2016"
+location: "Berlin, Germany"
+eventType: "Working Group Meeting"
+featured: true
+speakers:
+ - name: "Johannes Kristan"
+ title: "Senior Software Engineer"
+ organization: "Robert Bosch GmbH"
+ bio: "Johannes Kristan is a Senior Software Engineer at Robert Bosch GmbH, focusing on open source compliance and component management."
+ location: "Stuttgart, Germany"
+tags:
+ - "Component Management"
+ - "SW360"
+ - "Open Source"
+ - "Compliance"
+---
+
+## About the Session
+
+This session introduces SW360 as a comprehensive open component hub for managing open-source software. The presentation demonstrates how organizations can effectively track, manage, and ensure compliance for their open-source components using SW360's powerful features.
+
+### Key Topics Covered
+
+#### 1. SW360 as Component Hub
+- Overview of SW360's architecture
+- Core features and capabilities
+- Integration possibilities
+- Deployment scenarios
+
+#### 2. Component Management
+- Tracking and managing components
+- Version control and dependencies
+- Metadata management
+- Component relationships
+
+#### 3. Compliance Features
+- License tracking
+- Obligation management
+- Documentation handling
+- Compliance workflows
+
+### Who Should Attend
+- Software Development Teams
+- Open Source Program Managers
+- Compliance Officers
+- Development Team Leaders
+- IT Architects
+
+### What You'll Learn
+- SW360's core capabilities
+- Component management best practices
+- Compliance tracking techniques
+- Integration strategies
+- Deployment considerations
+
+## Speakers
+
+### Johannes Kristan
+**Senior Software Engineer at Robert Bosch GmbH**
+*Location: Stuttgart, Germany*
+
+Johannes Kristan is a Senior Software Engineer at Robert Bosch GmbH, specializing in open source compliance and component management. His expertise includes implementing and optimizing open source management solutions.
+
+## Resources
+
+### Session Materials
+- Working Group Materials (Available to Bitkom members)
+
+Join us for this informative session to learn how SW360 can serve as your organization's central hub for open source component management. Discover practical approaches to managing components and ensuring compliance across your projects.
diff --git a/content/en/news/events/2016/eclipsecon-europe-2016.md b/content/en/news/events/2016/eclipsecon-europe-2016.md
new file mode 100644
index 0000000..ae5727c
--- /dev/null
+++ b/content/en/news/events/2016/eclipsecon-europe-2016.md
@@ -0,0 +1,88 @@
+---
+title: "EclipseCon Europe 2016"
+date: 2016-11-02
+description: "In this unconference session at EclipseCon Europe 2016, Johannes Kristan from Bosch Software Innovations GmbH and Michael C. Jaeger from Siemens AG discuss open-source component management. The session explores how organizations can manage open-source components effectively, address compliance challenges, and use best practices for component tracking and license management."
+eventDate: "November 2-4, 2016"
+location: "Ludwigsburg, Germany"
+eventType: "Conference"
+featured: true
+speakers:
+ - name: "Johannes Kristan"
+ title: "Senior Software Engineer"
+ organization: "Robert Bosch GmbH"
+ bio: "Johannes Kristan is a Senior Software Engineer at Robert Bosch GmbH, focusing on open source compliance and component management."
+ location: "Stuttgart, Germany"
+ - name: "Michael C. Jaeger"
+ title: "Project Lead"
+ organization: "Siemens AG"
+ bio: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
+ location: "Munich, Germany"
+resources:
+ - name: "Session Page"
+ url: "http://wiki.eclipse.org/Eclipse_Unconference_Europe_2016#Open_Source_Component_Management"
+ icon: "link"
+tags:
+ - "Component Management"
+ - "Open Source"
+ - "SW360"
+ - "Best Practices"
+---
+
+## About the Session
+
+This unconference session focuses on the challenges and solutions in open-source component management. Led by experts from Robert Bosch GmbH and Siemens AG, the discussion explores practical approaches to managing open-source components effectively while ensuring compliance and maintaining proper documentation.
+
+### Key Topics Covered
+
+#### 1. Component Management Fundamentals
+- Understanding component lifecycles
+- Tracking dependencies
+- Version management
+- Documentation requirements
+
+#### 2. Compliance and License Management
+- License tracking strategies
+- Compliance workflows
+- Risk assessment
+- Best practices for license management
+
+#### 3. Practical Implementation
+- Tool selection and integration
+- Workflow automation
+- Team collaboration
+- Monitoring and reporting
+
+### Who Should Attend
+- Software Development Teams
+- Project Managers
+- Compliance Officers
+- Open Source Program Managers
+- Development Team Leaders
+
+### What You'll Learn
+- Effective component management strategies
+- Best practices for license compliance
+- Documentation and tracking techniques
+- Tool integration approaches
+- Risk management strategies
+
+## Speakers
+
+### Johannes Kristan
+**Senior Software Engineer at Robert Bosch GmbH**
+*Location: Stuttgart, Germany*
+
+Johannes Kristan is a Senior Software Engineer at Robert Bosch GmbH, specializing in open source compliance and component management strategies.
+
+### Michael C. Jaeger
+**Project Lead at Siemens AG**
+*Location: Munich, Germany*
+
+Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects. At Siemens Corporate Technology in Munich, he works as a project lead, software architect, trainer, and consultant for distributed systems, server applications, and their development with open source software.
+
+## Resources
+
+### Session Materials
+- [Unconference Session Page](http://wiki.eclipse.org/Eclipse_Unconference_Europe_2016#Open_Source_Component_Management)
+
+Join us for this interactive unconference session to discuss and learn about effective open-source component management. Share your experiences, learn from others, and discover best practices that can be applied to your organization's open source initiatives.
diff --git a/content/en/news/events/2016/jaxenter.md b/content/en/news/events/2016/jaxenter.md
new file mode 100644
index 0000000..09e416c
--- /dev/null
+++ b/content/en/news/events/2016/jaxenter.md
@@ -0,0 +1,74 @@
+---
+title: "JAXenter Article: SW360 - The New Component Cataloging Tool"
+date: 2016-08-01
+description: "In this article, Dominik Mohilo from JAXenter introduces SW360, a new cataloging tool for software components within the Eclipse ecosystem. The article explores how SW360 can help manage software components, track licenses, and ensure compliance across software development projects."
+eventType: "Article"
+featured: true
+authors:
+ - name: "Dominik Mohilo"
+ title: "Technical Writer"
+ organization: "JAXenter"
+ bio: "Dominik Mohilo is a technical writer at JAXenter, covering open source technologies and development tools."
+resources:
+ - name: "Article"
+ url: "https://jaxenter.de/eclipse-sw360-44641"
+ icon: "article"
+tags:
+ - "SW360"
+ - "Component Management"
+ - "Eclipse"
+ - "Open Source"
+---
+
+## About the Article
+
+This comprehensive article introduces SW360, a powerful new addition to the Eclipse ecosystem designed for cataloging and managing software components. The piece explores SW360's capabilities in component management, license tracking, and compliance assurance.
+
+### Key Topics Covered
+
+#### 1. SW360 Overview
+- Introduction to SW360's purpose
+- Core functionalities
+- Integration with Eclipse ecosystem
+- Target audience and use cases
+
+#### 2. Component Cataloging Features
+- Component metadata management
+- Version tracking
+- Dependency management
+- Search and discovery capabilities
+
+#### 3. License Management
+- License tracking features
+- Compliance workflows
+- Documentation management
+- Risk assessment tools
+
+### Article Highlights
+
+- Detailed exploration of SW360's component cataloging capabilities
+- Analysis of license tracking and compliance features
+- Integration possibilities within Eclipse ecosystem
+- Best practices for implementation
+- User benefits and advantages
+
+### Key Takeaways
+- Understanding SW360's role in component management
+- Benefits of structured component cataloging
+- License compliance automation
+- Integration with existing tools
+- Implementation considerations
+
+## Author
+
+### Dominik Mohilo
+**Technical Writer at JAXenter**
+
+Dominik Mohilo specializes in covering open source technologies and development tools, providing insights into new tools and technologies in the Eclipse ecosystem.
+
+## Resources
+
+### Article Materials
+- [Read the Full Article](https://jaxenter.de/eclipse-sw360-44641)
+
+This article provides valuable insights into SW360's capabilities as a component cataloging tool and its role in modern software development workflows. Learn how this new Eclipse tool can transform your approach to component management and license compliance.
diff --git a/content/en/news/events/2016/linux-foundation-collab-summit-2016.md b/content/en/news/events/2016/linux-foundation-collab-summit-2016.md
new file mode 100644
index 0000000..a9e67da
--- /dev/null
+++ b/content/en/news/events/2016/linux-foundation-collab-summit-2016.md
@@ -0,0 +1,88 @@
+---
+title: "Linux Foundation Collab Summit 2016"
+date: 2016-10-05
+description: "In this session at the Linux Foundation Collab Summit 2016, Michael C. Jaeger from Siemens AG and Maximilian Huber from TNG Technology Consulting discuss SW360, a platform designed as a 'home' for open-source software (OSS). They explore how SW360 can be used for managing open-source components, tracking licenses, and ensuring compliance in software development projects."
+eventDate: "October 5-6, 2016"
+location: "Berlin, Germany"
+eventType: "Summit"
+featured: true
+speakers:
+ - name: "Michael C. Jaeger"
+ title: "Project Lead"
+ organization: "Siemens AG"
+ bio: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
+ location: "Munich, Germany"
+ - name: "Maximilian Huber"
+ title: "Software Engineer"
+ organization: "TNG Technology Consulting"
+ bio: "Maximilian Huber is a software engineer at TNG Technology Consulting, specializing in open source compliance and tooling."
+ location: "Munich, Germany"
+resources:
+ - name: "Session Page"
+ url: "https://collabsummit2016.sched.com/event/6YQh/sw360-a-place-like-home-for-oss-michael-jaeger-siemens-maximilian-huber-tng-technology-consulting"
+ icon: "link"
+tags:
+ - "SW360"
+ - "Open Source"
+ - "Compliance"
+ - "Component Management"
+---
+
+## About the Session
+
+This session introduces SW360 as a comprehensive platform for managing open-source software, presenting it as a "home" for all OSS-related activities within an organization. The presentation demonstrates how SW360 provides a central hub for component management, license tracking, and compliance assurance.
+
+### Key Topics Covered
+
+#### 1. SW360 as an OSS Home
+- Platform architecture and design
+- Core functionalities
+- Integration capabilities
+- User experience
+
+#### 2. Component Management Features
+- Centralized component repository
+- Version tracking and management
+- Dependency visualization
+- Metadata handling
+
+#### 3. License and Compliance
+- Automated license scanning
+- Compliance workflows
+- Risk assessment
+- Documentation management
+
+### Who Should Attend
+- Open Source Program Managers
+- Compliance Officers
+- Development Team Leaders
+- Software Architects
+- Legal Teams
+
+### What You'll Learn
+- SW360 platform capabilities
+- OSS management strategies
+- Compliance automation techniques
+- Integration approaches
+- Best practices for implementation
+
+## Speakers
+
+### Michael C. Jaeger
+**Project Lead at Siemens AG**
+*Location: Munich, Germany*
+
+Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects. At Siemens Corporate Technology in Munich, he works as a project lead, software architect, trainer, and consultant for distributed systems, server applications, and their development with open source software.
+
+### Maximilian Huber
+**Software Engineer at TNG Technology Consulting**
+*Location: Munich, Germany*
+
+Maximilian Huber specializes in open source compliance and tooling at TNG Technology Consulting. His expertise includes developing and implementing solutions for managing open source software effectively.
+
+## Resources
+
+### Session Materials
+- [Summit Session Page](https://collabsummit2016.sched.com/event/6YQh/sw360-a-place-like-home-for-oss-michael-jaeger-siemens-maximilian-huber-tng-technology-consulting)
+
+Join us for this informative session to learn how SW360 can serve as your organization's home for open source software management. Discover how to effectively manage components, ensure compliance, and streamline your OSS workflows.
diff --git a/content/en/news/events/2017/eclipsecon-europe-2017.md b/content/en/news/events/2017/eclipsecon-europe-2017.md
new file mode 100644
index 0000000..314928a
--- /dev/null
+++ b/content/en/news/events/2017/eclipsecon-europe-2017.md
@@ -0,0 +1,85 @@
+---
+title: "EclipseCon Europe 2017"
+date: 2017-10-24
+description: "In this session, Marcel Kurzmann from Bosch Software Innovations GmbH discusses how open-source projects can be leveraged for effective open-source management. The talk highlights strategies for managing open-source software in projects and the benefits of using open-source tools for governance, compliance, and collaboration."
+eventDate: "October 24-26, 2017"
+location: "Ludwigsburg, Germany"
+eventType: "Conference"
+featured: true
+speakers:
+ - name: "Marcel Kurzmann"
+ title: "Software Engineer"
+ organization: "Bosch Software Innovations GmbH"
+ bio: "Marcel Kurzmann is a software engineer at Bosch Software Innovations GmbH, specializing in open source management and compliance tools."
+ location: "Stuttgart, Germany"
+resources:
+ - name: "Session Page"
+ url: "https://www.eclipsecon.org/europe2017"
+ icon: "link"
+ - name: "Presentation Slides"
+ url: "https://www.eclipsecon.org/europe2017/sites/default/files/slides/Leveraging_Open_Source_Projects_for_OSM_EclipseCon.pdf"
+ icon: "file"
+ - name: "Video Recording"
+ url: "https://youtu.be/z19ifXKAkgE"
+ icon: "video"
+tags:
+ - "Open Source Management"
+ - "Governance"
+ - "Compliance"
+ - "Best Practices"
+---
+
+## About the Session
+
+This session explores how organizations can effectively leverage open-source projects for managing their own open-source initiatives. The presentation focuses on practical strategies, tools, and best practices for implementing robust open-source management solutions.
+
+### Key Topics Covered
+
+#### 1. Open Source Management Fundamentals
+- Understanding OSM requirements
+- Key management principles
+- Governance frameworks
+- Implementation strategies
+
+#### 2. Leveraging Open Source Tools
+- Available open source solutions
+- Tool selection criteria
+- Integration approaches
+- Customization strategies
+
+#### 3. Implementation Best Practices
+- Real-world case studies
+- Common challenges and solutions
+- Success metrics
+- Continuous improvement
+
+### Who Should Attend
+- Open Source Program Managers
+- Development Team Leaders
+- Compliance Officers
+- Software Architects
+- Project Managers
+
+### What You'll Learn
+- OSM implementation strategies
+- Tool selection and integration
+- Governance best practices
+- Compliance automation
+- Risk management approaches
+
+## Speakers
+
+### Marcel Kurzmann
+**Software Engineer at Bosch Software Innovations GmbH**
+*Location: Stuttgart, Germany*
+
+Marcel Kurzmann specializes in implementing open source management solutions and developing compliance tools. His expertise includes open source governance, tool integration, and process automation.
+
+## Resources
+
+### Session Materials
+- [Conference Session Page](https://www.eclipsecon.org/europe2017)
+- [Presentation Slides](https://www.eclipsecon.org/europe2017/sites/default/files/slides/Leveraging_Open_Source_Projects_for_OSM_EclipseCon.pdf)
+- [Video Recording](https://youtu.be/z19ifXKAkgE)
+
+Join us for this comprehensive session to learn how you can effectively leverage open-source projects for managing your organization's open-source initiatives. Gain practical insights and strategies for implementing successful open-source management solutions.
diff --git a/content/en/news/events/2017/eclipsecon-france-2017.md b/content/en/news/events/2017/eclipsecon-france-2017.md
new file mode 100644
index 0000000..58abf7c
--- /dev/null
+++ b/content/en/news/events/2017/eclipsecon-france-2017.md
@@ -0,0 +1,96 @@
+---
+title: "EclipseCon France 2017"
+date: 2017-06-22
+description: "In this session, Johannes Kristan from Bosch Software Innovations GmbH and Michael C. Jaeger from Siemens AG present SW360, a component management hub designed to help manage open-source components and their dependencies. The session covers how SW360 facilitates better tracking of open-source components, ensuring compliance, and integrating with software development processes."
+eventDate: "June 21-22, 2017"
+location: "Toulouse, France"
+eventType: "Conference"
+featured: true
+speakers:
+ - name: "Johannes Kristan"
+ title: "Senior Software Engineer"
+ organization: "Robert Bosch GmbH"
+ bio: "Johannes Kristan is a Senior Software Engineer at Robert Bosch GmbH, focusing on open source compliance and component management."
+ location: "Stuttgart, Germany"
+ - name: "Michael C. Jaeger"
+ title: "Project Lead"
+ organization: "Siemens AG"
+ bio: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
+ location: "Munich, Germany"
+resources:
+ - name: "Session Page"
+ url: "https://www.eclipsecon.org/france2017/conference/schedule/session/2017-06-22"
+ icon: "link"
+ - name: "Presentation Slides"
+ url: "https://www.eclipsecon.org/france2017/sites/default/files/slides/036%20OSS%20sw360%2020170315%20slides%20Eclipseconfrance%2002_0.pptx"
+ icon: "file"
+ - name: "Video Recording"
+ url: "https://youtu.be/ifb8vkfwiT4"
+ icon: "video"
+tags:
+ - "Component Management"
+ - "SW360"
+ - "Open Source"
+ - "Compliance"
+---
+
+## About the Session
+
+This session introduces SW360 as a comprehensive component management hub, demonstrating how it helps organizations effectively manage their open-source components and dependencies. The presentation showcases SW360's capabilities in tracking, managing, and ensuring compliance for open-source software components.
+
+### Key Topics Covered
+
+#### 1. Component Management Overview
+- Understanding component management challenges
+- SW360's role as a management hub
+- Key features and capabilities
+- Integration possibilities
+
+#### 2. SW360 Features Deep Dive
+- Component tracking and organization
+- License management
+- Dependency analysis
+- Compliance workflows
+
+#### 3. Implementation Strategies
+- Best practices for deployment
+- Integration with existing tools
+- Workflow optimization
+- Success metrics
+
+### Who Should Attend
+- Software Development Managers
+- Open Source Program Officers
+- Compliance Teams
+- Development Team Leaders
+- Software Architects
+
+### What You'll Learn
+- Component management best practices
+- SW360 implementation strategies
+- Compliance automation techniques
+- Integration approaches
+- Workflow optimization methods
+
+## Speakers
+
+### Johannes Kristan
+**Senior Software Engineer at Robert Bosch GmbH**
+*Location: Stuttgart, Germany*
+
+Johannes Kristan is a Senior Software Engineer at Robert Bosch GmbH, specializing in open source compliance and component management strategies.
+
+### Michael C. Jaeger
+**Project Lead at Siemens AG**
+*Location: Munich, Germany*
+
+Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects. At Siemens Corporate Technology in Munich, he works as a project lead, software architect, trainer, and consultant for distributed systems, server applications, and their development with open source software.
+
+## Resources
+
+### Session Materials
+- [Conference Session Page](https://www.eclipsecon.org/france2017/conference/schedule/session/2017-06-22)
+- [Presentation Slides](https://www.eclipsecon.org/france2017/sites/default/files/slides/036%20OSS%20sw360%2020170315%20slides%20Eclipseconfrance%2002_0.pptx)
+- [Video Recording](https://youtu.be/ifb8vkfwiT4)
+
+Join us for this comprehensive session to learn how SW360 can transform your organization's approach to component management. Discover practical strategies for implementing effective component tracking, ensuring compliance, and streamlining your development workflows.
diff --git a/content/en/news/events/2017/open-compliance-summit-2017.md b/content/en/news/events/2017/open-compliance-summit-2017.md
new file mode 100644
index 0000000..8f842ae
--- /dev/null
+++ b/content/en/news/events/2017/open-compliance-summit-2017.md
@@ -0,0 +1,88 @@
+---
+title: "Open Compliance Summit 2017"
+date: 2017-12-06
+description: "In this session, Johannes Kristan from Bosch Software Innovations GmbH and Michael C. Jaeger from Siemens AG present how SW360 facilitates component management in open-source projects. They discuss the importance of open-source compliance and how SW360 helps manage open-source components and licenses to ensure compliance throughout the software development lifecycle."
+eventDate: "December 6-7, 2017"
+location: "Tokyo, Japan"
+eventType: "Summit"
+featured: true
+speakers:
+ - name: "Johannes Kristan"
+ title: "Senior Software Engineer"
+ organization: "Robert Bosch GmbH"
+ bio: "Johannes Kristan is a Senior Software Engineer at Robert Bosch GmbH, focusing on open source compliance and component management."
+ location: "Stuttgart, Germany"
+ - name: "Michael C. Jaeger"
+ title: "Project Lead"
+ organization: "Siemens AG"
+ bio: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
+ location: "Munich, Germany"
+resources:
+ - name: "Session Page"
+ url: "https://ocs2017.sched.com/event/CY94/open-source-with-open-source-component-management-with-sw360-johannes-kristan-bosch-michael-jaeger-siemens"
+ icon: "link"
+tags:
+ - "Component Management"
+ - "SW360"
+ - "Open Source"
+ - "Compliance"
+---
+
+## About the Session
+
+This session explores how organizations can leverage SW360 for effective open-source component management while maintaining compliance throughout their software development lifecycle. The presentation demonstrates the power of using open-source tools to manage open-source software components.
+
+### Key Topics Covered
+
+#### 1. Open Source Component Management
+- Understanding component lifecycle
+- Managing dependencies
+- Version control
+- Documentation requirements
+
+#### 2. SW360 Implementation
+- Core features and capabilities
+- Integration strategies
+- Workflow automation
+- Best practices
+
+#### 3. Compliance Assurance
+- License management
+- Obligation tracking
+- Risk assessment
+- Compliance workflows
+
+### Who Should Attend
+- Compliance Officers
+- Software Development Managers
+- Open Source Program Leaders
+- Legal Teams
+- Development Team Leaders
+
+### What You'll Learn
+- SW360 implementation strategies
+- Component management best practices
+- Compliance automation techniques
+- Integration approaches
+- Risk management methods
+
+## Speakers
+
+### Johannes Kristan
+**Senior Software Engineer at Robert Bosch GmbH**
+*Location: Stuttgart, Germany*
+
+Johannes Kristan is a Senior Software Engineer at Robert Bosch GmbH, specializing in open source compliance and component management strategies.
+
+### Michael C. Jaeger
+**Project Lead at Siemens AG**
+*Location: Munich, Germany*
+
+Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects. At Siemens Corporate Technology in Munich, he works as a project lead, software architect, trainer, and consultant for distributed systems, server applications, and their development with open source software.
+
+## Resources
+
+### Session Materials
+- [Summit Session Page](https://ocs2017.sched.com/event/CY94/open-source-with-open-source-component-management-with-sw360-johannes-kristan-bosch-michael-jaeger-siemens)
+
+Join us for this comprehensive session to learn how SW360 can transform your organization's approach to open source component management. Discover practical strategies for implementing effective compliance workflows and component tracking systems.
diff --git a/content/en/news/events/2017/open-source-leadership-summit-2017.md b/content/en/news/events/2017/open-source-leadership-summit-2017.md
new file mode 100644
index 0000000..8fd7d82
--- /dev/null
+++ b/content/en/news/events/2017/open-source-leadership-summit-2017.md
@@ -0,0 +1,77 @@
+---
+title: "Open Source Leadership Summit 2017"
+date: 2017-02-14
+description: "In this session, Steffen Evers from Bosch Software Innovations GmbH presents SW360, an open component hub designed to streamline the management of open-source components in software projects. The session highlights how SW360 helps manage software components, ensuring compliance, improving transparency, and optimizing workflows across development teams."
+eventDate: "February 14-16, 2017"
+location: "Lake Tahoe, CA, USA"
+eventType: "Summit"
+featured: true
+speakers:
+ - name: "Steffen Evers"
+ title: "Head of Open Source"
+ organization: "Bosch Software Innovations GmbH"
+ bio: "Steffen Evers leads open source initiatives at Bosch Software Innovations GmbH, focusing on open source strategy and component management."
+ location: "Stuttgart, Germany"
+resources:
+ - name: "Session Page"
+ url: "http://events17.linuxfoundation.org/events/open-source-leadership-summit/program/schedule"
+ icon: "link"
+tags:
+ - "Component Management"
+ - "SW360"
+ - "Open Source"
+ - "Leadership"
+---
+
+## About the Session
+
+This session introduces SW360 as a comprehensive open component hub, demonstrating how it revolutionizes the management of open-source components in software projects. The presentation focuses on how organizations can leverage SW360 to improve their component management processes while ensuring compliance and transparency.
+
+### Key Topics Covered
+
+#### 1. Open Component Hub Overview
+- SW360's architecture and design
+- Core functionalities
+- Integration capabilities
+- Deployment options
+
+#### 2. Component Management
+- Centralized component tracking
+- Version management
+- Dependency analysis
+- Metadata handling
+
+#### 3. Organizational Benefits
+- Workflow optimization
+- Compliance automation
+- Transparency improvements
+- Team collaboration
+
+### Who Should Attend
+- Open Source Program Leaders
+- Development Managers
+- Software Architects
+- Compliance Officers
+- IT Strategy Leaders
+
+### What You'll Learn
+- SW360's capabilities as a component hub
+- Implementation strategies
+- Best practices for adoption
+- Integration approaches
+- Success metrics
+
+## Speakers
+
+### Steffen Evers
+**Head of Open Source at Bosch Software Innovations GmbH**
+*Location: Stuttgart, Germany*
+
+Steffen Evers leads open source initiatives at Bosch Software Innovations GmbH, where he focuses on developing and implementing open source strategies and component management solutions. His expertise includes open source governance, compliance, and building effective open source programs.
+
+## Resources
+
+### Session Materials
+- [Summit Program Schedule](http://events17.linuxfoundation.org/events/open-source-leadership-summit/program/schedule)
+
+Join us for this strategic session to learn how SW360 can transform your organization's approach to open source component management. Discover how to implement an effective component hub that drives efficiency and ensures compliance across your development teams.
diff --git a/content/en/news/events/2017/open-source-summit-europe-2017.md b/content/en/news/events/2017/open-source-summit-europe-2017.md
new file mode 100644
index 0000000..5c3726e
--- /dev/null
+++ b/content/en/news/events/2017/open-source-summit-europe-2017.md
@@ -0,0 +1,89 @@
+---
+title: "Open Source Summit Europe 2017"
+date: 2017-10-23
+description: "In this session, Michael C. Jaeger from Siemens AG and Steffen Evers from Bosch Software Innovations GmbH discuss how SW360 automates OSS compliance processes. They explore how automation simplifies the management of open-source software and license compliance, ensuring efficiency and compliance across the development lifecycle."
+eventDate: "October 23-26, 2017"
+location: "Prague, Czech Republic"
+eventType: "Summit"
+featured: true
+speakers:
+ - name: "Michael C. Jaeger"
+ title: "Project Lead"
+ organization: "Siemens AG"
+ bio: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
+ location: "Munich, Germany"
+ - name: "Steffen Evers"
+ title: "Head of Open Source"
+ organization: "Bosch Software Innovations GmbH"
+ bio: "Steffen Evers leads open source initiatives at Bosch Software Innovations GmbH, focusing on open source strategy and component management solutions. His expertise includes implementing effective open source governance and compliance programs."
+ location: "Stuttgart, Germany"
+resources:
+ - name: "Session Page"
+ url: "https://osseu17.sched.com/event/ByIp/oss-compliance-automation-with-sw360-michael-jaeger-siemens-ag"
+ icon: "link"
+tags:
+ - "Compliance"
+ - "Automation"
+ - "SW360"
+ - "Open Source"
+ - "License Management"
+---
+
+## About the Session
+
+This session explores how SW360 revolutionizes OSS compliance through automation. The presenters demonstrate how organizations can leverage SW360's capabilities to streamline their open source software management and ensure consistent license compliance across projects.
+
+### Key Topics Covered
+
+#### 1. Compliance Automation
+- SW360's automation capabilities
+- Integration with development workflows
+- Compliance checking mechanisms
+- License management automation
+
+#### 2. Process Optimization
+- Streamlined compliance workflows
+- Automated dependency tracking
+- License obligation management
+- Risk assessment automation
+
+#### 3. Implementation Strategies
+- Integration with existing tools
+- Best practices for deployment
+- Scaling compliance processes
+- Performance optimization
+
+### Who Should Attend
+- Compliance Officers
+- Development Team Leaders
+- Software Architects
+- Open Source Program Managers
+- Legal Teams
+
+### What You'll Learn
+- How to automate OSS compliance processes
+- Best practices for license management
+- Integration strategies for SW360
+- Compliance workflow optimization
+- Risk mitigation techniques
+
+## Speakers
+
+### Michael C. Jaeger
+**Project Lead at Siemens AG**
+*Location: Munich, Germany*
+
+Michael C. Jaeger is a key maintainer of both the Linux Foundation's FOSSology and Eclipse SW360 projects. At Siemens Corporate Technology, he serves multiple roles including project lead, software architect, trainer, and consultant, specializing in distributed systems and server applications developed with open source software.
+
+### Steffen Evers
+**Head of Open Source at Bosch Software Innovations GmbH**
+*Location: Stuttgart, Germany*
+
+Steffen Evers leads open source initiatives at Bosch Software Innovations GmbH, where he focuses on developing and implementing open source strategies and component management solutions. His expertise includes open source governance, compliance, and building effective open source programs.
+
+## Resources
+
+### Session Materials
+- [Summit Session Page](https://osseu17.sched.com/event/ByIp/oss-compliance-automation-with-sw360-michael-jaeger-siemens-ag)
+
+Join us for this comprehensive session to learn how SW360 can transform your organization's approach to OSS compliance through automation. Discover practical strategies for implementing efficient, automated compliance processes that scale with your development needs.
diff --git a/content/en/news/events/2017/seoul-copyright-forum-2017.md b/content/en/news/events/2017/seoul-copyright-forum-2017.md
new file mode 100644
index 0000000..31c2ea9
--- /dev/null
+++ b/content/en/news/events/2017/seoul-copyright-forum-2017.md
@@ -0,0 +1,89 @@
+---
+title: "Seoul Copyright Forum 2017"
+date: 2017-11-15
+description: "In this forum, experts from the SW360 project discuss the intersection of copyright law and open source software management. The session focuses on copyright compliance, license management, and best practices for handling open source software in a global context."
+eventDate: "November 15-16, 2017"
+location: "Seoul, South Korea"
+eventType: "Forum"
+featured: true
+speakers:
+ - name: "Michael C. Jaeger"
+ title: "Project Lead"
+ organization: "Siemens AG"
+ bio: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
+ location: "Munich, Germany"
+ - name: "Steffen Evers"
+ title: "Head of Open Source"
+ organization: "Bosch Software Innovations GmbH"
+ bio: "Steffen Evers leads open source initiatives at Bosch Software Innovations GmbH, focusing on open source strategy and component management solutions. His expertise includes implementing effective open source governance and compliance programs."
+ location: "Stuttgart, Germany"
+resources:
+ - name: "Forum Page"
+ url: "https://www.copyright.or.kr/eng/forum/2017"
+ icon: "link"
+tags:
+ - "Copyright"
+ - "Legal"
+ - "Compliance"
+ - "Open Source"
+ - "Global"
+---
+
+## About the Forum
+
+This forum provides a comprehensive overview of copyright considerations in open source software management, with a focus on global compliance and best practices. The session explores how organizations can effectively manage copyright issues while leveraging open source software in their projects.
+
+### Key Topics Covered
+
+#### 1. Copyright Fundamentals
+- Copyright law basics
+- Open source license implications
+- International copyright considerations
+- Fair use and exceptions
+
+#### 2. Compliance Management
+- Copyright compliance workflows
+- License tracking and management
+- Documentation requirements
+- Risk assessment
+
+#### 3. Global Implementation
+- Cross-border considerations
+- Cultural aspects of compliance
+- Regional variations
+- Best practices
+
+### Who Should Attend
+- Legal Professionals
+- Compliance Officers
+- Open Source Program Managers
+- Software Development Managers
+- International Business Leaders
+
+### What You'll Learn
+- Copyright law fundamentals
+- Global compliance strategies
+- Risk management techniques
+- Documentation requirements
+- Best practices for international operations
+
+## Speakers
+
+### Michael C. Jaeger
+**Project Lead at Siemens AG**
+*Location: Munich, Germany*
+
+Michael C. Jaeger is a key maintainer of both the Linux Foundation's FOSSology and Eclipse SW360 projects. At Siemens Corporate Technology, he serves multiple roles including project lead, software architect, trainer, and consultant, specializing in distributed systems and server applications developed with open source software.
+
+### Steffen Evers
+**Head of Open Source at Bosch Software Innovations GmbH**
+*Location: Stuttgart, Germany*
+
+Steffen Evers leads open source initiatives at Bosch Software Innovations GmbH, where he focuses on developing and implementing open source strategies and component management solutions. His expertise includes open source governance, compliance, and building effective open source programs.
+
+## Resources
+
+### Forum Materials
+- [Forum Website](https://www.copyright.or.kr/eng/forum/2017)
+
+Join us for this insightful forum to learn about copyright considerations in open source software management. Gain practical knowledge about global compliance and best practices for managing open source software in an international context.
diff --git a/content/en/news/events/2017/yanking-the-chain-supply-chain-compliance-2017.md b/content/en/news/events/2017/yanking-the-chain-supply-chain-compliance-2017.md
new file mode 100644
index 0000000..fb73ed8
--- /dev/null
+++ b/content/en/news/events/2017/yanking-the-chain-supply-chain-compliance-2017.md
@@ -0,0 +1,89 @@
+---
+title: "Yanking the Chain: Open Source Software Compliance in the Supply Chain"
+date: 2017-09-20
+description: "In this session, experts discuss the challenges and solutions for managing open source software compliance across the software supply chain. The presentation focuses on how SW360 can help organizations ensure compliance throughout their supply chain, from component selection to final product delivery."
+eventDate: "September 20-21, 2017"
+location: "San Francisco, CA, USA"
+eventType: "Conference"
+featured: true
+speakers:
+ - name: "Michael C. Jaeger"
+ title: "Project Lead"
+ organization: "Siemens AG"
+ bio: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
+ location: "Munich, Germany"
+ - name: "Steffen Evers"
+ title: "Head of Open Source"
+ organization: "Bosch Software Innovations GmbH"
+ bio: "Steffen Evers leads open source initiatives at Bosch Software Innovations GmbH, focusing on open source strategy and component management solutions. His expertise includes implementing effective open source governance and compliance programs."
+ location: "Stuttgart, Germany"
+resources:
+ - name: "Conference Page"
+ url: "https://events.linuxfoundation.org/events/open-source-summit-north-america-2017"
+ icon: "link"
+tags:
+ - "Supply Chain"
+ - "Compliance"
+ - "Open Source"
+ - "Risk Management"
+ - "Integration"
+---
+
+## About the Session
+
+This session explores the critical aspects of managing open source software compliance across the software supply chain. The presentation demonstrates how SW360 can be used to track, manage, and ensure compliance throughout the entire supply chain process, from initial component selection to final product delivery.
+
+### Key Topics Covered
+
+#### 1. Supply Chain Challenges
+- Component tracking across vendors
+- License compliance verification
+- Dependency management
+- Risk assessment
+
+#### 2. Compliance Solutions
+- SW360 implementation strategies
+- Automated compliance checking
+- Documentation management
+- Risk mitigation
+
+#### 3. Best Practices
+- Vendor management
+- Compliance workflows
+- Integration strategies
+- Continuous monitoring
+
+### Who Should Attend
+- Supply Chain Managers
+- Compliance Officers
+- Software Development Managers
+- Procurement Specialists
+- Legal Teams
+
+### What You'll Learn
+- Supply chain compliance strategies
+- Risk management techniques
+- Integration approaches
+- Best practices for vendor management
+- Compliance automation methods
+
+## Speakers
+
+### Michael C. Jaeger
+**Project Lead at Siemens AG**
+*Location: Munich, Germany*
+
+Michael C. Jaeger is a key maintainer of both the Linux Foundation's FOSSology and Eclipse SW360 projects. At Siemens Corporate Technology, he serves multiple roles including project lead, software architect, trainer, and consultant, specializing in distributed systems and server applications developed with open source software.
+
+### Steffen Evers
+**Head of Open Source at Bosch Software Innovations GmbH**
+*Location: Stuttgart, Germany*
+
+Steffen Evers leads open source initiatives at Bosch Software Innovations GmbH, where he focuses on developing and implementing open source strategies and component management solutions. His expertise includes open source governance, compliance, and building effective open source programs.
+
+## Resources
+
+### Session Materials
+- [Conference Website](https://events.linuxfoundation.org/events/open-source-summit-north-america-2017)
+
+Join us for this comprehensive session to learn how to effectively manage open source software compliance across your supply chain. Discover practical strategies for implementing compliance programs and ensuring consistent compliance throughout your software development process.
\ No newline at end of file
diff --git a/content/en/news/events/2018/bitkom-forum-open-source-2018.md b/content/en/news/events/2018/bitkom-forum-open-source-2018.md
new file mode 100644
index 0000000..08a13b8
--- /dev/null
+++ b/content/en/news/events/2018/bitkom-forum-open-source-2018.md
@@ -0,0 +1,88 @@
+---
+title: "Bitkom Forum Open Source 2018"
+date: 2018-06-14
+description: "In this session, Johannes Kristan from Bosch Software Innovations GmbH and Michael C. Jaeger from Siemens AG share their experiences and lessons learned from implementing automated license compliance with Eclipse SW360. The talk focuses on the challenges and benefits of automating compliance management in open-source projects using SW360."
+eventDate: "June 14, 2018"
+location: "Berlin, Germany"
+eventType: "Conference"
+featured: true
+speakers:
+ - name: "Johannes Kristan"
+ title: "Senior Software Engineer"
+ organization: "Robert Bosch GmbH"
+ bio: "Johannes Kristan is a Senior Software Engineer at Robert Bosch GmbH, focusing on open source compliance and automation."
+ location: "Stuttgart, Germany"
+ - name: "Michael C. Jaeger"
+ title: "Project Lead"
+ organization: "Siemens AG"
+ bio: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
+ location: "Munich, Germany"
+resources:
+ - name: "Session Page"
+ url: "https://www.bitkom.org/bfoss18/"
+ icon: "link"
+tags:
+ - "License Compliance"
+ - "Automation"
+ - "SW360"
+ - "Open Source"
+---
+
+## About the Session
+
+This session presents practical insights into implementing automated license compliance using Eclipse SW360. Led by experts from Robert Bosch GmbH and Siemens AG, the presentation shares valuable lessons learned from real-world implementations and demonstrates how automation can streamline compliance processes.
+
+### Key Topics Covered
+
+#### 1. Automated License Compliance
+- Understanding compliance automation
+- SW360's role in automation
+- Key automation features
+- Implementation strategies
+
+#### 2. Implementation Challenges
+- Common obstacles and solutions
+- Integration with existing systems
+- Performance considerations
+- Best practices for deployment
+
+#### 3. Lessons Learned
+- Real-world case studies
+- Success stories and pitfalls
+- Optimization techniques
+- Future improvements
+
+### Who Should Attend
+- Software Development Managers
+- Compliance Officers
+- DevOps Engineers
+- Open Source Program Managers
+- Legal Teams
+
+### What You'll Learn
+- How to implement automated license compliance
+- Best practices from industry leaders
+- Common pitfalls to avoid
+- Integration strategies
+- Performance optimization techniques
+
+## Speakers
+
+### Johannes Kristan
+**Senior Software Engineer at Robert Bosch GmbH**
+*Location: Stuttgart, Germany*
+
+Johannes Kristan is a Senior Software Engineer at Robert Bosch GmbH, specializing in open source compliance automation and tooling integration.
+
+### Michael C. Jaeger
+**Project Lead at Siemens AG**
+*Location: Munich, Germany*
+
+Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects. At Siemens Corporate Technology in Munich, he works as a project lead, software architect, trainer, and consultant for distributed systems, server applications, and their development with open source software.
+
+## Resources
+
+### Session Materials
+- [Official Event Page](https://www.bitkom.org/bfoss18/)
+
+Join us for this informative session to learn how automated license compliance with SW360 can transform your organization's approach to open source management. Gain practical insights from industry leaders and discover proven strategies for successful implementation.
diff --git a/content/en/news/events/2018/free-software-legal-licensing-workshop-2018.md b/content/en/news/events/2018/free-software-legal-licensing-workshop-2018.md
new file mode 100644
index 0000000..73a5e2e
--- /dev/null
+++ b/content/en/news/events/2018/free-software-legal-licensing-workshop-2018.md
@@ -0,0 +1,89 @@
+---
+title: "Free Software Legal and Licensing Workshop 2018"
+date: 2018-04-16
+description: "In this workshop, experts from the SW360 project discuss the legal and licensing aspects of open source software management. The session focuses on practical approaches to handling software licenses, compliance requirements, and legal considerations in open source projects."
+eventDate: "April 16-17, 2018"
+location: "Barcelona, Spain"
+eventType: "Workshop"
+featured: true
+speakers:
+ - name: "Michael C. Jaeger"
+ title: "Project Lead"
+ organization: "Siemens AG"
+ bio: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
+ location: "Munich, Germany"
+ - name: "Steffen Evers"
+ title: "Head of Open Source"
+ organization: "Bosch Software Innovations GmbH"
+ bio: "Steffen Evers leads open source initiatives at Bosch Software Innovations GmbH, focusing on open source strategy and component management solutions. His expertise includes implementing effective open source governance and compliance programs."
+ location: "Stuttgart, Germany"
+resources:
+ - name: "Workshop Page"
+ url: "https://fsllw2018.org"
+ icon: "link"
+tags:
+ - "Legal"
+ - "Licensing"
+ - "Compliance"
+ - "Open Source"
+ - "Workshop"
+---
+
+## About the Workshop
+
+This workshop provides a deep dive into the legal and licensing aspects of open source software management, with a particular focus on practical implementation using SW360. Participants will gain hands-on experience with license management, compliance workflows, and legal considerations in open source projects.
+
+### Key Topics Covered
+
+#### 1. Legal Framework
+- Open source license types and obligations
+- Compliance requirements
+- Legal risk assessment
+- Documentation requirements
+
+#### 2. License Management
+- License identification and tracking
+- Obligation management
+- License compatibility analysis
+- Documentation automation
+
+#### 3. Compliance Implementation
+- Compliance workflows
+- Risk mitigation strategies
+- Best practices
+- Tool integration
+
+### Who Should Attend
+- Legal Professionals
+- Compliance Officers
+- Open Source Program Managers
+- Software Development Managers
+- Legal Counsel
+
+### What You'll Learn
+- Legal aspects of open source licensing
+- Compliance implementation strategies
+- Risk assessment techniques
+- Documentation requirements
+- Best practices for legal compliance
+
+## Speakers
+
+### Michael C. Jaeger
+**Project Lead at Siemens AG**
+*Location: Munich, Germany*
+
+Michael C. Jaeger is a key maintainer of both the Linux Foundation's FOSSology and Eclipse SW360 projects. At Siemens Corporate Technology, he serves multiple roles including project lead, software architect, trainer, and consultant, specializing in distributed systems and server applications developed with open source software.
+
+### Steffen Evers
+**Head of Open Source at Bosch Software Innovations GmbH**
+*Location: Stuttgart, Germany*
+
+Steffen Evers leads open source initiatives at Bosch Software Innovations GmbH, where he focuses on developing and implementing open source strategies and component management solutions. His expertise includes open source governance, compliance, and building effective open source programs.
+
+## Resources
+
+### Workshop Materials
+- [Workshop Website](https://fsllw2018.org)
+
+Join us for this comprehensive workshop to gain practical insights into the legal and licensing aspects of open source software management. Learn how to effectively implement compliance programs and manage legal risks in your open source projects.
diff --git a/content/en/news/events/2018/inner-source-commons-2018.md b/content/en/news/events/2018/inner-source-commons-2018.md
new file mode 100644
index 0000000..47f94a2
--- /dev/null
+++ b/content/en/news/events/2018/inner-source-commons-2018.md
@@ -0,0 +1,77 @@
+---
+title: "Inner Source Commons 2018"
+date: 2018-05-16
+description: "In this session, Johannes Kristan from Siemens AG discusses how Siemens has embraced Inner Source to foster a culture of open collaboration within the organization. The talk explores the challenges, successes, and strategies behind adopting Inner Source practices at a large enterprise."
+eventDate: "May 16-17, 2018"
+location: "Stuttgart, Germany"
+eventType: "Conference"
+featured: true
+speakers:
+ - name: "Johannes Kristan"
+ title: "Senior Software Engineer"
+ organization: "Siemens AG"
+ bio: "Johannes Kristan is a Senior Software Engineer at Siemens AG, focusing on Inner Source adoption and open source practices within the enterprise."
+ location: "Munich, Germany"
+resources:
+ - name: "Session Page"
+ url: "https://www.innersourcecommons.org/2018/"
+ icon: "link"
+tags:
+ - "Inner Source"
+ - "Enterprise Development"
+ - "Collaboration"
+ - "Best Practices"
+---
+
+## About the Session
+
+This session explores Siemens' journey in adopting Inner Source practices, highlighting how large enterprises can successfully implement open source methodologies internally. The presentation shares practical insights, challenges overcome, and the transformative impact of Inner Source on enterprise development.
+
+### Key Topics Covered
+
+#### 1. Inner Source Implementation
+- Understanding Inner Source principles
+- Adoption strategies
+- Cultural transformation
+- Measuring success
+
+#### 2. Enterprise Challenges
+- Overcoming organizational barriers
+- Change management
+- Team collaboration
+- Tool selection and integration
+
+#### 3. Success Stories
+- Real-world implementation examples
+- Measurable outcomes
+- Lessons learned
+- Best practices
+
+### Who Should Attend
+- Development Team Leaders
+- Enterprise Architects
+- Project Managers
+- Change Management Leaders
+- Software Development Teams
+
+### What You'll Learn
+- Inner Source adoption strategies
+- Change management techniques
+- Collaboration best practices
+- Tool integration approaches
+- Success metrics and KPIs
+
+## Speakers
+
+### Johannes Kristan
+**Senior Software Engineer at Siemens AG**
+*Location: Munich, Germany*
+
+Johannes Kristan leads Inner Source initiatives at Siemens AG, focusing on implementing open source methodologies within the enterprise context. His experience spans both technical implementation and cultural transformation aspects of Inner Source adoption.
+
+## Resources
+
+### Session Materials
+- [Conference Session Page](https://www.innersourcecommons.org/2018/)
+
+Join us for this insightful session to learn how Siemens has successfully implemented Inner Source practices. Discover practical strategies for adopting open source methodologies within your enterprise and fostering a culture of collaboration.
diff --git a/content/en/news/events/2019/open-source-summit-japan-2019.md b/content/en/news/events/2019/open-source-summit-japan-2019.md
new file mode 100644
index 0000000..cd45174
--- /dev/null
+++ b/content/en/news/events/2019/open-source-summit-japan-2019.md
@@ -0,0 +1,84 @@
+---
+title: "Open Source Summit Japan 2019"
+date: 2019-07-17
+description: "In this session, Kouki Hama from Toshiba Corporation discusses how SW360 is utilized to manage open-source software (OSS) compliance. The session highlights the steps and processes necessary for managing OSS compliance in organizations and emphasizes the use of SW360 as a tool for tracking dependencies and ensuring proper license management."
+eventDate: "July 17-19, 2019"
+location: "Tokyo, Japan"
+eventType: "Conference"
+featured: true
+speakers:
+ - name: "Kouki Hama"
+ title: "Software Engineering Researcher"
+ organization: "Toshiba Corporation"
+ bio: "Kouki Hama is a researcher of software engineering in Toshiba Corporation. He researches open source compliance and these tools. He is also one of the members of OpenChain project Japan workgroup and one of the contributors for Eclipse SW360 projects."
+ avatar: "/img/speakers/kouki-hama.png"
+ location: "Nishinomiya, Hyogo, Japan"
+ linkedin: "https://www.linkedin.com/in/kouki-hama-841111187/"
+ github: "https://github.com/KoukiHama"
+resources:
+ - name: "Session Page"
+ url: "https://sched.co/OVtF"
+ icon: "link"
+ - name: "Presentation Slides"
+ url: "https://events19.linuxfoundation.org/wp-content/uploads/2018/07/OpenSourceSummitJapan_final.pdf"
+ icon: "file"
+tags:
+ - "OSS Compliance"
+ - "SW360"
+ - "License Management"
+ - "Open Source"
+---
+
+## About the Session
+
+This session explores how organizations can effectively utilize SW360 for managing open-source software (OSS) compliance. Led by Toshiba Corporation's expert, the presentation provides practical insights into implementing robust compliance processes using SW360.
+
+### Key Topics Covered
+
+#### 1. OSS Compliance Challenges
+- Common compliance challenges in organizations
+- Impact of non-compliance
+- Current industry practices
+- Areas for improvement
+
+#### 2. SW360 Implementation
+- Setting up SW360 for compliance management
+- Key features and capabilities
+- Integration with existing tools
+- Best practices for deployment
+
+#### 3. Compliance Process Management
+- Establishing effective workflows
+- Automating compliance checks
+- Documentation and reporting
+- Risk management strategies
+
+### Who Should Attend
+- Compliance Managers
+- Software Development Teams
+- Legal Teams
+- Open Source Program Office Members
+- IT Security Professionals
+
+### What You'll Learn
+- How to implement SW360 for compliance management
+- Best practices for OSS license tracking
+- Efficient dependency management techniques
+- Compliance automation strategies
+- Risk mitigation approaches
+
+## Speakers
+
+### Kouki Hama
+**Software Engineering Researcher at Toshiba Corporation**
+*Location: Nishinomiya, Hyogo, Japan*
+
+Kouki Hama is a researcher of software engineering at Toshiba Corporation, focusing on open source compliance and related tools. He is an active member of the OpenChain project Japan workgroup and contributes to Eclipse SW360 projects.
+
+## Resources
+
+### Session Materials
+- [Official Session Page](https://sched.co/OVtF)
+- [Presentation Slides](https://events19.linuxfoundation.org/wp-content/uploads/2018/07/OpenSourceSummitJapan_final.pdf)
+
+Join us for this comprehensive session to learn how SW360 can revolutionize your organization's OSS compliance management. Discover practical implementation strategies and best practices that you can apply immediately to improve your compliance processes.
diff --git a/content/en/news/events/2021/open-source-summit-europe-2021.md b/content/en/news/events/2021/open-source-summit-europe-2021.md
new file mode 100644
index 0000000..113d2a6
--- /dev/null
+++ b/content/en/news/events/2021/open-source-summit-europe-2021.md
@@ -0,0 +1,95 @@
+---
+title: "Open Source Summit Europe 2021"
+date: 2021-09-28
+description: "In this session, Michael Jaeger from Siemens AG and Kouki Hama from Toshiba Corporation dive deep into the role of SW360 in managing Software Bill of Materials (SBOM) and OSS license obligations. This talk emphasizes the importance of these tools in managing open-source compliance and dependency tracking."
+eventDate: "September 28-30, 2021"
+location: "Virtual Event"
+eventType: "Conference"
+featured: true
+speakers:
+ - name: "Michael C. Jaeger"
+ title: "Project Lead"
+ organization: "Siemens AG"
+ bio: "Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects, both available on Github and both in the area of OSS handling w.r.t. license compliance and component management. At Siemens Corporate Technology in Munich, Germany, Michael works in several roles as project lead, software architect, trainer and consultant for distributed systems, server applications and their development with open source software."
+ location: "Munich, Germany"
+ - name: "Kouki Hama"
+ title: "Software Engineering Researcher"
+ organization: "Toshiba Corporation"
+ bio: "Kouki Hama is a researcher of software engineering in Toshiba Corporation. He researches open source compliance and these tools. He is also one of the members of OpenChain project Japan workgroup and one of the contributors for Eclipse SW360 projects."
+ avatar: "/img/speakers/kouki-hama.png"
+ location: "Nishinomiya, Hyogo, Japan"
+ linkedin: "https://www.linkedin.com/in/kouki-hama-841111187/"
+ github: "https://github.com/KoukiHama"
+resources:
+ - name: "Session Page"
+ url: "https://osselc21.sched.com/"
+ icon: "link"
+ - name: "Session Details"
+ url: "https://sched.co/lAVK"
+ icon: "link"
+tags:
+ - "SBOM"
+ - "License Compliance"
+ - "SW360"
+ - "Open Source"
+---
+
+## About the Session
+
+This session explores the critical role of SW360 in managing Software Bill of Materials (SBOM) and OSS license obligations. Led by experts from Siemens AG and Toshiba Corporation, the talk provides valuable insights into modern open-source compliance and dependency tracking solutions.
+
+### Key Topics Covered
+
+#### 1. SBOM Management with SW360
+- Understanding Software Bill of Materials
+- SW360's approach to SBOM management
+- Best practices for maintaining accurate SBOMs
+- Integration with existing workflows
+
+#### 2. License Obligation Management
+- Understanding OSS license obligations
+- Automated compliance tracking
+- Risk management and mitigation
+- Best practices for license management
+
+#### 3. Practical Implementation
+- Real-world use cases
+- Integration examples
+- Success stories from Siemens and Toshiba
+- Lessons learned and best practices
+
+### Who Should Attend
+- Compliance Officers
+- Software Development Managers
+- Open Source Program Office Leaders
+- License Compliance Specialists
+- Software Engineers
+
+### What You'll Learn
+- How to effectively manage SBOMs using SW360
+- Strategies for license obligation compliance
+- Best practices from industry leaders
+- Integration techniques and approaches
+- Practical implementation tips
+
+## Speakers
+
+### Michael C. Jaeger
+**Project Lead at Siemens AG**
+*Location: Munich, Germany*
+
+Michael C. Jaeger is one of the maintainers for Linux Foundation's FOSSology and Eclipse SW360 projects. At Siemens Corporate Technology in Munich, he works as a project lead, software architect, trainer, and consultant for distributed systems, server applications, and their development with open source software.
+
+### Kouki Hama
+**Software Engineering Researcher at Toshiba Corporation**
+*Location: Nishinomiya, Hyogo, Japan*
+
+Kouki Hama is a researcher of software engineering at Toshiba Corporation, focusing on open source compliance and related tools. He is an active member of the OpenChain project Japan workgroup and contributes to Eclipse SW360 projects.
+
+## Resources
+
+### Session Materials
+- [Main Session Page](https://osselc21.sched.com/)
+- [Detailed Session Information](https://sched.co/lAVK)
+
+Join us for this informative session to learn how SW360 can transform your organization's approach to SBOM and license obligation management. Gain practical insights from industry leaders and discover best practices that you can implement in your own organization.
diff --git a/content/en/news/events/2022/eclipsecon-2022.md b/content/en/news/events/2022/eclipsecon-2022.md
new file mode 100644
index 0000000..472cc40
--- /dev/null
+++ b/content/en/news/events/2022/eclipsecon-2022.md
@@ -0,0 +1,92 @@
+---
+title: "EclipseCon 2022"
+date: 2022-10-24
+description: "Join us at EclipseCon 2022 where Helio Chissini de Castro presents an innovative approach to modernizing software compliance through SW360. Learn how this powerful tool is revolutionizing the way organizations handle open source compliance, making it more efficient and integrated with modern development workflows."
+eventDate: "October 24-27, 2022"
+location: "Ludwigsburg, Germany"
+eventType: "Conference"
+featured: true
+speakers:
+ - name: "Helio Chissini de Castro"
+ title: "Software Technologies Lead"
+ organization: "CARIAD"
+ avatar: "/images/speakers/helio.jpg"
+ bio: "Helio is a distinguished expert in software compliance and open source technologies with over 20 years of experience. At CARIAD, he leads initiatives to modernize software development practices and improve compliance workflows."
+resources:
+ - name: "Session Page"
+ url: "https://www.eclipsecon.org/2022/sessions/how-new-life-being-injected-traditional-compliance-software"
+ icon: "link"
+ - name: "Video Recording"
+ url: "https://www.youtube.com/watch?v=sbCwuV6iuOM"
+ icon: "video"
+ - name: "Presentation Slides"
+ url: "https://www.eclipsecon.org/2022/sites/default/files/slides/EclipseCon2022-SW360.pdf"
+ icon: "file"
+tags:
+ - "Software Compliance"
+ - "Open Source"
+ - "SW360"
+ - "Best Practices"
+---
+
+## About the Session
+
+SW360 is transforming how organizations approach software compliance in the modern development landscape. This session dives deep into the challenges faced by traditional compliance methods and presents SW360 as a comprehensive solution for the future.
+
+### Key Topics Covered
+
+#### 1. Current Compliance Challenges
+- Complex dependency management in modern software
+- Manual compliance checking bottlenecks
+- Integration gaps with development workflows
+- Scalability issues with traditional approaches
+
+#### 2. SW360's Revolutionary Approach
+- Automated compliance workflow management
+- Real-time dependency tracking and analysis
+- Integration with CI/CD pipelines
+- Advanced license clearing and management
+- Project and component visibility
+
+#### 3. Implementation Success Stories
+- Case study: Large-scale automotive software compliance
+- Integration with existing development tools
+- Measurable improvements in compliance efficiency
+- Cost and time savings through automation
+
+### Who Should Attend
+- Software Development Leaders
+- Compliance Officers
+- Open Source Program Office Managers
+- Development Team Leads
+- Quality Assurance Professionals
+
+### What You'll Learn
+- How to modernize your compliance workflow with SW360
+- Best practices for implementing automated compliance checks
+- Strategies for scaling compliance across large organizations
+- Tips for successful integration with existing tools
+- Methods to reduce compliance overhead while improving accuracy
+
+### Interactive Elements
+- Live demonstration of SW360 features
+- Q&A session with compliance experts
+- Networking opportunities with industry peers
+- Hands-on examples of compliance automation
+
+## Speakers
+
+### Helio Chissini de Castro
+**Software Technologies Lead at CARIAD**
+*Location: Ulm, Baden-Württemberg, Germany*
+
+Helio is a distinguished expert in software compliance and open source technologies with over 20 years of experience. At CARIAD, he leads initiatives to modernize software development practices and improve compliance workflows.
+
+## Resources
+
+### Session Materials
+- [Official Session Page](https://www.eclipsecon.org/2022/sessions/how-new-life-being-injected-traditional-compliance-software)
+- [Video Recording](https://www.youtube.com/watch?v=sbCwuV6iuOM)
+- [Presentation Slides](https://www.eclipsecon.org/2022/sites/default/files/slides/EclipseCon2022-SW360.pdf)
+
+Join us for this transformative session and discover how SW360 is setting new standards in software compliance management. Learn from real-world implementations and gain practical insights that you can apply to your organization's compliance strategy.
diff --git a/content/en/news/events/2022/fosdem-2022.md b/content/en/news/events/2022/fosdem-2022.md
new file mode 100644
index 0000000..0ca5b31
--- /dev/null
+++ b/content/en/news/events/2022/fosdem-2022.md
@@ -0,0 +1,88 @@
+---
+title: "FOSDEM 2022"
+date: 2022-02-05
+description: "In this session, Kouki Hama from Toshiba Corporation discusses how SW360's new features help manage open-source software (OSS) license obligations and Software Bill of Materials (SBoM). The talk explores how these features improve compliance and transparency in the development and use of open-source software."
+eventDate: "February 5-6, 2022"
+location: "Virtual Event"
+eventType: "Conference"
+featured: true
+speakers:
+ - name: "Kouki Hama"
+ title: "Software Engineering Researcher"
+ organization: "Toshiba Corporation"
+ bio: "Kouki Hama is a researcher of software engineering in Toshiba Corporation. He researches open source compliance and these tools. He is also one of the members of OpenChain project Japan workgroup and one of the contributors for Eclipse SW360 projects."
+ avatar: "/img/speakers/kouki-hama.png"
+ location: "Nishinomiya, Hyogo, Japan"
+ linkedin: "https://www.linkedin.com/in/kouki-hama-841111187/"
+ github: "https://github.com/KoukiHama"
+resources:
+ - name: "Session Page"
+ url: "https://fosdem.org/2022/schedule/event/how_to_manage_oss_license_obligation_and_sbom_using_sw360_new_features/"
+ icon: "link"
+ - name: "Presentation Slides"
+ url: "https://fosdem.org/2022/schedule/event/how_to_manage_oss_license_obligation_and_sbom_using_sw360_new_features/attachments/slides/5198/export/events/attachments/how_to_manage_oss_license_obligation_and_sbom_using_sw360_new_features/slides/5198/fosdem_2022_hama.pdf"
+ icon: "file"
+ - name: "Video Recording"
+ url: "https://video.fosdem.org/2022/D.dependency/how_to_manage_oss_license_obligation_and_sbom_using_sw360_new_features.webm"
+ icon: "video"
+tags:
+ - "License Obligations"
+ - "SBOM"
+ - "SW360"
+ - "Open Source"
+---
+
+## About the Session
+
+This session showcases the latest features of SW360 for managing OSS license obligations and Software Bill of Materials (SBoM). Led by Toshiba Corporation's expert, the presentation demonstrates how these new capabilities enhance compliance management and software transparency.
+
+### Key Topics Covered
+
+#### 1. New SW360 Features
+- Overview of latest SW360 capabilities
+- Enhanced license obligation management
+- SBoM integration features
+- User interface improvements
+
+#### 2. License Obligation Management
+- Automated obligation tracking
+- Compliance workflow automation
+- Risk assessment tools
+- Reporting and documentation
+
+#### 3. SBoM Integration
+- SBoM generation and management
+- Component tracking and verification
+- Integration with existing tools
+- Best practices for implementation
+
+### Who Should Attend
+- Software Development Teams
+- Compliance Officers
+- Open Source Program Managers
+- DevOps Engineers
+- Security Professionals
+
+### What You'll Learn
+- How to use SW360's new features effectively
+- Best practices for license obligation management
+- SBoM generation and maintenance
+- Integration strategies
+- Compliance automation techniques
+
+## Speakers
+
+### Kouki Hama
+**Software Engineering Researcher at Toshiba Corporation**
+*Location: Nishinomiya, Hyogo, Japan*
+
+Kouki Hama is a researcher of software engineering at Toshiba Corporation, focusing on open source compliance and related tools. He is an active member of the OpenChain project Japan workgroup and contributes to Eclipse SW360 projects.
+
+## Resources
+
+### Session Materials
+- [Official Session Page](https://fosdem.org/2022/schedule/event/how_to_manage_oss_license_obligation_and_sbom_using_sw360_new_features/)
+- [Presentation Slides](https://fosdem.org/2022/schedule/event/how_to_manage_oss_license_obligation_and_sbom_using_sw360_new_features/attachments/slides/5198/export/events/attachments/how_to_manage_oss_license_obligation_and_sbom_using_sw360_new_features/slides/5198/fosdem_2022_hama.pdf)
+- [Video Recording](https://video.fosdem.org/2022/D.dependency/how_to_manage_oss_license_obligation_and_sbom_using_sw360_new_features.webm)
+
+Join us for this technical deep dive into SW360's newest features and learn how they can revolutionize your organization's approach to license obligation management and SBoM handling.
\ No newline at end of file
diff --git a/content/en/news/events/2022/open-source-summit-japan-2022.md b/content/en/news/events/2022/open-source-summit-japan-2022.md
new file mode 100644
index 0000000..4b08d31
--- /dev/null
+++ b/content/en/news/events/2022/open-source-summit-japan-2022.md
@@ -0,0 +1,100 @@
+---
+title: "Open Source Summit Japan 2022"
+date: 2022-12-05
+description: "In this session, Kouki Hama and Tien Le from Toshiba Corporation delve into the role of Software Bill of Materials (SBOM) in managing vulnerability information, SPDX documents, and understanding the new dependency network between software components and projects. The session covers essential open-source practices and strategies for effective dependency management in modern software development."
+eventDate: "December 5-6, 2022"
+location: "Yokohama, Japan"
+eventType: "Conference"
+featured: true
+speakers:
+ - name: "Kouki Hama"
+ title: "Software Engineering Researcher"
+ organization: "Toshiba Corporation"
+ bio: "Kouki Hama is a researcher of software engineering in Toshiba Corporation. He researches open source compliance and these tools. He is also one of the members of OpenChain project Japan workgroup and one of the contributors for Eclipse SW360 projects."
+ avatar: "/img/speakers/kouki-hama.png"
+ location: "Nishinomiya, Hyogo, Japan"
+ linkedin: "https://www.linkedin.com/in/kouki-hama-841111187/"
+ github: "https://github.com/KoukiHama"
+ - name: "Tien Le"
+ title: "Team Leader"
+ organization: "Toshiba Corporation"
+ bio: "Tien Le is a software developer for Toshiba Corporation. He's been active in the open source community for over five years, including FOSSology, Scancode, Node.js, Linux, and recently focused on SW360. At Toshiba in Vietnam, Tien works in several roles as project leader, requirement analyst, software architect for web applications and Linux OS. These developments work with open-source software."
+ location: "Vietnam"
+resources:
+ - name: "Session Page"
+ url: "https://osselc21.sched.com/"
+ icon: "link"
+ - name: "Presentation Slides"
+ url: "https://static.sched.com/hosted_files/ossjapan2022/ed/OSSJapan2022-SW360.pdf"
+ icon: "file"
+ - name: "Video Recording"
+ url: "https://youtu.be/JP69MOFFE4o"
+ icon: "video"
+tags:
+ - "SBOM"
+ - "Vulnerability Management"
+ - "SPDX"
+ - "SW360"
+ - "Dependency Management"
+---
+
+## About the Session
+
+This session explores advanced features of SW360 for managing Software Bill of Materials (SBOM), with a focus on vulnerability information, SPDX documents, and the new dependency network visualization between projects and components. Led by experts from Toshiba Corporation, the presentation provides comprehensive insights into modern software dependency management.
+
+### Key Topics Covered
+
+#### 1. SBOM Management
+- Understanding SBOM fundamentals
+- Integration with SW360
+- Best practices for SBOM generation
+- Automated SBOM maintenance
+
+#### 2. Vulnerability Information Management
+- Tracking vulnerabilities in dependencies
+- Risk assessment and prioritization
+- Automated vulnerability scanning
+- Remediation strategies
+
+#### 3. Dependency Network Analysis
+- Project-to-component relationships
+- Visualization of dependency networks
+- Impact analysis
+- Dependency management strategies
+
+### Who Should Attend
+- Security Engineers
+- Software Architects
+- Development Team Leaders
+- Compliance Officers
+- DevSecOps Professionals
+
+### What You'll Learn
+- Advanced SBOM management techniques
+- Vulnerability tracking and management
+- SPDX document handling
+- Dependency network visualization
+- Integration strategies with existing tools
+
+## Speakers
+
+### Kouki Hama
+**Software Engineering Researcher at Toshiba Corporation**
+*Location: Nishinomiya, Hyogo, Japan*
+
+Kouki Hama is a researcher of software engineering at Toshiba Corporation, focusing on open source compliance and related tools. He is an active member of the OpenChain project Japan workgroup and contributes to Eclipse SW360 projects.
+
+### Tien Le
+**Team Leader at Toshiba Corporation**
+*Location: Vietnam*
+
+Tien Le is a software developer with extensive experience in open source projects. He has been active in various open source communities for over five years, including FOSSology, Scancode, Node.js, and Linux. At Toshiba in Vietnam, he serves as a project leader and software architect, specializing in web applications and Linux OS development.
+
+## Resources
+
+### Session Materials
+- [Official Session Page](https://osselc21.sched.com/)
+- [Presentation Slides](https://static.sched.com/hosted_files/ossjapan2022/ed/OSSJapan2022-SW360.pdf)
+- [Video Recording](https://youtu.be/JP69MOFFE4o)
+
+Join us for this comprehensive session to learn how SW360's advanced features can help you manage SBOMs, track vulnerabilities, and understand complex dependency relationships in your software projects.
diff --git a/content/en/news/events/_index.md b/content/en/news/events/_index.md
new file mode 100644
index 0000000..1172c3a
--- /dev/null
+++ b/content/en/news/events/_index.md
@@ -0,0 +1,73 @@
+---
+title: "Events"
+linkTitle: "Events"
+weight: 20
+
+menu:
+ news:
+ identifier: events
+ weight: 20
+---
+
+## Overview
+
+The Events section provides information about all SW360-related events, including conferences, workshops, meetups, and online sessions. Stay updated with upcoming events and access materials from past events.
+
+## Categories
+
+### Conferences and Summits
+- Annual SW360 Conference
+- Eclipse Foundation Events
+- Industry Conferences
+
+### Security and Compliance
+- Security and Compliance Workshops
+- Best Practices Sessions
+- Risk Management Seminars
+- License Compliance Training
+- Security Implementation Updates
+
+### Community Engagement
+- Developer Meetups
+- User Group Meetings
+- Community Workshops
+- Open Source Discussions
+- Collaboration Sessions
+- Knowledge Sharing Events
+
+### Project Development
+- Release Announcements
+- Feature Demonstrations
+- Roadmap Presentations
+- Technical Deep Dives
+- Development Updates
+- Implementation Guides
+
+### Training and Education
+- Training Sessions
+- Webinars
+- Tutorial Workshops
+- Documentation Workshops
+- Hands-on Labs
+
+## Event Information
+
+Each event listing includes:
+- Date and time
+- Location (physical or virtual)
+- Registration information
+- Agenda and speakers
+- Related materials and resources
+- Presentation slides and recordings (when available)
+
+## Navigation
+
+Browse events by:
+- Year
+- Event type
+- Topic
+- Location
+
+Check back regularly for updates on upcoming events and access to past event materials.
+
+
diff --git a/content/en/news/features/2024/new-features-march.md b/content/en/news/features/2024/new-features-march.md
new file mode 100644
index 0000000..fbc5b3a
--- /dev/null
+++ b/content/en/news/features/2024/new-features-march.md
@@ -0,0 +1,162 @@
+---
+title: "New Features: March 2024 Release"
+date: 2024-03-01
+description: "Exciting new features and improvements in SW360, including enhanced license management, improved analytics, and better user experience."
+tags:
+ - "Features"
+ - "Updates"
+ - "Improvements"
+---
+
+## New Features Overview
+
+### 1. Enhanced License Management System
+
+#### License Detection
+- Improved accuracy in license detection
+- Support for more license types
+- Automated license updates
+
+#### License Compatibility
+- New compatibility checker
+- Visual license comparison
+- Automated recommendations
+
+#### License Tracking
+- Real-time license monitoring
+- Automated compliance checks
+- License usage analytics
+
+### 2. Project Analytics Dashboard
+
+#### Real-time Statistics
+- Project health metrics
+- Component usage trends
+- License compliance status
+
+#### Custom Reports
+- Flexible report builder
+- Multiple export formats
+- Scheduled report generation
+
+#### Data Visualization
+- Interactive charts
+- Custom dashboards
+- Trend analysis
+
+### 3. Improved User Interface
+
+#### Modern Design
+- Clean, intuitive layout
+- Responsive design
+- Dark mode support
+
+#### Enhanced Navigation
+- Quick access menu
+- Recent items
+- Favorites system
+
+#### Search Improvements
+- Advanced search filters
+- Saved searches
+- Search history
+
+## Feature Details
+
+### License Management
+
+#### Key Benefits
+- Reduced manual effort
+- Improved accuracy
+- Better compliance
+
+#### Usage Guide
+1. Access the new license dashboard
+2. Configure detection settings
+3. Review automated findings
+4. Apply recommendations
+
+### Analytics Dashboard
+
+#### Key Benefits
+- Better visibility
+- Data-driven decisions
+- Time savings
+
+#### Usage Guide
+1. Select metrics to display
+2. Create custom reports
+3. Set up automated updates
+4. Export data as needed
+
+### User Interface
+
+#### Key Benefits
+- Improved productivity
+- Better user experience
+- Reduced training time
+
+#### Usage Guide
+1. Customize your dashboard
+2. Set up quick access
+3. Configure preferences
+4. Use keyboard shortcuts
+
+## Technical Details
+
+### System Requirements
+- Updated browser support
+- Enhanced performance
+- Better resource usage
+
+### Integration Points
+- API improvements
+- Webhook support
+- Export capabilities
+
+### Security Features
+- Enhanced authentication
+- Role-based access
+- Audit logging
+
+## Getting Started
+
+### Quick Start Guide
+1. Review release notes
+2. Update your installation
+3. Explore new features
+4. Configure settings
+
+### Documentation
+- User guides
+- API documentation
+- Best practices
+
+### Support
+- Help center
+- Community forums
+- Technical support
+
+## Future Roadmap
+
+### Upcoming Features
+- Advanced automation
+- Machine learning integration
+- Cloud deployment options
+
+### Planned Improvements
+- Performance optimization
+- Additional integrations
+- Enhanced security
+
+## Feedback and Support
+
+### How to Provide Feedback
+- Feature requests
+- Bug reports
+- User surveys
+
+### Support Channels
+- Email support
+- Community forums
+- Documentation
\ No newline at end of file
diff --git a/content/en/news/features/_index.md b/content/en/news/features/_index.md
new file mode 100644
index 0000000..0411a92
--- /dev/null
+++ b/content/en/news/features/_index.md
@@ -0,0 +1,43 @@
+---
+title: "Feature Updates"
+description: "Explore the latest features and enhancements in SW360. Stay up-to-date with new capabilities, improvements, and tools that make open source compliance management more efficient."
+layout: "features"
+---
+
+Welcome to the SW360 Feature Updates section. Here you'll find:
+
+- **New Features**: Latest additions to SW360
+- **Feature Enhancements**: Improvements to existing features
+- **User Experience Updates**: UI/UX improvements
+- **Integration News**: New integration capabilities
+- **Workflow Improvements**: Enhanced workflow features
+- **Tool Updates**: Updates to SW360 tools and utilities
+
+## Overview
+
+The Features section highlights new features, improvements, and enhancements added to SW360. Stay informed about the latest capabilities and improvements in the platform.
+
+## Feature Categories
+
+### New Features
+- Recently added capabilities
+- Major new functionalities
+- Platform enhancements
+
+### Improvements
+- User interface updates
+- Performance optimizations
+- Workflow enhancements
+
+### Integration Updates
+- API improvements
+- Third-party integrations
+- System connectivity
+
+## Release Notes
+
+Each feature update includes:
+- Detailed description
+- Implementation details
+- Usage guidelines
+- Configuration requirements
\ No newline at end of file
diff --git a/content/en/news/project-updates/2024/march-updates.md b/content/en/news/project-updates/2024/march-updates.md
new file mode 100644
index 0000000..31a9a6e
--- /dev/null
+++ b/content/en/news/project-updates/2024/march-updates.md
@@ -0,0 +1,124 @@
+---
+title: "Project Update: March 2024 Development Progress"
+date: 2024-03-05
+description: "Latest development updates from the SW360 project, including new features, improvements, and technical updates."
+tags:
+ - "Development"
+ - "Updates"
+ - "Features"
+---
+
+## Development Progress
+
+### New Features
+
+#### 1. Enhanced License Management
+- Improved license detection algorithm
+- New license compatibility checker
+- Automated license recommendations
+
+#### 2. Project Analytics Dashboard
+- Real-time project statistics
+- Custom report generation
+- Export capabilities
+
+#### 3. API Improvements
+- New REST endpoints
+- Enhanced documentation
+- Better error handling
+
+### Technical Improvements
+
+#### Performance Enhancements
+- 40% faster project loading
+- Reduced memory usage
+- Optimized database queries
+
+#### Code Quality
+- Increased test coverage
+- Code refactoring
+- Dependency updates
+
+## Upcoming Releases
+
+### Version 13.0.0 (Q2 2024)
+- Major UI overhaul
+- New component management features
+- Enhanced security features
+
+### Version 12.3.0 (Q1 2024)
+- Bug fixes and improvements
+- Performance optimizations
+- Security updates
+
+## Development Roadmap
+
+### Short-term Goals
+1. Complete UI modernization
+2. Implement new analytics features
+3. Enhance API documentation
+
+### Long-term Goals
+1. Cloud-native deployment options
+2. Advanced automation features
+3. Machine learning integration
+
+## Technical Decisions
+
+### Architecture Updates
+- Migration to microservices
+- Containerization support
+- Cloud deployment options
+
+### Technology Stack
+- Updated dependencies
+- New development tools
+- Enhanced build system
+
+## Community Contributions
+
+### Recent Pull Requests
+- 45 new features
+- 30 bug fixes
+- 25 documentation updates
+
+### Active Contributors
+- 15 new contributors
+- 25 regular contributors
+- 5 maintainers
+
+## Testing and Quality Assurance
+
+### Test Coverage
+- Unit tests: 85%
+- Integration tests: 75%
+- End-to-end tests: 60%
+
+### Quality Metrics
+- Code quality score: 92%
+- Technical debt: Reduced by 15%
+- Bug resolution rate: 95%
+
+## Documentation Updates
+
+### New Documentation
+- API reference guide
+- Deployment guide
+- User manual updates
+
+### Translation Progress
+- English: 100%
+- German: 90%
+- Chinese: 80%
+
+## Support and Maintenance
+
+### Bug Tracking
+- Open issues: 45
+- In progress: 25
+- Resolved: 150
+
+### Support Requests
+- Response time: < 24 hours
+- Resolution rate: 95%
+- User satisfaction: 92%
\ No newline at end of file
diff --git a/content/en/news/project-updates/_index.md b/content/en/news/project-updates/_index.md
new file mode 100644
index 0000000..879c5e1
--- /dev/null
+++ b/content/en/news/project-updates/_index.md
@@ -0,0 +1,39 @@
+---
+title: "Project Updates"
+linkTitle: "Project Updates"
+weight: 50
+
+menu:
+ news:
+ identifier: project-updates
+ weight: 50
+---
+
+## Overview
+
+Stay informed about the latest developments in the SW360 project, including new features, improvements, and technical updates.
+
+## Update Categories
+
+### Release Updates
+- Version Releases
+- Feature Additions
+- Bug Fixes
+
+### Technical Updates
+- Architecture Changes
+- Performance Improvements
+- Integration Updates
+
+### Development Updates
+- Roadmap Updates
+- Development Milestones
+- Technical Decisions
+
+## Latest Updates
+
+Check back regularly for project updates. Each update includes:
+- Version information
+- Feature details
+- Technical specifications
+- Implementation notes
\ No newline at end of file
diff --git a/content/en/news/security/2024/march-security-updates.md b/content/en/news/security/2024/march-security-updates.md
new file mode 100644
index 0000000..fb56a95
--- /dev/null
+++ b/content/en/news/security/2024/march-security-updates.md
@@ -0,0 +1,70 @@
+---
+title: "Security Advisory: March 2024 Security Updates"
+date: 2024-03-15
+description: "Important security updates for SW360, including critical patches and vulnerability fixes."
+severity: "Critical"
+affected_versions: "SW360 12.0.0 - 12.2.0"
+tags:
+ - "Security"
+ - "Updates"
+ - "Patches"
+---
+
+## Overview
+
+This security advisory addresses several critical vulnerabilities identified in recent security audits of SW360. We strongly recommend applying these updates immediately to ensure the security of your SW360 deployment.
+
+## Affected Components
+
+### Core Components
+- User Authentication System
+- API Gateway
+- Database Access Layer
+
+### Third-party Dependencies
+- Spring Framework
+- Apache Commons
+- Log4j
+
+## Security Fixes
+
+### Critical Fixes
+1. Authentication Bypass Vulnerability
+ - CVE-2024-XXXXX
+ - Severity: Critical
+ - Impact: Potential unauthorized access to sensitive data
+
+2. SQL Injection Vulnerability
+ - CVE-2024-XXXXX
+ - Severity: High
+ - Impact: Potential data breach through database queries
+
+### Important Fixes
+1. Cross-Site Scripting (XSS) Vulnerability
+ - CVE-2024-XXXXX
+ - Severity: Medium
+ - Impact: Potential client-side script execution
+
+2. Information Disclosure
+ - CVE-2024-XXXXX
+ - Severity: Medium
+ - Impact: Potential exposure of sensitive information
+
+## Update Instructions
+
+1. Backup your current installation
+2. Download the latest security patch
+3. Apply the updates following the installation guide
+4. Verify the installation
+5. Test critical functionality
+
+## Additional Security Recommendations
+
+- Review access controls
+- Update all third-party dependencies
+- Monitor system logs for suspicious activity
+- Implement additional security measures as described in the documentation
+
+## Support
+
+For assistance with the update process or if you encounter any issues, please contact our security team at security@sw360.org.
\ No newline at end of file
diff --git a/content/en/news/security/_index.md b/content/en/news/security/_index.md
new file mode 100644
index 0000000..dbd1a39
--- /dev/null
+++ b/content/en/news/security/_index.md
@@ -0,0 +1,40 @@
+---
+title: "Security Updates"
+linkTitle: "Security"
+weight: 30
+
+menu:
+ news:
+ identifier: security
+ weight: 30
+---
+
+
+## Overview
+
+Stay informed about the latest security updates and advisories for SW360. This section provides important information about security patches, vulnerability fixes, and best practices for maintaining a secure SW360 deployment.
+
+## Security Categories
+
+### Security Advisories
+- Critical Security Updates
+- Important Security Patches
+- Security Best Practices
+
+### Vulnerability Management
+- Vulnerability Reports
+- Fixes and Patches
+- Mitigation Strategies
+
+### Security Guidelines
+- Security Configuration
+- Access Control
+- Data Protection
+
+## Latest Updates
+
+Check back regularly for the latest security updates. Each security advisory includes:
+- Severity level
+- Affected versions
+- Fix instructions
+- Mitigation steps
\ No newline at end of file
diff --git a/layouts/events/list.html b/layouts/events/list.html
index 05f0b21..c2e7009 100644
--- a/layouts/events/list.html
+++ b/layouts/events/list.html
@@ -1,47 +1,91 @@
{{ define "main" }}
-
- {{ with .Content }}{{ . }}{{ end }}
-
-
-
- {{ $years := slice }}
- {{ range .Site.RegularPages }}
- {{ $year := path.BaseName (path.Dir .File.Path) }}
- {{ if and (eq (path.Dir (path.Dir .File.Path)) "events") (not (in $years $year)) }}
- {{ $years = $years | append $year }}
- {{ end }}
- {{ end }}
-
- {{ range sort $years "value" "desc" }}
- {{ $currentYear := . }}
-
-
-