diff --git a/_includes/news-feed.html b/_includes/news-feed.html
index ebb33db..82e3e08 100644
--- a/_includes/news-feed.html
+++ b/_includes/news-feed.html
@@ -1,5 +1,5 @@
{% if news != empty %}
-
+
{% for item in news reversed -%}
diff --git a/_includes/projects.html b/_includes/projects.html
index 477f1c6..b12dad0 100644
--- a/_includes/projects.html
+++ b/_includes/projects.html
@@ -1,4 +1,4 @@
-Projects
+Projects
{{ projects_collection.docs }}
diff --git a/_includes/publications-list.html b/_includes/publications-list.html
index c589509..6b7375d 100644
--- a/_includes/publications-list.html
+++ b/_includes/publications-list.html
@@ -1,5 +1,5 @@
{% if publications != empty %}
-
+
{% for item in publications reversed -%}
-
diff --git a/_layouts/track.html b/_layouts/track.html
index 6b40803..f49a9de 100644
--- a/_layouts/track.html
+++ b/_layouts/track.html
@@ -13,7 +13,7 @@
Track {{page.track-id}}: {{ page.title }}
{{ content }}
{% assign news = site.news | where_exp: "item", "item.tracks contains page.track-id" %}
-{% assign news-header = "Track news" %}
+{% assign news-header = "Track News" %}
{% include news-feed.html %}
{% assign publications = site.data.publications | where_exp: "item", "item.tracks contains page.track-id" %}
diff --git a/_news/2024-10-01_Yuri_newPhD.md b/_news/2024-10-01_Yuri_newPhD.md
index 2865aea..23eea22 100644
--- a/_news/2024-10-01_Yuri_newPhD.md
+++ b/_news/2024-10-01_Yuri_newPhD.md
@@ -1,7 +1,7 @@
---
layout: news-item
date: 2024-10-01
-title: "Yuri started as a new PhD student in Track 5"
+title: "Yuri Noviello started as a new PhD student in Track 5"
tracks: [5]
---
diff --git a/publications.md b/publications.md
index 29e8041..b143238 100644
--- a/publications.md
+++ b/publications.md
@@ -3,8 +3,6 @@ layout: default
title: AI4SE Publications
---
-# Publications
-
{% assign publications-header = "AI4SE publications" %}
{% assign publications = site.data.publications %}
{% include publications-list.html %}
\ No newline at end of file
diff --git a/tracks.md b/tracks.md
index 163c74b..e506852 100644
--- a/tracks.md
+++ b/tracks.md
@@ -3,7 +3,7 @@ layout: default
title: Research Tracks
---
-# AI4SE Tracks
+#### AI4SE Tracks
{% for track in site.tracks -%}