This is an automated email from the ASF dual-hosted git repository.

rkk pushed a commit to branch team-page
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-website.git

commit 02c428a6483d24195c9e5311a1adefbf049d033a
Author: rileykk <[email protected]>
AuthorDate: Thu Jan 19 11:11:09 2023 -0800

    Updated team page to build from yaml file
---
 source/_data/team/team.yml | 129 +++++++++++++++++++++++++++++++++++++++++++++
 source/team.html           | 113 +++++----------------------------------
 2 files changed, 141 insertions(+), 101 deletions(-)

diff --git a/source/_data/team/team.yml b/source/_data/team/team.yml
new file mode 100644
index 0000000..2fa99a1
--- /dev/null
+++ b/source/_data/team/team.yml
@@ -0,0 +1,129 @@
+- org: Apache Software Foundation - Committers
+  members:
+  - name: Eamon Ford
+    github: eamonford
+    email:
+      address: [email protected]
+      text: eamonford at apache dot org
+  - name: Edward M Armstrong
+    github: edshred2000
+    email:
+      address: [email protected]
+      text: earmstro at apache dot org
+  - name: Elizabeth Yam
+    github: echyam
+    email:
+      address: [email protected]
+      text: echyam at apache dot org
+  - name: Frank Greguska
+    github: fgreg
+    email:
+      address: [email protected]
+      text: fgreg at apache dot org
+  - name: Jocelyn Elya
+    github: jelya
+    email:
+      address: [email protected]
+      text: jelya at apache dot org
+  - name: Joseph C. Jacob
+    github: jjacob7734
+    email:
+      address: [email protected]
+      text: jjacob at apache dot org
+  - name: Lewis John McGibbney
+    github: lewismc
+    email:
+      address: [email protected]
+      text: lewismc at apache dot org
+  - name: Maya Debellis
+    github: mayadebellis
+    email:
+      address: [email protected]
+      text: maya at apache dot org
+  - name: Nga Thien Chung
+    github: ngachung
+    email:
+      address: [email protected]
+      text: nchung at apache dot org
+  - name: Riley Kuttruff
+    github: RKuttruff
+    email:
+      address: [email protected]
+      text: rkk at apache dot org
+  - name: Stepheny Perez
+    github: skorper
+    email:
+      address: [email protected]
+      text: skperez at apache dot org
+  - name: Thomas Cram
+    github: tcram
+    email:
+      address: [email protected]
+      text: tcram at apache dot org
+  - name: Thomas G Loubrieu
+    github: tloubrieu-jpl
+    email:
+      address: [email protected]
+      text: tloubrieu at apache dot org
+  - name: Thomas Huang
+    github: dataplumber
+    email:
+      address: [email protected]
+      text: huang at apache dot org
+  - name: Wai Linn Phyo
+    github: wphyojpl
+    email:
+      address: [email protected]
+      text: wphyo at apache dot org
+- org: Apache Software Foundation - Mentors
+  members:
+  - name: Julian Hyde
+    github: julianhyde
+    email:
+      address: [email protected]
+      text: jhyde at apache dot org
+  - name: Jörn Kottmann
+    github: kottmann
+    email:
+      address: [email protected]
+      text: joern at apache dot org
+  - name: Trevor Grant
+    github: rawkintrevo
+    email:
+      address: [email protected]
+      text: rawkintrevo at apache dot org
+- org: Jet Propulsion Laboratory
+  members:
+    - name: Jason Kang
+      github: jasonmlkang
+      email:
+        address: [email protected]
+        text: min dot liang dot kang at jpl dot nasa dot gov
+    - name: Joe T Roberts
+      github: jtroberts
+      email:
+        address: [email protected]
+        text: Joe dot T dot Roberts at jpl dot nasa dot gov
+    - name: Joshua A Garde
+      github: joshgarde
+      email:
+        address: [email protected]
+        text: joshua dot a dot garde at jpl dot nasa dot gov
+    - name: Kevin M Gill
+      github: kmgill
+      email:
+        address: [email protected]
+        text: kevin dot m dot gill at jpl dot nasa dot gov
+    - name: Kevin M Marlis
+      github: kevinmarlis
+      email:
+        address: [email protected]
+        text: kevin dot m dot marlis at jpl dot nasa dot gov
+    - name: Vardis M Tsontos
+      github: vtsontos
+      email:
+        address: [email protected]
+        text: vardis dot m dot tsontos at jpl dot nasa dot gov
+
+
+
diff --git a/source/team.html b/source/team.html
index 308a48a..e3c8c24 100644
--- a/source/team.html
+++ b/source/team.html
@@ -11,117 +11,27 @@
 
 <h2>Members</h2>
 
-<h3>Jet Propulsion Laboratory</h3>
+{% for org in site.data.team.team %}
+  <h3>{{ org.org }}</h3>
 
-<div class="team row">
+  <div class="team row">
 
