Updated Candidates for Board of Directors 2022 Elections

Signed-off-by: Zhou Fang <zhou.fang@eclipse-foundation.org>

Change-Id: Id50025381f918b3074d44005ad4960cad94080c7
diff --git a/elections/2022/jiang.jpg b/elections/2022/jiang.jpg
new file mode 100644
index 0000000..10bbc4e
--- /dev/null
+++ b/elections/2022/jiang.jpg
Binary files differ
diff --git a/elections/2022/jiang.xml b/elections/2022/jiang.xml
new file mode 100644
index 0000000..f6d6bfd
--- /dev/null
+++ b/elections/2022/jiang.xml
@@ -0,0 +1,46 @@
+<!-- id is the same as the file name without the extension
+     type is one of "committer" or "add-in-provider" -->
+<boardmember id="jiang" type="committer">
+
+	<name>Emily Jiang</name>
+
+	<title>MicroProfile and Jakarta EE Architect @IBM</title>
+
+	<!-- Name of the file containing the image of the candidate; location relative to this file.  -->
+	<image>jiang.jpg</image>
+
+	<!-- eMail address will be modified before it is included on a webpage so that robots will not harvest it. -->
+	<email>emijiang6@googlemail.com</email>
+
+	<phone>+44 7887632168</phone>
+
+	<!-- How do we contact you? e.g. postal address -->
+	<contact>12 Beechwood Crescent, Eastleigh, Hampshire, UK, SO53 5PA</contact>
+
+	<!-- What do you do with eclipse? -->
+	<eclipse_affiliation>I'm an Eclipse committer and contribute in a number of projects, including MicroProfile, Jakarta EE and others. I'm also a member of Eclipse Architecture Council.</eclipse_affiliation>
+
+	<!-- Feel free to include html tags and what-not between the CDATA tags. -->
+	<vision>
+		<![CDATA[ I would like to nominate myself for Committer Representative to the Eclipse Foundation Board of Directors so that I can represent the committers of Eclipse projects to work with Eclipse Foundation closely in order to improve the policies and culture so that Eclipse Foundation can better understand the committers and address committers concerns. I also want to feedback the policies to committers and provide feedback back to the policy makers for further policy adjustment in order to build a healthy and open culture. 
+		]]>
+	</vision>
+
+	<!-- Tell us a little bit about yourself. -->
+	<bio>
+    <![CDATA[ I have been an active committer for Eclipse Foundation since 2017. As one of the <a href="https://projects.eclipse.org/content/emily-jiang-committer-eclipse-microprofile" target="_blank">top committers in MicroProfile</a>, I contributed significantly towards MicroProfile releases and success.
+
+I am also a committer for Jakarta Contexts and Dependency Injection and Interceptors and contributed in the future features and I am now helping out Jakarta EE 10 release. I am a co-lead for Jakarta Config, which is to move MicroProfile Config to Jakarta so that other Jakarta specifications can benefit from the configuration feature.
+
+I was appointed to the Architecture Council in 2018. I have been actively involved in the policy update and provide bi-directional feedback between Eclipse Foundation and Communities. One of my contributions was to work with Eclipse Foundation to remove the heavy review process for service releases and get the Specification Process updated, which was greatly appreciated by the projects. I am also a mentor for the project Eclipse Temurin and LSP4MP to help explain policies and releases etc.
+
+Due to my experience and active involvement in a number of Eclipse projects, I would like to run for the committer representative election to represent the communities and provide bi-direction feedback in order to further strengthen the relationship between the community and Eclipse Foundation.
+
+My profile can be accessed <a href="https://accounts.eclipse.org/users/ejiang" target="_blank">here</a>. 
+]]>
+	</bio>
+
+	<!-- Who do you work for? -->
+	<affiliation>IBM</affiliation>
+
+</boardmember>
diff --git a/elections/candidate.php b/elections/candidate.php
index 59b5e9b..221e50f 100644
--- a/elections/candidate.php
+++ b/elections/candidate.php
@@ -50,8 +50,6 @@
 
 $type_name = strcmp($candidate->type, 'committer') == 0 ? 'committer' : 'contributing member';
 
-$Breadcrumb->addCrumb($pageTitle, NULL, NULL);
-
 $Theme->setPageTitle($pageTitle);
 $Theme->setPageKeywords("");
 $Theme->setPageAuthor("");