-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathregistration.html
128 lines (113 loc) · 4.29 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
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
<!DOCTYPE HTML>
<!DOCTYPE HTML>
<!--
-->
<html>
<head>
<title>LAMPS 2024 - Registration</title>
<meta http-equiv="Refresh" content="0; url='https://sites.google.com/unesp.br/v-lamps-2024/registration-payment'" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<script src="js/includeHTML.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body>
<!--<div w3-include-html="header-section.html"></div>
<section id="main" class="wrapper">
<div class="container">
<header class="major special">
<h2>LAMPS 2022 Registration</h2>
<br>
<strong>
<a href="form.html">¡Register here!</a>
</strong>
</header>
<h3>Registration Fees</h3>
Comming soon!
<div class="10u 12u(small)">
<table>
<tbody>
<tr>
<td><b>Type</b></td>
<td><b>Early (before July 5)</b></td>
<td><b>Normal (after July 5)</b></td>
</tr>
<tr>
<td>Undergraduate Students</td>
<td>200'000 COP</td>
<td>225'000 COP</td>
</tr>
<tr>
<td>Posgraduate Student</td>
<td>225'000 COP</td>
<td>275'000 COP</td>
</tr>
<tr>
<td>Non Academics</td>
<td>425'000 COP</td>
<td>475'000 COP</td>
</tr>
</tbody>
</table>
</div> -->
<!-- <p>Registration fees include
<ul>
<li>LAMPS Meeting November 2 - 4 (lunch NOT included)</li>
<li>Welcome reception Nov, 2nd</li>
</ul>
Note that to register with STUDENT rate, you should provide contact details of your supervisor.
</p> -->
<!-- <p>
<b>HOW TO REGISTER?</b> Fill out this <a href="form.html">Registration Form</a>.
To finish with the registration you will be asked to submit a picture of your payment confirmation. Please follow payment instruction below.
<br><b>¿CÓMO REGISTRARSE?</b> Completa el <a href="form.html">formulario de registro</a>.
Para culminar con el proceso deberá mandar una imagen del comprobante de pago. Sigue primero las instrucciones de pago abajo.
</p>
<p>
<b>HOW TO SUBMIT YOUR POSTER?</b> Fill the form above. You will be asked for your poster title and abstract. You will be notified upon decision of the academic committee.
<br><b>¿CÓMO PROPONER UN POSTER?</b> Cuando completas el formulario de registro (después de haber pagado), podrás proponer un título y un resumen corto. Una notificación será enviada por parte del comité académico.
</p>
<p>
<b>PREPARE YOUR ABSTRACT</b> Please use this <a href="images/template_abstract_LAMPS_2020.docx">template</a> to
prepare your abstract.
<br><b>PPREPARA TU RESUMEN</b> Para preparar tu resumen usa esta <a href="images/template_abstract_LAMPS_2020.docx">plantilla</a>.
</p> -->
<!-- <div class="container">
<div class="box alt">
<div class="row 50% uniform">
<div class="12u">
<header>
<h3>Payment instructions / Instrucciones de pago</h3>
</header>
<p>
You will be able to pay using PSE (Colombian online system) or using international wire transfer. <b>Payment system is not open yet.</b><br>
Usted podrá pagar en línea por PSE o por consignación. <b>Aún no está habilitado.</b>
Sigue las instrucciones aquí: <a href="https://sire.uniandes.edu.co/pagos/login.xhtml?event=logout">https://sire.uniandes.edu.co/pagos/login.xhtml?event=logout</a>
</p>
<p>Guía para el pago: <a href="images/guia.pdf">pdf</a></p>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<p>To correctly see the following section please deactivate your adblocker.</p>
</div>
<div w3-include-html="sponsor-section.html"></div>
</section>
<div w3-include-html="footer-section.html"></div>
<script>
includeHTML();
</script>-->
</body>
</html>