-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprevious.html
113 lines (105 loc) · 3.66 KB
/
previous.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
<!DOCTYPE html>
<!--
-->
<html>
<head>
<title>LAMPS - Previous editions</title>
<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>previous LAMPS editions</h2>
<p></p>
</header>
<!-- Image -->
<section>
<div class="box alt">
<div align="center">
<div class="8u">
<div class="image fit captioned">
<img
src="images/previous/lamps4_2022/Group-16-31-03.jpg"
alt="4th LAMPS meeting, 2022, Cartagena, Colombia"
/>
<a href="images/previous/lamps4_2022/IV Lamps Meeting.mhtml"
>Universidad de Los Andes, Sede Caribe (Cartagena),
Colombia, 2022</a
>
<a
href="images/previous/lamps4_2022/PDFsam_Full program_Ian.pdf"
>Full program</a
>
</div>
</div>
<div class="8u">
<div class="image fit captioned">
<img
src="images/previous/lamps3_2018/lamps2018-crowd.jpg"
alt="3rd LAMPS meeting, 2018, Rio do Janeiro, Brasil"
/>
<a href="images/previous/lamps3_2018/lamps3-program.pdf"
>Universidade Federal do Rio de Janeiro, Rio de Janeiro,
Brasil, 2018</a
>
</div>
</div>
<div class="8u">
<div class="image fit captioned">
<img
src="images/previous/lamps2_2016/lamps2016-crowd.jpg"
alt="2nd LAMPS meeting, 2016, Rosario, Argentina"
/>
<a
href="images/previous/lamps2_2016/FINAL PROGRAM 06_10_2016.pdf"
>Instituto de Biología Molecular y Celular, Rosario,
Argentina, 2016</a
>
</div>
</div>
<div class="8u">
<div class="image fit captioned">
<img
src="images/previous/lamps1_2014/lamps2014-crowd.jpg"
alt="1st LAMPS meeting, 2014, Lima, Peru"
/>
<a href="images/previous/lamps1_2014/lamps2014.png"
>Pontificia Universidad Católica de Perú, Lima, Perú,
2014</a
>
</div>
</div>
</div>
</div>
</section>
</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>