
diff --git a/content/team/AnurupNaskar.md b/content/team/AnurupNaskar.md
index 2c15537d0..d8abf89d7 100644
--- a/content/team/AnurupNaskar.md
+++ b/content/team/AnurupNaskar.md
@@ -5,7 +5,7 @@ image: "/images/team/AnurupNaskar.png"
jobtitle: "Affiliate, Graduate Student"
promoted: true
weight: 26
-Website:
+Website:
Position: Climate Informatics
tags: [Atmosphere, Machine Learning, Climate Model Development]
---
diff --git a/content/team/DiajengWulandariAtmojo.md b/content/team/DiajengWulandariAtmojo.md
index 66e6fe951..eccb53c9a 100644
--- a/content/team/DiajengWulandariAtmojo.md
+++ b/content/team/DiajengWulandariAtmojo.md
@@ -6,7 +6,7 @@ jobtitle: "Affiliate, Graduate Student"
promoted: true
weight: 26
Website:
-Position:
+Position:
tags: [Sea-Ice, Machine Learning, Climate Model Development]
---
diff --git a/content/team/SidArora.md b/content/team/SidArora.md
index 7f1e1039a..5a0a7c868 100644
--- a/content/team/SidArora.md
+++ b/content/team/SidArora.md
@@ -5,8 +5,8 @@ image: "/images/team/SidArora.jpg"
jobtitle: "Affiliate, Graduate Student"
promoted: true
weight: 27
-Website:
-Position:
+Website:
+Position:
tags: [Machine Learning, Data Assimilation]
---
diff --git a/themes/hugo-hero-theme/assets/scss/_publications.scss b/themes/hugo-hero-theme/assets/scss/_publications.scss
new file mode 100644
index 000000000..cfdec56fe
--- /dev/null
+++ b/themes/hugo-hero-theme/assets/scss/_publications.scss
@@ -0,0 +1,28 @@
+.publication {
+ display: flex;
+ align-items: center;
+ margin-bottom: 1rem;
+}
+
+.publication-image {
+ width: 100px;
+ height: 100px;
+ overflow: hidden;
+ margin-right: 15px;
+ flex-shrink: 0;
+
+ img {
+ width: 100px;
+ height: 100px;
+ }
+}
+
+.publication-text {
+ margin: 0;
+}
+
+.doi-icon {
+ width: 1.5vw;
+ height: 1.5vw;
+ vertical-align: middle;
+}
diff --git a/themes/hugo-hero-theme/assets/scss/style.scss b/themes/hugo-hero-theme/assets/scss/style.scss
index a1c8a9251..10e885171 100644
--- a/themes/hugo-hero-theme/assets/scss/style.scss
+++ b/themes/hugo-hero-theme/assets/scss/style.scss
@@ -71,6 +71,8 @@
@import 'pages/work/work-summary';
@import 'pages/work/page-work-single';
+@import "publications";
+
// Display breakpoints for DEV
// body:after {
// color: #000000;