-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.Rmd
100 lines (77 loc) · 2.98 KB
/
index.Rmd
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
---
title: "SynBio6.0"
description: |
**6th Annual Synthetic Biology Symposium**
May 16-17, 2024, Vancouver, BC, Canada
site: distill::distill_website
---
<style type="text/css">
.d-title {
background-image: url("images/ubc.jpg");
background-size: cover; /* Cover the entire area */
background-position: center; /* Center the background image */
color: white; /* Adjust text color for better visibility */
text-align: center; /* Center the text */
}
</style>
<div class="center-text">
**SynBio6.0 (May 16-17, 2024)** aims to bring the research community together to celebrate Canadian progress in this exciting and fast-growing field. The goal of this event it to promote collaborations and the exchange of ideas between synthetic biology research groups in Canada.
<div class="center-text">
Find the conference abstract book <a href="SynBio Abstract Book.pdf"style="color: #133E67; font-weight: bold;"> here</a>.
</div>
# Keynote Speakers
<div class="organizers-container">
<div class="organizer-profile">
![](images/leo.jpg)
<h3><a href="https://www.sanger.ac.uk/group/parts-group/" target="_blank">Leopold Parts</a></h3>
Group Lead
<br>
Wellcome Sanger Institute
</div>
<div class="organizer-profile">
![](images/pulin.png)
<h3><a href="https://lilab.wi.mit.edu/" target="_blank">Pulin Li</a></h3>
Professor
<br>
Whitehead Institute, MIT
</div>
<div class="organizer-profile">
![](images/shapiro.jpg)
<h3><a href="http://www.theshapirolab.com/" target="_blank">Rebecca Shapiro</a></h3>
Associate Professor
<br>
University of Guelph
</div>
<div class="organizer-profile">
![](images/ron.jpeg)
<h3><a href="weiss-lab.mit.edu" target="_blank">Ron Weiss</a></h3>
Professor
<br>
MIT
</div>
</div>
This event provides a forum for our trainees to develop their skills in the science and business of synthetic biology. Trainees are invited to attend tutorial workshops, participate in discussion of synthetic biology training programs, to present their work through oral and poster presentations, and to network with other synbio researchers.
</div>
<br>
<div class="center-text"">
<a href="registration.html" class="register-button">Register and Present →</a>
</div>
::: center-text
<h3>Important Dates</h3>
| | Date |
|----------------------------------|:----------------------------:|
| **Registration Opens** | **February 12th 2024** |
| **Registration Ends** | **May 9th 2024** |
| **Abstract Submission Deadline** | **April 26th 2024** |
| **Conference** | **May 16th - May 17th 2024** |
:::
<div class="center-text">
## Venue
AMS Student Nest, 6133 University Blvd, UBC, Vancouver, BC V6T 1Z1
</div>
```{r, echo=FALSE, layout="l-screen-inset shaded"}
library(leaflet)
leaflet() %>%
addTiles() %>% # Add default OpenStreetMap map tiles
addMarkers(lng=-123.249804, lat=49.266421, popup="6133 University Blvd, UBC, Vancouver, BC")
```