-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauthors.html
67 lines (60 loc) · 3.26 KB
/
authors.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Aaron Explores Data - Authors</title>
<link rel="stylesheet" href="https://roon.github.io/theme/css/main.css" />
<link href="https://roon.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Aaron Explores Data Atom Feed" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="https://roon.github.io/">Aaron Explores Data </a></h1>
<nav><ul>
<li><a href="https://roon.github.io/category/posts.html">posts</a></li>
</ul>
</nav>
</header><!-- /#banner -->
<section id="content" class="body">
<h1>Authors on Aaron Explores Data</h1> <li><a href="https://roon.github.io/author/aaron-mayzes.html">Aaron Mayzes</a> (2)</li>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>blogroll</h2>
<ul>
<li><a href="https://www.pybloggers.com/">Pybloggers</a></li>
<li><a href="https://www.r-bloggers.com/">R-Bloggers</a></li>
<li><a href="https://www.statsblogs.com/">StatsBlogs</a></li>
<li><a href="https://www.datatau.com">DataTau</a></li>
<li><a href="https://www.kdnuggets.com/">KDnuggets</a></li>
<li><a href="https://www.analyticsvidhya.com/">Analytics Vidhya</a></li>
</ul>
</div><!-- /.blogroll -->
<div class="social">
<h2>social</h2>
<ul>
<li><a href="https://roon.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">atom feed</a></li>
<li><a href="https://www.linkedin.com/in/aaronmayzes/">LinkedIn</a></li>
<li><a href="https://github.com/roon">Github</a></li>
<li><a href="https://www.quora.com/profile/Aaron-Mayzes">Quora</a></li>
<li><a href="https://www.kaggle.com/amayzes">Kaggle</a></li>
<li><a href="https://stackexchange.com/users/966373/roon">StackExchange</a></li>
</ul>
</div><!-- /.social -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
<p>Powered by <a href="http://getpelican.com/">Pelican</a>. Theme <a href="https://github.com/blueicefield/pelican-blueidea/">blueidea</a>, inspired by the default theme.</p>
</footer><!-- /#contentinfo -->
<script type="text/javascript">
var disqus_shortname = 'aaron-explores-data';
(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>