-
Notifications
You must be signed in to change notification settings - Fork 1
/
news.backup
43 lines (35 loc) · 1.18 KB
/
news.backup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
title: "News"
format:
html:
page-layout: full
listing:
- id: "upcoming_event"
image-height: 300px
grid-columns: 4
image-placeholder: "./img/logo.png"
fields: [image,title, description,categories, date]
contents: news/upcoming/*.qmd
type: grid
sort:
- "date asc"
- id: "past_event"
fields: [title, Dates, Location, Organizers]
field-display-names:
title: "Event title"
contents: news/past/*.qmd
type: table
sort:
- "date desc"
---
Sandbox data scientists routinely lead or contribute to courses and workshops at host universities in Denmark. Check out upcoming events here! All our past events are listed in the table below.
:::{.callout-warning title="Incoming workshop"}
You are invited to join our **Use GenomeDK** workshop on October 10th, in building 1540-K26, from 11am to 3pm. Click the button below for more information and sign up to the event.
<p align="center">
<a href="https://abc.au.dk/news/upcoming/2024-10-10-usegenomedk.html" style="background-color: #4266A1; color: #FFFFFF; padding: 30px 20px; text-decoration: none; border-radius: 5px;">
Information + signup
</a>
</p>
:::