-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
55 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
--- | ||
title: Events | ||
title: CCMI Events | ||
format: | ||
html: | ||
anchor-sections: false | ||
|
||
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 | ||
--- | ||
<div id="event-list column-page"> | ||
</div> | ||
</div> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
```{=html} | ||
<h2 class="mt-0">Events</h2> | ||
<div class="post-container"> | ||
<% for (const item of items) { %> | ||
<div class="card border-dark" <%= metadataAttrs(item) %>> | ||
<a href="posts/<%- item.filename %>"> | ||
<div class="card-body"> | ||
<h4 class="card-title mt-0"><%- item.title %></h4> | ||
<small><%- item.dates %></small> | ||
<p class="card-text"><%- item.event_date %></p> | ||
<hr class="card-divider" /> | ||
<p class="card-text"><%- item.description %></p> | ||
<p class="card-text"><%- item.summary %></p> | ||
</div> | ||
</a> | ||
</a> | ||
</div> | ||
<% } %> | ||
</div> | ||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters