From b34b72fb38a4572017f0c65f83cf064e3e33082c Mon Sep 17 00:00:00 2001 From: Eduard Itrich Date: Mon, 6 Nov 2023 07:57:15 +0100 Subject: [PATCH] Add TODO research paper to news & media carousel Signed-off-by: Eduard Itrich on-behalf-of: @porscheofficial --- data/news.yml | 4 ++++ remoteOptimizedImages.js | 1 + 2 files changed, 5 insertions(+) diff --git a/data/news.yml b/data/news.yml index a52e4a4..3f1dd9b 100644 --- a/data/news.yml +++ b/data/news.yml @@ -5,6 +5,10 @@ items: url: https://newsroom.porsche.com/en/2023/company/porsche-foss-movements-open-source-software-strategy-33413.html imageSrc: https://newsroom.porsche.com/.imaging/mte/porsche-templating-theme/image_690x388/dam/pnr/other/executive-board/Meschke/pictures-NEW/New/Meschke1.jpg/jcr:content/Meschke1.jpg imageAlt: Lutz Meschke, Deputy Chairman of the Executive Board and Member of the Executive Board for Finance and IT at Porsche AG, 2019, Porsche AG + - title: The Evolution of the Open Source Program Office (OSPO) + url: https://www.linuxfoundation.org/research/the-evolution-of-the-open-source-program-office-ospo + imageSrc: https://www.linuxfoundation.org/hubfs/OSPO_FeaturedImage.png + imageAlt: An OSPO maturity model featuring case studies from Bloomberg, Comcast, and Porsche - title: The Porsche OSPO Journey url: https://todogroup.org/resources/case-studies/porsche/ imageSrc: /assets/cover4.jpg diff --git a/remoteOptimizedImages.js b/remoteOptimizedImages.js index edae48a..0158d5b 100644 --- a/remoteOptimizedImages.js +++ b/remoteOptimizedImages.js @@ -7,4 +7,5 @@ module.exports = [ "https://developer.android.com/static/images/brand/Android_Robot.png", "https://raw.githubusercontent.com/mbeddr/mbeddr.core/master/logos/2013/blue_orange/LogoBigTransparent.png", "https://newsroom.porsche.com/.imaging/mte/porsche-templating-theme/image_690x388/dam/pnr/other/executive-board/Meschke/pictures-NEW/New/Meschke1.jpg/jcr:content/Meschke1.jpg", + "https://www.linuxfoundation.org/hubfs/OSPO_FeaturedImage.png", ];