Skip to content

Commit dffa233

Browse files
Generate Pelican site
1 parent ad1cdfb commit dffa233

17 files changed

Lines changed: 1050 additions & 302 deletions

archives.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ <h1> Archives
9898
</h1>
9999
<hr>
100100
<dl class="row">
101+
<dt class="col-sm-4">Sat 05 July 2025</dt>
102+
<dd class="col-sm-8"><a href="https://www.matteogaetzner.com/flow-matching-quickstart.html">Flow Matching Quickstart</a></dd>
101103
<dt class="col-sm-4">Mon 02 June 2025</dt>
102104
<dd class="col-sm-8"><a href="https://www.matteogaetzner.com/conformal-prediction-under-exchangeability.html">Conformal Prediction Under Exchangeability</a></dd>
103105
</dl>

author/matteo-gatzner.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,29 @@ <h1 class="title"><a href="https://www.matteogaetzner.com/">Matteo Gätzner –
9999
<h1> Matteo Gätzner Articles
100100
</h1>
101101
<hr>
102+
<article class="row teaser">
103+
<header class="col-sm-4 text-muted">
104+
<ul>
105+
<li title="2025-07-05T14:52:00+02:00">
106+
<i class="fas fa-clock"></i>
107+
Sat 05 July 2025
108+
</li>
109+
<li>
110+
<i class="fas fa-folder-open"></i>
111+
<a href="https://www.matteogaetzner.com/category/generative-artificial-intelligence.html">Generative Artificial Intelligence</a>
112+
</li>
113+
</ul>
114+
</header>
115+
<div class="col-sm-8">
116+
<h4 class="title">
117+
<a href="https://www.matteogaetzner.com/flow-matching-quickstart.html">Flow Matching Quickstart</a>
118+
</h4>
119+
<div class="content">
120+
A very short implementation focused guide about to flow matching
121+
</div>
122+
</div>
123+
</article>
124+
<hr>
102125
<article class="row teaser">
103126
<header class="col-sm-4 text-muted">
104127
<ul>

authors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h1> Authors
100100
<table class="table table-bordered table-striped">
101101
<tr>
102102
<td><a href="https://www.matteogaetzner.com/author/matteo-gatzner.html">Matteo Gätzner</a></td>
103-
<td>1</td>
103+
<td>2</td>
104104
</tr>
105105
</table>
106106
</div>

