Infra 3901 - Add mailchip page and its style
Infra 3901 - Update Author 3 name in homepage
Infra 3901 - modified Sep image
Infra 3901 - Add Sep image and update title
Infra 3901 - Add News section and photo for article4
Infra 3901 - initial edits for Oct newsletter
Signed-off-by: Yi Liu <yi.liu@eclipse-foundation.org>
Change-Id: I7a27d3a239353775f73419b65570730d695b5d54
diff --git a/eclipse_newsletter/2020/october/1.php b/eclipse_newsletter/2020/october/1.php
new file mode 100644
index 0000000..4b6572e
--- /dev/null
+++ b/eclipse_newsletter/2020/october/1.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+ $App = new App ();
+ require_once ('_variables.php');
+
+ // Begin: page-specific settings. Change these.
+ $pageTitle = "Eclipse JKube: Cloud Native Java Applications Made Easy";
+ $pageKeywords = "eclipse, newsletter, JKube, Cloud Native, Java, Application";
+ $pageAuthor = "Marc Nuri";
+ $pageDescription = "After nine months of incubation, the Eclipse JKube 1.0.0 General Availability (GA) release is now available for download.";
+
+ // Uncomment and set $original_url if you know the original url of this article.
+ //$original_url = "http://eclipse.org/community/eclipse_newsletter/";
+ //$og = (isset ( $original_url )) ? '<li><a href="' . $original_url . '" target="_blank">Original Article</a></li>' : '';
+
+ // Place your html content in a file called content/en_article1.php
+ $script_name = $App->getScriptName();
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/community/eclipse_newsletter/_includes/_generate_page_article.php");
\ No newline at end of file
diff --git a/eclipse_newsletter/2020/october/2.php b/eclipse_newsletter/2020/october/2.php
new file mode 100644
index 0000000..1edb81b
--- /dev/null
+++ b/eclipse_newsletter/2020/october/2.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+ $App = new App ();
+ require_once ('_variables.php');
+
+ // Begin: page-specific settings. Change these.
+ $pageTitle = "Tutorial: Developing a Simple Web Service With Jakarta EE 8";
+ $pageKeywords = "eclipse, newsletter, Tutorial, Develop, Web Service, Jakarta EE 8";
+ $pageAuthor = "Josh Juneau";
+ $pageDescription = "In this article, I’ll walk you through the steps required to create a simple web service with Jakarta EE 8. The example web service creates a Web Application Resource (WAR) file that can be deployed to any Jakarta EE 8-compliant application server container, including micro-containers such as Payara Micro and WildFly.";
+
+ // Uncomment and set $original_url if you know the original url of this article.
+ //$original_url = "http://eclipse.org/community/eclipse_newsletter/";
+ //$og = (isset ( $original_url )) ? '<li><a href="' . $original_url . '" target="_blank">Original Article</a></li>' : '';
+
+ // Place your html content in a file called content/en_article1.php
+ $script_name = $App->getScriptName();
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/community/eclipse_newsletter/_includes/_generate_page_article.php");
\ No newline at end of file
diff --git a/eclipse_newsletter/2020/october/3.php b/eclipse_newsletter/2020/october/3.php
new file mode 100644
index 0000000..acdabf0
--- /dev/null
+++ b/eclipse_newsletter/2020/october/3.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+ $App = new App ();
+ require_once ('_variables.php');
+
+ // Begin: page-specific settings. Change these.
+ $pageTitle = "The OpenHW Group CORE-V IDE: Making It Possible With Eclipse Foundation Development Tools";
+ $pageKeywords = "eclipse, newsletter, OpenHW Group, CORE-V IDE, , Eclipse Foundation Development Tools, Make It Possible";
+ $pageAuthor = "Alexander Fedorov";
+ $pageDescription = "The OpenHW Group is a non-profit, global organization where industry experts collaborate to develop the CORE-V family of RISC-V-based open source cores and related intellectual property, software, and tools.";
+
+ // Uncomment and set $original_url if you know the original url of this article.
+ //$original_url = "http://eclipse.org/community/eclipse_newsletter/";
+ //$og = (isset ( $original_url )) ? '<li><a href="' . $original_url . '" target="_blank">Original Article</a></li>' : '';
+
+ // Place your html content in a file called content/en_article1.php
+ $script_name = $App->getScriptName();
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/community/eclipse_newsletter/_includes/_generate_page_article.php");
\ No newline at end of file
diff --git a/eclipse_newsletter/2020/october/4.php b/eclipse_newsletter/2020/october/4.php
new file mode 100644
index 0000000..450ed04
--- /dev/null
+++ b/eclipse_newsletter/2020/october/4.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+ $App = new App ();
+ require_once ('_variables.php');
+
+ // Begin: page-specific settings. Change these.
+ $pageTitle = "Automotive Innovation at the Eclipse Foundation";
+ $pageKeywords = "eclipse, newsletter, automotive, Innovation, Eclipse Foundation";
+ $pageAuthor = "Andreas Graf";
+ $pageDescription = "Autonomous vehicles have been making headlines for a number of years now. As the automotive industry continues to transform itself, we can expect the trend to grow.";
+
+ // Uncomment and set $original_url if you know the original url of this article.
+ //$original_url = "http://eclipse.org/community/eclipse_newsletter/";
+ //$og = (isset ( $original_url )) ? '<li><a href="' . $original_url . '" target="_blank">Original Article</a></li>' : '';
+
+ // Place your html content in a file called content/en_article1.php
+ $script_name = $App->getScriptName();
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/community/eclipse_newsletter/_includes/_generate_page_article.php");
\ No newline at end of file
diff --git a/eclipse_newsletter/2020/october/5.php b/eclipse_newsletter/2020/october/5.php
new file mode 100644
index 0000000..0d02e87
--- /dev/null
+++ b/eclipse_newsletter/2020/october/5.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+ $App = new App ();
+ require_once ('_variables.php');
+
+ // Begin: page-specific settings. Change these.
+ $pageTitle = "Newsletter news";
+ $pageKeywords = "eclipse, newsletter, automation";
+ $pageAuthor = "Eclipse Foundation";
+ $pageDescription = "Newsletter News";
+
+ // Uncomment and set $original_url if you know the original url of this article.
+ //$original_url = "http://eclipse.org/community/eclipse_newsletter/";
+ //$og = (isset ( $original_url )) ? '<li><a href="' . $original_url . '" target="_blank">Original Article</a></li>' : '';
+
+ // Place your html content in a file called content/en_article1.php
+ $script_name = $App->getScriptName();
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/community/eclipse_newsletter/_includes/_generate_page_article.php");
\ No newline at end of file
diff --git a/eclipse_newsletter/2020/october/6.php b/eclipse_newsletter/2020/october/6.php
new file mode 100644
index 0000000..0181c5f
--- /dev/null
+++ b/eclipse_newsletter/2020/october/6.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+ $App = new App ();
+ require_once ('_variables.php');
+
+ // Begin: page-specific settings. Change these.
+ $pageTitle = "Committer Profile: Miro Spönemann";
+ $pageKeywords = "eclipse, newsletter, Committer Profile, Miro Spönemann";
+ $pageAuthor = "Eclipse Foundation";
+ $pageDescription = "Committer Profile: Miro Spönemann";
+
+ // Uncomment and set $original_url if you know the original url of this article.
+ //$original_url = "http://eclipse.org/community/eclipse_newsletter/";
+ //$og = (isset ( $original_url )) ? '<li><a href="' . $original_url . '" target="_blank">Original Article</a></li>' : '';
+
+ // Place your html content in a file called content/en_article1.php
+ $script_name = $App->getScriptName();
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/community/eclipse_newsletter/_includes/_generate_page_article.php");
\ No newline at end of file
diff --git a/eclipse_newsletter/2020/october/_variables.php b/eclipse_newsletter/2020/october/_variables.php
new file mode 100644
index 0000000..b072b9d
--- /dev/null
+++ b/eclipse_newsletter/2020/october/_variables.php
@@ -0,0 +1,29 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+$pageTitle = "EclipseCon 2020: The Pillars of Our Community Come Together";
+$pageKeywords = "";
+$pageAuthor = "Christopher Guindon";
+$pageDescription = "";
+
+// Make it TRUE if you want the sponsor to be displayed
+$displayNewsletterSponsor = FALSE;
+
+// Sponsors variables for this month's articles
+$sponsorName = "";
+$sponsorLink = "";
+$sponsorImage = "";
+
+ // Set the breadcrumb title for the parent of sub pages
+$breadcrumbParentTitle = $pageTitle;
\ No newline at end of file
diff --git a/eclipse_newsletter/2020/october/content/en_1.php b/eclipse_newsletter/2020/october/content/en_1.php
new file mode 100644
index 0000000..120f976
--- /dev/null
+++ b/eclipse_newsletter/2020/october/content/en_1.php
@@ -0,0 +1,132 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Martin Lowe (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+// This file must be included
+
+if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])) {
+ exit();
+}
+?>
+<h1 class="article-title"><?php echo $pageTitle; ?></h1>
+<p>After nine months of incubation, the <a href="https://www.eclipse.org/jkube/">Eclipse JKube</a> 1.0.0 General Availability (GA) release is now <a href="https://download.eclipse.org/jkube/">available for download</a>.</p>
+
+<p>Eclipse JKube is a collection of plug-ins plus a standalone Java library that are used to:</p>
+
+<ul>
+ <li>Build container images using Docker, Java Image Builder (Jib), or Source-to-Image (S2I) build strategies</li>
+ <li>Create resource descriptors for Kubernetes or Red Hat OpenShift</li>
+ <li>Deploy resource descriptors</li>
+</ul>
+
+<p>If you have a Java project that will be deployed in a Kubernetes or a Red Hat OpenShift environment, this is the right tool for you. Eclipse JKube takes care of everything related to cluster deployment so you, the developer, can concentrate on implementing your application without worrying about where it needs to be deployed.</p>
+
+<h2>A Replacement for the Fabric8 Maven Plug-In Project</h2>
+
+<p>The Eclipse JKube 1.0.0 GA release also marks the final deprecation of the great Fabric8 Maven Plug-in (FMP) project, and it’s only possible thanks to the hard work and code originally developed by the Fabric8 Maven Plug-in Project Team.</p>
+
+<p>Eclipse JKube is a complete replacement for the FMP project and includes all of its major features as well as new features, bug fixes, and upstream project maintenance capabilities.</p>
+
+<p>If your project relies on the FMP project to create containers based on Apache Maven Java projects, you can now <a href="https://www.eclipse.org/jkube/docs/migration-guide/">migrate to Eclipse JKube 1.0.0</a> to take advantage of its new features, including:</p>
+
+<ul>
+ <li>Support for the S2I build strategy for all of our generators</li>
+ <li>Support for Jib (Docker-less) build and push</li>
+ <li>Separate plug-ins for Kubernetes and OpenShift, including specific resources and build strategies for OpenShift</li>
+</ul>
+
+<p>In addition, all base images are based on Java 11.</p>
+
+<h2>A Quick Overview of Eclipse JKube</h2>
+
+<p>Eclipse JKube provides Apache Maven plug-ins with specific goals and a set of developer tools for meeting them. Goals include:</p>
+
+<ul>
+ <li><a href="https://www.eclipse.org/jkube/docs/kubernetes-maven-plugin#jkube:build">Building container images</a></li>
+ <li><a href="https://www.eclipse.org/jkube/docs/kubernetes-maven-plugin#jkube:build">Pushing images to remote registries</a></li>
+ <li><a href="https://www.eclipse.org/jkube/docs/kubernetes-maven-plugin#jkube:resource">Generating cluster resource configurations</a></li>
+ <li><a href="https://www.eclipse.org/jkube/docs/kubernetes-maven-plugin#jkube:apply">Deploying resource configurations in your cluster</a></li>
+ <li><a href="https://www.eclipse.org/jkube/docs/kubernetes-maven-plugin#jkube:log">Checking container logs</a></li>
+ <li><a href="https://www.eclipse.org/jkube/docs/kubernetes-maven-plugin#jkube:watch">Watching for project changes</a></li>
+ <li><a href="https://www.eclipse.org/jkube/docs/kubernetes-maven-plugin#jkube:debug">Debugging Java applications in the cloud</a></li>
+</ul>
+
+<p>Once the plug-in is configured, you can use Eclipse JKube to build Java container images using the build strategies listed above. Just add our <a href="https://www.eclipse.org/jkube/docs/kubernetes-maven-plugin">kubernetes-maven-plugin</a> or <a href="https://www.eclipse.org/jkube/docs/openshift-maven-plugin">openshift-maven-plugin</a> dependency and you’re ready to build and deploy your application into your Kubernetes or OpenShift cluster.</p>
+
+<p><span style="font-size:12px">Figure 1: How to Include the Kubernetes Maven Plug-In in Your pom.xml File</span></p>
+<pre>
+<code>
+<build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.jkube</groupId>
+ <artifactId>kubernetes-maven-plugin</artifactId>
+ <version>1.0.0</version>
+ </plugin>
+ </plugins>
+</build>
+</code>
+</pre>
+<p><span style="font-size:12px">Figure 2: How to Build and Deploy Your Java Project From the Command Line</span></p>
+
+<pre>
+<code>
+$ mvn clean package k8s:build k8s:resource k8s:apply
+</code>
+</pre>
+
+<p>The Kubernetes Maven plug-in:</p>
+
+<ul>
+ <li>Generates container images with flexible and powerful configurations that integrate with the Docker daemon service or Jib</li>
+ <li>Generates generic Kubernetes descriptors as YAML Ain’t Markup Language (YAML) files</li>
+ <li>Provides zero configuration for quick ramp-up in cases where opinionated defaults will be pre-selected</li>
+ <li>Provides inline configuration within the plug-in configuration using XML syntax</li>
+ <li>Provides external configuration templates for real deployment descriptors that are enriched by the plug-in</li>
+</ul>
+
+<p>The OpenShift Maven plug-in is built on top of the Kubernetes Maven plug-in. It provides all of the configuration capabilities in the Kubernetes Maven plug-in as well as features that are specific to OpenShift. For example, it:</p>
+
+<ul>
+ <li>Manages S2I images, inheriting the S2I tool’s flexible and powerful configuration capabilities</li>
+ <li>Generates OpenShift descriptors as YAML files</li>
+</ul>
+
+<p>The Eclipse JKube software infers its configuration from opinionated defaults that work for most Java applications. If this setup is not suitable for your project, you can always customize the plug-in to suit your specific project requirements.</p>
+
+<h2>Learn More</h2>
+
+<p>To learn more about Eclipse JKube, visit the <a href="https://www.eclipse.org/jkube/">project website</a>, check our <a href="https://www.eclipse.org/jkube/quickstarts/">quickstarts and examples</a>, and take the <a href="https://katacoda.com/jkubeio">Katacoda courses</a>.</p>
+
+<p>You can also reach us on <a href="https://gitter.im/eclipse/jkube?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge">Gitter</a>, and don’t forget to follow us on Twitter, <a href="https://twitter.com/jkubeio">@jkubeio</a>.</p>
+
+<div class="margin-bottom-20">
+ <?php print $Theme->getShareButtonsHTML(); ?>
+</div>
+<div class="bottomitem">
+ <h3>About the Author</h3>
+ <div class="row">
+ <div class="col-sm-24">
+ <div class="row margin-bottom-20">
+ <div class="col-sm-8">
+ <img class="img img-responsive" alt="<?php print $pageAuthor; ?>" src="images/markn.jpg" />
+ </div>
+ <div class="col-sm-16">
+ <p class="author-name"><?php print $pageAuthor; ?></p>
+ <p class="author-bio">
+ Marc Nuri is an open source enthusiast and software developer. Currently, Marc is working as a senior software engineer at Red Hat in the Developer Tools team focusing on Java. He leads the development efforts of Eclipse JKube and is part of the core maintainer team for the Fabric8 Kubernetes client.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+</div>
\ No newline at end of file
diff --git a/eclipse_newsletter/2020/october/content/en_2.php b/eclipse_newsletter/2020/october/content/en_2.php
new file mode 100644
index 0000000..4625dda
--- /dev/null
+++ b/eclipse_newsletter/2020/october/content/en_2.php
@@ -0,0 +1,311 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Martin Lowe (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+// This file must be included
+if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])) {
+ exit();
+}
+?>
+<h1 class="article-title"><?php echo $pageTitle; ?></h1>
+
+<p>In this article, I’ll walk you through the steps required to create a simple web service with <a href="https://jakarta.ee/">Jakarta EE 8</a>. The example web service creates a Web Application Resource (WAR) file that can be deployed to any Jakarta EE 8-compliant application server container, including micro-containers such as Payara Micro and WildFly.</p>
+
+<p>The headings below outline the main steps to create the web service and most steps include example code.</p>
+
+<h2>Create a Maven-Based WAR File Project</h2>
+
+<p>You can create the file in your favorite IDE. The most prevalent IDEs for developing Jakarta EE 8 applications include the <a href="https://www.eclipse.org/eclipseide/">Eclipse IDE</a>, IntelliJ, and Apache NetBeans. Another option is to download the Jakarta EE starter project.</p>
+
+<p>I start with the Jakarta EE starter project, then I open it and develop within the Apache NetBeans 12 IDE. I deploy the web service to the Payara Micro platform.</p>
+
+<p>To get started, download and unzip the Jakarta EE starter project <a href="https://eclipse-ee4j.github.io/starter/samples/simple-hello.zip">simple-hello.zip</a> and copy it into a working directory on your computer. Open the project in your IDE and rename it to PoolService-1.0-SNAPSHOT, as shown in Figure 1.</p>
+
+<p><span style="font-size:12px">Figure 1: Renaming the Project</span></p>
+<p><img class="img-responsive" src="images/2-1.png"></p>
+
+<h2>Add a Root Path for Jakarta RESTful Web Services Resources</h2>
+
+<p>Adding a path to the class named <code>org.demo.simple.ApplicationConfig</code> creates a root path for your Jakarta RESTful web services at the path "resources.” To access Jakarta RESTful Web Services (JAX-RS) resources, preface the service name with this path.</p>
+
+<p>When you’re finished, the code should look like the example below.</p>
+<pre>
+<code>
+package com.demo.simple;
+
+import javax.ws.rs.ApplicationPath;
+import javax.ws.rs.core.Application;
+
+/**
+ * Configures the Jakarta REST application.
+ *
+ * @author Ivar Grimstad (ivar.grimstad@eclipse-foundation.org)
+ */
+@ApplicationPath("resources")
+public class ApplicationConfig extends Application {
+
+}
+</code>
+</pre>
+
+<h2>Create the Temperature Controller Class</h2>
+
+<p>The <code>TemperatureController</code> class is used to read the temperature file when it’s invoked.</p>
+
+<p>To create the class, create a new Java class named <code>org.demo.simple.TemperatureController</code>, which is responsible for reading the file and setting values within variables. The temperature will be in the format (23.5, 74.3) with the first reading being in Celsius, and the second reading being in Fahrenheit.</p>
+
+<p>Here’s an example <code>TemperatureController</code> class for reference.</p>
+
+<pre>
+<code>
+package com.demo.simple;
+
+import java.io.BufferedReader;
+import java.io.IOException;
+import java.nio.charset.Charset;
+import java.nio.file.Files;
+import java.nio.file.Paths;
+import javax.enterprise.context.RequestScoped;
+import javax.inject.Named;
+
+/**
+ *
+ * @author juneau
+ */
+@Named
+@RequestScoped
+public class TemperatureController {
+
+ private String currentTemperatureF;
+
+ private String currentTemperatureC;
+
+ public TemperatureController(){
+
+ }
+
+ protected String readTemperatureFile() {
+
+ String temperatureFile = "<<path-to-file>>/temperature.txt";
+ java.nio.file.Path path = Paths.get(temperatureFile);
+ String currentTemperature = null;
+ try (BufferedReader reader = Files.newBufferedReader(path, Charset.forName("UTF-8"))) {
+
+ String currentLine = null;
+ while ((currentLine = reader.readLine()) != null) {//while there is content on the current line
+ currentTemperature = currentLine;
+ }
+ } catch (IOException ex) {
+ ex.printStackTrace(); //handle an exception here
+ }
+ return currentTemperature;
+ }
+
+ /**
+ * @return the currentTemperatureF
+ */
+ public String getCurrentTemperatureF() {
+ String temp = readTemperatureFile();
+ currentTemperatureF = temp.substring(temp.indexOf(",") + 1, temp.lastIndexOf(")"));
+ return currentTemperatureF;
+ }
+
+ /**
+ * @param currentTemperatureF the currentTemperatureF to set
+ */
+ public void setCurrentTemperatureF(String currentTemperatureF) {
+ this.currentTemperatureF = currentTemperatureF;
+ }
+
+ /**
+ * @return the currentTemperatureC
+ */
+ public String getCurrentTemperatureC() {
+ String temp = readTemperatureFile();
+ currentTemperatureC = temp.substring(temp.indexOf("(") + 1, temp.lastIndexOf(","));
+ return currentTemperatureC;
+ }
+
+ /**
+ * @param currentTemperatureC the currentTemperatureC to set
+ */
+ public void setCurrentTemperatureC(String currentTemperatureC) {
+ this.currentTemperatureC = currentTemperatureC;
+ }
+
+}
+</code>
+</pre>
+
+<p>An interested service can now use Jakarta <a href="https://jakarta.ee/specifications/cdi/">Contexts and Dependency Injection (CDI)</a> to inject <code>TemperatureController</code> and call on <code>getCurrentTemperatureF()</code> or <code>getCurrentTemperatureC()</code> to obtain the requested temperature format.</p>
+
+<h2>Create the Temperature Resource File</h2>
+
+<p>The <code>TemperatureResource</code> file is a JAX-RS file that includes the code shown below.</p>
+
+<pre>
+<code>
+package com.demo.simple;
+
+import javax.ws.rs.core.Context;
+import javax.ws.rs.core.UriInfo;
+import javax.ws.rs.Consumes;
+import javax.ws.rs.Produces;
+import javax.ws.rs.GET;
+import javax.ws.rs.Path;
+import javax.ws.rs.PUT;
+import javax.enterprise.context.RequestScoped;
+import javax.inject.Inject;
+import javax.ws.rs.core.MediaType;
+
+/**
+ * JAX-RS Web Service
+ *
+ * @author juneau
+ */
+@Path("temperature")
+@RequestScoped
+public class TemperatureResource {
+
+ @Inject
+ private TemperatureController temperatureController;
+
+ /**
+ * Creates a new instance of TemperatureResource
+ */
+ public TemperatureResource() {
+ }
+
+ /**
+ * Calls upon the TemperatureController and obtains the current temperature
+ * in Fahrenheit.
+ *
+ * @return an instance of java.lang.String
+ */
+ @GET
+ @Produces({MediaType.TEXT_PLAIN})
+ public String getXml() {
+ String currentTemperature = temperatureController.getCurrentTemperatureF();
+ return currentTemperature;
+ }
+
+ /**
+ * PUT method for updating or creating an instance of TemperatureResource
+ *
+ * @param content representation for the resource
+ */
+ @PUT
+ @Consumes(MediaType.APPLICATION_XML)
+ public void putXml(String content) {
+ }
+
+ /**
+ * Calls upon the TemperatureController and retrieves the current temperature
+ * in Fahrenheit. Same as getXml();
+ * @return
+ */
+ @GET
+ @Produces({MediaType.TEXT_PLAIN, MediaType.APPLICATION_JSON})
+ @Path("f")
+ public String getF() {
+ String currentTemperature = temperatureController.getCurrentTemperatureF();
+ return currentTemperature;
+ }
+
+ /**
+ * Calls upon the TemperatureController and retrieves the current temperature
+ * in Celsius.
+ * @return
+ */
+ @GET
+ @Produces({MediaType.TEXT_PLAIN, MediaType.APPLICATION_JSON})
+ @Path("c")
+ public String getC() {
+ String currentTemperature = temperatureController.getCurrentTemperatureC();
+ return currentTemperature;
+ }
+
+}
+</code>
+</pre>
+
+<p>This is a web service that will be made available at the URI <code>/resources/temperature</code>, so when the URL <code>http://localhost:8080/poolService/resources/temperature</code> is entered, the temperature in Fahrenheit is displayed. This happens because the method named <code>getXml()</code> is called by default as it is annotated with <code>@GET</code> and does not contain a path. It returns plain text because it is annotated with <code>@Produces({MediaType.TEXT_PLAIN})</code>.</p>
+
+<p>To change the default format to another format, such as XML, you can modify the <code>@Produces</code> annotation to: <code>@Produces({MediaType.APPLICATION_JSON})</code>.</p>
+
+<p>The <code>getXml()</code> method invokes the <code>TemperatureController getCurrentTemperatureF()</code> method to read the temperature and return the result.</p>
+
+<h2>Compile and Build the Project</h2>
+
+<p>Use your favorite IDE, or the command line, to compile and build the project to create a WAR file named <code>simple-hello.war</code>.</p>
+
+<h2>Deploy the Web Service</h2>
+
+<p>I’m going to use a micro container to deploy the web service. However, it could also be deployed into any other Jakarta EE-compatible container such as <a href="https://eclipse-ee4j.github.io/glassfish/">Eclipse GlassFish</a>, Payara Server, or Open Liberty. For a complete list of compatible implementations, click <a href="https://jakarta.ee/compatibility/">here</a>.</p>
+
+<p>In this case:</p>
+
+<ul>
+ <li>Download Payara Micro 5.2020.4 and place the downloaded Java archive (JAR) file into a directory.</li>
+ <li>Open a terminal and type the code shown below to start Payara Micro and deploy the WAR file: <code>java -jar payara-micro-5.2020.4.jar --deploy <path-to-war-file>/simple-hello.war</code></li>
+</ul>
+
+<p>The terminal output will look similar to the example shown below.</p>
+
+<pre>
+<code>
+Payara Micro URLs:
+http://<your-machine>:8080/simple-hello
+
+'simple-hello' REST Endpoints:
+GET /simple-hello/resources/application.wadl
+GET /simple-hello/resources/hello
+GET /simple-hello/resources/temperature
+PUT /simple-hello/resources/temperature
+GET /simple-hello/resources/temperature/c
+GET /simple-hello/resources/temperature/f
+
+]]
+</code>
+</pre>
+
+<h2>Run the Web Service</h2>
+
+<p>Type the following URL into a browser: <code>http://<your-machine>:8080/simple-hello/resources/temperature</code></p>
+
+<h2>Get More Information</h2>
+
+<p>To learn more about getting started with Jakarta EE, visit the <a href="https://eclipse-ee4j.github.io/starter/">Jakarta EE starter page</a>. You’ll find tutorials, examples, and more.</p>
+
+<p>To get involved with the Jakarta EE community, check out our <a href="https://jakarta.ee/connect/">Stay Connected page</a> to choose your preferred method of communications.</p>
+
+<div class="margin-bottom-20">
+ <?php print $Theme->getShareButtonsHTML(); ?>
+</div>
+<div class="bottomitem margin-bottom-20">
+ <h3>About the Author</h3>
+ <div class="row">
+ <div class="col-sm-24">
+ <div class="row margin-bottom-20">
+ <div class="col-sm-8">
+ <img class="img-responsive" alt="<?php print $pageAuthor; ?>" src="images/joshj.png" />
+ </div>
+ <div class="col-sm-16">
+ <p class="author-name"><?php print $pageAuthor; ?></p>
+ <p class="author-bio">
+ Josh Juneau is an application developer, database administrator, technical writer, and Java evangelist. <a href="http://jj-blogger.blogspot.com/">Visit his blog</a> to learn from his experiences in Java, JavaEE, PL/SQL, and Python/Jython development. Follow Josh on Twitter, <a href="https://twitter.com/javajuneau">@javajuneau</a>.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+</div>
\ No newline at end of file
diff --git a/eclipse_newsletter/2020/october/content/en_3.php b/eclipse_newsletter/2020/october/content/en_3.php
new file mode 100644
index 0000000..9a46bb4
--- /dev/null
+++ b/eclipse_newsletter/2020/october/content/en_3.php
@@ -0,0 +1,96 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Martin Lowe (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+// This file must be included
+if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])) {
+ exit();
+}
+?>
+<h1 class="article-title"><?php echo $pageTitle; ?></h1>
+<p>The OpenHW Group is a non-profit, global organization where industry experts collaborate to develop the CORE-V family of RISC-V-based open source cores and related intellectual property, software, and tools. To work on all of these different aspects, application developers need an integrated frontend. That’s where an IDE comes into play and why the OpenHW Group is developing the CORE-V IDE with Eclipse Foundation development tools.</p>
+
+<p>The OpenHW Group has a close partnership with the Eclipse Foundation. All <a href="https://projects.eclipse.org/projects/openhw">OpenHW Group projects</a> are hosted at the Eclipse Foundation, and we’re integrating a number of the open source technologies hosted at the Eclipse Foundation into the OpenHW Group CORE-V IDE.</p>
+
+<p>An open source approach to the CORE-V IDE makes sense. Today, open source software is being used across many different technologies. And it's not just about the software. We can see open source benefiting all spheres of life: science, education, government, manufacturing, health, law, and many others. From small startups to large enterprises, companies are choosing open source because it provides high flexibility, lower cost, and greater control. Hardware development is no exception to this trend.</p>
+
+<p>Before I explain how we’re using the open source technologies at the Eclipse Foundation, I want to take a closer look at what we should expect from an IDE.</p>
+
+<h2>IDEs Should Be Configurable, Extendable, Scalable</h2>
+
+<p>Some people have the opinion that an IDE is not needed at all. If a short list of shell commands works well for your program, I can agree with that belief. However, if your source files grow for any reason, it becomes harder and harder to manage them without a proper IDE. That doesn’t mean the IDE should neglect command-line scenarios. Ideally, all batch operations are available in “headless” mode.</p>
+
+<p>The IDE should be fully configurable and it should help developers focus on the current activity. It should also have enough preferences so developers can pick the right strategy for event and data processing. Here, I could mention artificial intelligence and machine learning, but let’s think about “what” first and select the right “how” later.</p>
+
+<p>The IDE also needs to be extendable. Developers should be able to install support for more hardware, toolchains, debuggers, software development kits (SDKs), and other tools the community can contribute to and vendors can offer. Yes, both free and commercial tools.</p>
+
+<p>Also, we can no longer ignore the scalability problem. Modern systems on a chip (SoCs) bring this challenge, which wasn't typical in the embedded world just a few years ago. Huge headers generated from hardware design and powerful SDKs may exceed all of our expectations about the resources required to parse and represent the compilation unit.</p>
+
+<h2>Open Source Projects at the Eclipse Foundation Jump-Start IDE Development</h2>
+
+<p>Fortunately, we don’t need to start CORE-V IDE development from scratch because the Eclipse Foundation ecosystem has already developed a lot of the required functionality.</p>
+
+<p>Figure 1 shows the technology components we’ve already integrated in the OpenHW Group CORE-V IDE to establish the starting point of our story, with more to come.</p>
+
+<p><span style="font-size:12px">Figure 1: Technology Components in the OpenHW Group CORE-V IDE</span></p>
+<p><img class="img-responsive" src="images/3-1.png"></p>
+
+<p>The <a href="https://projects.eclipse.org/projects/eclipse.platform">Eclipse Platform project</a> gives us the Open Service Gateway Initiative (OSGi)-based extensible runtime and p2 update engine without binding to a specific language. We can use:</p>
+
+<ul>
+ <li>Workspaces to manage files, folders, and project metadata</li>
+ <li>Project Natures and Builders to distinguish and configure content processing</li>
+ <li>The Eclipse <a href="https://wiki.eclipse.org/SWT">Standard Widget Toolkit (SWT)</a> and <a href="https://wiki.eclipse.org/JFace">JFace</a> to create reusable user interfaces</li>
+ <li>Workbench models to organize activities</li>
+ <li>Rich user assistance capabilities such as context-sensitive help, cheat sheets, and more</li>
+</ul>
+
+<p>The <a href="https://www.eclipse.org/modeling/emf/">Eclipse Modeling Framework (EMF) project</a> is a modeling framework and code generation facility for building tools and other applications based on a structured data model. Everything with a declarative nature can be effectively managed by this technology. It is widely used in the Eclipse Foundation ecosystem, and seems to have great potential to be expanded to more domains.</p>
+
+<p>The <a href="https://www.eclipse.org/cdt/">Eclipse C/C++ Development Tooling (CDT) project</a> implements the language services for C/C++ projects. We can use this technology to make the leap from a color editor to a fully functional C/C++ IDE that many vendors use as the basis for their products. It is far beyond the scope of this article to enumerate all the Eclipse CDT features, but I do need to mention the extraordinary capabilities for project configuration, rich visualization of debug information, and seamless integration with command line tools.</p>
+
+<p>The <a href="https://eclipse-embed-cdt.github.io/">Eclipse Embedded CDT project</a> adds numerous out-of-the-box project templates to support different boards, toolchains, and debuggers.</p>
+
+<h2>Get Involved in OpenHW Group CORE-V IDE Development</h2>
+
+<p>We welcome everyone who wants to participate and help us in our efforts.</p>
+
+<ol>
+ <li>Here’s how you can get started in five simple steps:</li>
+ <li>Create an account at <a href="https://www.eclipse.org/">www.eclipse.org</a>.</li>
+ <li>Sign the <a href="https://www.eclipse.org/legal/ECA.php">Eclipse Contributor Agreement</a> electronically.</li>
+ <li>Specify your GitHub id in your Eclipse profile.</li>
+ <li>Fork <a href="https://github.com/openhwgroup/core-v-ide-cdt">github.com/openhwgroup/core-v-ide-cdt</a>.</li>
+ <li>Don’t forget to add “Signed-off-by” to your commit message.</li>
+</ol>
+
+<div class="margin-bottom-20">
+ <?php print $Theme->getShareButtonsHTML(); ?>
+</div>
+<div class="bottomitem margin-bottom-20">
+ <h3>About the Author</h3>
+ <div class="row">
+ <div class="col-sm-24">
+ <div class="row margin-bottom-20">
+ <div class="col-sm-8">
+ <img class="img img-responsive" alt="<?php print $pageAuthor; ?>" src="images/alexanderf.jpg" />
+ </div>
+ <div class="col-sm-16">
+ <p class="author-name"><?php print $pageAuthor; ?></p>
+ <p class="author-bio">
+ Alexander Fedorov is the founder and CEO of ArSysOp, an active Open Source contributor, and conference speaker. After 20 years of working in the area of IDE and tools with TogetherSoft, Borland, Micro Focus, Embarcadero, NXP, and others he switched to consulting on architecture and development for Eclipse-based solutions.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+</div>
\ No newline at end of file
diff --git a/eclipse_newsletter/2020/october/content/en_4.php b/eclipse_newsletter/2020/october/content/en_4.php
new file mode 100644
index 0000000..98afdb8
--- /dev/null
+++ b/eclipse_newsletter/2020/october/content/en_4.php
@@ -0,0 +1,103 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Martin Lowe (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+// This file must be included
+if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])) {
+ exit();
+}
+?>
+<h1 class="article-title"><?php echo $pageTitle; ?></h1>
+<p>Autonomous vehicles have been making headlines for a number of years now. As the automotive industry continues to transform itself, we can expect the trend to grow. According to a 2019 McKinsey report[1], automotive software and electronics will outgrow the automotive market overall by 2030 — driven primarily by the shift toward autonomous, connected, electric, and shared vehicles. A lesser known fact is that the Eclipse Foundation is very active in the automotive industry.</p>
+
+<p>Eclipse Foundation involvement in the automotive industry includes working groups and open source projects for automotive software development, as well as the organizational structure needed for community collaboration. While a number of general Eclipse Foundation projects, such as<a href="https://www.eclipse.org/jdt/">Eclipse Java Development Tools (JDT)</a>, <a href="https://www.eclipse.org/cdt/">Eclipse C/C++ Development Tooling (CDT)</a>, and many others, are used in automotive software development, this article focuses on automotive-specific activities at the Eclipse Foundation.</p>
+
+<h2>Working Groups Provide Organizational Umbrella for Multi-Company Cooperation</h2>
+
+<p>The Eclipse Foundation working group structure makes it easy for different parties to create a legally sound framework to exchange information, jointly develop software and concepts, and set up different models for financing the activities.</p>
+
+<p>Several years ago, a number of companies joined the <a href="https://wiki.eclipse.org/Auto_IWG">Auto IWG</a> at the Eclipse Foundation, an open source initiative that fostered exchanges around using the <a href="https://projects.eclipse.org/projects/eclipse.platform">Eclipse Platform</a> in automotive software engineering. Over time, it became clear that collaboration works better when working groups focus on specific topics. As a result, a number of automotive-related working groups are now hosted at the Eclipse Foundation:</p>
+
+<h3>OpenADX Working Group</h3>
+<p>The <a href="https://openadx.eclipse.org">OpenADx Working Group</a> delivers software tools and open source software for autonomous driving (AD) development by defining open interface specifications for the software used in vehicle-based systems and in testing environments where cloud services are typically used to build software, run virtual tests, and collect results. The name OpenADx stands for Open, Autonomous Driving Accelerator.</p>
+
+<h3>OpenPASS Working Group</h3>
+<p>The <a href="https://openpass.eclipse.org/">OpenPASS Working Group</a> promotes a collaborative and innovative ecosystem by offering tools, systems, and adapters for a standardized, openly available, and vendor-neutral platform for traffic scenario simulations. The simulations predict the real-world effectiveness of advanced driver assistance system (ADAS) and AD functions.</p>
+
+<h3>OpenMobility Working Group</h3>
+<p>The <a href="https://openmobility.eclipse.org/">OpenMobility Working Group</a> drives the evolution and broad adoption of mobility modeling and traffic simulation technologies for testing autonomous driving functions, developing new mobility solutions, and creating digital twins of urban areas. The working group shapes and fosters the development of software tools and frameworks based on validated mobility models to provide a common platform for industrial applications and academic research.</p>
+
+<h3>OpenMDM Working Group</h3>
+<p>The <a href="https://www.openmdm.org/">OpenMDM® Working Group</a> fosters and supports an open and innovative ecosystem for providing tools and systems, qualification kits, and adapters for standardized and vendor-independent management of measurement data in accordance with the Association for Standardization of Automation and Measuring Systems (ASAM) Open Data Services (ODS) standard.</p>
+
+<h2>Hosted Projects Are Widely Used in the Automotive Industry</h2>
+
+<p>The first projects adopted by the automotive industry were related to the <a href="https://www.eclipse.org/modeling/">Eclipse Modeling Project.</a> Many companies use these projects to build their in-house or commercial tool offerings. The basis of this ecosystem is the <a href="https://www.eclipse.org/modeling/emf/">Eclipse Modeling Framework (EMF)</a>, which provides a rich feature set for developing modelling tools. Many other projects build on these technologies to provide graphic and text editors, code generators, configuration management, and other functionality.</p>
+
+<p>Together, all of these projects laid the foundation for the AUTOSAR Tool Platform (Artop), an automotive industry collaboration outside of the Eclipse Foundation.</p>
+
+<p>The automotive industry started developing the AUTOSAR common standard around 2003. The standard includes a very complex meta model to describe all of a vehicle’s software-relevant aspects. Artop provides an implementation of this meta model that is based on technologies at the Eclipse Foundation and is managed and maintained by a consortium. This tool platform saves companies uncountable man hours of effort when implementing the AUTOSAR standard — savings that would not be possible without the Eclipse Modeling Project ecosystem.</p>
+
+<p>The Eclipse Foundation also hosts the <a href="https://www.eclipse.org/app4mc/">Eclipse APP4MC project</a>, an application platform for engineering embedded multi- and many-core software systems. The platform enables the creation and management of complex tool chains including simulation and validation. Users can distribute data and tasks to the target hardware platforms with a focus on optimizing timing and scheduling. This open platform is proven in the automotive industry by Bosch and its partners to support interoperability and extensibility and to unify data exchanges in cross-organizational projects.</p>
+
+<h2>Eclipse Foundation Hosts More Than Tooling Projects for the Automotive Industry</h2>
+
+<p>Tooling projects, such as the Eclipse Modeling project and the Eclipse APP4MC project, are expected based on the Eclipse Foundation history in such projects. However, the Eclipse Foundation also hosts projects that are directly related to development of in-vehicle or vehicle-to-anything (V2X) communications software and embedded systems:</p>
+
+<h3>Eclipse Kuksa</h3>
+<p>The open and secure <a href="https://www.eclipse.org/kuksa/">Eclipse Kuksa</a> project provides a cloud platform that interconnects a wide range of vehicles to the cloud through in-car and internet connections. This platform is supported by an integrated, open source software development environment that includes technologies to address the software challenges for vehicles designed in the IoT, cloud, and digital era.</p>
+
+<h3>Eclipse iceoryx</h3>
+<p><a href="https://projects.eclipse.org/projects/technology.iceoryx">Eclipse iceoryx</a> is middleware with a zero-copy shared memory approach that is optimized for the huge volumes of data that must be transferred between different parts of the system in domains such as automotive, robotics, and gaming. The project provides algorithms and libraries for shared memory communications on Portable Operating System Interface (POSIX)-based operating systems, such as Linux.</p>
+
+<p>The newest automotive-related project at the Eclipse Foundation addresses a major issue in autonomous vehicle development: Simulation. It is impossible to validate every autonomous function in on-road vehicles. We need virtualization technologies that allow vehicles to be simulated, distributed, and in the cloud, with real timing and physics models.</p>
+
+<p><a href="https://projects.eclipse.org/projects/technology.mosaic">Eclipse MOSAIC</a> lays the foundation for the open source infrastructure to achieve these requirements.</p>
+
+<p>The Eclipse MOSAIC co-simulation environment includes a runtime infrastructure (RTI) for coupling discrete event simulators from multiple domains. It also includes a collection of pre-packaged simulators for specific simulations. To meet the standardized coupling principles in the IEEE High Level Architecture (HLA), simulators are embedded in a federation and the interface to the RTI is achieved by an ambassador.</p>
+
+<h2>A Bright Outlook for Automotive Technologies at the Eclipse Foundation</h2>
+
+<p>I started using Eclipse Modeling projects for in-house tooling at BMW almost 15 years ago, and it’s really amazing to see how far the Eclipse Foundation and the associated projects and working groups have developed since then.</p>
+
+<p>A lot has changed and I am happy and proud to have contributed on behalf of itemis to the original automotive working group, <a href="https://www.eclipse.org/sphinx/">Eclipse Sphinx</a>, and now through participation in the OpenADX Working Group. There is growing acceptance of open source in the automotive industry, through consumption of open source software and through contributions.</p>
+
+<p>Many players in the automotive industry have become Eclipse Foundation members, including BMW Group, Bosch, Denso Corporation, AVL List, and Volkswagen America, to name just a few. I expect the <a href="https://blogs.eclipse.org/post/mike-milinkovich/update-eclipse-foundation%E2%80%99s-move-europe">Eclipse Foundation move to Europe</a> will increase its attractiveness to the industry and it will be interesting to be part of that further development.</p>
+
+<h2>Learn More and Get Involved</h2>
+
+<p>Follow the links to the Eclipse Foundation working groups and projects described in this article to learn more about what’s happening in open source software for the automotive industry, how you can use the technologies in your next project, and how to get more involved in Eclipse Foundation automotive communities.</p>
+<hr />
+<p>[1]<a href="https://www.mckinsey.com/~/media/mckinsey/industries/automotive%20and%20assembly/our%20insights/mapping%20the%20automotive%20software%20and%20electronics%20landscape%20through%202030/automotive-software-and-electronics-2030-final.ashx">Automotive software and electronics 2030: Mapping the sector’s future landscape</a>. McKinsey & Company, July 2019.</p>
+
+<div class="margin-bottom-20">
+ <?php print $Theme->getShareButtonsHTML(); ?>
+</div>
+
+<div class="bottomitem margin-bottom-20">
+ <h3>About the Author</h3>
+ <div class="row">
+ <div class="col-sm-24">
+ <div class="row margin-bottom-20">
+ <div class="col-sm-8">
+ <img class="img img-responsive" alt="<?php print $pageAuthor; ?>" src="images/andreasgraf.jpg" />
+ </div>
+ <div class="col-sm-16">
+ <p class="author-name"><?php print $pageAuthor; ?></p>
+ <p class="author-bio">
+ Andreas Graf is the business development manager for automotive and new business segments at itemis in Germany, an active participant in the<a href="https://openadx.eclipse.org/">openADx Working Group</a>, and a committer to the<a href="https://www.eclipse.org/rmf/">Eclipse Requirements Modeling Framework</a> project.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+</div>
diff --git a/eclipse_newsletter/2020/october/content/en_5.php b/eclipse_newsletter/2020/october/content/en_5.php
new file mode 100644
index 0000000..207ef3d
--- /dev/null
+++ b/eclipse_newsletter/2020/october/content/en_5.php
@@ -0,0 +1,72 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Martin Lowe (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+// This file must be included
+if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])) {
+ exit();
+}
+?>
+<h1 class="article-title"><?php echo $pageTitle; ?></h1>
+<h2>Eclipse Embedded C/C++ Development Tools (CDT) Version 5.1.2 Is Now Available</h2>
+<p>The <a href="https://eclipse-embed-cdt.github.io/">Eclipse Embedded CDT</a> project provides a set of Eclipse IDE plug-ins and tools that allow you to create, build, debug, and manage 32-bit and 64-bit Arm and RISC-V executables and libraries within the Eclipse IDE framework. The project was formerly known as GNU MCU/ARM Eclipse. It is now part of the Eclipse Foundation and is hosted on <a href="https://github.com/eclipse-embed-cdt">GitHub</a>.</p>
+
+<p>Eclipse Embedded CDT Version 5.1.2 is a maintenance release that includes bug fixes and enhancements. For convenience, this version is also available as Eclipse packages that combine the Eclipse IDE for C/C++ Developers standard distribution with the Eclipse Embedded CDT plug-ins.</p>
+
+<p>For complete details about the Eclipse Embedded CDT technologies, visit the <a href="https://eclipse-embed-cdt.github.io/">project website</a>.</p>
+
+<p>For more insight into the Version 5.1.2 release and quick access to download links, click <a href="https://projects.eclipse.org/projects/iot.embed-cdt/releases/5.1.2">here</a>.</p>
+<hr />
+
+<h2>Register Today: JakartaOne Livestream Is December 8</h2>
+<p>Take a minute to <a href="https://www.crowdcast.io/e/jakartaonelivestream_dec8/register">register</a> for our one-day virtual conference on the future of Jakarta EE and related technologies for developing cloud native Java applications. This year’s event is being held December 8 to coincide with the release of Jakarta EE 9.</p>
+
+<p>All of the proposed session topics have been submitted and our independent program committee is working hard to put together an interesting and informative day that will appeal to developers and technical business leaders.</p>
+
+<p>For more information about JakartaOne Livestream, click <a href="https://jakartaone.org/2020/">here</a>.</p>
+
+<p>To reserve your spot, click <a href="https://www.crowdcast.io/e/jakartaonelivestream_dec8/register">here</a>.</p>
+
+<p>For live event updates, speaker announcements, news, and more, follow us on Twitter <a href="https://twitter.com/JakartaOneConf">@JakartaOneConf</a>.</p>
+<hr />
+
+<h2>Read the Eclipse Kuksa Case Study</h2>
+<p>Our recently published case study on the <a href="https://www.eclipse.org/kuksa/">Eclipse Kuksa</a> project explores how the technology breaks down silos in the automotive industry to provide an open source platform for vehicle-to-cloud connectivity.</p>
+
+<p>Eclipse Kuksa unifies vehicle, IoT, cloud, and security technologies across the complete tooling stack for the connected vehicle domain to enable a standardized approach to vehicle-to-cloud scenarios across all vehicles. Ecosystem participants include academic institutions and corporations that do business in the automotive industry.</p>
+
+<p>In the case study, Eclipse Kuksa project Co-Lead, Johannes Kristan, discusses the technology’s roots in the publicly funded APPSTACLE research project, its strategic move to the Eclipse Foundation, and how ecosystem participants are using the technology to demonstrate real-world applications.</p>
+
+<p>Download the case study PDF <a href="https://f.hubspotusercontent10.net/hubfs/5413615/Kuksa.Case.Study.pdf">here</a>.</p>
+<hr />
+
+<h2>Learn How Eclipse Che4z Is Opening Mainframes to More Developers</h2>
+<p>The <a href="https://projects.eclipse.org/projects/ecd.che.che4z">Eclipse Che4z</a> project extends <a href="https://www.eclipse.org/che/">Eclipse Che</a> capabilities to bring the modern developer experience to mainframe software development.</p>
+
+<p>With Eclipse Che4z, on-boarding developers who are new to the world of mainframe application development is faster, easier, and more cost-effective. Single-click workspace provisioning allows developers to access mainframe artifacts, edit, build, and test them in the same way as a Java, .NET, or web application. And IT organizations can reduce maintenance costs because there’s no developer client application. All Eclipse Che4z technologies are centrally hosted.</p>
+
+<p>Eclipse Che4z project Co-Lead, Venkat Balabhadrapatruni, provides more insight into Eclipse Che4z and its benefits in this <a href="https://www.share.org/blog/eclipse-che4z-opening-the-mainframe-to-more-developers">article</a>.</p>
+<hr />
+
+<h2>Check Out Our New Events Page</h2>
+<p>The <a href="https://events.eclipse.org/">Eclipse Foundation Events</a> page has a new look that makes it easier than ever to keep track of Eclipse Foundation events as well as events throughout the broader open source community.</p>
+
+<p>You can sort events by type and category to narrow your search, clearly spot event dates and times, and easily share your own event with the open source community.</p>
+
+<p>To check the list of upcoming events, click <a href="https://events.eclipse.org/">here</a>.</p>
+
+<p>To submit your event, start <a href="https://accounts.eclipse.org/user/login?destination=oauth2/authorize">here</a>.</p>
+<hr />
+
+<div class="margin-bottom-20">
+ <?php print $Theme->getShareButtonsHTML(); ?>
+</div>
diff --git a/eclipse_newsletter/2020/october/content/en_6.php b/eclipse_newsletter/2020/october/content/en_6.php
new file mode 100644
index 0000000..beaafe8
--- /dev/null
+++ b/eclipse_newsletter/2020/october/content/en_6.php
@@ -0,0 +1,60 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Martin Lowe (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+// This file must be included
+if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])) {
+ exit();
+}
+?>
+<h1 class="article-title"><?php echo $pageTitle; ?></h1>
+<h2>At a Glance: Miro Spönemann</h2>
+<img width="185" class="float-left margin-right-40 img img-responsive" src="images/miro-sponemann.png" alt="Miro Spönemann">
+<ul>
+ <li>Involved in open source since: 2008</li>
+ <li>Works for: TypeFox in Kiel, Germany</li>
+ <li>Eclipse Foundation contributor since: 2014</li>
+ <li>Involved in: Eclipse Open VSX, Eclipse Sprotty, Eclipse Theia, Eclipse Layout Kernel, Eclipse Xtext, Eclipse LSP4J</a></li>
+ <li>Committer to: <a href="https://projects.eclipse.org/user/4867">All six Eclipse Foundation projects in which he is involved</a></li>
+ <li>Committer since: 2014</li>
+ <li>Fun fact: Miro and his wife plan to release their recordings of traditional German Christmas songs on Spotify at the end of November 2020</li>
+</ul>
+<hr />
+<h2>Why did you first get involved in open source software and OSS communities?</h2>
+<p>When I wrote my university diploma thesis, the group I was working with started using some of the tools in the <a href="https://projects.eclipse.org/projects/modeling">Eclipse Modeling Project</a> and I found that very interesting — especially the graphical modeling framework and <a href="https://projects.eclipse.org/projects/modeling.tmf.xtext">Eclipse Xtext</a>, a domain-specific language framework. We used these tools for our teaching and research and it really got me interested.</p>
+<p>After I finished my work at the university and completed my PhD in 2014, I looked for a company that would allow me to do open source software development. I found one in Itemis, where there was a great opportunity to get involved in the Eclipse Xtext project. That involvement helped me learn about the processes at the Eclipse Foundation and understand how things work.</p>
+
+<h2>How did that involvement lead to you becoming a committer?</h2>
+<p>Quite soon after I started working at Itemis, I also started contributing to Eclipse Xtext and was very quickly asked to join the team of committers.</p>
+<p>As time passed, we started more projects at the Eclipse Foundation. For many projects, I was not only a committer, but also a co-founder. I think there are actually more projects that I helped to get started than projects I joined after they started.</p>
+
+<h2>How would you summarize your experiences as a committer?</h2>
+<p>I really like that by committing code to an open source project, I can then reuse those features and contributions in other projects I'm involved in, such as closed source projects with customers. I can see a direct impact in the open source world, and also in real-world applications. That's something I find very valuable and rewarding.</p>
+<p>One very challenging thing is it's quite hard to find time to write documentation and I see open source projects that are becoming stale because of the lack of documentation. A more personal aspect is that I regard software development as a highly creative process, and it is often hard for me to get into other creative expressions, such as music and photography, after eight hours of work.</p>
+<p>But, developing in the open source world really motivates me because I appreciate the openness and transparency of what I'm doing. I think whatever happens in my career I will quite likely want to stay in the context of open source software.</p>
+
+<h2>
+ What are your next steps and goals as a committer and Eclipse Foundation community member?
+</h2>
+<p>Currently, my most active project is <a href="https://projects.eclipse.org/projects/ecd.openvsx#:~:text=Eclipse%20Open%20VSX%20is%20a,line%20tool%20for%20publishing%20extensions.">Eclipse Open VSX</a>, the new registry for VS Code extensions. We started the project at TypeFox and now want to hand it over to the Eclipse Foundation. I will help transfer the service and website to Eclipse Foundation infrastructure.</p>
+
+<p>A few months ago, I submitted a change to VSCodium so it now uses Eclipse Open VSX as its main registry for extensions. Since then, we’ve seen a lot of traction with users and contributors wanting to push their extensions to Eclipse Open VSX. I want to continue to support that community and see how we can best meet all the different needs.</p>
+
+<h2>What would you say to developers who are considering getting more involved in open source software projects at the Eclipse Foundation?</h2>
+<p>My main advice would be to find a great company that gives you the flexibility to be involved in open source software during work time. It's much better than just doing it at night.</p>
+<p>
+It also gives you the opportunity to use your own open source code for your work. That adds value to your company through the open source projects, which is really great.
+</p>
+
+<div class="margin-bottom-20">
+ <?php print $Theme->getShareButtonsHTML(); ?>
+</div>
diff --git a/eclipse_newsletter/2020/october/content/en_index.php b/eclipse_newsletter/2020/october/content/en_index.php
new file mode 100644
index 0000000..eb1d47f
--- /dev/null
+++ b/eclipse_newsletter/2020/october/content/en_index.php
@@ -0,0 +1,1501 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Martin Lowe (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+// This file must be included
+if (basename(__FILE__) == basename($_SERVER['PHP_SELF'])) {
+ exit();
+}
+?>
+
+<table border="0" cellpadding="0" cellspacing="0" width="100%" class="templateContainer" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;border: 0;max-width: 600px !important;">
+<tr>
+<td valign="top" id="templatePreheader" style="background:#FAFAFA none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #FAFAFA;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: 9px;padding-bottom: 9px;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+<tbody class="mcnTextBlockOuter">
+<tr>
+ <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="600" style="width:600px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #656565;font-family: Helvetica;font-size: 12px;line-height: 150%;">
+
+ <a href="https://us6.campaign-archive.com/?e=[UNIQID]&u=eaf9e1f06f194eadc66788a85&id=40bac40df6" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #656565;font-weight: normal;text-decoration: underline;">View this email in your browser</a>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+</tr>
+</tbody>
+</table></td>
+ </tr>
+ <tr>
+ <td valign="top" id="templateHeader" style="background:#ffffff none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: 9px;padding-bottom: 0;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnImageBlockOuter">
+ <tr>
+ <td valign="top" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnImageBlockInner">
+ <table align="left" width="100%" border="0" cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnImageContent" valign="top" style="padding-right: 9px;padding-left: 9px;padding-top: 0;padding-bottom: 0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img align="center" alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/41686fac-6a76-477e-b645-e953560a9f9b.png" width="564" style="max-width: 600px;padding-bottom: 0;display: inline !important;vertical-align: bottom;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" class="mcnImage">
+
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnTextBlockOuter">
+<tr>
+ <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="600" style="width:600px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding-top: 0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+
+ <h3 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 20px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><br>
+<span style="font-size:32px"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">EclipseCon 2020 and the Four Pillars of the Eclipse Foundation</span></span></h3>
+
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+</tr>
+</tbody>
+</table></td>
+ </tr>
+ <tr>
+ <td valign="top" id="templateUpperBody" style="background:#FFFFFF none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #FFFFFF;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 0;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageCardBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnImageCardBlockOuter">
+<tr>
+ <td class="mcnImageCardBlockInner" valign="top" style="padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnImageCardRightContentOuter" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody><tr>
+<td align="center" valign="top" class="mcnImageCardRightContentInner" style="padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnImageCardRightImageContentContainer" width="200" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnImageCardRightImageContentE2E " align="center" valign="top" style="padding-top: 0px;padding-right: 0;padding-bottom: 0px;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/6f603334-ccfb-4e19-bf8c-7240efebd25b.jpg" width="200" style="max-width: 2018px;border-radius: 0%;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+
+
+
+ </td>
+ </tr>
+ </tbody></table>
+ <table class="mcnImageCardRightTextContentContainer" align="right" border="0" cellpadding="0" cellspacing="0" width="346" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding-right: 18px;padding-top: 18px;padding-bottom: 18px;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;">
+ <div style="text-align: left;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">With EclipseCon 2020 happening this week, it's the perfect time to explore some of the opensource themes you'll hear about during the event. In this month's newsletter, our community authors take a closer look at key open-source innovations related to the automotive industry, Jakarta EE and cloud-native Java application development, and software for open hardware development. </span><br>
+<br>
+Happy reading! <br>
+Thabang Mashologu</div>
+
+ </td>
+ </tr>
+ </tbody></table>
+</td>
+</tr>
+</tbody></table>
+
+
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnBoxedTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<!--[if gte mso 9]>
+<table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
+<![endif]-->
+<tbody class="mcnBoxedTextBlockOuter">
+<tr>
+ <td valign="top" class="mcnBoxedTextBlockInner" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <!--[if gte mso 9]>
+ <td align="center" valign="top" ">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnBoxedTextContentContainer">
+ <tbody><tr>
+
+ <td style="padding-top: 9px;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <table border="0" cellspacing="0" class="mcnTextContentContainer" width="100%" style="min-width: 100% !important;background-color: #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding: 18px;color: #F2F2F2;font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;">
+ <h1 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><font color="#ffffff" face="roboto, helvetica neue, helvetica, arial, sans-serif">Spotlight</font></h1>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if gte mso 9]>
+ </td>
+ <![endif]-->
+
+ <!--[if gte mso 9]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+</tr>
+</tbody>
+</table></td>
+ </tr>
+ <tr>
+ <td valign="top" id="templateColumns" style="background:#ffffff none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: 0;padding-bottom: 0;">
+ <!--[if (gte mso 9)|(IE)]>
+ <table align="center" border="0" cellspacing="0" cellpadding="0" width="600" style="width:600px;">
+ <tr>
+ <td align="center" valign="top" width="300" style="width:300px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="300" class="columnWrapper" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tr>
+ <td valign="top" class="columnContainer" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageCardBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnImageCardBlockOuter">
+<tr>
+ <td class="mcnImageCardBlockInner" valign="top" style="padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+<table align="right" border="0" cellpadding="0" cellspacing="0" class="mcnImageCardBottomContent" width="100%" style="background-color: #4B4B4B;border: 2px solid #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody><tr>
+<td class="mcnImageCardBottomImageContent" align="center" valign="top" style="padding-top: 0px;padding-right: 0px;padding-bottom: 0;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="http://eclipse.org/community/eclipse_newsletter/2020/october/4.php" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/1110d307-fa3a-41bc-9d70-dd6f45344e32.png" width="260" style="max-width: 1000px;border: 2px none #004040;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+</td>
+</tr>
+<tr>
+<td class="mcnTextContent" valign="top" style="padding: 9px 18px;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;" width="246">
+ <h4 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="color:#FFFFFF">Automotive Innovation at the Eclipse Foundation</span></span></h4>
+
+<p style="text-align: center;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Andreas Graf provides an overview of the working groups and open source projects that support automotive industry tooling initiatives and the shift toward autonomous driving. </span></p>
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnButtonBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+<tbody class="mcnButtonBlockOuter">
+<tr>
+ <td align="center" class="mcnButtonBlockInner" style="padding-top: 0;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 0px;background-color: #F88d2b;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: 10px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle"><a class="mcnButton " href="http://eclipse.org/community/eclipse_newsletter/2020/october/4.php" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;" target="_blank" title="Read More">Read More</a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+</tr>
+</tbody>
+</table>
+
+</td>
+</tr>
+</tbody></table>
+
+
+
+
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageCardBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnImageCardBlockOuter">
+<tr>
+ <td class="mcnImageCardBlockInner" valign="top" style="padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+<table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnImageCardBottomContent" width="100%" style="background-color: #4B4B4B;border: 2px solid #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody><tr>
+<td class="mcnImageCardBottomImageContent" align="center" valign="top" style="padding-top: 0px;padding-right: 0px;padding-bottom: 0;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="http://eclipse.org/community/eclipse_newsletter/2020/october/2.php" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/2580ebe1-e022-48dd-82b0-b5d23bbc1b99.png" width="260" style="max-width: 800px;border: 2px none #004040;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+</td>
+</tr>
+<tr>
+<td class="mcnTextContent" valign="top" style="padding: 9px 18px;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;" width="246">
+ <h4 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="color:#FFFFFF">Tutorial: Developing a Simple Web Service With Jakarta EE 8</span></span></h4>
+
+<p style="text-align: center;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Josh Juneau walks you through the steps to create a simple web service that can be deployed<br>
+to any Jakarta EE<br>
+8-compliant application<br>
+server container. </span></p>
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnButtonBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+<tbody class="mcnButtonBlockOuter">
+<tr>
+ <td align="center" class="mcnButtonBlockInner" style="padding-top: 0;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 0px;background-color: #F88d2b;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: 10px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle"><a class="mcnButton " href="http://eclipse.org/community/eclipse_newsletter/2020/october/2.php" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;" target="_blank" title="Read More">Read More</a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+</tr>
+</tbody>
+</table>
+
+</td>
+</tr>
+</tbody></table>
+
+
+
+
+ </td>
+</tr>
+</tbody>
+</table></td>
+ </tr>
+ </table>
+ <!--[if (gte mso 9)|(IE)]>
+ </td>
+ <td align="center" valign="top" width="300" style="width:300px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="300" class="columnWrapper" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tr>
+ <td valign="top" class="columnContainer" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageCardBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnImageCardBlockOuter">
+<tr>
+ <td class="mcnImageCardBlockInner" valign="top" style="padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+<table align="right" border="0" cellpadding="0" cellspacing="0" class="mcnImageCardBottomContent" width="100%" style="background-color: #4B4B4B;border: 2px solid #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody><tr>
+<td class="mcnImageCardBottomImageContent" align="center" valign="top" style="padding-top: 0px;padding-right: 0px;padding-bottom: 0;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/cdc610da-f443-464e-9102-ad715503b03c.png" width="260" style="max-width: 1000px;border: 5px none;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+
+
+</td>
+</tr>
+<tr>
+<td class="mcnTextContent" valign="top" style="padding: 9px 18px;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;" width="246">
+ <h4 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="color:#FFFFFF">Eclipse JKube: Cloud Native Java Applications Made Easy</span></span></h4>
+
+<p style="color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;text-align: center;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Marc Nuri summarizes how you can use Eclipse JKube 1.0.0 to take care of all tasks related to cluster deployment in Kubernetes and Red Hat OpenSHift environments. </span></p>
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnButtonBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+<tbody class="mcnButtonBlockOuter">
+<tr>
+ <td align="center" class="mcnButtonBlockInner" style="padding-top: 0;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 0px;background-color: #F88D2B;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: 10px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle"><a class="mcnButton " href="https://www.eclipse.org/community/eclipse_newsletter/2020/october/1.php" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;" target="_blank" title="Read More">Read More</a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+</tr>
+</tbody>
+</table>
+
+</td>
+</tr>
+</tbody></table>
+
+
+
+
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageCardBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnImageCardBlockOuter">
+<tr>
+ <td class="mcnImageCardBlockInner" valign="top" style="padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+<table align="right" border="0" cellpadding="0" cellspacing="0" class="mcnImageCardBottomContent" width="100%" style="background-color: #4B4B4B;border: 2px solid #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody><tr>
+<td class="mcnImageCardBottomImageContent" align="center" valign="top" style="padding-top: 0px;padding-right: 0px;padding-bottom: 0;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="http://eclipse.org/community/eclipse_newsletter/2020/october/3.php" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/69c8c5d8-54e3-4243-a41c-0db392eada83.png" width="260" style="max-width: 800px;border: 5px none;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+</td>
+</tr>
+<tr>
+<td class="mcnTextContent" valign="top" style="padding: 9px 18px;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;" width="246">
+ <h4 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="color:#FFFFFF">The OpenHW CORE-V IDE: Making it Possible With Eclipse Foundation Development Tools </span></span></h4>
+
+<p style="color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 125%;text-align: center;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Alexander Fedorov explains why the OpenHW Group is developing the CORE-V IDE and why they're using the Eclipse Foundation development tools to do it. </span></p>
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnButtonBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+<tbody class="mcnButtonBlockOuter">
+<tr>
+ <td align="center" class="mcnButtonBlockInner" style="padding-top: 0;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 0px;background-color: #F88D2B;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: 10px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle"><a class="mcnButton " href="http://eclipse.org/community/eclipse_newsletter/2020/october/3.php" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;" target="_blank" title="Read More">Read More</a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+</tr>
+</tbody>
+</table>
+
+</td>
+</tr>
+</tbody></table>
+
+
+
+
+ </td>
+</tr>
+</tbody>
+</table></td>
+ </tr>
+ </table>
+ <!--[if (gte mso 9)|(IE)]>
+ </td>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+ </tr>
+ <tr>
+ <td valign="top" id="templateLowerBody" style="background:#ffffff none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #ffffff;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 2px solid #EAEAEA;padding-top: 0;padding-bottom: 9px;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">
+<tbody class="mcnDividerBlockOuter">
+<tr>
+ <td class="mcnDividerBlockInner" style="min-width: 100%;padding: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 1px solid #000000;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <span></span>
+ </td>
+ </tr>
+ </tbody></table>
+<!--
+ <td class="mcnDividerBlockInner" style="padding: 18px;">
+ <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
+-->
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnImageCardBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnImageCardBlockOuter">
+<tr>
+ <td class="mcnImageCardBlockInner" valign="top" style="padding-top: 9px;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnImageCardRightContentOuter" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody><tr>
+<td align="center" valign="top" class="mcnImageCardRightContentInner" style="padding: 0px;background-color: #3D3935;border: 2px solid #F88D2B;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnImageCardRightImageContentContainer" width="200" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnImageCardRightImageContent" align="center" valign="top" style="padding-top: 18px;padding-right: 0;padding-bottom: 18px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="http://eclipse.org/community/eclipse_newsletter/2020/october/6.php" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/0ef55908-1e0d-443d-b72f-c23d3f229323.jpg" width="178" style="max-width: 460px;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+
+ </td>
+ </tr>
+ </tbody></table>
+ <table class="mcnImageCardRightTextContentContainer" align="right" border="0" cellpadding="0" cellspacing="0" width="346" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding-right: 18px;padding-top: 18px;padding-bottom: 18px;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;line-height: 100%;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;">
+ <div style="text-align: justify;"><!--[if gte mso 9]>
+ <td align="center" valign="top" width="300">
+ <![endif]--></div>
+
+<h1 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="color:#FFFFFF"><strong>Committer Profile</strong></span></span></h1>
+
+<div style="text-align: center;"><strong>Miro Spönemann</strong><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><strong> | Committer to Six Projects</strong></span><br>
+<br>
+Miro Spönemann<span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"> </span>tells us how he became a committer at the Eclipse Foundation, why he finds the experience so rewarding, and why it’s important to work for a company that supports<br>
+open-source involvement.</div>
+
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnButtonBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+<tbody class="mcnButtonBlockOuter">
+<tr>
+ <td align="center" class="mcnButtonBlockInner" style="padding-top: 0;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnButtonContentContainer" style="border-collapse: separate !important;border-radius: 0px;background-color: #F88D2B;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnButtonContent" style="font-family: Arial;font-size: 16px;padding: 10px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle"><a class="mcnButton " href="http://eclipse.org/community/eclipse_newsletter/2020/october/6.php" style="font-weight: bold;letter-spacing: normal;line-height: 100%;text-align: center;text-decoration: none;color: #FFFFFF;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;display: block;" target="_blank" title="Read More">Read More</a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+</tr>
+</tbody>
+</table>
+
+ </td>
+ </tr>
+ </tbody></table>
+</td>
+</tr>
+</tbody></table>
+
+
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnBoxedTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<!--[if gte mso 9]>
+<table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
+<![endif]-->
+<tbody class="mcnBoxedTextBlockOuter">
+<tr>
+ <td valign="top" class="mcnBoxedTextBlockInner" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <!--[if gte mso 9]>
+ <td align="center" valign="top" ">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnBoxedTextContentContainer">
+ <tbody><tr>
+
+ <td style="padding-top: 9px;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <table border="0" cellspacing="0" class="mcnTextContentContainer" width="100%" style="min-width: 100% !important;background-color: #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding: 18px;color: #F2F2F2;font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;">
+ <h1 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><font color="#ffffff">Community Updates</font></span></h1>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if gte mso 9]>
+ </td>
+ <![endif]-->
+
+ <!--[if gte mso 9]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnCaptionBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnCaptionBlockOuter">
+<tr>
+ <td class="mcnCaptionBlockInner" valign="top" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightContentOuter" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody><tr>
+<td valign="top" class="mcnCaptionRightContentInner" style="padding: 0 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightImageContentContainer" width="176" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnCaptionRightImageContent" align="center" valign="top" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="https://eclipse-embed-cdt.github.io/" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/_compresseds/c3d8e72a-42e2-410e-a450-c94e7de4cd1b.jpg" width="176" style="max-width: 3543px;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+
+ </td>
+ </tr>
+ </tbody></table>
+ <table class="mcnCaptionRightTextContentContainer" align="right" border="0" cellpadding="0" cellspacing="0" width="352" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+ <h3 class="null" style="display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 20px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;text-align: left;"><font face="roboto, helvetica neue, helvetica, arial, sans-serif">EclipseEmbedded C/C++ Development Tools (CDT) Version 5.1.2 is Now Available</font></h3>
+
+<p style="margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">The project formerly known as GNU MCU/ARM Eclipse is now part of the Eclipse Foundation and recently released Eclipse Embedded CDT <a href="https://projects.eclipse.org/projects/iot.embed-cdt/releases/5.1.2" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Version 5.1.2</a> with bug fixes and enhancements.<br>
+<a href="https://projects.eclipse.org/projects/iot.embed-cdt/releases/5.1.2?mc_cid=40bac40df6&mc_eid=%5BUNIQID%5D" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="font-size:16px"><strong><span style="color:#f88d2b">Read More -></span></strong></span></span></a></p>
+
+ </td>
+ </tr>
+ </tbody></table>
+</td>
+</tr>
+</tbody></table>
+
+
+
+
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">
+<tbody class="mcnDividerBlockOuter">
+<tr>
+ <td class="mcnDividerBlockInner" style="min-width: 100%;padding: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 1px solid #000000;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <span></span>
+ </td>
+ </tr>
+ </tbody></table>
+<!--
+ <td class="mcnDividerBlockInner" style="padding: 18px;">
+ <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
+-->
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnCaptionBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnCaptionBlockOuter">
+<tr>
+ <td class="mcnCaptionBlockInner" valign="top" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightContentOuter" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody><tr>
+<td valign="top" class="mcnCaptionRightContentInner" style="padding: 0 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightImageContentContainer" width="176" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnCaptionRightImageContent" align="center" valign="top" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="https://www.crowdcast.io/e/jakartaonelivestream_dec8/register" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/_compresseds/31849719-dff8-4287-92a4-1de34f600b59.jpg" width="176" style="max-width: 5064px;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+
+ </td>
+ </tr>
+ </tbody></table>
+ <table class="mcnCaptionRightTextContentContainer" align="right" border="0" cellpadding="0" cellspacing="0" width="352" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+ <h3 class="null" style="display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 20px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;text-align: left;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Register Today: JakartaOne Livestream is December 8</span></h3>
+
+<p style="margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">Take a minute to <a href="https://www.crowdcast.io/e/jakartaonelivestream_dec8/register" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">register for our one-day virtual conference</a> on the future of Jakarta EE and related technologies for developing cloud-native Java applications. <a href="https://www.crowdcast.io/e/jakartaonelivestream_dec8/register?mc_cid=40bac40df6&mc_eid=%5BUNIQID%5D" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><span style="font-size:16px"><strong><span style="color:#f88d2b">Read More -></span></strong></span></span></a></p>
+
+ </td>
+ </tr>
+ </tbody></table>
+</td>
+</tr>
+</tbody></table>
+
+
+
+
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">
+<tbody class="mcnDividerBlockOuter">
+<tr>
+ <td class="mcnDividerBlockInner" style="min-width: 100%;padding: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 1px solid #000000;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <span></span>
+ </td>
+ </tr>
+ </tbody></table>
+<!--
+ <td class="mcnDividerBlockInner" style="padding: 18px;">
+ <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
+-->
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnCaptionBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnCaptionBlockOuter">
+<tr>
+ <td class="mcnCaptionBlockInner" valign="top" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightContentOuter" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody><tr>
+<td valign="top" class="mcnCaptionRightContentInner" style="padding: 0 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightImageContentContainer" width="176" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnCaptionRightImageContent" align="center" valign="top" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="https://f.hubspotusercontent10.net/hubfs/5413615/Kuksa.Case.Study.pdf" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/_compresseds/74093213-0954-499f-b892-5592f1f45342.jpg" width="176" style="max-width: 5472px;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+
+ </td>
+ </tr>
+ </tbody></table>
+ <table class="mcnCaptionRightTextContentContainer" align="right" border="0" cellpadding="0" cellspacing="0" width="352" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+ <h3 class="null" style="display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 20px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;text-align: left;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Read the Eclipse Kuksa Case Study</span></h3>
+
+<p style="margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">Our recently published case study explores how the <a href="https://www.eclipse.org/kuksa/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Eclipse Kuksa technology</a> breaks down silos in the automotive industry to provide an open source platform for vehicle-to-cloud connectivity. <a href="https://f.hubspotusercontent10.net/hubfs/5413615/Kuksa.Case.Study.pdf" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"> <span style="font-size:16px"><strong><span style="color:#f88d2b">Read More -></span></strong></span></span></a></p>
+
+ </td>
+ </tr>
+ </tbody></table>
+</td>
+</tr>
+</tbody></table>
+
+
+
+
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">
+<tbody class="mcnDividerBlockOuter">
+<tr>
+ <td class="mcnDividerBlockInner" style="min-width: 100%;padding: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 1px solid #000000;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <span></span>
+ </td>
+ </tr>
+ </tbody></table>
+<!--
+ <td class="mcnDividerBlockInner" style="padding: 18px;">
+ <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
+-->
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnCaptionBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnCaptionBlockOuter">
+<tr>
+ <td class="mcnCaptionBlockInner" valign="top" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightContentOuter" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody><tr>
+<td valign="top" class="mcnCaptionRightContentInner" style="padding: 0 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightImageContentContainer" width="176" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnCaptionRightImageContent" align="center" valign="top" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="https://www.share.org/blog/eclipse-che4z-opening-the-mainframe-to-more-developers" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/9845f3c5-7c62-4805-bd70-0fbb6115b1f2.png" width="176" style="max-width: 3200px;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+
+ </td>
+ </tr>
+ </tbody></table>
+ <table class="mcnCaptionRightTextContentContainer" align="right" border="0" cellpadding="0" cellspacing="0" width="352" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+ <h3 class="null" style="display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 20px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;text-align: left;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Learn How Eclipse Che4z IS Opening Mainframes to More Developers</span></h3>
+
+<p style="margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">With <a href="https://projects.eclipse.org/projects/ecd.che.che4z" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Eclipse Che4z</a>, on-boarding developers who are new to the world of mainframe application development is faster, easier, and more cost-effective. <a href="https://projects.eclipse.org/projects/ecd.che.che4z?mc_cid=40bac40df6&mc_eid=%5BUNIQID%5D" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"> <span style="font-size:16px"><strong><span style="color:#f88d2b">Read More -></span></strong></span></span></a></p>
+
+ </td>
+ </tr>
+ </tbody></table>
+</td>
+</tr>
+</tbody></table>
+
+
+
+
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnDividerBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;">
+<tbody class="mcnDividerBlockOuter">
+<tr>
+ <td class="mcnDividerBlockInner" style="min-width: 100%;padding: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table class="mcnDividerContent" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-top: 1px solid #000000;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <span></span>
+ </td>
+ </tr>
+ </tbody></table>
+<!--
+ <td class="mcnDividerBlockInner" style="padding: 18px;">
+ <hr class="mcnDividerContent" style="border-bottom-color:none; border-left-color:none; border-right-color:none; border-bottom-width:0; border-left-width:0; border-right-width:0; margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;" />
+-->
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnCaptionBlock" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnCaptionBlockOuter">
+<tr>
+ <td class="mcnCaptionBlockInner" valign="top" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightContentOuter" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody><tr>
+<td valign="top" class="mcnCaptionRightContentInner" style="padding: 0 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnCaptionRightImageContentContainer" width="176" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td class="mcnCaptionRightImageContent" align="center" valign="top" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <a href="https://events.eclipse.org/" title="" class="" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+
+ <img alt="" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/7736d1d0-bc21-4522-96fe-d95e14a82aa2.jpg" width="176" style="max-width: 5575px;border-radius: 0%;border: 0;height: auto;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;vertical-align: bottom;" class="mcnImage">
+ </a>
+
+
+ </td>
+ </tr>
+ </tbody></table>
+ <table class="mcnCaptionRightTextContentContainer" align="right" border="0" cellpadding="0" cellspacing="0" width="352" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+ <h3 class="null" style="display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 20px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;text-align: left;"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">Check Out Our New Events Page</span></h3>
+
+<p style="margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">The Eclipse Foundation Events page has a new look that makes it easier than ever to keep track of Eclipse Foundation events and other community events of interest.<span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"> <a href="https://events.eclipse.org/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-size:16px"><strong><span style="color:#f88d2b">Read More -></span></strong></span></a></span></p>
+
+ </td>
+ </tr>
+ </tbody></table>
+</td>
+</tr>
+</tbody></table>
+
+
+
+
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnBoxedTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<!--[if gte mso 9]>
+<table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
+<![endif]-->
+<tbody class="mcnBoxedTextBlockOuter">
+<tr>
+ <td valign="top" class="mcnBoxedTextBlockInner" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <!--[if gte mso 9]>
+ <td align="center" valign="top" ">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnBoxedTextContentContainer">
+ <tbody><tr>
+
+ <td style="padding-top: 9px;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <table border="0" cellspacing="0" class="mcnTextContentContainer" width="100%" style="min-width: 100% !important;background-color: #FF8D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding: 18px;color: #F2F2F2;font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;">
+ <h1 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><font color="#ffffff">New Project Proposals</font></h1>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if gte mso 9]>
+ </td>
+ <![endif]-->
+
+ <!--[if gte mso 9]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnTextBlockOuter">
+<tr>
+ <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="600" style="width:600px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px;line-height: 125%;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;text-align: left;">
+
+ The <span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><a href="https://projects.eclipse.org/proposals/eclipse-openmcx" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Eclipse Open MCx</a></span> <span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif">aims to </span>provide a co-simulation middleware to run simulations combining physical, control and environment models.<a href="https://projects.eclipse.org/proposals/eclipse-openmcx" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><strong><span style="color:#f88d2b">Read More -></span></strong></a>
+
+<hr>The <a href="https://projects.eclipse.org/proposals/eclipse-language-server-jakarta-ee-jakarta.ls" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Eclipse Language Server for Jakarta EE</a> project provides core language support capabilities for the specifications defined under the Jakarta EE (EE4J) umbrella. <a href="https://projects.eclipse.org/proposals/eclipse-language-server-jakarta-ee-jakarta.ls" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><strong><span style="color:#f88d2b">Read More -></span></strong></a>
+
+<hr>The <a href="https://projects.eclipse.org/proposals/eclipse-scenario-architect" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Eclipse Scenario Architect</a> project provides a lightweight graphical user interface that allows a straightforward realization and manipulation of concrete driving testing scenarios.<a href="https://projects.eclipse.org/proposals/eclipse-scenario-architect" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"> </a><a href="https://projects.eclipse.org/proposals/eclipse-scenario-architect" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><strong><span style="color:#f88d2b">Read More -></span></strong></a>
+
+<hr>The <a href="https://projects.eclipse.org/proposals/eclipse-digital-cockpit" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Eclipse Digital Cockpit</a> provides an Edge Runtime focused on industrial automation. It lives between a simple Edge Runtime, an "Android for the machine" and a lightweight "Application Server" where services and Apps can be deployed. <a href="https://projects.eclipse.org/proposals/eclipse-digital-cockpit" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><strong><span style="color:#f88d2b">Read More -></span></strong></a>
+
+<hr>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnBoxedTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<!--[if gte mso 9]>
+<table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
+<![endif]-->
+<tbody class="mcnBoxedTextBlockOuter">
+<tr>
+ <td valign="top" class="mcnBoxedTextBlockInner" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <!--[if gte mso 9]>
+ <td align="center" valign="top" ">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnBoxedTextContentContainer">
+ <tbody><tr>
+
+ <td style="padding-top: 9px;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <table border="0" cellspacing="0" class="mcnTextContentContainer" width="100%" style="min-width: 100% !important;background-color: #FF8D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding: 18px;color: #F2F2F2;font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;">
+ <h1 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><font color="#ffffff">New Project Releases</font></h1>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if gte mso 9]>
+ </td>
+ <![endif]-->
+
+ <!--[if gte mso 9]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnTextBlockOuter">
+<tr>
+ <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="300" style="width:300px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 300px;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px;font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;line-height: 125%;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-size: 16px;text-align: left;">
+
+ <ul>
+<li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<h4 class="null" style="text-align: left;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><a href="https://projects.eclipse.org/projects/rt.rap" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><font face="roboto, helvetica neue, helvetica, arial, sans-serif"><span style="font-size:15px"><u>Eclipse Remote Application Platform</u></span></font></a></h4>
+</li>
+<li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<h4 class="null" style="text-align: left;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><a href="https://projects.eclipse.org/projects/ee4j.cdi" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-size:15px"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><u>Jakarta Contexts & Dependency Activation</u></span></span></a></h4>
+</li>
+<li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<h4 class="null" style="text-align: left;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><a href="https://projects.eclipse.org/projects/technology.openj9" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-size:15px"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><u>Eclipse Open J9</u></span></span></a></h4>
+</li>
+</ul>
+
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="300" style="width:300px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 300px;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding: 0px 18px 9px;font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;line-height: 125%;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-size: 16px;text-align: left;">
+
+ <ul>
+<li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<h4 class="null" style="text-align: left;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><a href="https://projects.eclipse.org/projects/iot.4diac?mc_cid=40bac40df6&mc_eid=%5BUNIQID%5D" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><font face="roboto, helvetica neue, helvetica, arial, sans-serif"><span style="font-size:15px"><u>Eclipse 4diac</u></span></font></a></h4>
+</li>
+<li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<h4 class="null" style="text-align: left;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><a href="https://projects.eclipse.org/projects/ee4j.servlet?mc_cid=40bac40df6&mc_eid=%5BUNIQID%5D" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><span style="font-size:15px"><span style="font-family:roboto,helvetica neue,helvetica,arial,sans-serif"><u>Jakarta Servlet</u></span></span></a></h4>
+</li>
+<li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<h4 class="null" style="text-align: left;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><a href="https://projects.eclipse.org/projects/ee4j.mail?mc_cid=40bac40df6&mc_eid=%5BUNIQID%5D" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><font face="roboto, helvetica neue, helvetica, arial, sans-serif"><span style="font-size:15px">Jakarta Mail</span></font></a></h4>
+</li>
+<li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<h4 class="null" style="text-align: left;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><a href="https://projects.eclipse.org/projects/ee4j.jsonp?mc_cid=40bac40df6&mc_eid=%5BUNIQID%5D" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><font face="roboto, helvetica neue, helvetica, arial, sans-serif"><span style="font-size:15px">Jakarta JSON Processing</span></font></a></h4>
+</li>
+<li style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://www.eclipse.org/projects/tools/reviews.php" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">View all the Project Releases</a></li>
+</ul>
+
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnBoxedTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<!--[if gte mso 9]>
+<table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
+<![endif]-->
+<tbody class="mcnBoxedTextBlockOuter">
+<tr>
+ <td valign="top" class="mcnBoxedTextBlockInner" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <!--[if gte mso 9]>
+ <td align="center" valign="top" ">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnBoxedTextContentContainer">
+ <tbody><tr>
+
+ <td style="padding-top: 9px;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <table border="0" cellspacing="0" class="mcnTextContentContainer" width="100%" style="min-width: 100% !important;background-color: #FF8D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding: 18px;color: #F2F2F2;font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;">
+ <h1 class="null" style="text-align: center;display: block;margin: 0;padding: 0;color: #202020;font-family: Helvetica;font-size: 26px;font-style: normal;font-weight: bold;line-height: 125%;letter-spacing: normal;"><font color="#ffffff">Upcoming Virtual Events</font></h1>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if gte mso 9]>
+ </td>
+ <![endif]-->
+
+ <!--[if gte mso 9]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnTextBlockOuter">
+<tr>
+ <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="300" style="width:300px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 300px;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding-top: 0;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+
+ <div style="text-align: center;">
+<div style="text-align: center;"><a href="https://www.eclipsecon.org/2020" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2292" height="100" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/d0bc7542-80fd-45c5-a26d-8d41f1e9eab5.png" style="border: 0px;width: 200px;height: 100px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="200"></a><br>
+<a href="https://www.eclipsecon.org/2020" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">EclipseCon 2020</a><br>
+October 19-22, 2020</div>
+
+<p style="text-align: center;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;"><a href="https://developer.ibm.com/series/cloud-native-starter/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2296" height="100" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/3b107e2b-457c-4081-8888-e9c621aefe5f.png" style="border: 0px;width: 200px;height: 100px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="200"></a><br>
+<a href="https://developer.ibm.com/series/cloud-native-starter/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Cloud-Native Development - A Panel Discussion</a><br>
+October 22, 2020</p>
+
+<p style="text-align: center;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;"><a href="https://www.eclipse.org/sumo/conference/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2288" height="100" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/8985f5c2-2408-42e5-b6a2-370968ede628.png" style="border: 0px;width: 200px;height: 100px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="200"></a><br>
+<a href="https://www.eclipse.org/sumo/conference/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">SUMO User Conference 2020</a><br>
+October 26-28, 2020<br>
+<br>
+<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2284" height="100" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/d2cecb9a-2531-40db-985d-73c96175b165.png" style="border: 0px;width: 200px;height: 100px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="200"></a><br>
+<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">KubeCon + CloudNativeCon North America 2020 Virtual</a><br>
+November 17-20, 2020</p>
+</div>
+
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="300" style="width:300px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 300px;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding-top: 0;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+
+ <div style="text-align: center;"><a href="https://ese-kongress.de/frontend/index.php" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2300" height="100" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/ca0ab421-8ee5-42fd-9914-91a9fb669f13.png" style="border: 0px;width: 200px;height: 100px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="200"></a><br>
+<a href="https://ese-kongress.de/frontend/index.php" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Embedded Software Engineering Kongress 2020</a><br>
+November 30 - December 4, 2020</div>
+
+<p style="text-align: center;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;"><a href="https://jakartaone.org/2020/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2304" height="100" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/b67329db-7d9c-4ad5-b527-7a9a68379fe7.png" style="border: 0px;width: 200px;height: 100px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="200"></a><br>
+<a href="https://jakartaone.org/2020/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">JakartaOne Livestream</a><br>
+December 8, 2020</p>
+
+<p style="text-align: center;margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;"><a href="https://www.ittage.informatik-aktuell.de/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2280" height="100" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/d870d2c7-3d3b-4d92-85d2-4273665dc9bc.png" style="border: 0px;width: 200px;height: 100px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="200"></a><br>
+<a href="https://www.ittage.informatik-aktuell.de/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">IT-Tage 2020</a><br>
+December 7-10, 2020<br>
+<br>
+<a href="https://www.embedded-world.de/en" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;"><img data-file-id="2308" height="100" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/df1b1a3d-dd6e-47c2-ad22-6578f756aff9.png" style="border: 0px;width: 200px;height: 100px;margin: 0px;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="200"></a><br>
+<a href="https://www.embedded-world.de/en" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">Embedded World 2021</a><br>
+March 2-4, 2021</p>
+
+<p style="margin: 10px 0;padding: 0;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;"> </p>
+
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+</tr>
+</tbody>
+</table><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<tbody class="mcnTextBlockOuter">
+<tr>
+ <td valign="top" class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]-->
+
+ <!--[if mso]>
+ <td valign="top" width="600" style="width:600px;">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="max-width: 100%;min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%" class="mcnTextContentContainer">
+ <tbody><tr>
+
+ <td valign="top" class="mcnTextContent" style="padding-top: 0;padding-right: 18px;padding-bottom: 9px;padding-left: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;color: #202020;font-family: Helvetica;font-size: 16px;line-height: 150%;text-align: left;">
+
+ <div style="text-align: center;">Do you know about an event relevant to the Eclipse community? Submit your event to <u><a href="https://newsroom.eclipse.org/" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #2197ce;font-weight: normal;text-decoration: underline;">newsroom.eclipse.org</a></u>.</div>
+
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if mso]>
+ </td>
+ <![endif]-->
+
+ <!--[if mso]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+</tr>
+</tbody>
+</table></td>
+ </tr>
+ <tr>
+ <td valign="top" id="templateFooter" style="background:#fafafa none no-repeat center/cover;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;background-color: #fafafa;background-image: none;background-repeat: no-repeat;background-position: center;background-size: cover;border-top: 0;border-bottom: 0;padding-top: 9px;padding-bottom: 9px;"><table border="0" cellpadding="0" cellspacing="0" width="100%" class="mcnBoxedTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+<!--[if gte mso 9]>
+<table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
+<![endif]-->
+<tbody class="mcnBoxedTextBlockOuter">
+<tr>
+ <td valign="top" class="mcnBoxedTextBlockInner" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <!--[if gte mso 9]>
+ <td align="center" valign="top" ">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="100%" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" class="mcnBoxedTextContentContainer">
+ <tbody><tr>
+
+ <td style="padding-top: 9px;padding-left: 18px;padding-bottom: 9px;padding-right: 18px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+
+ <table border="0" cellspacing="0" class="mcnTextContentContainer" width="100%" style="min-width: 100% !important;background-color: #404040;border: 2px solid #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody><tr>
+ <td valign="top" class="mcnTextContent" style="padding: 18px;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnImageBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+<tbody class="mcnImageBlockOuter">
+<tr>
+ <td class="mcnImageBlockInner" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnImageContentContainer" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody>
+ <tr>
+ <td class="mcnImageContent" style="padding-right: 9px;padding-left: 9px;padding-top: 0;padding-bottom: 0;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top"><img align="center" alt="" class="mcnImage" src="https://mcusercontent.com/eaf9e1f06f194eadc66788a85/images/54993d58-f464-469b-b433-24729f44b06f.png" style="max-width: 1108px;padding-bottom: 0px;vertical-align: bottom;display: inline !important;border-radius: 0%;border: 0;height: auto !important;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="186.12"></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+</tr>
+</tbody>
+</table>
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnFollowBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+<tbody class="mcnFollowBlockOuter">
+<tr>
+ <td align="center" class="mcnFollowBlockInner" style="padding: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContentContainer" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody>
+ <tr>
+ <td align="center" style="padding-left: 9px;padding-right: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContent" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody>
+ <tr>
+ <td align="center" style="padding-top: 9px;padding-right: 9px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table align="center" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" valign="top" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><!--[if mso]>
+ <table align="center" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <![endif]--><!--[if mso]>
+ <td align="center" valign="top">
+ <![endif]-->
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td class="mcnFollowContentItemContainer" style="padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContentItem" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="left" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnFollowIconContent" valign="middle" width="24" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://www.eclipse.org/" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><img alt="Website" height="24" src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-link-48.png" style="display: block;border: 0;height: auto !important;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="24"></a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!--[if mso]>
+ </td>
+ <![endif]--><!--[if mso]>
+ <td align="center" valign="top">
+ <![endif]-->
+
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td class="mcnFollowContentItemContainer" style="padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContentItem" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="left" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnFollowIconContent" valign="middle" width="24" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="mailto:newsletter@eclipse.org" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><img alt="Email" height="24" src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-forwardtofriend-48.png" style="display: block;border: 0;height: auto !important;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="24"></a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!--[if mso]>
+ </td>
+ <![endif]--><!--[if mso]>
+ <td align="center" valign="top">
+ <![endif]-->
+
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td class="mcnFollowContentItemContainer" style="padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContentItem" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="left" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnFollowIconContent" valign="middle" width="24" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://twitter.com/EclipseFdn" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><img alt="Twitter" height="24" src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-twitter-48.png" style="display: block;border: 0;height: auto !important;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="24"></a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!--[if mso]>
+ </td>
+ <![endif]--><!--[if mso]>
+ <td align="center" valign="top">
+ <![endif]-->
+
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td class="mcnFollowContentItemContainer" style="padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContentItem" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="left" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnFollowIconContent" valign="middle" width="24" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://www.facebook.com/eclipse.org" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><img alt="Facebook" height="24" src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-facebook-48.png" style="display: block;border: 0;height: auto !important;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="24"></a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!--[if mso]>
+ </td>
+ <![endif]--><!--[if mso]>
+ <td align="center" valign="top">
+ <![endif]-->
+
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td class="mcnFollowContentItemContainer" style="padding-right: 10px;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContentItem" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="left" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnFollowIconContent" valign="middle" width="24" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://www.youtube.com/user/EclipseFdn" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><img alt="YouTube" height="24" src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-youtube-48.png" style="display: block;border: 0;height: auto !important;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="24"></a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!--[if mso]>
+ </td>
+ <![endif]--><!--[if mso]>
+ <td align="center" valign="top">
+ <![endif]-->
+
+ <table align="left" border="0" cellpadding="0" cellspacing="0" style="display: inline;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td class="mcnFollowContentItemContainer" style="padding-right: 0;padding-bottom: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnFollowContentItem" width="100%" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="left" style="padding-top: 5px;padding-right: 10px;padding-bottom: 5px;padding-left: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="middle">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" width="" style="border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <tbody>
+ <tr>
+ <td align="center" class="mcnFollowIconContent" valign="middle" width="24" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"><a href="https://www.linkedin.com/company/eclipse-foundation" target="_blank" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><img alt="LinkedIn" height="24" src="https://cdn-images.mailchimp.com/icons/social-block-v2/outline-light-linkedin-48.png" style="display: block;border: 0;height: auto !important;outline: none;text-decoration: none;-ms-interpolation-mode: bicubic;" width="24"></a></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <!--[if mso]>
+ </td>
+ <![endif]--><!--[if mso]>
+ </tr>
+ </table>
+ <![endif]--></td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+</tr>
+</tbody>
+</table>
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnDividerBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;table-layout: fixed !important;" width="100%">
+<tbody class="mcnDividerBlockOuter">
+<tr>
+ <td class="mcnDividerBlockInner" style="min-width: 100%;padding: 10px 18px 25px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;">
+ <table border="0" cellpadding="0" cellspacing="0" class="mcnDividerContent" style="min-width: 100%;border-top: 2px solid #EEEEEE;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody>
+ <tr>
+ <td style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;"> </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+</tr>
+</tbody>
+</table>
+
+<table border="0" cellpadding="0" cellspacing="0" class="mcnTextBlock" style="min-width: 100%;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+<tbody class="mcnTextBlockOuter">
+<tr>
+ <td class="mcnTextBlockInner" style="padding-top: 9px;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" valign="top">
+ <table align="left" border="0" cellpadding="0" cellspacing="0" class="mcnTextContentContainer" style="max-width: 100%;min-width: 100%;background-color: #404040;border: 2px solid #F88D2B;border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;" width="100%">
+ <tbody>
+ <tr>
+ <td class="mcnTextContent" style="padding: 0px 18px 9px;color: #F2F2F2;font-family: Helvetica;font-size: 14px;font-weight: normal;text-align: center;mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;word-break: break-word;line-height: 150%;" valign="top"><span style="font-size:12px">This email was sent to &lt;&lt;Email Address>><br>
+ You can <a href="https://eclipse.us6.list-manage.com/profile?u=eaf9e1f06f194eadc66788a85&id=46e57eacf1&e=[UNIQID]" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><u>update your preferences</u></a> or <a href="https://eclipse.us6.list-manage.com/unsubscribe?u=eaf9e1f06f194eadc66788a85&id=46e57eacf1&e=[UNIQID]&c=40bac40df6" style="mso-line-height-rule: exactly;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;color: #ffffff;font-weight: normal;text-decoration: underline;"><u>unsubscribe from this list</u></a>.<br>
+ Eclipse Foundation · 2934 Baseline Road, Suite 202 · Ottawa, ON K2H 1B2 · Canada</span></td>
+ </tr>
+ </tbody>
+ </table>
+ <!--[if mso]>
+ <td valign="top" width="600" style="width:600px;">
+ <![endif]--><!--[if mso]>
+ <table align="left" border="0" cellspacing="0" cellpadding="0" width="100%" style="width:100%;">
+ <tr>
+ <![endif]--></td>
+</tr>
+</tbody>
+</table>
+
+ </td>
+ </tr>
+ </tbody></table>
+ </td>
+ </tr>
+ </tbody></table>
+ <!--[if gte mso 9]>
+ </td>
+ <![endif]-->
+
+ <!--[if gte mso 9]>
+ </tr>
+ </table>
+ <![endif]-->
+ </td>
+</tr>
+</tbody>
+</table></td>
+ </tr>
+ </table>
\ No newline at end of file
diff --git a/eclipse_newsletter/2020/october/images/2-1.png b/eclipse_newsletter/2020/october/images/2-1.png
new file mode 100644
index 0000000..7b87734
--- /dev/null
+++ b/eclipse_newsletter/2020/october/images/2-1.png
Binary files differ
diff --git a/eclipse_newsletter/2020/october/images/3-1.png b/eclipse_newsletter/2020/october/images/3-1.png
new file mode 100644
index 0000000..2a66c1d
--- /dev/null
+++ b/eclipse_newsletter/2020/october/images/3-1.png
Binary files differ
diff --git a/eclipse_newsletter/2020/october/images/alexanderf.jpg b/eclipse_newsletter/2020/october/images/alexanderf.jpg
new file mode 100644
index 0000000..16d29de
--- /dev/null
+++ b/eclipse_newsletter/2020/october/images/alexanderf.jpg
Binary files differ
diff --git a/eclipse_newsletter/2020/october/images/andreasgraf.jpg b/eclipse_newsletter/2020/october/images/andreasgraf.jpg
new file mode 100644
index 0000000..aac4f74
--- /dev/null
+++ b/eclipse_newsletter/2020/october/images/andreasgraf.jpg
Binary files differ
diff --git a/eclipse_newsletter/2020/october/images/joshj.png b/eclipse_newsletter/2020/october/images/joshj.png
new file mode 100644
index 0000000..ae1f130
--- /dev/null
+++ b/eclipse_newsletter/2020/october/images/joshj.png
Binary files differ
diff --git a/eclipse_newsletter/2020/october/images/markn.jpg b/eclipse_newsletter/2020/october/images/markn.jpg
new file mode 100644
index 0000000..b229583
--- /dev/null
+++ b/eclipse_newsletter/2020/october/images/markn.jpg
Binary files differ
diff --git a/eclipse_newsletter/2020/october/images/miro-sponemann.png b/eclipse_newsletter/2020/october/images/miro-sponemann.png
new file mode 100644
index 0000000..0aa82fd
--- /dev/null
+++ b/eclipse_newsletter/2020/october/images/miro-sponemann.png
Binary files differ
diff --git a/eclipse_newsletter/2020/october/index-mailchimp.php b/eclipse_newsletter/2020/october/index-mailchimp.php
new file mode 100644
index 0000000..990ae3e
--- /dev/null
+++ b/eclipse_newsletter/2020/october/index-mailchimp.php
@@ -0,0 +1,71 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+$App = new App ();
+$path = $App->getWWWPrefix();
+$path_to_index = $path . preg_replace('/index-mailchimp.php/u', "index.php", $_SERVER['REQUEST_URI']);
+include '_variables.php';
+
+// Override default variables for mailchip
+$email_body_width = "600px";
+$col_1_img = "540px";
+$col_2_table = "260";
+$col_2_img = "260px";
+
+?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<meta name="viewport" content="width=device-width" />
+<title><?php print $pageTitle; ?></title>
+
+<?php include '../../_includes/_mailchip.php'; ?>
+
+<!--
+ Outlook Conditional CSS
+ These two style blocks target Outlook 2007 & 2010 specifically, forcing
+ columns into a single vertical stack as on mobile clients. This is
+ primarily done to avoid the 'page break bug' and is optional.
+ More information here:
+http://templates.mailchimp.com/development/css/outlook-conditional-css
+-->
+<!--[if mso 12]>
+ <style type="text/css">
+ .flexibleContainer{display:block !important; width:100% !important;}
+ </style>
+<![endif]-->
+<!--[if mso 14]>
+ <style type="text/css">
+ .flexibleContainer{display:block !important; width:100% !important;}
+ </style>
+<![endif]-->
+
+</head>
+<body>
+ <center>
+ <table border="0" cellpadding="0" cellspacing="0" height="100%"
+ width="100%" id="bodyTable">
+ <tr>
+ <td align="center" valign="top" id="bodyCell">
+
+ <!-- EMAIL CONTAINER -->
+ <?php include 'content/en_index.php'; ?>
+
+ </td>
+ </tr>
+ </table>
+ </center>
+</body>
+</html>
\ No newline at end of file
diff --git a/eclipse_newsletter/2020/october/index.php b/eclipse_newsletter/2020/october/index.php
new file mode 100644
index 0000000..5e8dbf0
--- /dev/null
+++ b/eclipse_newsletter/2020/october/index.php
@@ -0,0 +1,22 @@
+<?php
+/**
+ * Copyright (c) 2020 Eclipse Foundation.
+ *
+ * This program and the accompanying materials are made
+ * available under the terms of the Eclipse Public License 2.0
+ * which is available at https://www.eclipse.org/legal/epl-2.0/
+ *
+ * Contributors:
+ * Eric Poirier (Eclipse Foundation) - Initial implementation
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ */
+
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");
+ $App = new App ();
+ $Theme = $App->getThemeClass();
+ $script_name = $App->getScriptName();
+
+ //Page specific settings (i.e. $pageTitle) can be found in _variable.php
+ require_once ('_variables.php');
+ require_once ($_SERVER ['DOCUMENT_ROOT'] . "/community/eclipse_newsletter/_includes/_index.php");
\ No newline at end of file
diff --git a/eclipse_newsletter/_includes/_generate_page_article.php b/eclipse_newsletter/_includes/_generate_page_article.php
index 25518e9..584ba2d 100644
--- a/eclipse_newsletter/_includes/_generate_page_article.php
+++ b/eclipse_newsletter/_includes/_generate_page_article.php
@@ -20,6 +20,7 @@
ob_start();
include("_index-css.php");
+include("_mailchip.php");
include("_subpage_header.php");
print '<div class="container padding-top-20"><div class="row"><div class="col-sm-16"><div class="article-body">';
include ("content/en_" . $script_name);
diff --git a/eclipse_newsletter/_includes/_index.php b/eclipse_newsletter/_includes/_index.php
index 8902f7d..1039268 100644
--- a/eclipse_newsletter/_includes/_index.php
+++ b/eclipse_newsletter/_includes/_index.php
@@ -49,6 +49,7 @@
ob_start();
include("_index-css.php");
+ include("_mailchip.php");
include("_subpage_header.php");
print '<div class="container padding-top-20"><div class="row"><div class="col-sm-16">';
include ("content/en_" . $script_name);
diff --git a/eclipse_newsletter/_includes/_mailchip.php b/eclipse_newsletter/_includes/_mailchip.php
new file mode 100644
index 0000000..8e99d65
--- /dev/null
+++ b/eclipse_newsletter/_includes/_mailchip.php
@@ -0,0 +1,457 @@
+<?php
+/*******************************************************************************
+ * Copyright (c) 2014, 2016 Eclipse Foundation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Christopher Guindon (Eclipse Foundation) - Initial implementation
+ * Eric Poirier (Eclipse Foundation)
+ *******************************************************************************/
+?>
+
+<style type="text/css">
+
+ p{
+ margin:10px 0;
+ padding:0;
+ }
+ table{
+ border-collapse:collapse;
+ }
+ #bodyTable h1,#bodyTable h2,#bodyTable h3,#bodyTable h4,#bodyTable h5, #bodyTableh6{
+ display:block;
+ margin:0;
+ padding:0;
+ }
+ img,a img{
+ border:0;
+ height:auto;
+ outline:none;
+ text-decoration:none;
+ }
+ body,#bodyTable,#bodyCell{
+ height:100%;
+ margin:0;
+ padding:0;
+ width:100%;
+ }
+ .mcnPreviewText{
+ display:none !important;
+ }
+ #outlook a{
+ padding:0;
+ }
+ img{
+ -ms-interpolation-mode:bicubic;
+ }
+ table{
+ mso-table-lspace:0pt;
+ mso-table-rspace:0pt;
+ }
+ .ReadMsgBody{
+ width:100%;
+ }
+ .ExternalClass{
+ width:100%;
+ }
+ p,a,li,td,blockquote{
+ mso-line-height-rule:exactly;
+ }
+ a[href^=tel],a[href^=sms]{
+ color:inherit;
+ cursor:default;
+ text-decoration:none;
+ }
+ p,a,li,td,body,table,blockquote{
+ -ms-text-size-adjust:100%;
+ -webkit-text-size-adjust:100%;
+ }
+ .ExternalClass,.ExternalClass p,.ExternalClass td,.ExternalClass div,.ExternalClass span,.ExternalClass font{
+ line-height:100%;
+ }
+ a[x-apple-data-detectors]{
+ color:inherit !important;
+ text-decoration:none !important;
+ font-size:inherit !important;
+ font-family:inherit !important;
+ font-weight:inherit !important;
+ line-height:inherit !important;
+ }
+ #bodyCell{
+ padding:10px;
+ }
+ .templateContainer{
+ max-width:600px !important;
+ }
+ a.mcnButton{
+ display:block;
+ }
+ .mcnImage,.mcnRetinaImage{
+ vertical-align:bottom;
+ }
+ .mcnTextContent{
+ word-break:break-word;
+ }
+ .mcnTextContent img{
+ height:auto !important;
+ }
+ .mcnDividerBlock{
+ table-layout:fixed !important;
+ }
+ body,#bodyTable{
+ background-color:#FAFAFA;
+ }
+ #bodyCell{
+ border-top:0;
+ }
+ .templateContainer{
+ border:0;
+ }
+ #bodyTable h1{
+ color:#202020;
+ font-family:Helvetica;
+ font-size:26px;
+ font-style:normal;
+ font-weight:bold;
+ line-height:125%;
+ letter-spacing:normal;
+ text-align:left;
+ }
+ #bodyTable h2{
+ color:#202020;
+ font-family:Helvetica;
+ font-size:22px;
+ font-style:normal;
+ font-weight:bold;
+ line-height:125%;
+ letter-spacing:normal;
+ text-align:left;
+ }
+ #bodyTable h3{
+ color:#202020;
+ font-family:Helvetica;
+ font-size:20px;
+ font-style:normal;
+ font-weight:bold;
+ line-height:125%;
+ letter-spacing:normal;
+ text-align:left;
+ }
+ #bodyTable h4{
+ color:#202020;
+ font-family:Helvetica;
+ font-size:18px;
+ font-style:normal;
+ font-weight:bold;
+ line-height:125%;
+ letter-spacing:normal;
+ text-align:left;
+ }
+ #templatePreheader{
+ background-color:#FAFAFA;
+ background-image:none;
+ background-repeat:no-repeat;
+ background-position:center;
+ background-size:cover;
+ border-top:0;
+ border-bottom:0;
+ padding-top:9px;
+ padding-bottom:9px;
+ }
+ #templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
+ color:#656565;
+ font-family:Helvetica;
+ font-size:12px;
+ line-height:150%;
+ text-align:left;
+ }
+ #templatePreheader .mcnTextContent a,#templatePreheader .mcnTextContent p a{
+ color:#656565;
+ font-weight:normal;
+ text-decoration:underline;
+ }
+ #templateHeader{
+ background-color:#ffffff;
+ background-image:none;
+ background-repeat:no-repeat;
+ background-position:center;
+ background-size:cover;
+ border-top:0;
+ border-bottom:0;
+ padding-top:9px;
+ padding-bottom:0;
+ }
+ #templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
+ color:#202020;
+ font-family:Helvetica;
+ font-size:16px;
+ line-height:150%;
+ text-align:left;
+ }
+ #templateHeader .mcnTextContent a,#templateHeader .mcnTextContent p a{
+ color:#007C89;
+ font-weight:normal;
+ text-decoration:underline;
+ }
+ #templateUpperBody{
+ background-color:#FFFFFF;
+ background-image:none;
+ background-repeat:no-repeat;
+ background-position:center;
+ background-size:cover;
+ border-top:0;
+ border-bottom:0;
+ padding-top:0;
+ padding-bottom:0;
+ }
+ #templateUpperBody .mcnTextContent,#templateUpperBody .mcnTextContent p{
+ color:#202020;
+ font-family:Helvetica;
+ font-size:16px;
+ line-height:150%;
+ text-align:left;
+ }
+ #templateUpperBody .mcnTextContent a,#templateUpperBody .mcnTextContent p a{
+ color:#007C89;
+ font-weight:normal;
+ text-decoration:underline;
+ }
+ #templateColumns{
+ background-color:#ffffff;
+ background-image:none;
+ background-repeat:no-repeat;
+ background-position:center;
+ background-size:cover;
+ border-top:0;
+ border-bottom:0;
+ padding-top:0;
+ padding-bottom:0;
+ }
+ #templateColumns .columnContainer .mcnTextContent,#templateColumns .columnContainer .mcnTextContent p{
+ color:#202020;
+ font-family:Helvetica;
+ font-size:16px;
+ line-height:150%;
+ text-align:left;
+ }
+ #templateColumns .columnContainer .mcnTextContent a,#templateColumns .columnContainer .mcnTextContent p a{
+ color:#007C89;
+ font-weight:normal;
+ text-decoration:underline;
+ }
+ #templateLowerBody{
+ background-color:#ffffff;
+ background-image:none;
+ background-repeat:no-repeat;
+ background-position:center;
+ background-size:cover;
+ border-top:0;
+ border-bottom:2px solid #EAEAEA;
+ padding-top:0;
+ padding-bottom:9px;
+ }
+ #templateLowerBody .mcnTextContent,#templateLowerBody .mcnTextContent p{
+ color:#202020;
+ font-family:Helvetica;
+ font-size:16px;
+ line-height:150%;
+ text-align:left;
+ }
+ #templateLowerBody .mcnTextContent a,#templateLowerBody .mcnTextContent p a{
+ color:#2197ce;
+ font-weight:normal;
+ text-decoration:underline;
+ }
+ #templateFooter{
+ background-color:#fafafa;
+ background-image:none;
+ background-repeat:no-repeat;
+ background-position:center;
+ background-size:cover;
+ border-top:0;
+ border-bottom:0;
+ padding-top:9px;
+ padding-bottom:9px;
+ }
+ #templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
+ color:#656565;
+ font-family:Helvetica;
+ font-size:12px;
+ line-height:150%;
+ text-align:center;
+ }
+ #templateFooter .mcnTextContent a,#templateFooter .mcnTextContent p a{
+ color:#ffffff;
+ font-weight:normal;
+ text-decoration:underline;
+ }
+ @media only screen and (min-width:768px){
+ .templateContainer{
+ width:600px !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ body,table,td,p,a,li,blockquote{
+ -webkit-text-size-adjust:none !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ body{
+ width:100% !important;
+ min-width:100% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .columnWrapper{
+ max-width:100% !important;
+ width:100% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .mcnRetinaImage{
+ max-width:100% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .mcnImage{
+ width:100% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .mcnCartContainer,.mcnCaptionTopContent,.mcnRecContentContainer,.mcnCaptionBottomContent,.mcnTextContentContainer,.mcnBoxedTextContentContainer,.mcnImageGroupContentContainer,.mcnCaptionLeftTextContentContainer,.mcnCaptionRightTextContentContainer,.mcnCaptionLeftImageContentContainer,.mcnCaptionRightImageContentContainer,.mcnImageCardLeftTextContentContainer,.mcnImageCardRightTextContentContainer,.mcnImageCardLeftImageContentContainer,.mcnImageCardRightImageContentContainer{
+ max-width:100% !important;
+ width:100% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .mcnBoxedTextContentContainer{
+ min-width:100% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .mcnImageGroupContent{
+ padding:9px !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .mcnCaptionLeftContentOuter .mcnTextContent,.mcnCaptionRightContentOuter .mcnTextContent{
+ padding-top:9px !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .mcnImageCardTopImageContent,.mcnCaptionBottomContent:last-child .mcnCaptionBottomImageContent,.mcnCaptionBlockInner .mcnCaptionTopContent:last-child .mcnTextContent{
+ padding-top:18px !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .mcnImageCardBottomImageContent{
+ padding-bottom:9px !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .mcnImageGroupBlockInner{
+ padding-top:0 !important;
+ padding-bottom:0 !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .mcnImageGroupBlockOuter{
+ padding-top:9px !important;
+ padding-bottom:9px !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .mcnTextContent,.mcnBoxedTextContentColumn{
+ padding-right:18px !important;
+ padding-left:18px !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .mcnImageCardLeftImageContent,.mcnImageCardRightImageContent{
+ padding-right:18px !important;
+ padding-bottom:0 !important;
+ padding-left:18px !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .mcpreview-image-uploader{
+ display:none !important;
+ width:100% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ h1{
+ font-size:22px !important;
+ line-height:125% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ h2{
+ font-size:20px !important;
+ line-height:125% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ h3{
+ font-size:18px !important;
+ line-height:125% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ h4{
+ font-size:16px !important;
+ line-height:150% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ .mcnBoxedTextContentContainer .mcnTextContent,.mcnBoxedTextContentContainer .mcnTextContent p{
+ font-size:14px !important;
+ line-height:150% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ #templatePreheader{
+ display:block !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ #templatePreheader .mcnTextContent,#templatePreheader .mcnTextContent p{
+ font-size:14px !important;
+ line-height:150% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ #templateHeader .mcnTextContent,#templateHeader .mcnTextContent p{
+ font-size:16px !important;
+ line-height:150% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ #templateUpperBody .mcnTextContent,#templateUpperBody .mcnTextContent p{
+ font-size:16px !important;
+ line-height:150% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ #templateColumns .columnContainer .mcnTextContent,#templateColumns .columnContainer .mcnTextContent p{
+ font-size:16px !important;
+ line-height:150% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ #templateLowerBody .mcnTextContent,#templateLowerBody .mcnTextContent p{
+ font-size:16px !important;
+ line-height:150% !important;
+ }
+
+} @media only screen and (max-width: 480px){
+ #templateFooter .mcnTextContent,#templateFooter .mcnTextContent p{
+ font-size:14px !important;
+ line-height:150% !important;
+ }
+}
+</style>
+
diff --git a/eclipse_newsletter/assets/public/images/2020_september.png b/eclipse_newsletter/assets/public/images/2020_september.png
new file mode 100644
index 0000000..63fe6a8
--- /dev/null
+++ b/eclipse_newsletter/assets/public/images/2020_september.png
Binary files differ
diff --git a/eclipse_newsletter/content/en_archives.php b/eclipse_newsletter/content/en_archives.php
index e7066e6..019fe69 100644
--- a/eclipse_newsletter/content/en_archives.php
+++ b/eclipse_newsletter/content/en_archives.php
@@ -26,6 +26,34 @@
<div class="panel-body">
<div class="row">
+ <div class="col-sm-12">
+ <div class="col-md-4 col-sm-6">
+ <span class="newsletter-archive-icons">
+ <i class="fa fa-calendar-o" aria-hidden="true"></i>
+ <span class="newsletter-archive-month">Sep</span>
+ </span>
+ </div>
+ <div class="col-md-20 col-sm-18">
+ <p class="margin-top-10"><a
+ href="http://www.eclipse.org/community/eclipse_newsletter/2020/september/"
+ target="_blank">Streamlining IoT and Edge Development</a></p>
+ </div>
+ </div>
+
+ <div class="col-sm-12">
+ <div class="col-md-4 col-sm-6">
+ <span class="newsletter-archive-icons">
+ <i class="fa fa-calendar-o" aria-hidden="true"></i>
+ <span class="newsletter-archive-month">Aug</span>
+ </span>
+ </div>
+ <div class="col-md-20 col-sm-18">
+ <p class="margin-top-10"><a
+ href="http://www.eclipse.org/community/eclipse_newsletter/2020/august/"
+ target="_blank">A Jakarta EE Foundation for the Future</a></p>
+ </div>
+ </div>
+
<div class="col-sm-12">
<div class="col-md-4 col-sm-6">
<span class="newsletter-archive-icons">
diff --git a/eclipse_newsletter/newsletter-items.xml b/eclipse_newsletter/newsletter-items.xml
index 2eff3eb..231dccc 100644
--- a/eclipse_newsletter/newsletter-items.xml
+++ b/eclipse_newsletter/newsletter-items.xml
@@ -9,12 +9,12 @@
</sponsors_home_page>
<featured_newsletters_title>
- <title>Streamlining IoT and Edge Development</title>
+ <title>EclipseCon 2020: The Pillars of Our Community Come Together</title>
</featured_newsletters_title>
<!-- Featured Newsletter Read More Button -->
<featured_newsletters_readmore>
- <link>/community/eclipse_newsletter/2020/september</link>
+ <link>/community/eclipse_newsletter/2020/october</link>
<title>Read it now</title>
</featured_newsletters_readmore>
@@ -22,26 +22,26 @@
<!-- Featured Newsletter Articles -->
<featured_newsletters>
<item>
- <title>Edge Robotics with Eclipse zenoh/Cyclone DDS/ROS2</title>
- <link>/community/eclipse_newsletter/2020/september/1.php</link>
+ <title>Eclipse JKube: Cloud Native Java Applications Made Easy</title>
+ <link>/community/eclipse_newsletter/2020/october/1.php</link>
<description></description>
<imageurl>assets/public/images/1.png</imageurl>
</item>
<item>
- <title>Bringing the Power of Spreadsheets to Stream Processing with Eclipse Streamsheets 2.0</title>
- <link>/community/eclipse_newsletter/2020/september/2.php</link>
+ <title>Tutorial: Developing a Simple Web Service With Jakarta EE 8</title>
+ <link>/community/eclipse_newsletter/2020/october/2.php</link>
<description></description>
<imageurl>assets/public/images/2.jpg</imageurl>
</item>
<item>
- <title>Report: Open Digital Platforms for the Industrial World</title>
- <link>/community/eclipse_newsletter/2020/september/3.php</link>
+ <title>Alexander Fedorov: Open HW & Eclipse Communities</title>
+ <link>/community/eclipse_newsletter/2020/october/3.php</link>
<description></description>
<imageurl>assets/public/images/3.png</imageurl>
</item>
<item>
- <title>Newsletter News</title>
- <link>/community/eclipse_newsletter/2020/september/4.php</link>
+ <title>Andreas Graf: Automotive WG and Projects at EF</title>
+ <link>/community/eclipse_newsletter/2020/october/4.php</link>
<description></description>
<imageurl>assets/public/images/4.png</imageurl>
</item>
@@ -51,6 +51,12 @@
<!-- Recent Newsletter Articles -->
<recent_newsletters>
<item>
+ <title>Streamlining IoT and Edge Development</title>
+ <link>/community/eclipse_newsletter/2020/september/</link>
+ <description>As IoT and edge solution development accelerates, developers face new challenges that can increase development time, complexity, and costs. </description>
+ <imageurl>assets/public/images/2020_september.png</imageurl>
+ </item>
+ <item>
<title>A Jakarta EE Foundation for the Future</title>
<link>/community/eclipse_newsletter/2020/august/</link>
<description>We’re approaching the Jakarta EE 9 full release date and Jakarta EE 10 is on the horizon. As we turn our focus to the future of Jakarta EE, it’s a good time...</description>
@@ -68,11 +74,5 @@
<description>With the Eclipse IDE 2020-06 (4.16) simultaneous release just out, it’s the ideal time to highlight some of the new and noteworthy features in the release.</description>
<imageurl>assets/public/images/june_2020.png</imageurl>
</item>
- <item>
- <title>Jakarta EE 9 and Beyond</title>
- <link>/community/eclipse_newsletter/2020/may/</link>
- <description>As the target mid-year release date for Jakarta EE 9 approaches, we wanted to share some technical insights provided by our community members and get everyone thinking about potential next steps for Jakarta EE.</description>
- <imageurl>assets/public/images/may_2020.png</imageurl>
- </item>
</recent_newsletters>
</items>
\ No newline at end of file
diff --git a/eclipse_newsletter/starterkit/index-mailchimp.php b/eclipse_newsletter/starterkit/index-mailchimp.php
index ee2207f..2384753 100644
--- a/eclipse_newsletter/starterkit/index-mailchimp.php
+++ b/eclipse_newsletter/starterkit/index-mailchimp.php
@@ -31,6 +31,7 @@
<title><?php print $pageTitle; ?></title>
<?php include '../../_includes/_index-css.php'; ?>
+<?php include '../../_includes/_mailchip.php'; ?>
<!--
Outlook Conditional CSS