-
Notifications
You must be signed in to change notification settings - Fork 0
/
readings.html
122 lines (87 loc) · 3.11 KB
/
readings.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
<html>
<head>
<!--script src="http://code.jquery.com/jquery-latest.min.js"
type="text/javascript"></script-->
<!--script type="text/javascript" src="http://bibtex-js.googlecode.com/svn/trunk/src/bibtex_js.js"></script-->
<title></title>
<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-45051488-1', 'bit.ly');
ga('send', 'pageview');
</script>
</head>
<body>
<h1>Interesting readings</h1>
Here are some readings I enjoyed and/or found inspiring. You can find here some classics and new publications.<br/>
You can load also download the whole bibtex of my readings and publications references <a href="pub/mybib.tex">here</a>.
<h2>General readings</h2>
<div class="mybib3">
<textarea id="bibtex_input3" style="display:none;">
</textarea>
<div class="bibtex_template3">
<div class="if author" style="font-weight: bold;">
<span class="if year">
<span class="year"></span>,
</span>
<span class="author"></span>
<span class="if url" style="margin-left: 20px">
<a class="url" style="color:black; font-size:10px">(view online)</a>
</span>
</div>
<div style="margin-left: 10px; margin-bottom:5px;">
<span class="title"></span>
</div>
</div>
</div>
<div id="bibtex_display3">
<div class="bibtex_loading3"><b><i>LOADING...</i> </b></div>
</div>
<h2>Data analysis readings</h2>
<div class="mybib1">
<textarea id="bibtex_input1" style="display:none;">
</textarea>
<div class="bibtex_template1">
<div class="if author" style="font-weight: bold;">
<span class="if year">
<span class="year"></span>,
</span>
<span class="author"></span>
<span class="if url" style="margin-left: 20px">
<a class="url" style="color:black; font-size:10px">(view online)</a>
</span>
</div>
<div style="margin-left: 10px; margin-bottom:5px;">
<span class="title"></span>
</div>
</div>
</div>
<div id="bibtex_display1">
<div class="bibtex_loading1"><b><i>LOADING...</i> </b></div>
</div>
<h2>Visualization readings</h2>
<div class="mybib2">
<textarea id="bibtex_input2" style="display:none;">
</textarea>
<div class="bibtex_template2">
<div class="if author" style="font-weight: bold;">
<span class="if year">
<span class="year"></span>,
</span>
<span class="author"></span>
<span class="if url" style="margin-left: 20px">
<a class="url" style="color:black; font-size:10px">(view online)</a>
</span>
</div>
<div style="margin-left: 10px; margin-bottom:5px;">
<span class="title"></span>
</div>
</div>
</div>
<div id="bibtex_display2">
<div class="bibtex_loading2"><b><i>LOADING...</i> </b></div>
</div>
</body>
</html>