-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
108 lines (92 loc) · 3.08 KB
/
team.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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=1" />
<link rel="stylesheet" type="text/css" href="utils/bootstrap.min.css"/>
<script language="javascript" src="utils/jquery.min.js"></script>
<script language="javascript" src="utils/bootstrap.min.js"></script>
<!-- -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/lato-font/3.0.0/css/lato-font.min.css"/>
<link rel="stylesheet" type="text/css" href="utils/cssReset.css"/>
<link rel="stylesheet" type="text/css" href="utils/css_layout.css"/>
<title>Longitudinal NLP</title>
</head>
<body>
<div id="sidebar">
<img class='maria' src="assets/main.jpeg" width="260" height="260"></img>
<br/>
<div class="info">
<h2 class="name">LongNLP </h2>
<h2 class="email">Queen Mary University of London</h2>
<h2 class="email">The Alan Turing Institute</h2>
<h2 class="link">
<a style="font-size: 14px; font-weight: bold;" href="https://scholar.google.co.uk/citations?user=eys5GB4AAAAJ&hl=en">Google Scholar</a>
</h2>
<h2 class="link">
<a href="https://github.com/Maria-Liakata-NLP-Group">[Github]</a>
</h2>
<h2 class="link">
<a href="https://twitter.com/xrysoflhs?lang=en">[Twitter]</a>
</h2>
</div>
<div id="navigation">
<a class="nav_item" href="./index.html">
<i class="icon icon-home icon-white"></i> About
</a>
<a class="nav_item" href="./team.html">
<i class="icon icon-home icon-white"></i> Team
</a>
<a class="nav_item" href="./publications.html">
<i class="icon icon-home icon-white"></i> Publications
</a>
<a class="nav_item" href="./talks.html">
<i class="icon icon-home icon-white"></i> Talks
</div>
</div>
<div id="main">
<div class="title">
<a class="title_link" id="pubs" href="#news">Team</a>
</div>
<div class="subtitle">
<a class="title_link" id="pubs" href="#news">Faculty</a>
</div>
<div class="content">
<ul>
<li><a href="./team/pi.html">Meet the Faculty!</a></li>
</ul>
</div>
<div class="subtitle">
<a class="title_link" id="researchers" href="#news">Research Staff</a>
</div>
<div class="content">
<ul>
<li><a href="./team/fellows.html">Meet the Research Team!</a></li>
</ul>
</div>
<div class="subtitle">
<a class="title_link" id="students" href="#news">PhD Students</a>
</div>
<div class="content">
<ul>
<li><a href="./team/students.html">Meet the PhD Students!</a></li>
</ul>
</div>
<div class="subtitle">
<a class="title_link" id="alumni" href="#news">Alumni</a>
</div>
<div class="content">
<ul>
<li><a href="./team/alumni.html">Meet the Alumni!</a></li>
</ul>
</div>
<div class="subtitle">
<a class="title_link" id="collaborators" href="#news">Collaborators</a>
</div>
<div class="content">
<ul>
<li><a href="./team/collaborators.html">Meet our Collaborators!</a></li>
</ul>
</div>
</div>
</body>
</html>