You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by rk...@apache.org on 2023/12/01 00:06:12 UTC

(incubator-sdap-website) branch staging updated: Removed carousel from pubs page

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

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


The following commit(s) were added to refs/heads/staging by this push:
     new 9bb24ef  Removed carousel from pubs page
9bb24ef is described below

commit 9bb24ef4b81ddaabb1eff41f495bb5ad916f5758
Author: rileykk <ri...@jpl.nasa.gov>
AuthorDate: Thu Nov 30 16:06:06 2023 -0800

    Removed carousel from pubs page
---
 publications.html        | 104 ++++++++++++++++++++---------------------------
 source/publications.html | 104 ++++++++++++++++++++---------------------------
 2 files changed, 88 insertions(+), 120 deletions(-)

diff --git a/publications.html b/publications.html
index 1788549..6177b13 100644
--- a/publications.html
+++ b/publications.html
@@ -61,67 +61,51 @@
 
 <p>Here you can find various publications about or featuring SDAP, including keynotes, papers, presentations and books.</p>
 
-<h2>Featured</h2>
-
-<div id="featuredCarousel" class="carousel slide" data-ride="carousel" data-interval="false">
-	<ol class="carousel-indicators">
-		<li data-target="#featuredCarousel" data-slide-to="0" class="active"></li>
-		<li data-target="#featuredCarousel" data-slide-to="1"></li>
-		<li data-target="#featuredCarousel" data-slide-to="2"></li>
-	</ol>
-
-	<div class="carousel-inner" role="listbox">
-		<div class="item active">
-			<div class="embed-responsive embed-responsive-16by9">
-				<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/b3fVNt850A8?si=4wkw67CI2NDNtP7a" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
-			</div>
-			<div class="container">
-              <div class="carousel-caption slider-transback">
-                <h1>SDAP @ ApacheCon 2020</h1>
-                <p>Keynote: Why Build a Castle When You Can Create a Community | Thomas Huang, NASA/JPL</p>
-              </div>
-            </div>
-		</div>
-
-		<div class="item">
-			<div class="embed-responsive embed-responsive-16by9">
-				<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/g42iYQo9e90?si=vS3nuthilPWrz9NC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
-			</div>
-			<div class="container">
-              <div class="carousel-caption slider-transback">
-                <h1>SDAP @ NCAR</h1>
-                <p>Seminar: Open-Source Framework for Earth System Digital Twins | Thomas Huang, NASA/JPL</p>
-              </div>
-            </div>
-		</div>
-
-		<div class="item">
-			<a href="https://www.google.com/books/edition/Big_Data_Analytics_in_Earth_Atmospheric/erKREAAAQBAJ?hl=en&gbpv=0">
-				<img src="images/book.jpg" height="628" width="auto" alt="SDAP book" />
-			</a>
-			<div class="container">
-              <div class="carousel-caption slider-transback">
-                <h1>AGU Book</h1>
-                <p>Several chapters dedicated to SDAP</p>
-              </div>
-            </div>
-		</div>
-
-
-
-		<a class="left carousel-control" href="#featuredCarousel" role="button" data-slide="prev">
-		<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
-		<span class="sr-only">Previous</span>
-	  </a>
-	  <a class="right carousel-control" href="#featuredCarousel" role="button" data-slide="next">
-		<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
-		<span class="sr-only">Next</span>
-	  </a>
-
-	</div>
-
+<div align="center">
+	<h2>Featured Publications</h2>
+
+	<style>
+		.noBorder {
+			border:none !important;
+		}
+		.center {
+		  margin-left: auto;
+		  margin-right: auto;
+		}
+	</style>
+
+	<table style="width: 100%" class="noBorder center">
+		<tbody>
+			<tr class="noBorder">
+				<td class="noBorder">
+					<h3>SDAP @ ApacheCon 2020</h3>
+					<figure>
+						<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/b3fVNt850A8?si=4wkw67CI2NDNtP7a" width="560" height="315" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
+						<figcaption>Keynote: Why Build a Castle When You Can Create a Community | Thomas Huang, NASA/JPL</figcaption>
+					</figure>
+				</td>
+				<td rowspan="2" class="noBorder">
+					<h3>AGU Book</h3>
+					<figure>
+						<a href="https://www.google.com/books/edition/Big_Data_Analytics_in_Earth_Atmospheric/erKREAAAQBAJ?hl=en&gbpv=0">
+							<img src="images/book.jpg" height="628" width="auto" alt="SDAP book" />
+						</a>
+						<figcaption>Several chapters dedicated to SDAP</figcaption>
+					</figure>
+				</td>
+			</tr>
+			<tr class="noBorder">
+				<td class="noBorder">
+					<h3>SDAP @ NCAR</h3>
+					<figure>
+						<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/g42iYQo9e90?si=vS3nuthilPWrz9NC" width="560" height="315" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
+						<figcaption>Seminar: Open-Source Framework for Earth System Digital Twins | Thomas Huang, NASA/JPL</figcaption>
+					</figure>
+				</td>
+			</tr>
+		</tbody>
+	</table>
 </div>
