-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (97 loc) · 3.79 KB
/
index.html
File metadata and controls
103 lines (97 loc) · 3.79 KB
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
---
title: IAAA
---
<section class="hero diagonal">
<div class="container">
<h2>Advanced Information Systems Laboratory. <b>Universidad</b> Zaragoza</h2>
<h3>Building the next generation of spatial information infrastructures</h3>
<blockquote><p>"Everything is related to everything else, but near things are more related than distant things"</p><cite>Waldo Tobler</cite></blockquote>
{% comment %}
<!--<p><a class="button alt" href="{{ site.baseurl }}/contact/">Contact Us</a></p>-->
{% endcomment %}
</div>
</section>
<section class="diagonal patterned">
<div class="container halves">
<div>
<ul class="image-list">
<li><img src="{{ site.baseurl }}/images/work.png" width="300" style="margin-bottom: 40px;"></li>
</ul>
</div>
<div>
<h2><a href="{{ site.baseurl }}/papers">Papers</a></h2>
<h2><a href="{{ site.baseurl }}/projects">Projects</a></h2>
<h2><a href="{{ site.baseurl }}/software">Software</a></h2>
<h2><a href="{{ site.baseurl }}/dissertations">PhD Thesis</a></h2>
</div>
</section>
<section class="diagonal alternate">
<div class="container-small">
<h1>Permanent staff</h1>
<div>
{% comment %}
<ul class="image-grid">
{% for member in site.staff_members %}
<li>{% include staff-member.html member=member %}</li>
{% endfor %}
</ul>
{% endcomment %}
<ul class="image-grid">
<li>{% include staff-member.html member='javy' %}</li>
<li>{% include staff-member.html member='jnog' %}</li>
<li>{% include staff-member.html member='rbejar' %}</li>
<li>{% include staff-member.html member='fjlopez' %}</li>
<li>{% include staff-member.html member='latre' %}</li>
<li>{% include staff-member.html member='jlacasta' %}</li>
<li>{% include staff-member.html member='piedrafi' %}</li>
<li>{% include staff-member.html member='jgarcia' %}</li>
<li>{% include staff-member.html member='segura' %}</li>
<li>{% include staff-member.html member='mario' %}</li>
<li class="filler"></li>
<li class="filler"></li>
{% comment %}
<!-- Número de li debe ser múltiplo de 2 y de 3 para tener un grid majo
aunque se redimensione la pantalla. Usar este como relleno: -->
<li class="filler"></li>
{% endcomment %}
</ul>
</div>
<h1>Other staff</h1>
<div>
<ul class="image-grid">
<li>{% include staff-member.html member='neji' %}</li>
<li>{% include phd-student.html member='sjimenez' %}</li>
<li class="filler"></li>
<li class="filler"></li>
<li class="filler"></li>
<li class="filler"></li>
</ul>
</div>
<h1>Current PhD Students</h1>
<div>
<ul class="image-grid">
<!--<li>{% include phd-student.html member='umer' %}</li>-->
<li>{% include phd-student.html member='jlagunar' %}</li>
<li>{% include phd-student.html member='adominguezl' %}</li>
<li>{% include phd-student.html member='tafer' %}</li>
<li class="filler"></li>
{% comment %}
<!-- Número de li debe ser múltiplo de 2 y de 3 para tener un grid majo
aunque se redimensione la pantalla. Usar este como relleno: -->
<li class="filler"></li>
{% endcomment %}
</ul>
</div>
<p>Founder: Pedro R. Muro-Medrano (Logroño, 1959 - Logroño, 2015)</p>
<div>
<ul class="image-grid">
<li>{% include staff-member.html member='prmuro' %}</li>
<li class="filler"></li>
<li class="filler"></li>
<li class="filler"></li>
<li class="filler"></li>
<li class="filler"></li>
</ul>
</div>
</div>
</section>