generated from mikepierce/conference-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (82 loc) · 3.91 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
<!DOCTYPE html>
<html lang='en'>
<head>
<base href=".">
<link rel="shortcut icon" type="image/png" href="assets/favicon.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>Seminar Template</title>
</head>
<body>
<div class="banner">
<img src="assets/banner.jpg" width = "1000" height = "400" alt="Seminar Template Banner">
<div class="top-left">
<span class="title1">PhD</span><span class="title2">Talk</span> <span class="year"></span>
</div>
<div class="bottom-right">
</div>
</div>
<table class="navigation">
<tr>
<td class="navigation">
<a class="current" title="Home Page" href=".">Home</a>
</td>
<td class="navigation">
<a title="Register for the Seminar" href="registration">Registration</a>
</td>
<td class="navigation">
<a title="Seminar Program" href="program">Program</a>
</td>
<td class="navigation">
<a title="Upcoming Events" href="schedule">Events</a>
</td>
<td class="navigation">
<a title="Our Community" href="community">Community</a>
</td>
</tr>
</table>
<h2>What is PhD Talk?</h2>
<p>
PhD Talk is a seminar series for Vietnamese scholars in Austria and Europe. We would like to build an active forum for researchers, where scholars from various fields are able to connect and collaborate in future scientific projects. The trend of interdisciplinary science has been emerging in recent years, therefore, PhD Talk opens for the topic from different fields.
</p>
<p>
PhD Talk will be organized every month in the hybrid format. Participants can join together in some area and connect all together via Zoom. The format for each episode includes 2 sections. The first section is a “My Talk” from a speaker who will present his/her topic in an understandable way for people from other disciplines. The second section is a “Discussion” where we will discuss applications of those techniques in different fields of science, how to apply and collaborate in a whole project. Our speakers are researchers who are working in Austria as well as researchers over the globe. </p>
<p>
We believe this is a potential opportunity for scholars to build networks and develop collaborative projects to do cutting-edge research in the future. </p>
<h2>Organizer</h2>
<p>
We are Vietnamese Scholars in Austria. Our aim is to make an interdisciplinary network among Vietnamese Scholars around Europe to share experience and collaborate in scientific research.
We are looking for sponsors for our activities. Please contact us via email <a href = "mailto: [email protected]">[email protected]</a> if you want to become a sponsorship.
</p>
<!--
<table class="sponsors">
<tr>
<td class="sponsor">
<a href="#">
<img src="#" alt="First Sponsor Name">
</a>
</td>
<td class="sponsor">
<a href="">
<img src="#" alt="Second Sponsor Name" style="width: 80%">
</a>
</td>
<td class="sponsor">
<a href="">
<img src="#" alt="Third Sponsor Name">
</a>
</td>
</tr>
</table>
-->
<table class="footer">
<tr>
<td class="footer">PhD<a target="_blank" href="#">Talk</a></td>
<td class="footer">© 2021 - We tell our PhD Stories</td>
</tr>
</table>
</body>
</html>