-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontactus.php
68 lines (66 loc) · 3.85 KB
/
contactus.php
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
<?php include('tools/head.php'); ?>
<h1 class="titleHeader">Contact us</h1><br /><div class="col-md-12">
<div class="row grey-container">
Please send comments concerning:
<ul>
<li>Scientific contents to Dr. Anália Lourenço(<a class="inverted" href="mailto:[email protected][email protected]&subject=[Mahmi]" itemprop="email">[email protected]</a>) and Dr. Borja Sánchez (<a class="inverted" href="mailto:[email protected][email protected]&subject=[Mahmi]" itemprop="email">[email protected]</a>)
</li>
<li>User interface to Aitor Blanco Míguez (<a class="inverted" href="mailto:[email protected]&subject=[Mahmi]" itemprop="email">[email protected]</a>)
</li>
</ul>
</div>
<br/><br/>
<h4><b>Our addresses</b></h4>
<div class="row">
<div class="col-lg-6">
<p>Department of Computer Science<br/>
University of Vigo<br/>
ESEI - Escuela Superior de Ingeniería Informática Edificio politécnico<br/>
Campus Universitario As Lagoas s/n<br/>
32004 Ourense, Spain<br/></p>
</div>
<div class="col-lg-6">
<p>Department of Microbiology and Biochemistry<br/>
Instituto de Productos Lácteos de Asturias<br/>
CSIC - Consejo Superior de Investigaciones Científicas<br/>
Paseo Río Linares s/n<br/>
33300 Villaviciosa, Asturias, Spain<br/>
</p>
</div>
</div>
<br/><br/>
<h4><b>Team</b></h4>
<div class="row">
<div class="col-lg-4">
<p>[email protected]<br/>
[email protected]<br/>
[email protected]<br/>
[email protected]<br/>
</div>
<div class="col-lg-4 center">
<p><a class="inverted" href="http://www.ceb.uminho.pt/People/Details/7ecbdb79-4397-4665-8259-197d2d562708" target="_blank">Dr. Anália Lourenço</a><br/>
<a class="inverted" href="https://www.researchgate.net/profile/Borja_Sanchez" target="_blank">Dr. Borja Sanchez García</a><br/>
<a class="inverted" href="http://sing.ei.uvigo.es/~riverola/" target="_blank">Dr. Florentino Fdez-Riverola</a><br/>
<a class="inverted" href="https://www.researchgate.net/profile/Aitor_Blanco-Miguez" target="_blank"> Aitor Blanco Míguez</a><br/>
</div>
<div class="col-lg-4 right">
<p>Project leader<br/>
Project leader<br/>
Since 2015<br/>
Since 2015<br/>
</div>
</div><br/><br/>
<h4><b>Funding</b></h4>
<div class="row centered mt grid">
<div class="col-lg-5 col-lg-offset-1">
<a target="_blank" href="http://www.mineco.gob.es/"><img class="img-responsive" src="images/mec-w.png" alt=""></a>
</div>
<div class="col-lg-5">
<a target="_blank" href="https://www.aecc.es/Paginas/PaginaPrincipal.aspx"><img class="img-responsive" src="images/aecc-w.png" alt=""></a>
</div>
</div>
<br/>
</div>
</div>
</div>
</div><?php include ('tools/footer.php'); ?>