diff --git a/_quarto.yml b/_quarto.yml index 7390b58..cb16631 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -18,27 +18,23 @@ website: - text: Home file: index.qmd - text: Events - menu: - - text: Events Page - file: events/events.qmd - - text: Partner Workshop - file: partner_workshop.qmd + file: events/event_list.qmd + - text: Training Programme + file: training/training.qmd + + - text: How to apply + file: apply.qmd + + - text: Blog + file: blog/blog_list.qmd - text: About menu: - - text: Training Programme - file: training/training.qmd - text: Our Leadership Team file: team.qmd - text: Contact us href: /#contact-us - - text: How to apply - file: apply.qmd - - - text: Blog - file: blog/blog_list.qmd - format: html: theme: default diff --git a/blog/blog_list.qmd b/blog/blog_list.qmd index 050dcce..cea04cd 100644 --- a/blog/blog_list.qmd +++ b/blog/blog_list.qmd @@ -8,8 +8,8 @@ listing: - id: blog-list template: ../templates/blog-list-page.ejs contents: posts - sort: "date desc" + sort: "event-date desc" categories: true ---
-
\ No newline at end of file + diff --git a/events/events.qmd b/events/event_list.qmd similarity index 70% rename from events/events.qmd rename to events/event_list.qmd index dba4dc6..f5bdf80 100644 --- a/events/events.qmd +++ b/events/event_list.qmd @@ -1,5 +1,5 @@ --- -title: Events +title: CCMI Events format: html: anchor-sections: false @@ -7,9 +7,12 @@ format: listing: - id: event-list template: ../templates/event-list-page.ejs - contents: events.yml + contents: posts + field-types: + event_date: date + sort: "date desc" categories: false ---
-
\ No newline at end of file + diff --git a/events/events.yml b/events/events.yml deleted file mode 100644 index 69def3e..0000000 --- a/events/events.yml +++ /dev/null @@ -1,7 +0,0 @@ -- title: "Networking with UKAEA" - dates: "10 September 2024" - summary: "A networking opportunity to discuss collaborative research projects between UKAEA and the CCMI CDT." - description: "Fusion research is a complex multidisciplinary problem, ranging across fundamental science, - engineering, computational modelling, and the data sciences. In this network event we discuss - future collaborations between the CCMI CDT and UKAEA on the interface of exciting computational - modelling problems, large-scale data science and AI, and cutting edge research software engineering." diff --git a/events/posts/open_day.qmd b/events/posts/open_day.qmd new file mode 100644 index 0000000..818351d --- /dev/null +++ b/events/posts/open_day.qmd @@ -0,0 +1,19 @@ +--- +title: "CCMI Online Open Day" +author: "Timo Betcke" +event_date: "11/13/2024" +date: "10/25/2024" +summary: "We are organising an online open day to get to know the CDT, our research and how the application process works." +categories: [News] +--- + +On 13 November we will organise an open day from 3pm to 4:30pm GMT. This will be an online event where you can meet the CDT team, +get to know our research, talk to current PhD students from UCL and Imperial and ask questions about the application process. + +If you want to take part please fill out our [CDT registration form](https://forms.office.com/e/i2jpkQu0Lm). No need to fill it out again +if you have already registered your interest in the CDT. + + +We will send out online joining links to registered participants two days before the event. + +We are looking forward to meeting you! diff --git a/index.qmd b/index.qmd index 18f6a52..25291e8 100644 --- a/index.qmd +++ b/index.qmd @@ -17,14 +17,16 @@ listing: contents: templates/key-facts.yml - id: current-events template: templates/partials/events-section.ejs - contents: events/events.yml - + contents: events/posts + field-types: + event_date: date + gallery-images: image1: image: static/ucl_quad.jpg text: CCMI is a collaboration between University College London and Imperial College London to offer a novel and innovative PhD training programme at the interface of computational modelling, data sciences, and research software engineering. - image2: + image2: image: static/imperial.jpg text: Students will join world-class research groups across UCL and Imperial, and will benefit from a bespoke training programme around research software engineering and its applications in the computational and data sciences. @@ -112,5 +114,3 @@ Read About Our Software - - diff --git a/partner_workshop.qmd b/partner_workshop.qmd deleted file mode 100644 index c302649..0000000 --- a/partner_workshop.qmd +++ /dev/null @@ -1,33 +0,0 @@ ---- -title: "Inaugural Partner Workshop" ---- - -Our first partner workshop is taking place 25 April 2025 at -Imperial College London. - -**Location**: Imperial South Kensington Campus, Skempton 64 64A & 64B - -## Schedule - -- 09:30 – 10:15 Networking -- 10:15 - 10:30 CCMI Intro, Timo Betcke \& Colin Cotter -- 10:30 - 10:45 GAMS, Michael Bussieck -- 10:45 – 11:00 FICO, Tristan Gally -- 11:00 – 11:15 DataSparq, Jeremy Bradley -- 11:15 – 11:35 SLB, Joshua Knowles -- 11:35 – 11:50 McLaren, Julien Hoessler -- 11:50 – 12:05 Graphcore, Andrew Fitzgibbon -- 12:05 – 12:20 DELL, Paul Brook -- 12:30 - 13:30 **Lunch** -- 13:30 - 14:20 **Poster Session** -- 14:20 – 14:30 RFI, Mark Basham -- 14:30 – 14:40 Crick, James Briscoe -- 14:40 – 14:50 ATI, Martin O’Reilly -- 14:50 – 15:00 BASF, Rosona Eldred -- 15:00 – 15:10 Gurobi, Lindsay Montanari -- 15:10 – 15:20 SURF, Marco Verdicchio -- 15:20 – 15:30 Enthought, Alexandre Chabot-Leclerc -- 15:30 – 15:40 Rapiscan, William Thompson -- 15:40 – 16:00 Summary, Marta Betcke/Ruth Misener - -
diff --git a/templates/event-list-page.ejs b/templates/event-list-page.ejs index 0f3ba72..0715807 100644 --- a/templates/event-list-page.ejs +++ b/templates/event-list-page.ejs @@ -1,15 +1,17 @@ ```{=html} +

Events

<% for (const item of items) { %>
> +

<%- item.title %>

- <%- item.dates %> +

<%- item.event_date %>


-

<%- item.description %>

+

<%- item.summary %>

-
+
<% } %>
-``` \ No newline at end of file +``` diff --git a/templates/partials/blog-section.ejs b/templates/partials/blog-section.ejs index 19a7843..3c993ad 100644 --- a/templates/partials/blog-section.ejs +++ b/templates/partials/blog-section.ejs @@ -19,7 +19,7 @@