-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.qmd
More file actions
104 lines (86 loc) · 2.4 KB
/
index.qmd
File metadata and controls
104 lines (86 loc) · 2.4 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
pagetitle: "European Bioconductor Conference 2026"
page-layout: custom
section-divs: false
editor: source
sidebar: false
search: false
repo-actions: false
description: |
The European Bioconductor Conference (EuroBioC2026) will take place on the
first week of June in Turku, Finland. EuroBioC2026 will bring together the
Bioconductor community to showcase the latest cutting-edge developments on
Bioconductor software packages, as well as on broader emerging technologies
impacting computational biology.
image: images/logos/bioconductor.svg
toc: false
---
:::: {.columns}
::: {.column width="5%"}
:::
::: {.column width="43%"}
::: {.img-float}
{style="width: 25%; float: left; margin: 5px;"}
:::
\
The European Bioconductor Conference (EuroBioC2026) will take place on the
**first week of June** in **Turku, Finland**. EuroBioC2026 will bring together
the Bioconductor community to showcase the latest cutting-edge developments on
Bioconductor software packages, as well as on broader emerging technologies
impacting computational biology.
:::
::: {.column width="4%"}
:::
::: {.column width="43%"}
::: {style="text-align:center;"}
\
```{r}
#| label: timer
#| results: asis
#| echo: false
#| warning: false
#| message: false
source("R/timer.R")
countdown_timer("2026-06-01 09:00:00")
```
**Important dates**
:::
- ~~**November 24**: Call for abstracts opens~~
- ~~**January 30**: Call for abstracts closes~~
- ~~**January 31**: Sticker design contest closes~~
- ~~**February 13**: Call for abstracts closes (final extended deadline)~~
- **February 20**: Registration opens
- **April 8**: Call for late-breaking poster abstract opens
- <span class="deadline"><strong>May 3:</strong> Call for late-breaking poster abstract closes</span>
- <span class="deadline"><strong>May 3:</strong> Registration closes</span>
- **June 1-2**: Workshop and hackathon
- **June 3-5**: The EuroBioC2026 conference!
:::
::: {.column width="5%"}
:::
::::
```{r}
#| label: carousel
#| classes: '.g-col-lg-6 .g-col-12 .g-col-md-12'
#| warning: false
#| echo: false
source("R/carousel.R")
carousel(
"gallery-carousel",
5555, # flip time in ms
yaml.load_file("data/carousel.yml")
)
```
# \ \ \ Partnering with
```{r}
#| label: sponsors
#| results: asis
#| echo: false
#| warning: false
#| message: false
source("R/sponsors.R")
render_sponsors_home(
"data/sponsors.csv",
ncol = 3
)
```