diff --git a/.DS_Store b/.DS_Store
index 7c55d04..107ab29 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..564f1dc
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,4 @@
+{
+ "files.autoSave": "onFocusChange",
+ "editor.formatOnSave": true
+}
\ No newline at end of file
diff --git a/assets/sass/main.scss b/assets/sass/main.scss
index 5085aee..ab39063 100644
--- a/assets/sass/main.scss
+++ b/assets/sass/main.scss
@@ -58,4 +58,4 @@
// 8. Add additional custom code here
@import "custom"; // Theme SASS
-@import "styles"; // Site SASS (assets/sass/styles.scss)
\ No newline at end of file
+@import "styles"; // Site SASS (assets/sass/styles.scss)
diff --git a/assets/sass/styles.scss b/assets/sass/styles.scss
index 33a1478..0288ff4 100644
--- a/assets/sass/styles.scss
+++ b/assets/sass/styles.scss
@@ -1,9 +1,9 @@
// Colours
:root {
- --primary-colour: #0ee;
- --secondary-colour: #07e;
- --tertiary-colour: #0e7;
+ --primary-colour: #3CC;
+ --secondary-colour: #3380CC;
+ --tertiary-colour: #33CC80;
}
.padded {
@@ -11,23 +11,24 @@
}
.navbar {
+
padding: .75rem 0;
- background-color: #33ffff;
+ background-color: var(--primary-colour);
background-image: linear-gradient(to bottom, rgba(var(--bd-violet-rgb), 1), rgba(var(--bd-violet-rgb), 0.95));
- box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(0,0,0,0.15);
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
// ---
// BUTTONS
// ---
.btn-branded {
- background-color: #33ffff;
+ background-color: var(--primary-colour);
width: fit-content;
margin: auto;
}
.btn-branded:hover {
- background-color: #3399FF;
+ background-color: var(--secondary-colour);
}
// ---
@@ -56,4 +57,13 @@
border-width: 2px;
border-radius: 10px;
margin: 8px;
+}
+
+// ---
+// CARDS
+// ---
+
+.img-fit {
+ max-width: 95%;
+ object-fit: contain;
}
\ No newline at end of file
diff --git a/config/_default/config.yaml b/config/_default/config.yaml
index 44c903b..a46403a 100644
--- a/config/_default/config.yaml
+++ b/config/_default/config.yaml
@@ -3,4 +3,16 @@ languageCode: en-us
title: UK TRE Community
theme: hugo-bootstrap-theme
themesdir: node_modules/@filipecarneiro
-copyright: Add our licence
\ No newline at end of file
+copyright: Add our licence
+
+# Build all pages that have a frontmatter date setting of the future - this allows us to publish pages for events happening in the future
+buildFuture: true
+
+# Taxonomies
+taxonomies:
+ tag: tags
+ category: categories
+ tag_resource_type: tag_resource_types
+ tag_resource_topic: tag_resource_topics
+
+
\ No newline at end of file
diff --git a/config/_default/menus.yaml b/config/_default/menus.yaml
index 6e00452..03dfc13 100644
--- a/config/_default/menus.yaml
+++ b/config/_default/menus.yaml
@@ -13,7 +13,7 @@ main:
weight: 20
- name: Working Groups
- url: workinggroups
+ url: groups
weight: 30
- name: Events
diff --git a/config/_default/params.yaml b/config/_default/params.yaml
index bc0c376..168177f 100644
--- a/config/_default/params.yaml
+++ b/config/_default/params.yaml
@@ -5,4 +5,9 @@ description: We're signposting, sharing knowledge and facilitating conversations
images: [images/uktre-logo.svg, images/github.svg, images/slack.svg, images/community-photo.JPEG]
mainMenuLogo: images/uktre-logo.svg
-
+# Options
+options:
+ bootStrapJs: true
+ breadCrumb: true
+ listCategoryFilter: true
+ listTagFilter: true
\ No newline at end of file
diff --git a/content/about/_index.md b/content/about/_index.md
new file mode 100644
index 0000000..cd913a7
--- /dev/null
+++ b/content/about/_index.md
@@ -0,0 +1,7 @@
+---
+title: About us
+layout: about/index
+description: Use this page to explore different parts of the UK TRE Community in more detail!
+url: /about
+---
+
diff --git a/content/about/focus/index.md b/content/about/focus/index.md
new file mode 100644
index 0000000..ad15f6e
--- /dev/null
+++ b/content/about/focus/index.md
@@ -0,0 +1,11 @@
+---
+title: "Current focus"
+description: "Details on our current focus, including successfully funded live grant funding proposals"
+draft: false
+url: about/focus
+tags:
+- about
+---
+
+# Current focus
+
diff --git a/content/about/governance/index.md b/content/about/governance/index.md
new file mode 100644
index 0000000..d5e4ef8
--- /dev/null
+++ b/content/about/governance/index.md
@@ -0,0 +1,10 @@
+---
+title: "Governance"
+description: "Our governing documents, decision making processes, template charters and more"
+draft: false
+url: about/governance
+tags:
+- about
+---
+
+# Governance
diff --git a/content/about/index.md b/content/about/index.md
deleted file mode 100644
index 7ca28f2..0000000
--- a/content/about/index.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: About
----
-
-# About us
\ No newline at end of file
diff --git a/content/about/people/index.md b/content/about/people/index.md
new file mode 100644
index 0000000..b0246b9
--- /dev/null
+++ b/content/about/people/index.md
@@ -0,0 +1,10 @@
+---
+title: "People & Membership"
+description: "Community members holding roles within the community, and official member organisations"
+draft: false
+url: about/people
+tags:
+- about
+---
+
+# People & Membership
diff --git a/content/about/story/index.md b/content/about/story/index.md
new file mode 100644
index 0000000..ad5f5c0
--- /dev/null
+++ b/content/about/story/index.md
@@ -0,0 +1,10 @@
+---
+title: "Our story"
+description: "More information on how we started, where we are now and where we're going"
+draft: false
+url: about/story
+tags:
+- about
+---
+
+# Our story
diff --git a/content/events/_index.md b/content/events/_index.md
new file mode 100644
index 0000000..515a05c
--- /dev/null
+++ b/content/events/_index.md
@@ -0,0 +1,7 @@
+---
+title: Community events
+layout: events/index
+description: See what events we have coming up, and access notes, slides and recordings from previous events
+url: /events
+---
+
diff --git a/content/events/past/december_meeting.md b/content/events/past/december_meeting.md
new file mode 100644
index 0000000..5abd3a2
--- /dev/null
+++ b/content/events/past/december_meeting.md
@@ -0,0 +1,23 @@
+---
+title: "UK TRE Community December quarterly meeting"
+description: "The quarterly meeting for the community, including community updates, breakout discussions and project workshops, hosted online"
+date: "2023-12-05T13:30:00"
+end_date: "2023-12-05T17:00:00"
+location: "Online"
+register_url: "https://example.com"
+draft: false
+url: events/december_23_community_meeting
+tags:
+- past_event
+---
+
+# UK TRE Community December quarterly meeting
+**Date**: 5th December 2023 13:30 - 17:00
+
+**Host**: UK TRE Community
+
+**Registration details**: https://example.com
+
+## Description
+
+[ADD DESCRIPTION BELOW]
\ No newline at end of file
diff --git a/content/events/upcoming/march_meeting.md b/content/events/upcoming/march_meeting.md
new file mode 100644
index 0000000..b7ce7f5
--- /dev/null
+++ b/content/events/upcoming/march_meeting.md
@@ -0,0 +1,23 @@
+---
+title: "UK TRE Community March quarterly meeting"
+description: "The quarterly meeting for the community, including community updates, breakout discussions and project workshops, hosted online"
+date: "2024-03-01T09:00:00"
+end_date: "2024-03-01T10:00:00"
+location: "Online"
+register_url: "https://example.com"
+draft: false
+url: events/march_24_community_meeting
+tags:
+- upcoming_event
+---
+
+# UK TRE Community March quarterly meeting
+**Date**: 1st March 2024 09:00 - 17:00
+
+**Host**: UK TRE Community
+
+**Registration details**: https://example.com
+
+## Description
+
+[ADD DESCRIPTION BELOW]
\ No newline at end of file
diff --git a/content/getinvolved/_index.md b/content/getinvolved/_index.md
new file mode 100644
index 0000000..4c53152
--- /dev/null
+++ b/content/getinvolved/_index.md
@@ -0,0 +1,6 @@
+---
+title: Get Involved
+layout: getinvolved/index
+description: Great to have you here! Please see the different ways you can get involved below
+url: /getinvolved
+---
diff --git a/content/groups/_index.md b/content/groups/_index.md
new file mode 100644
index 0000000..5815075
--- /dev/null
+++ b/content/groups/_index.md
@@ -0,0 +1,7 @@
+---
+title: Working groups
+layout: groups/index
+description: Our current and past working groups
+url: /groups
+---
+
diff --git a/content/groups/current/sde_tre_terminology/_index.md b/content/groups/current/sde_tre_terminology/_index.md
new file mode 100644
index 0000000..9c385e2
--- /dev/null
+++ b/content/groups/current/sde_tre_terminology/_index.md
@@ -0,0 +1,14 @@
+---
+title: "SDE/TRE Terminology Working Group"
+description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
+chairs:
+- Pete Barnsley (Francis Crick Institute)
+- Madalyn Hardaker (KCL)
+draft: false
+url: groups/sde_tre_terminology
+layout: groups/group_page
+tags:
+- current_wg
+---
+
+
diff --git a/content/groups/current/sde_tre_terminology/charter.md b/content/groups/current/sde_tre_terminology/charter.md
new file mode 100644
index 0000000..2bf3a97
--- /dev/null
+++ b/content/groups/current/sde_tre_terminology/charter.md
@@ -0,0 +1,12 @@
+---
+title: "Charter"
+---
+
+
+## Background
+
+xxxx
+
+## Targets
+
+xxxx
diff --git a/content/groups/current/sde_tre_terminology/events.md b/content/groups/current/sde_tre_terminology/events.md
new file mode 100644
index 0000000..96144ab
--- /dev/null
+++ b/content/groups/current/sde_tre_terminology/events.md
@@ -0,0 +1,16 @@
+---
+title: "Events and meetings"
+---
+
+
+## Meetings
+
+Meetings take place on X at Y.
+
+Fill out [this form]() to register interest to be invited to this working group's meetings.
+The chairs will review your response and get in touch.
+
+## Events
+
+The groups upcoming events are listed below:
+
diff --git a/content/groups/current/sde_tre_terminology/members.md b/content/groups/current/sde_tre_terminology/members.md
new file mode 100644
index 0000000..7947bb9
--- /dev/null
+++ b/content/groups/current/sde_tre_terminology/members.md
@@ -0,0 +1,15 @@
+---
+title: "Members"
+---
+
+
+
+## Chairs
+
+- Pete Barnsley (Francis Crick Institute)
+- Madalyn Hardaker (KCL)
+
+## Other members
+
+- Test
+- Test
\ No newline at end of file
diff --git a/content/groups/current/sde_tre_terminology/outputs.md b/content/groups/current/sde_tre_terminology/outputs.md
new file mode 100644
index 0000000..b3e040b
--- /dev/null
+++ b/content/groups/current/sde_tre_terminology/outputs.md
@@ -0,0 +1,11 @@
+---
+title: "Final outputs"
+---
+
+
+
+## [RESOURCE 1]
+
+**Type:**
+
+**Link:**
\ No newline at end of file
diff --git a/content/groups/current/sde_tre_terminology/resources.md b/content/groups/current/sde_tre_terminology/resources.md
new file mode 100644
index 0000000..4ad9245
--- /dev/null
+++ b/content/groups/current/sde_tre_terminology/resources.md
@@ -0,0 +1,17 @@
+---
+title: "Resources"
+---
+
+
+
+## [RESOURCE 1]
+
+**Type:**
+
+**Link:**
+
+## [RESOURCE 1]
+
+**Type:**
+
+**Link:**
\ No newline at end of file
diff --git a/content/groups/current/test_group/_index.md b/content/groups/current/test_group/_index.md
new file mode 100644
index 0000000..8ccaa9f
--- /dev/null
+++ b/content/groups/current/test_group/_index.md
@@ -0,0 +1,13 @@
+---
+title: "Test"
+description: "Test"
+chairs:
+- Hari Sood
+draft: false
+url: groups/test
+layout: groups/group_page
+tags:
+- current_wg
+---
+
+
diff --git a/content/groups/current/test_group/charter.md b/content/groups/current/test_group/charter.md
new file mode 100644
index 0000000..13cb53c
--- /dev/null
+++ b/content/groups/current/test_group/charter.md
@@ -0,0 +1,8 @@
+---
+title: "Charter"
+---
+
+
+testestestestest
+
+## asdsadsa
diff --git a/content/groups/current/test_group/events.md b/content/groups/current/test_group/events.md
new file mode 100644
index 0000000..96144ab
--- /dev/null
+++ b/content/groups/current/test_group/events.md
@@ -0,0 +1,16 @@
+---
+title: "Events and meetings"
+---
+
+
+## Meetings
+
+Meetings take place on X at Y.
+
+Fill out [this form]() to register interest to be invited to this working group's meetings.
+The chairs will review your response and get in touch.
+
+## Events
+
+The groups upcoming events are listed below:
+
diff --git a/content/groups/current/test_group/members.md b/content/groups/current/test_group/members.md
new file mode 100644
index 0000000..7947bb9
--- /dev/null
+++ b/content/groups/current/test_group/members.md
@@ -0,0 +1,15 @@
+---
+title: "Members"
+---
+
+
+
+## Chairs
+
+- Pete Barnsley (Francis Crick Institute)
+- Madalyn Hardaker (KCL)
+
+## Other members
+
+- Test
+- Test
\ No newline at end of file
diff --git a/content/groups/current/test_group/outputs.md b/content/groups/current/test_group/outputs.md
new file mode 100644
index 0000000..b3e040b
--- /dev/null
+++ b/content/groups/current/test_group/outputs.md
@@ -0,0 +1,11 @@
+---
+title: "Final outputs"
+---
+
+
+
+## [RESOURCE 1]
+
+**Type:**
+
+**Link:**
\ No newline at end of file
diff --git a/content/groups/current/test_group/resources.md b/content/groups/current/test_group/resources.md
new file mode 100644
index 0000000..4ad9245
--- /dev/null
+++ b/content/groups/current/test_group/resources.md
@@ -0,0 +1,17 @@
+---
+title: "Resources"
+---
+
+
+
+## [RESOURCE 1]
+
+**Type:**
+
+**Link:**
+
+## [RESOURCE 1]
+
+**Type:**
+
+**Link:**
\ No newline at end of file
diff --git a/content/groups/past/david_appreciation/_index.md b/content/groups/past/david_appreciation/_index.md
new file mode 100644
index 0000000..4684a9c
--- /dev/null
+++ b/content/groups/past/david_appreciation/_index.md
@@ -0,0 +1,12 @@
+---
+title: "David Sarmiento Appreciation Working Group"
+description: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua."
+chairs:
+- David Sarmiento (Alan Turing Institute)
+- Hari Sood (Alan Turing Institute)
+draft: false
+url: groups/ds_appreciation
+layout: groups/group_page
+tags:
+- past_wg
+---
\ No newline at end of file
diff --git a/content/groups/past/david_appreciation/charter.md b/content/groups/past/david_appreciation/charter.md
new file mode 100644
index 0000000..79af595
--- /dev/null
+++ b/content/groups/past/david_appreciation/charter.md
@@ -0,0 +1,8 @@
+---
+title: "Charter"
+---
+# Charter
+
+testestestestest
+
+## asdsadsa
diff --git a/content/groups/past/david_appreciation/events.md b/content/groups/past/david_appreciation/events.md
new file mode 100644
index 0000000..ef90a1f
--- /dev/null
+++ b/content/groups/past/david_appreciation/events.md
@@ -0,0 +1,16 @@
+---
+title: "Events and meetings"
+---
+
+
+## Meetings
+
+Meetings take place on X at Y.
+
+Fill out [this form]() to register interest to be invited to this working group's meetings.
+The chairs will review your response and get in touch.
+
+## Events
+
+The groups upcoming events are listed below:
+
diff --git a/content/groups/past/david_appreciation/members.md b/content/groups/past/david_appreciation/members.md
new file mode 100644
index 0000000..7947bb9
--- /dev/null
+++ b/content/groups/past/david_appreciation/members.md
@@ -0,0 +1,15 @@
+---
+title: "Members"
+---
+
+
+
+## Chairs
+
+- Pete Barnsley (Francis Crick Institute)
+- Madalyn Hardaker (KCL)
+
+## Other members
+
+- Test
+- Test
\ No newline at end of file
diff --git a/content/groups/past/david_appreciation/outputs.md b/content/groups/past/david_appreciation/outputs.md
new file mode 100644
index 0000000..b3e040b
--- /dev/null
+++ b/content/groups/past/david_appreciation/outputs.md
@@ -0,0 +1,11 @@
+---
+title: "Final outputs"
+---
+
+
+
+## [RESOURCE 1]
+
+**Type:**
+
+**Link:**
\ No newline at end of file
diff --git a/content/groups/past/david_appreciation/resources.md b/content/groups/past/david_appreciation/resources.md
new file mode 100644
index 0000000..4ad9245
--- /dev/null
+++ b/content/groups/past/david_appreciation/resources.md
@@ -0,0 +1,17 @@
+---
+title: "Resources"
+---
+
+
+
+## [RESOURCE 1]
+
+**Type:**
+
+**Link:**
+
+## [RESOURCE 1]
+
+**Type:**
+
+**Link:**
\ No newline at end of file
diff --git a/layouts/_default/about/index.html b/layouts/_default/about/index.html
new file mode 100644
index 0000000..283c8cd
--- /dev/null
+++ b/layouts/_default/about/index.html
@@ -0,0 +1,32 @@
+{{ define "main" }}
+
+ {{ .Description }}
+ {{ with .Params.description }}
+ {{ . }}
+ {{ else }}
+ {{ .Summary | truncate 200 }}
+ {{ end }}
+ {{ .Description }}
+ {{ with .Params.description }}
+ {{ . }}
+ {{ else }}
+ {{ .Summary | truncate 200 }}
+ {{ end }}
+
+
+ More info
+
+
+ {{ with .Params.description }}
+ {{ . }}
+ {{ else }}
+ {{ .Summary | truncate 200 }}
+ {{ end }}
+ {{ .Description }} Our primary source for community announcements and discussions A more informal space for working groups and community members to chat directly We have a GitHub organisation, where we track all community tasks and discuss thorny issues {{ .Description }} {{ .Description }}
+ If you would like to start a working group, or learn more about how our working groups work,
+ please see our working groups governance documentation.
+ {{ .Site.Params.Description }}
We run quarterly community meetings, as well as ad hoc events. See what's coming up!
{{ .Title }}
+
+
+ {{ .Title }}
+
+
+
+ {{ .Title }}
+ Upcoming events
+
+
+ {{ .Title }}
+
+
+
+ Date: {{ .Date | time.Format "January 01, 2006, 15:00 PM" }} - {{ .Params.end_date |
+ time.Format
+ "15:00 PM" }}
+
+
+ Location: {{ .Params.location }}
+
+ Past events
+
+
+
+
+
+ {{ .Title }}
+
+
+
+ Date: {{ .Date | time.Format "January 01, 2006, 15:00 PM" }} - {{
+ .Params.end_date |
+ time.Format "15:00 PM" }}
+
+
+ Location: {{ .Params.location }}
+
+ {{ .Title }}
+ Join the mailing list
+ Chat to us on Slack
+ Star our repos
+ {{ .Title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ .Title }}
+ Current working groups
+
+ {{ range .Site.Taxonomies.tags.current_wg }}
+
+ Title
+ Chair(s)
+ Past working groups
+
+
+
+
+ {{ range .Site.Taxonomies.tags.past_wg }}
+
+ Title
+ Chair(s)
+ Welcome to the UK TRE Community!
- Events
Resources
See what resources the community has created
Working groups
See what work is currently taking place in the community, as well as past and planned working groups
Who we are
We'd love for you to get involved with the community!
-See the Get Involved page for details on how to start with the community.
+See the Get Involved page for details on how to start with the community.
Or simply use the button below to sign up for our mailing list to keep up with the latest developments!