-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
135 lines (87 loc) · 3.37 KB
/
index.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
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Hugo 0.70.0" />
<title>Matt Broerman</title>
<meta property="og:title" content="Matt Broerman">
<meta property="og:type" content="website">
<link href='/favicon.ico' rel='icon' type='image/x-icon'/>
<meta property="description" content="Posts and projects in data science by Matt Broerman.">
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Matt Broerman" />
<link rel="stylesheet" href="/css/fonts.css" media="all">
<link rel="stylesheet" href="/css/main.css" media="all">
</head>
<body>
<div class="wrapper">
<header class="header">
<nav class="nav">
<a href="/" class="nav-logo">
<img src="/images/bikebull.jpeg"
width="50"
height="50"
alt="Logo">
</a>
<ul class="nav-links">
<li><a href="/about/">About</a></li>
<li><a href="https://github.com/mjbroerman">GitHub</a></li>
<li><a href="/projects/">Projects</a></li>
<li><a href="https://twitter.com/mjbroerman">Twitter</a></li>
</ul>
</nav>
</header>
<main class="content" role="main">
<div class="archive">
<h2 class="archive-title">2020</h2>
<article class="archive-item">
<a href="/2020/12/03/but-what-are-gps/" class="archive-item-link">Yes, but what are Gaussian Processes?</a>
<span class="archive-item-date">
2020-12-03
</span>
<p class="archive-item-summary">
Part I of a conceptual introduction to Gaussian processes, focusing on understanding GPs as stochastic processes.
<span class="archive-item-more-link">
<a href="/2020/12/03/but-what-are-gps/">Read more…</a>
</span>
</p>
</article>
<article class="archive-item">
<a href="/2020/11/13/pa-plant-carbon-part-2/" class="archive-item-link">Modeling Seasonal Variation in Fuel Consumption</a>
<span class="archive-item-date">
2020-11-13
</span>
<p class="archive-item-summary">
Simple time series model of fuel comsumption at power plants.
<span class="archive-item-more-link">
<a href="/2020/11/13/pa-plant-carbon-part-2/">Read more…</a>
</span>
</p>
</article>
<article class="archive-item">
<a href="/2020/11/12/pa-plant-carbon-part-1/" class="archive-item-link">How Much Carbon Do Pennsylvania Electricity Plants Emit?</a>
<span class="archive-item-date">
2020-11-12
</span>
<p class="archive-item-summary">
EDA on electricity plants in Pennsylvania using the tidyverse and the eia package.
<span class="archive-item-more-link">
<a href="/2020/11/12/pa-plant-carbon-part-1/">Read more…</a>
</span>
</p>
</article>
</div>
</main>
<footer class="footer">
<ul class="footer-links">
<li>
<a href="/index.xml" type="application/rss+xml" target="_blank">RSS feed</a>
</li>
<li>
<a href="https://gohugo.io/" class="footer-links-kudos">Made with <img src="/images/hugo-logo.png" alt="Img link to Hugo website" width="22" height="22"></a>
</li>
</ul>
</footer>
</div>
</body>
</html>