-  <div class="team-member col-md-6">
-    <img src="{{ site.baseurl }}/images/17786971.png" class="team-avatar 
img-thumbnail" />
-    <h4>Ed Armstrong</h4>
+    {% for member in org.members %}
+    <div class="team-member col-md-6">
+    <img src="https://avatars.githubusercontent.com/{{member.github}}"; 
class="team-avatar img-thumbnail" />
+    <h4>{{member.name}}</h4>
     <dl>
       <dt>GitHub:</dt>
-      <dd><a class="external" 
href="https://github.com/edshred2000";>edshred2000</a></dd>
+      <dd><a class="external" 
href="https://github.com/{{member.github}}";>{{member.github}}</a></dd>
       <dt>Email:</dt>
-      <dd><a href="mailto:[email protected]";>earmstro at apache dot 
org</a></dd>
+      <dd><a 
href="mailto:{{member.email.address}}";>{{member.email.text}}</a></dd>
     </dl>
   </div>
+    {% endfor %}
 
-  <div class="team-member col-md-6">
-    <img src="{{ site.baseurl }}/images/avatar-lewismc.jpeg" 
class="team-avatar img-thumbnail" />
-    <h4>Lewis John McGibbney</h4>
-    <dl>
-      <dt>GitHub:</dt>
-      <dd><a class="external" 
href="https://github.com/lewismc";>lewismc</a></dd>
-      <dt>Email:</dt>
-      <dd><a href="mailto:[email protected]";>lewismc at apache dot 
org</a></dd>
-    </dl>
-  </div>
-
-  <div class="team-member col-md-6">
-    <img src="{{ site.baseurl }}/images/user-avatar.png" class="team-avatar 
img-thumbnail" />
-    <h4>Vardis Tsontos</h4>
-    <dl>
-      <dt>GitHub:</dt>
-      <dd><a class="external" href="https://github.com/";></a></dd>
-      <dt>Email:</dt>
-      <dd><a href="mailto:";></a></dd>
-    </dl>
-  </div>
-
-  <div class="team-member col-md-6">
-    <img src="{{ site.baseurl }}/images/jj_avatar.png" class="team-avatar 
img-thumbnail" />
-    <h4>Joseph Jacob</h4>
-    <dl>
-      <dt>GitHub:</dt>
-      <dd><a class="external" 
href="https://github.com/jjacob7734";>jjacob7734</a></dd>
-      <dt>Email:</dt>
-      <dd><a href="mailto:[email protected]";>jjacob at apache dot org</a></dd>
-    </dl>
   </div>
 
-  <div class="team-member col-md-6">
-    <img src="/images/user-avatar.png" class="team-avatar img-thumbnail" />
-    <h4>Frank Greguska</h4>
-    <dl>
-      <dt>GitHub:</dt>
-      <dd><a class="external" href="https://github.com/fgreg";>fgreg</a></dd>
-      <dt>Email:</dt>
-      <dd><a href="mailto:[email protected]";>fgreg at apache dot org</a></dd>
-    </dl>
-  </div>
-
-</div>
-
-<h3>Florida State University</h3>
-
-<div class="team row">
-
-  <div class="team-member col-md-6">
-    <img src="{{ site.baseurl }}/images/Elya_5700-6249.jpg" class="team-avatar 
img-thumbnail" />
-    <h4>Jocelyn Elya</h4>
-    <dl>
-      <dt>GitHub:</dt>
-      <dd><a class="external" href="https://github.com/";></a></dd>
-      <dt>ApacheID:</dt>
-      <dd><a class="external" href="mailto:";></a></dd>
-    </dl>
-  </div>
-
-</div>
-
-<h3>National Center for Atmospheric Research</h3>
-
-<div class="team row">
-
-  <!--div class="team-member col-md-6">
-    <img src="{{ site.baseurl }}/images/" class="team-avatar img-thumbnail" />
-    <h4>Ed Armstrong</h4>
-    <dl>
-      <dt>GitHub:</dt>
-      <dd><a class="external" 
href="https://github.com/edshred2000";>edshred2000</a></dd>
-      <dt>ApacheID:</dt>
-      <dd><a class="external" href="mailto:";></a></dd>
-    </dl>
-  </div-->
-
-</div>
-
-<h3>George Mason University</h3>
-
-<div class="team row">
-
-  <div class="team-member col-md-6">
-    <img src="{{ site.baseurl }}/images/profile.png" class="team-avatar 
img-thumbnail" />
-    <h4>Yongyao Jiang</h4>
-    <dl>
-      <dt>GitHub:</dt>
-      <dd><a class="external" 
href="https://github.com/Yongyao";>Yongyao</a></dd>
-      <dt>Email:</dt>
-      <dd><a href="mailto:[email protected]";>yongyao at apache dot 
org</a></dd>
-    </dl>
-  </div>
-
-</div>
+{% endfor %}
 
 <div class="ui vertical segment">
   <h2 class="ui header">Mailing Lists</h2>
@@ -181,3 +91,4 @@
 </div>
 
 {% include footer.html %}
+

Reply via email to