-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathhome_registration.qmd
231 lines (174 loc) · 7.79 KB
/
home_registration.qmd
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
---
title: "Registration"
date: ""
sidebar: false
format:
html:
number-sections: false
---
```{r}
#| eval: true
#| include: false
library(dplyr)
library(leaflet)
library(readxl)
library(gt)
library(tibble)
dfr <- readxl::read_xlsx("map.xlsx")
```
## Entry requirements
This workshop is aimed at both Ph.D. students and researchers within life sciences who are already using R for bioinformatics data analyses and who would like to start using R at a more advanced level. In order for you and other participants to benefit the most, you should *consider yourself eligible* if you are comfortable with:
- Reading and transforming data,
- Installing and using third-party packages and
- Plotting using standard R graphics.
## Selection
We can accomodate ~42 participants. Selection criteria include correct entry requirements, motivation to attend the workshop as well as gender and geographical balance. We do accept international applicants, but applicants affiliated to a Swedish institution are prioritized.
Once the registration period concludes, we will review your application and notify you of our decision. If and when accepted, you will have three working days to notify us if you cannot participate and want to decline the acceptance. Failure to do so would imply your inability to attend, and we will proceed accordingly. Once you confirmed, our course administrator will proceed with invoicing.
## Fee
The fee for academic participants is [8000 SEK]{.badge .badge-primary} subsidized by academic grants. Fee for non-academic participants is 16 000 SEK.
::: {.callout-warning}
If you register and are admitted but fail to attend without a valid reason (sickness or urgent family matter), you will still be liable for the entire fee.
:::
::: {.callout-note}
## More info about the fee
**Included in the fee**
- Participation in lectures and workshops
- Mingle reception with snacks and drinks
- Daily breakfast/coffee, lunch and afternoon coffee during the workshop
- One official course dinner
- Surprise social activities
**Not included in the fee**
- Accomodation
- Travel to and from Visby
- Daily dinners
:::
## Certification & Credits
Please refer to our [FAQs](home_faq.html).
## Location
![](assets/images/visby.jpg)
[Source: [VisitSweden](https://visitsweden.com/where-to-go/southern-sweden/gotland/visby/)]{.small}
The workshop takes place in the city of Visby nestled on the island of Gotland, Sweden. This medieval town, dating back to the 12th century, is a UNESCO world heritage site. For more information, visit [Visit Sweden](https://visitsweden.com/where-to-go/southern-sweden/gotland/visby/) and [Gotland Tourism](https://gotland.com/).
::: {.raukr-gallery-parent}
::: {.raukr-gallery-child}
![](assets/images/gotland/a.jpg){group="gotland"}
:::
::: {.raukr-gallery-child}
![](assets/images/gotland/b.jpg){group="gotland"}
:::
::: {.raukr-gallery-child}
![](assets/images/gotland/c.jpg){group="gotland"}
:::
::: {.raukr-gallery-child}
![](assets/images/gotland/d.jpg){group="gotland"}
:::
::: {.raukr-gallery-child}
![](assets/images/gotland/f.jpg){group="gotland"}
:::
::: {.raukr-gallery-child}
![](assets/images/gotland/g.jpg){group="gotland"}
:::
::: {.raukr-gallery-child}
![](assets/images/gotland/h.jpg){group="gotland"}
:::
::: {.raukr-gallery-child}
![](assets/images/gotland/i.jpg){group="gotland"}
:::
::: {.raukr-gallery-child}
![](assets/images/gotland/j.jpg){group="gotland"}
:::
::: {.raukr-gallery-child}
![](assets/images/gotland/k.jpg){group="gotland"}
:::
::: {.raukr-gallery-child}
![](assets/images/gotland/l.jpg){group="gotland"}
:::
::: {.raukr-gallery-child}
![](assets/images/gotland/m.jpg){group="gotland"}
:::
:::
<br>
## Travel
Visby is accessible from mainland Sweden by flight or ferry. See [Gotland tourism](https://gotland.com/resa-hit-runt/) website for information.
[Visby airport](https://www.swedavia.com/visby/) provides connections to Stockholm, Malmö, and Gothenburg, with a flying time of approximately 1 hour from Stockholm. [Bus connection](https://www.swedavia.com/visby/bus/) from the airport to the city centre takes about 10 min. Alternatively, there are airport taxis as well.
Ferry connections are available from Stockholm (Nynäshamn) to Visby through [Destination Gotland](https://www.destinationgotland.se/) or [Vikingline](https://www.vikingline.se). The journey time from Nynäshamn to Visby is about 3 hours. The ferry terminal in Visby is walking distance from Uppsala University Campus Gotland (800m) and our suggested accomodations.
![](assets/images/destination-gotland.jpg)
[Source: [DestinationGotland](https://www.destinationgotland.se/)]{.small}
## Venue
```{r}
#| echo: false
#| eval: true
#| output: asis
dfr <- dfr %>%
mutate(address = paste0("<a target='_blank' href='", url, "'>", label, "</a>,", address)) %>%
mutate(address = gsub(",", "<br>", address))
icons <- awesomeIcons(icon = dfr$marker_icon, markerColor = dfr$marker_colour, iconColor = "#FFFFFF", library = "fa")
cat(knitr::knit_child(input = "assets/_child-map.qmd", envir = environment(), quiet = TRUE))
```
<br>
The workshop is held on [Campus Gotland](http://www.campusgotland.uu.se/), Uppsala University. Here is the full address:
::: {.large}
[B27 Lärosal](https://link.mazemap.com/q9F307rf)
Campus Gotland
Uppsala University
Cramérgatan 3
621 57 Visby
Gotland, Sweden
:::
::: {.callout-note}
The classroom windows may be left open in case the room gets warm. If you are easily disturbed by external noise, it might a good idea to bring noise cancelling headphones for practical labs (we are close to Visby harbor). Additional extension cables might come in handy too.
:::
For visual impressions from previous workshops, visit our [Gallery](home_gallery.html).
## Accomodation
Participants are responsible for arranging their own accommodation. When booking accommodation, make sure it is located at a walking distance from Campus Gotland. Here are a few suggestions below. These are also marked on the map.
::: {.grid}
::: {.g-col-10}
```{r}
#| echo: false
readxl::read_xlsx("map.xlsx") %>%
filter(marker_icon == "bed") %>%
mutate(label = paste0("<a target='_blank' href='", url, "'>", label, "</a>")) %>%
select(label, address) %>%
setNames(c("Name", "Address")) %>%
gt() %>%
fmt_markdown(columns = Name) %>%
cols_width(Name ~ px(250)) %>%
tab_style(
style = cell_text(weight = "bold"),
locations = cells_column_labels()
) %>%
opt_row_striping(row_striping = FALSE)
```
:::
:::
## Meals
A cafeteria is available onsite just outside the lecture hall for breakfast and lunches as well as coffee and snacks. Dinners are not included. Breakfast is not included on Weekends. For further information, see [FAQs](home_faq.html).
## Key dates
::: {.grid}
::: {.g-col-10}
```{r}
#| echo: false
tibble::tribble(
~Date, ~Milestone,
"22-Feb-2024", "Application opens",
"1̶4̶-̶A̶p̶r̶-̶2̶0̶2̶4̶ 2̶3̶:̶5̶9̶", "A̶p̶p̶l̶i̶c̶a̶t̶i̶o̶n̶ d̶e̶a̶d̶l̶i̶n̶e̶",
"17-Apr-2024", "Notification of acceptance/decline",
"**26-Apr-2024 23:59**", "Extended application deadline",
"30-Apr-2024", "Notification of acceptance/decline for extended deadline",
"09-Jun-2024", "Arrival to Visby, mingle in the evening",
"10-Jun-2024 - 20-Jun-2024", "Workshop",
"20-Jun-2024", "Project presentations, certificates issued, lunch included",
) %>%
gt() %>%
fmt_markdown(columns = Date) %>%
cols_width(Date ~ px(300)) %>%
tab_style(
style = cell_text(weight = "bold"),
locations = cells_column_labels()
) %>%
opt_row_striping(row_striping = FALSE)
```
:::
:::
## Register
Before proceeding, please ensure you have read all the information on this page as well as our [FAQs](home_faq.html). Click below to access the online registration form.
[**Registration is closed**]{.badge .badge-primary .large}