diff --git a/config/_default/menus.toml b/config/_default/menus.toml
index 50da2cd6bfa27f5082ec22fae0d011b857afb0fb..a54b99a9f4c32119badbc04933082deb83192729 100644
--- a/config/_default/menus.toml
+++ b/config/_default/menus.toml
@@ -39,16 +39,21 @@
   url = "#funding"
   weight = 80
 
-[[main]]
-  name = "Contact"
-  url = "#contact"
-  weight = 90
-
 [[main]]
   name = "Job openings"
   url = "#jobs"
   weight = 100
 
+[[main]]
+  name = "Participate"
+  url = "#participate"
+  weight = 100
+
+[[main]]
+  name = "Contact"
+  url = "#contact"
+  weight = 90
+
 # Link to a PDF of your resume/CV from the menu.
 # To enable, copy your resume/CV to `static/files/cv.pdf` and uncomment the lines below.
 # [[main]]
diff --git a/content/home/participate.md b/content/home/participate.md
new file mode 100644
index 0000000000000000000000000000000000000000..ebd8a4bdee627cd62147b5978bf2972164e945f8
--- /dev/null
+++ b/content/home/participate.md
@@ -0,0 +1,54 @@
++++
+
+# A Participate section
+widget = "custom"  # Replace with appropriate widget
+headless = true  # This file represents a page section.
+active = true  # Activate this widget? true/false
+weight = 40  # Order that this section will appear.
+
+title = "Participate"
+subtitle = "Take part in our studies!"
+
+# Here you can add content specific to the participation section.
+# This could be a call-to-action, instructions, or details about ongoing projects.
+# You can format this section similarly to how you would write a Markdown file.
+
+[content]
+  # Page type to display. E.g., a custom page type for participation.
+  page_type = "participate"
+
+  # You can also add filter buttons if needed, or remove them for a simple static content section.
+
+[design]
+  # Choose how many columns the section has. Valid values: 1 or 2.
+  columns = "1"
+
+  # Toggle between the various page layout types.
+  #   1 = List
+  #   2 = Compact
+  #   3 = Card
+  #   5 = Showcase
+  view = 1
+
+  # Additional design settings can be adjusted as per your theme's documentation.
+
+[advanced]
+ # Custom CSS. 
+ css_style = ""
+ 
+ # CSS class.
+ css_class = ""
++++
+
+<!-- Anchor for the Participate menu item -->
+<h2 id="participate">Participate in Our Projects</h2>
+
+If you would like to take part in one of our studies and get to know our research by participating yourself, you can contact us to take part in the following ongoing studies. 
+If you have any questions about participation and the project itself, please don't hesitate to ask!
+
+## The following projects are available for participation:
+
+- **Project 1**: Project 1
+- **Project 2**: Project 2
+- **Project 3**: Project 3
+
diff --git a/content/participate/index.md b/content/participate/index.md
new file mode 100644
index 0000000000000000000000000000000000000000..47a9bce08e03fb207835e7d24b6f15215a6325e7
--- /dev/null
+++ b/content/participate/index.md
@@ -0,0 +1,25 @@
+---
+title: "Participate in Our Projects"
+summary: "Contact us if you would like to participate in one of our projects"
+date: "{{ .Date }}"
+
+image:
+  caption: 
+  focal_point: Smart
+
+# Participation Opportunities
+participation_opportunities:
+  - project_name: "Project 1"
+    description: "Brief description of Project 1 and its goals"
+    how_to_participate: "Specific instructions or steps for participation"
+  - project_name: "Project 2"
+    description: "Brief description of Project 2 and its goals"
+    how_to_participate: "Steps for participation"
+
+# Contact Information for Participation
+contact_info: "Email/Phone/Form link for participation inquiries"
+
+---
+
+# Participation in: Project ...
+There are currently no projects listed for participation.
diff --git a/content/project/hrtpm/index.md b/content/project/hrtpm/index.md
new file mode 100644
index 0000000000000000000000000000000000000000..975773d4a3a08aebc2bc4f0290c3daf082a39145
--- /dev/null
+++ b/content/project/hrtpm/index.md
@@ -0,0 +1,35 @@
+---
+title: Can hormone replacement help protect the ageing brain?
+summary: Neuroimaging investigation into the effects of HRT on brain chemistry, brain morphology, and brain function in postmenopausal women.
+tags:
+- ageing
+- cognitive
+
+date: "2021-02-01T00:00:00Z"
+
+# Optional external URL for project (replaces project detail page).
+external_link: ""
+
+image:
+  caption: 
+  focal_point: Smart
+
+#links:
+#- icon: 
+#  icon_pack: 
+#  name: 
+#  url: ""
+#url_code: ""
+#url_pdf: ""
+#url_slides: ""
+#url_video: ""
+
+# Slides (optional).
+#   Associate this project with Markdown slides.
+#   Simply enter your slide deck's filename without extension.
+#   E.g. `slides = "example-slides"` references `content/slides/example-slides.md`.
+#   Otherwise, set `slides = ""`.
+# slides: example
+---
+
+Hormone Replacement Therapy (HRT) might be instrumental in reducing women's Alzheimer's risk  - [Daniella's]({{< ref "../../content/authors/henry/_index.md" >}}) research employs a combination of neuroimaging techniques to provide a comprehensive understanding of how HRT influences the postmenopausal brain. By examining the intricate relationship between oestrogen levels and brain structure, function, and chemistry, this research aims to gain deeper insights into the potential role of HRT in preserving brain health as women age.
diff --git a/layouts/participate/single.html b/layouts/participate/single.html
new file mode 100644
index 0000000000000000000000000000000000000000..d4cfabd7cf5ee304583117eaa12a4dcffb1ee068
--- /dev/null
+++ b/layouts/participate/single.html
@@ -0,0 +1,82 @@
+{{- define "main" -}}
+
+<article class="article article-participate">
+
+    {{ partial "page_header.html" . }}
+
+    <div class="article-container">
+        <div class="article-style">
+            {{ .Content }}
+        </div>
+
+        {{ if .Params.participation_opportunities }}
+        <div class="participation-opportunities">
+            <h2>Participation Opportunities</h2>
+            {{ range .Params.participation_opportunities }}
+            <div class="participation-opportunity">
+                <h3>{{ .project_name }}</h3>
+                <p>{{ .description }}</p>
+                <p>How to participate: {{ .how_to_participate }}</p>
+            </div>
+            {{ end }}
+        </div>
+        {{ end }}
+
+        {{ partial "page_footer" . }}
+
+        <!-- Existing related pages section (if applicable) -->
+        <div class="project-related-pages content-widget-hr">
+            {{ $page := . }}
+            {{ $project := .File.ContentBaseName }}
+
+            {{ $items := where (where site.RegularPages "Type" "post") ".Params.projects" "intersect" (slice $project) }}
+            {{ $count := len $items }}
+            {{ if ge $count 1 }}
+            <h2>{{ (i18n "posts") }}</h2>
+            {{ range $items }}
+            {{ if eq site.Params.projects.post_view 1 }}
+            {{ partial "li_list" . }}
+            {{ else if eq site.Params.projects.post_view 3 }}
+            {{ partial "li_card" . }}
+            {{ else }}
+            {{ partial "li_compact" . }}
+            {{ end }}
+            {{ end }}
+            {{ end }}
+
+            {{ $items := where (where site.RegularPages "Type" "publication") ".Params.projects" "intersect" (slice $project) }}
+            {{ $pubs_len := len $items }}
+            {{ if ge $pubs_len 1 }}
+            <h2>{{ (i18n "publications") }}</h2>
+            {{ range $items }}
+            {{ if eq site.Params.projects.publication_view 1 }}
+            {{ partial "li_list" . }}
+            {{ else if eq site.Params.projects.publication_view 3 }}
+            {{ partial "li_card" . }}
+            {{ else if eq site.Params.projects.publication_view 4 }}
+            {{ partial "li_citation" . }}
+            {{ else }}
+            {{ partial "li_compact" . }}
+            {{ end }}
+            {{ end }}
+            {{ end }}
+
+            {{ $items := where (where site.RegularPages "Type" "talk") ".Params.projects" "intersect" (slice $project) }}
+            {{ $talks_len := len $items }}
+            {{ if ge $talks_len 1 }}
+            <h2>{{ (i18n "talks") }}</h2>
+            {{ range $items }}
+            {{ if eq site.Params.projects.talk_view 1 }}
+            {{ partial "li_list" . }}
+            {{ else if eq site.Params.projects.talk_view 3 }}
+            {{ partial "li_card" . }}
+            {{ else }}
+            {{ partial "li_compact" . }}
+            {{ end }}
+            {{ end }}
+            {{ end }}
+        </div>
+    </div>
+</article>
+
+{{- end -}}