-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
138 lines (116 loc) · 6.85 KB
/
contact.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
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57444304-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Helen Harman - PhD Student at Ghent University. Research topics: Symbolic AI; Task Planning; Goal/Plan Recognition; Goal Recognition Design.
">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Helen Harman</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Bootstrap theme -->
<link href="bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="//blueimp.github.io/Gallery/css/blueimp-gallery.min.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap-image-gallary.css">
<!-- Custom styles for this template -->
<link href="themeCustom.css" rel="stylesheet">
<link href="theme.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="bootstrap/assets/js/ie-emulation-modes-warning.js"></script>
<script src="bootstrap/js/bootstrap-collapse.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body role="document">
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation"><!--navbar-default or navbar-default-->
<div class="container">
<div class="hidden-xs">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="photos.html">Photos</a></li>
<li><a href="publications.html">Publications</a></li>
<li class="active"><a href="#">Contact</a></li>
</ul>
</div>
<div class="hidden-md hidden-lg hidden-sm">
<ul class="nav navbar-nav">
<li class="dropdown">
<!--<button type="button" class="navbar-toggle" data-toggle="dropdown" data-target="#bs-example-navbar-collapse-1">
Menu
</button>-->
<!-- <a href="#" type="button" class="navbar-toggle" data-toggle="dropdown" data-target="#bs-example-navbar-collapse-1">Menu</a>-->
<a href="#" class="navbar-toggle pull-right" data-toggle="dropdown">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span></a><!--btn-navbar More<span class="caret"></span>-->
<ul class="dropdown-menu" role="menu">
<!--<ul class="nav navbar-nav">-->
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="photos.html">Photos</a></li>
<li><a href="publications.html">Publications</a></li>
<li class="active"><a href="#">Contact</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<div class="container theme-showcase page-wrapper" role="main">
<br /><br /><br />
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Contact</h3>
</div>
<div class="panel-body">
<div class="pull-right">
<img class="image_size" src="images/cms.jpg" alt="cms">
</div>
<p>Email Address : helenharman(at)outlook.com</p>
<p>Twitter : <a href="https://twitter.com/HelenCHarman">HelenCHarman</a></p>
<p>LinkedIn : <a href="https://uk.linkedin.com/in/helenharman">Helen Harman</a></p>
<p>Facebook : <a href="https://www.facebook.com/Harman.Helen">Harman.Helen</a></p>
<p>About.me : <a href="http://about.me/helenharman">helenharman</a></p>
<p>Github : <a href="https://github.com/HelenHarman">HelenHarman</a></p>
<br />
<p><i>Thank you for viewing my website.</i><p>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!--<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>-->
<script src="//blueimp.github.io/Gallery/js/jquery.blueimp-gallery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="bootstrap/js/bootstrap-image-gallary.js"></script>
<script src="bootstrap/assets/js/docs.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>