-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (73 loc) · 3.91 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<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="Fabian Abel, Data Scientist at XING">
<meta name="keywords" content="Fabian Abel, Data Science, Recommender Systems, User modeling, Personalization">
<meta name="author" content="Fabian Abel">
<link rel="icon" href="http://fabianabel.de/images/favicon.ico">
<title>Fabian Abel, Data Scientist at XING</title>
<!-- CSS -->
<link href="http://fabianabel.de/css/bootstrap.min.css" rel="stylesheet">
<link href="http://fabianabel.de/css/main.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="header clearfix">
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation">
<a style="text-decoration: none;" href="http://www.twitter.com/fabianabel" rel="me foaf:account" title="Fabian @ Twitter">
<img width="24" src="http://fabianabel.de/images/ico-twitter.svg" alt="Twitter"/>
</a>
</li>
<li role="presentation">
<a style="text-decoration: none;" href="http://www.xing.com/profile/Fabian_Abel" rel="me foaf:homepage" title="Fabian @ XING">
<img width="24" src="http://fabianabel.de/images/ico-xing.svg" alt="XING"/>
</a>
</li>
<li role="presentation">
<a href="https://www.linkedin.com/in/fabian-abel-4396854" rel="me foaf:account" title="Fabian @ LinkedIn">
<img width="24" src="http://fabianabel.de/images/ico-linkedin.svg" alt="LinkedIn"/>
</a>
</li>
</ul>
</nav>
<a href="http://www.xing.com/profile/Fabian_Abel" style="text-decoration:none;"><span style="float:left; padding-right: 15px;"><img src="http://fabianabel.de/images/fabian.jpg" alt="fabian" width="50"/></span></a>
<h3><a href="http://www.xing.com/profile/Fabian_Abel" style="text-decoration:none;color:#ccc;">Fabian Abel</a></h3>
</div>
<div>
<h1>About Me</h1>
<p class="lead">
I'm Fabian Abel. I'm developing recommender systems and other data-driven products at <a href="http://xing.com">XING</a>.
In the past, I tried to make sense of Social Web data and worked as Data Scientist, Senior Researcher and PhD Student at
<a href="http://crowdsense.co/">crowdsense</a>, <a href="http://www.wis.ewi.tudelft.nl/">TU Delft</a> and
<a href="https://www.l3s.de/">L3S Research Center</a>.
</p>
</div>
<div>
<h1>Research</h1>
<p class="lead">
Publications are listed on
<a href="http://dblp.uni-trier.de/pers/hd/a/Abel:Fabian.html" rel="me foaf:homepage" title="Fabian’s Publications that are listed at DBLP">DBLP</a> and
<a href="http://scholar.google.com/citations?user=IMtmx1UAAAAJ" rel="me foaf:homepage" title="Fabian at Google scholar">Google scholar</a>. Most of those papers as well as my <a href="http://fabianabel.de/phd/">PhD thesis</a> are about mining user behavior, user modeling, personalization, search and recommender systems.
</p>
</div>
<div>
</div>
</div><!-- /.container -->
<!-- JavaScript -->
<script src="http://fabianabel.de/js/jquery-1.11.3.min.js"></script>
<script src="http://fabianabel.de/js/bootstrap.min.js"></script>
<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-268001-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>