categories.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ <h1> Categories
9898
</h1>
9999
<hr>
100100
<table class="table table-bordered table-striped">
101+
<tr>
102+
<td><a href="https://www.matteogaetzner.com/category/generative-artificial-intelligence.html">Generative Artificial Intelligence</a></td>
103+
<td>1</td>
104+
</tr>
101105
<tr>
102106
<td><a href="https://www.matteogaetzner.com/category/statistics.html">Statistics</a></td>
103107
<td>1</td>
Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
<!doctype html>
2+
<html lang="en">
3+
4+
<head>
5+
<!-- Required meta tags -->
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8+
9+
<title> Generative Artificial Intelligence Articles | Matteo Gätzner – Blog & Portfolio
10+
</title>
11+
<link rel="canonical" href="https://www.matteogaetzner.com/category/generative-artificial-intelligence.html">
12+
13+
<link rel="apple-touch-icon" href="https://www.matteogaetzner.com/apple-touch-icon.png" sizes="180x180">
14+
<link rel="icon" type="image/png" href="https://www.matteogaetzner.com/favicon-32x32.png" sizes="32x32">
15+
<link rel="icon" type="image/png" href="https://www.matteogaetzner.com/favicon-16x16.png" sizes="16x16">
16+
<link rel="manifest" href="https://www.matteogaetzner.com/manifest.json">
17+
<meta name="theme-color" content="#333333">
18+
19+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.3.1/solar/bootstrap.min.css">
20+
<link rel="stylesheet" href="https://www.matteogaetzner.com/theme/css/fontawesome.min.css">
21+
<link rel="stylesheet" href="https://www.matteogaetzner.com/theme/css/pygments/default.min.css">
22+
<link rel="stylesheet" href="https://www.matteogaetzner.com/theme/css/theme.css">
23+
<link rel="stylesheet" href="https://www.matteogaetzner.com/theme/css/oldstyle.css">
24+
25+
<link rel="alternate" type="application/atom+xml" title="Full Atom Feed"
26+
href="https://www.matteogaetzner.com/feeds/all.atom.xml">
27+
<link rel="alternate" type="application/atom+xml" title="Categories Atom Feed"
28+
href="https://www.matteogaetzner.com/feeds/generative-artificial-intelligence.atom.xml">
29+
<meta name="description" content="The personal blog & portfolio of Matteo Gätzner">
30+
31+
32+
<script>
33+
window.MathJax = {
34+
loader: {load: ['[tex]/cases']},
35+
tex: {
36+
inlineMath: [
37+
['\\(', '\\)'],
38+
['$', '$']
39+
],
40+
displayMath: [
41+
['$$','$$'],
42+
['\\[', '\\]'],
43+
],
44+
packages: ['base','ams', 'mathtools', 'cases'],
45+
// macros: {
46+
// coloneqq: ['\mathrel{\vcenter{:}}=', 0]
47+
// }
48+
},
49+
svg: {
50+
fontCache: 'global'
51+
}
52+
};
53+
</script>
54+
<script type="text/javascript" id="MathJax-script" async
55+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg-full.js">
56+
</script>
57+
<!-- <script> -->
58+
<!-- window.MathJax = { -->
59+
<!-- tex: { -->
60+
<!-- inlineMath: [ -->
61+
<!-- ['\(', '\)'], /* keep the \( … \) pair */ -->
62+
<!-- ['$', '$'] /* also pick up $ … $ */ -->
63+
<!-- ], -->
64+
<!-- displayMath: [['$$','$$']], -->
65+
<!-- packages: ['base','ams'] -->
66+
<!-- }, -->
67+
<!-- svg: { -->
68+
<!-- fontCache: 'global' -->
69+
<!-- } -->
70+
<!-- }; -->
71+
<!-- </script> -->
72+
<!-- <script async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script> -->
73+
</head>
74+
75+
<body>
76+
<header class="header">
77+
<div class="container">
78+
<div class="row">
79+
<div class="col-sm-4">
80+
<a href="https://www.matteogaetzner.com/">
81+
<img class="img-fluid rounded" src=https://www.matteogaetzner.com/images/header.jpg alt="Matteo Gätzner – Blog & Portfolio">
82+
</a>
83+
</div>
84+
<div class="col-sm-8">
85+
<h1 class="title"><a href="https://www.matteogaetzner.com/">Matteo Gätzner – Blog & Portfolio</a></h1>
86+
<p class="text-muted">Projects, insights & thoughts</p>
87+
<ul class="list-inline">
88+
<li class="list-inline-item"><a href="https://www.matteogaetzner.com/about/">About</a></li>
89+
<li class="list-inline-item"><a href="https://www.matteogaetzner.com/resume/">Resume</a></li>
90+
<li class=" list-inline-item text-muted">|</li>
91+
<li class="list-inline-item"><a class="fab fa-github" href="https://github.com/MatteoGaetzner" target="_blank"></a></li>
92+
<li class="list-inline-item"><a class="fab fa-linkedin" href="https://linkedin.com/in/matteo-g" target="_blank"></a></li>
93+
</ul>
94+
</div>
95+
</div> </div>
96+
</header>
97+
98+
<div class="main">
99+
<div class="container">
100+
<h1> Generative Artificial Intelligence Articles
101+
</h1>
102+
<hr>
103+
<article class="row teaser">
104+
<header class="col-sm-4 text-muted">
105+
<ul>
106+
<li title="2025-07-05T14:52:00+02:00">
107+
<i class="fas fa-clock"></i>
108+
Sat 05 July 2025
109+
</li>
110+
<li>
111+
<i class="fas fa-folder-open"></i>
112+
<a href="https://www.matteogaetzner.com/category/generative-artificial-intelligence.html">Generative Artificial Intelligence</a>
113+
</li>
114+
</ul>
115+
</header>
116+
<div class="col-sm-8">
117+
<h4 class="title">
118+
<a href="https://www.matteogaetzner.com/flow-matching-quickstart.html">Flow Matching Quickstart</a>
119+
</h4>
120+
<div class="content">
121+
A very short implementation focused guide about to flow matching
122+
</div>
123+
</div>
124+
</article>
125+
</div>
126+
</div>
127+
128+
<footer class="footer">
129+
<div class="container">
130+
<div class="row">
131+
<ul class="col-sm-6 list-inline">
132+
<li class="list-inline-item"><a href="https://www.matteogaetzner.com/archives.html">Archives</a></li>
133+
<li class="list-inline-item"><a href="https://www.matteogaetzner.com/categories.html">Categories</a></li>
134+
<li class="list-inline-item"><a href="https://www.matteogaetzner.com/tags.html">Tags</a></li>
135+
</ul>
136+
<p class="col-sm-6 text-sm-right text-muted">
137+
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a>
138+
/ <a href="https://github.com/nairobilug/pelican-alchemy" target="_blank">&#x2728;</a>
139+
</p>
140+
</div> </div>
141+
</footer>
142+
143+
</body>
144+
145+
</html>

0 commit comments

Comments
 (0)