forked from mikepierce/conference-website-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
127 lines (118 loc) · 5.1 KB
/
index.html
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
<!DOCTYPE html>
<html lang='en'>
<head>
<base href=".">
<link rel="shortcut icon" type="image/png" href="assets/logo.png"/>
<link rel="stylesheet" type="text/css" media="all" href="assets/main.css"/>
<meta name="description" content="Conference Template">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="KeyWords" content="Conference">
<title>SAM 2024</title>
</head>
<body>
<div class="banner">
<style>
img {
width: 1000px;
margin-top: 160px;
}
</style>
<img src="assets/salzburg.jpg" alt="Conference Template Banner">
<div class="top-left">
<!--<span class="title1">Conference</span><span class="title2">Template</span> <span class="year">2525</span>-->
<span style="color:rgb(0, 85, 255); font-size: 50px">Fifth International Workshop on</span> <br> <br> <span style="color:rgb(0, 85, 255); font-size: 45px"> Statistical Analyses of Multi-Outcome Data</span>
</div>
<div class="bottom-right">
July 9-10, 2024 <br> Salzburg, Austria
</div>
</div>
<table class="navigation">
<tr>
<td class="navigation">
<a class="current" title="Conference Home Page" href=".">Home</a>
</td>
<td class="navigation">
<a title="Register for the Conference" href="registration">Registration</a>
</td>
<td class="navigation">
<a title="Conference Submission" href="submission">Submission</a>
</td>
<td class="navigation">
<a title="Conference Program" href="program">Program</a>
</td>
<td class="navigation">
<a title="Conference Accommodation" href="accommodation">Accommodation</a>
</td>
<td class="navigation">
<a title="Conference Venue" href="venue">Venue</a>
</td>
<td class="navigation">
<a title="Conference Organizers" href="organizer">Organizers</a>
</td>
<td class="navigation">
<a title="Conference Sponsors" href="sponsor">Sponsors</a>
</td>
<td class="navigation">
<a title="Conference History" href="history">History</a>
</td>
</tr>
</table>
<h2>Introduction</h2>
<p>
We are delighted to inform you that the "Fifth International Workshop on Statistical Analyses of Multi-Outcome Data,"
also known as SAM 2024, will take place in Salzburg, Austria, on July 9-10, 2024. Salzburg,
renowned as Mozart's birthplace and the picturesque setting for the film "The Sound of Music,"
is a spectacularly scenic city and an ideal destination for a summer visit. We hope you will be able to join us!
</p>
<!--<p>
You can use this template by cloning all the files from this
<a target="_blank" href="https://github.com/mikepierce/conference-website-template">GitHub repo here</a>.
This template was created from a website I made for
<a target="_blank" href="http://math.ucr.edu/~mathconn/">MathConnections 2019</a>,
in case you want to see an example of this template being used in the wild.
</p>-->
<p>
Our workshop covers a broad range of topics, such as complex longitudinal and survival data analysis,
high-dimensional data analysis, precision medicine, and artificial intelligence/machine learning methods,
among others. Our workshop will have 2 plenary sessions, 24 invited sessions, and contributed sessions.
A banquet will be held on the evening of July 9.
</p>
<p>
Welcome to SAM 2024!
</p>
<!--<h2>Sponsors</h2>-->
<!--<p>
Here’s a good place to list the organizers and sponsors of the conference,
as well as list contact information for the organizers,
and show off the logos of the sponsors.
It looks like his conference was sponsored by kittens!
</p>
<table class="sponsors">
<tr>
<td class="sponsor">
<a href="http://www.eyebleach.me/">
<img src="assets/kitten1.jpg" alt="First Sponsor Name">
</a>
</td>
<td class="sponsor">
<a href="http://www.eyebleach.me/">
<img src="assets/kitten2.jpg" alt="Second Sponsor Name" style="width: 80%">
</a>
</td>
<td class="sponsor">
<a href="http://www.eyebleach.me/">
<img src="assets/kitten3.jpg" alt="Third Sponsor Name">
</a>
</td>
</tr>
</table>-->
<!--<footer>
© Conference Organizers
| <a href="https://profiles.wustl.edu/en/persons/lei-liu">Lei Liu</a>
</footer>-->
<footer>
Photo credit: <a href="https://www.salzburg.info/en/b2b/gallery/view-at-the-old-town-of-salzburg_image-280668">Tourismus Salzburg</a>
</footer>
</body>
</html>