-
 <h2>Full List:</h2>
 
 <ul>
diff --git a/source/publications.html b/source/publications.html
index 6fbabe5..e87fb8d 100644
--- a/source/publications.html
+++ b/source/publications.html
@@ -7,67 +7,51 @@
 
 <p>Here you can find various publications about or featuring SDAP, including keynotes, papers, presentations and books.</p>
 
-<h2>Featured</h2>
-
-<div id="featuredCarousel" class="carousel slide" data-ride="carousel" data-interval="false">
-	<ol class="carousel-indicators">
-		<li data-target="#featuredCarousel" data-slide-to="0" class="active"></li>
-		<li data-target="#featuredCarousel" data-slide-to="1"></li>
-		<li data-target="#featuredCarousel" data-slide-to="2"></li>
-	</ol>
-
-	<div class="carousel-inner" role="listbox">
-		<div class="item active">
-			<div class="embed-responsive embed-responsive-16by9">
-				<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/b3fVNt850A8?si=4wkw67CI2NDNtP7a" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
-			</div>
-			<div class="container">
-              <div class="carousel-caption slider-transback">
-                <h1>SDAP @ ApacheCon 2020</h1>
-                <p>Keynote: Why Build a Castle When You Can Create a Community | Thomas Huang, NASA/JPL</p>
-              </div>
-            </div>
-		</div>
-
-		<div class="item">
-			<div class="embed-responsive embed-responsive-16by9">
-				<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/g42iYQo9e90?si=vS3nuthilPWrz9NC" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
-			</div>
-			<div class="container">
-              <div class="carousel-caption slider-transback">
-                <h1>SDAP @ NCAR</h1>
-                <p>Seminar: Open-Source Framework for Earth System Digital Twins | Thomas Huang, NASA/JPL</p>
-              </div>
-            </div>
-		</div>
-
-		<div class="item">
-			<a href="https://www.google.com/books/edition/Big_Data_Analytics_in_Earth_Atmospheric/erKREAAAQBAJ?hl=en&gbpv=0">
-				<img src="images/book.jpg" height="628" width="auto" alt="SDAP book" />
-			</a>
-			<div class="container">
-              <div class="carousel-caption slider-transback">
-                <h1>AGU Book</h1>
-                <p>Several chapters dedicated to SDAP</p>
-              </div>
-            </div>
-		</div>
-
-
-
-		<a class="left carousel-control" href="#featuredCarousel" role="button" data-slide="prev">
-		<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
-		<span class="sr-only">Previous</span>
-	  </a>
-	  <a class="right carousel-control" href="#featuredCarousel" role="button" data-slide="next">
-		<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
-		<span class="sr-only">Next</span>
-	  </a>
-
-	</div>
-
+<div align="center">
+	<h2>Featured Publications</h2>
+
+	<style>
+		.noBorder {
+			border:none !important;
+		}
+		.center {
+		  margin-left: auto;
+		  margin-right: auto;
+		}
+	</style>
+
+	<table style="width: 100%" class="noBorder center">
+		<tbody>
+			<tr class="noBorder">
+				<td class="noBorder">
+					<h3>SDAP @ ApacheCon 2020</h3>
+					<figure>
+						<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/b3fVNt850A8?si=4wkw67CI2NDNtP7a" width="560" height="315" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
+						<figcaption>Keynote: Why Build a Castle When You Can Create a Community | Thomas Huang, NASA/JPL</figcaption>
+					</figure>
+				</td>
+				<td rowspan="2" class="noBorder">
+					<h3>AGU Book</h3>
+					<figure>
+						<a href="https://www.google.com/books/edition/Big_Data_Analytics_in_Earth_Atmospheric/erKREAAAQBAJ?hl=en&gbpv=0">
+							<img src="images/book.jpg" height="628" width="auto" alt="SDAP book" />
+						</a>
+						<figcaption>Several chapters dedicated to SDAP</figcaption>
+					</figure>
+				</td>
+			</tr>
+			<tr class="noBorder">
+				<td class="noBorder">
+					<h3>SDAP @ NCAR</h3>
+					<figure>
+						<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/g42iYQo9e90?si=vS3nuthilPWrz9NC" width="560" height="315" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
+						<figcaption>Seminar: Open-Source Framework for Earth System Digital Twins | Thomas Huang, NASA/JPL</figcaption>
+					</figure>
+				</td>
+			</tr>
+		</tbody>
+	</table>
 </div>
-
 <h2>Full List:</h2>
 
 <ul>