forked from dvatvani/dvatvani.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
222 lines (205 loc) · 9.68 KB
/
index.html
File metadata and controls
222 lines (205 loc) · 9.68 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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="/theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="/theme/stylesheet/pygments.min.css">
<link rel="stylesheet" type="text/css" href="/theme/stylesheet/font-awesome.min.css">
<link href="https://dvatvani.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Dinesh Vatvani Atom">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<meta name="author" content="Dinesh Vatvani" />
<meta name="description" content="" />
<meta property="og:site_name" content="Dinesh Vatvani"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="Dinesh Vatvani"/>
<meta property="og:description" content=""/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="https://dvatvani.github.io"/>
<meta property="og:image" content="/static/Logo/radial_barh.png">
<title>Dinesh Vatvani</title>
</head>
<body>
<aside>
<div>
<a href="https://dvatvani.github.io">
<img src="/static/Logo/radial_barh.png" alt="Dinesh Vatvani" title="Dinesh Vatvani">
</a>
<h1><a href="/">Dinesh Vatvani</a></h1>
<p>A Python and data analysis blog</p>
<nav>
<ul class="list">
<li><a href="/pages/about.html#about">About</a></li>
</ul>
</nav>
<ul class="social">
<li><a class="sc-github-square" href="https://github.com/dvatvani" target="_blank"><i class="fa fa-github-square"></i></a></li>
<li><a class="sc-twitter-square" href="https://twitter.com/d_vatvani" target="_blank"><i class="fa fa-twitter-square"></i></a></li>
<li><a class="sc-rss-square" href="http://dvatvani.github.io/feeds/all.atom.xml" target="_blank"><i class="fa fa-rss-square"></i></a></li>
</ul>
</div>
</aside>
<main>
<nav>
<a href="/">Home</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="https://dvatvani.github.io/feeds/all.atom.xml">Atom</a>
</nav>
<article>
<header>
<h2><a href="/whatsapp-analysis.html#whatsapp-analysis">Analysis of a WhatsApp chat log</a></h2>
<p>
Posted on Sun 25 October 2020 in <a href="https://dvatvani.github.io/category/analysis.html">Analysis</a>
• Tagged with
<a href="/tag/qantified-self.html">Qantified-Self</a>, <a href="/tag/whatsapp.html">WhatsApp</a> • <a href="/whatsapp-analysis.html#disqus_thread">Leave a comment</a>
</p>
</header>
<div>
<p>Analysing a WhatsApp chat log to understand the communication patterns as well as the grammatical and linguistic preferences of participants in a private or group chat.</p>
<a class="btn" href="/whatsapp-analysis.html#whatsapp-analysis">Continue reading</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="/BGG-Analysis-Part-3.html#BGG-Analysis-Part-3">An analysis of board games: Part <span class="caps">III</span> - Mapping the board game landscape</a></h2>
<p>
Posted on Fri 04 September 2020 in <a href="https://dvatvani.github.io/category/analysis.html">Analysis</a>
• Tagged with
<a href="/tag/board-games.html">Board games</a> • <a href="/BGG-Analysis-Part-3.html#disqus_thread">Leave a comment</a>
</p>
</header>
<div>
<p>Using the correlation of game ratings at an individual user-level, we can find games that share a common core appeal and use this to create a map of the board games landscape</p>
<a class="btn" href="/BGG-Analysis-Part-3.html#BGG-Analysis-Part-3">Continue reading</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="/dot-density-venn-diagrams.html#dot-density-venn-diagrams">Making aesthetically pleasing dot density Venn diagrams</a></h2>
<p>
Posted on Sun 14 April 2019 in <a href="https://dvatvani.github.io/category/visualisation.html">Visualisation</a>
• Tagged with
<a href="/tag/python.html">Python</a> • <a href="/dot-density-venn-diagrams.html#disqus_thread">Leave a comment</a>
</p>
</header>
<div>
<p>Using Voronoi diagrams and Lloyd’s algorithm to create dot density Venn diagrams with uniformly distributed pseudo-random point sampling</p>
<a class="btn" href="/dot-density-venn-diagrams.html#dot-density-venn-diagrams">Continue reading</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="/BGG-Analysis-Part-2.html#BGG-Analysis-Part-2">An analysis of board games: Part <span class="caps">II</span> - Complexity bias in <span class="caps">BGG</span></a></h2>
<p>
Posted on Sat 08 December 2018 in <a href="https://dvatvani.github.io/category/analysis.html">Analysis</a>
• Tagged with
<a href="/tag/board-games.html">Board games</a> • <a href="/BGG-Analysis-Part-2.html#disqus_thread">Leave a comment</a>
</p>
</header>
<div>
<p>An analysis of the <span class="caps">BGG</span> top 100 and complexity bias in <span class="caps">BGG</span></p>
<a class="btn" href="/BGG-Analysis-Part-2.html#BGG-Analysis-Part-2">Continue reading</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="/BGG-Analysis-Part-1.html#BGG-Analysis-Part-1">An analysis of board games: Part I - Introduction and general trends</a></h2>
<p>
Posted on Mon 05 March 2018 in <a href="https://dvatvani.github.io/category/analysis.html">Analysis</a>
• Tagged with
<a href="/tag/board-games.html">Board games</a> • <a href="/BGG-Analysis-Part-1.html#disqus_thread">Leave a comment</a>
</p>
</header>
<div>
<p>An analysis of general trends in the release rate ratings, complexity, mechanics and themes of board games using BoardGameGeek data</p>
<a class="btn" href="/BGG-Analysis-Part-1.html#BGG-Analysis-Part-1">Continue reading</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="/tv-show-episode-ratings.html#tv-show-episode-ratings"><span class="caps">TV</span> show episode ratings</a></h2>
<p>
Posted on Sat 28 May 2016 in <a href="https://dvatvani.github.io/category/visualisation.html">Visualisation</a>
• Tagged with
<a href="/tag/python.html">Python</a>, <a href="/tag/tv.html">TV</a> • <a href="/tv-show-episode-ratings.html#disqus_thread">Leave a comment</a>
</p>
</header>
<div>
<p>Visualising the progression of <span class="caps">TV</span> show ratings by episode using Trakt.tv episode ratings</p>
<a class="btn" href="/tv-show-episode-ratings.html#tv-show-episode-ratings">Continue reading</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="/ASOIAF-Chapter-ratings.html#ASOIAF-Chapter-ratings">A Song of Ice and Fire : Chapter ratings</a></h2>
<p>
Posted on Sun 10 April 2016 in <a href="https://dvatvani.github.io/category/analysis.html">Analysis</a>
• Tagged with
<a href="/tag/python.html">Python</a>, <a href="/tag/game-of-thrones.html">Game of Thrones</a> • <a href="/ASOIAF-Chapter-ratings.html#disqus_thread">Leave a comment</a>
</p>
</header>
<div>
<p>An analysis of chapter ratings in the series of books “A Song of Ice and Fire”</p>
<a class="btn" href="/ASOIAF-Chapter-ratings.html#ASOIAF-Chapter-ratings">Continue reading</a>
</div>
<hr />
</article>
<article>
<header>
<h2><a href="/8-Queens.html#8-Queens">Solving the 8 Queens problem with python</a></h2>
<p>
Posted on Mon 28 March 2016 in <a href="https://dvatvani.github.io/category/problem-solving.html">Problem solving</a>
• Tagged with
<a href="/tag/python.html">Python</a>, <a href="/tag/puzzles.html">Puzzles</a> • <a href="/8-Queens.html#disqus_thread">Leave a comment</a>
</p>
</header>
<div>
<p>This is my approach to solving the 8 Queens puzzle with Python.</p>
<a class="btn" href="/8-Queens.html#8-Queens">Continue reading</a>
</div>
</article>
<div class="pagination">
</div>
<footer>
<p>© Dinesh Vatvani </p>
<p>Built using <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a></p> </footer>
</main>
<!-- Google Analytics -->
<script type="text/javascript">
(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-75651339-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Dinesh Vatvani ",
"url" : "https://dvatvani.github.io",
"image": "/static/Logo/radial_barh.png",
"description": ""
}
</script><script type="text/javascript">
var disqus_shortname = 'dvatvani';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>