-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode.html
executable file
·49 lines (43 loc) · 1.44 KB
/
code.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
<html>
<head>
<style>
p {
font-family: monaco,Consolas,Lucida Console,monospace;
font-size:14px;
}
h1 {
font-family: monaco,Consolas,Lucida Console,monospace;
}
h2 {
font-family: monaco,Consolas,Lucida Console,monospace;
}
body {
font-family: monaco,Consolas,Lucida Console,monospace;
font-size:14px;
}
h3 {
font-family: monaco,Consolas,Lucida Console,monospace;
font-size:12px;
}
p {
padding-left: 5px;
padding-right: 5px;
}
h1 {
padding-left: 5px;
padding-right: 5px;
}
body {
padding-left: 5px;
padding-right: 5px;
text-align: left;
}
</style>
<TITLE>Paramveer Dhillon</TITLE>
<META name="description" content="Research in machine learning, artificial intelligence,social networks, network science, natural language processing, computational social science and related areas">
<META name="keywords" content="machine learning, artificial intelligence,social networks, network science, natural language processing, computational social science">
</head>
</head>
<hr>
The code moved <a href="http://pdhillon.com/#software">here</a>.
<hr>