-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (97 loc) · 3.87 KB
/
index.html
File metadata and controls
101 lines (97 loc) · 3.87 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name : SimpleWork
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20140225
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>wkew.github.io</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo">
<h1><a href="#">Will Kew</a></h1>
</div>
<div id="menu">
<ul>
<!-- <li class="current_page_item"><a href="#" accesskey="1" title="">Home</a></li>
<li><a href="#" accesskey="2" title="">Page 2</a></li>-->
</ul>
</div>
</div>
<div id="header-featured">
<div id="banner-wrapper">
<div id="banner" class="container">
<h2>In Vino Veritas</h2>
<p>In Scientia Mendacium</p>
<!--<a href="#" class="button">Click Here</a>--> </div>
</div>
</div>
</div>
<div id="wrapper">
<div id="page" class="container">
<div id="content">
<div class="title">
<h2>Welcome my homepage</h2>
<span class="byline">Work in Progress</span> </div>
<!-- <p><img src="images/banner.png" alt="" class="image image-full" /> </p>-->
<p></p>
</div>
<div id="sidebar">
<ul class="style1">
<!-- <li class="first">
<h3>Github Code</h3>
<p><a href="https://github.com/popher/popher.github.io/blob/master/CentOS-VM-Bokeh.md">CentOS 7 LNMP VirtualBox Bokeh Server</a></p>
<p><a href="#">Work In Progress</a></p>
</li>-->
<li>
<h3>Research</h3>
<p><a href="http://uhringroup.wix.com/nmrgroup">Research Group Page</a></p>
<h4>Recent Publications</h4>
<p>Kew, W., Goodall, I., Clarke, D. and Uhrín, D (2016), <strong>Chemical Diversity and Complexity of Scotch Whisky as Revealed by High-Resolution Mass Spectrometry.</strong> J. Am. Soc. Mass Spectrom., <a href="http://link.springer.com/article/10.1007%2Fs13361-016-1513-y">doi: 10.1007/s13361-016-1513-y</a></p>
<p>Kew, W. and Mitchell, J. B. O. (2015), <strong>Greedy and Linear Ensembles of Machine Learning Methods Outperform Single Approaches for QSPR Regression Problems.</strong> Mol. Inf., 34: 634–647. <a href="http://onlinelibrary.wiley.com/doi/10.1002/minf.201400122/abstract">doi: 10.1002/minf.201400122</a></p>
</li>
</ul>
<div id="stwo-col">
<div class="sbox1">
<h2>Me, academic</h2>
<ul class="style2">
<li class="first">
<p><a href="mailto:w.kew[at]sms.ed.ac.uk">Email Me</a></p>
<p><a href="https://www.linkedin.com/in/will-kew-73bb8885">LinkedIn</a></p>
<p><a href="https://scholar.google.co.uk/citations?user=eD8neB0AAAAJ&hl=en">Google Scholar</a></p>
<p><a href="https://www.mendeley.com/profiles/william-kew/">Mendeley</a></p>
</li>
</div>
<!--<div class="sbox2">
<h2>Me, social</h2>
<ul class="style2">
<li class="first">
<p><a href="https://twitter.com/Popher">Twitter</a></p>
<p><a href="http://popher.blogspot.co.uk/">Blogspot</a></p>
<p><a href="http://steamcommunity.com/id/Popher/">Steam</a></p>
</li>
</ul>
</div>-->
</div>
</div>
</div>
</div>
<div id="copyright" class="container">
<p>© Will Kew, 2016. All rights reserved. | Design by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>.</p>
</div>
</body>
</html>