-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration.html
86 lines (66 loc) · 3.1 KB
/
registration.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
<!DOCTYPE html>
<html>
<head>
<title> JahnTeller2023</title>
<meta name="Description" content="International Symposium on the Jahn-Teller Effect" />
<meta name="author" content="Tao Zeng, Ekadashi Pradhan" />
<meta name="keywords" content="Jahn Teller Effect, Spectroscopy, Theoretical Chemistry" />
<!-- CSS -->
<link rel="stylesheet" href="styles/default.css" type="text/css" media="screen" />
<!-- Scripts -->
</head>
<!-- Main page -->
<body>
<!-- Content goes above here -->
<!-- The title bar -->
<div class="titlebar">
<img src="img/JT_symp_york.jpg" width="760" height="75" style="position:absolute;left:110px;top:0px">
<h1 style="position:absolute;left:160px;top:70px"> 25<sup>th</sup> International Conference on the Jahn-Teller Effect </h1>
<h2 style="width: 990px position:absolute;left:170px;top:105px"><b> Vibronic Coupling and Jahn-Teller Effects in Polyatomic Systems</b> </h2>
<h2 style="width: 990px position:absolute;left:300px;top:128px;color:blue"><i><b>Novel Achievements and Applications</b></i> </h2>
<h2 style="position:absolute;left:330px;top:147px; color:red"> *** VIRTUAL CONFERENCE *** </h2>
<h2 style="position:absolute;left:392px;top:167px"> 14<sup>th</sup>-18<sup>th</sup> May 2023</h2>
<h2 style="position:absolute;left:315px;top:187px"> Hosted by York University, Canada</h2>
<img src="img/Yorkunicrest1.png" width="60" style="position:absolute;left:900px;top:0px">
<img src="img/YorkULogo_Ver_rgb_square.jpg" width="65" style="position:absolute;left:20px;top:0px">
</div>
<!-- The menu bar -->
<div class="menu">
<nav id="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="programme.html#oralppt">Program</a>
<ul>
<li><a href="programme.html#oralppt">Oral Presentations</a></li>
<li><a href="programme.html#posterppt">Poster Presentations</a></li>
<li><a href="committees.html">Committees</a></li>
</ul>
</li>
<li class="current-menu-item"><a href="registration.html">Free Registration</a>
</li>
<li><a href="proceedings.html">Proceedings</a>
</li>
</ul>
</nav>
</div>
<!-- The content -->
<div class="content" style="height: 160px;">
<div style="margin-left:30px;">
<br>
<h3 id="abstracts" style="margin-left: 10px">Abstracts ( <span style="color: red">submission dealine: to be determined </span>)</h3>
<div style="margin-left:15px;">
<p1>
Abstracts for oral and poster presentations should be submitted with the registration form. Please use the following template to prepare your abstract.
<a id="red" href="./template.docx"> Abstract-Template!</a> <br>
<span style="color: blue"> If you want to modify your registration, simply submit another one. We will process the last registration that you submit before the deadline.</span>
</p1>
</div>
</div>
<div style="margin-left:30px;">
<h3 id="registration" style="margin-left: 10px">FREE Registration: Click here to <a id="red" target="_blank" href="https://science.apps01.yorku.ca/machform/view.php?id=467479"> Register Now!</a> </h3>
</div>
</div><!-- content -->
<div class="content" style="height: 140px; background-color: transparent;">
</div><!-- content -->
</body>
</html>