-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmadeleine-cupcake-muffin-popularity.html
146 lines (137 loc) · 4.61 KB
/
madeleine-cupcake-muffin-popularity.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
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-063933E3C2"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-063933E3C2");
</script>
<title>
Madeleinology: Search populatity for Madeleine, Cupcake, and Muffin
</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="css/madeleinology.css" rel="stylesheet" />
<meta
name="keywords"
content="madeleine, cake, cupcake, muffin, science, google, trend, search"
/>
<meta
name="description"
content="Popularity contest between Madeleines, cupcakes, and muffins."
/>
</head>
<body>
<ul class="pnav">
<li class="idx">
<a href="index.html"
><img class="logo" src="m-icon.png" /><span class="mq-no-sl"
>Madeleinology</span
></a
>
</li>
<li><a href="madeleines-data-science.html">Data</a></li>
<li class="num"><a href="ingredients-long-tail.html">1</a></li>
<li class="num"><a href="ingredients-top4.html ">2</a></li>
<li class="num"><a href="ingredients-top4-d3-radar.html">3</a></li>
<li class="num sel">
<a href="madeleine-cupcake-muffin-popularity.html">4</a>
</li>
<li class="num"><a href="madeleine-correlation.html">5</a></li>
<li><a href="madeleines-recipe.html">Recipe</a></li>
<li class="rnd-top"><a href="madeleines-sweet.html">Sweet</a></li>
<li class="rnd-top"><a href="madeleines-salty.html">Salty</a></li>
</ul>
<section class="s-trends">
<h1>
Google Trends: <span class="c-blue">Madeleine</span> Vs
<span class="c-red">Cupcake</span> Vs
<span class="c-yellow">Muffin</span>
</h1>
<p>
Let's take a look at search trends for the last 12 months in the US and
in France.
</p>
<div>
<h2>In the US</h2>
<p>
Little interest for Madeleines compared to Cupcakes and Muffins in the
US.
</p>
<script
type="text/javascript"
src="https://ssl.gstatic.com/trends_nrtr/3700_RC01/embed_loader.js"
></script>
<script type="text/javascript">
trends.embed.renderExploreWidget(
"TIMESERIES",
{
comparisonItem: [
{ keyword: "Madeleine", geo: "US", time: "today 12-m" },
{ keyword: "/m/03p1r4", geo: "US", time: "today 12-m" },
{ keyword: "/m/01tcjp", geo: "US", time: "today 12-m" },
],
category: 0,
property: "",
},
{
exploreQuery:
"geo=US&q=Madeleine,%2Fm%2F03p1r4,%2Fm%2F01tcjp&hl=en&date=today 12-m,today 12-m,today 12-m",
guestPath: "https://trends.google.com:443/trends/embed/",
}
);
</script>
<p>
<a
href="https://trends.google.com/trends/explore?geo=US&q=Madeleine,%2Fm%2F03p1r4,%2Fm%2F01tcjp&hl=en"
target="gt"
>Latest Trends in the US</a
>
</p>
</div>
<div>
<h2>In France</h2>
<p>Madeleines are still the most popular.</p>
<script type="text/javascript">
trends.embed.renderExploreWidget(
"TIMESERIES",
{
comparisonItem: [
{ keyword: "Madeleine", geo: "FR", time: "today 12-m" },
{ keyword: "/m/03p1r4", geo: "FR", time: "today 12-m" },
{ keyword: "/m/01tcjp", geo: "FR", time: "today 12-m" },
],
category: 0,
property: "",
},
{
exploreQuery:
"geo=FR&q=Madeleine,%2Fm%2F03p1r4,%2Fm%2F01tcjp&hl=en&date=today 12-m,today 12-m,today 12-m",
guestPath: "https://trends.google.com:443/trends/embed/",
}
);
</script>
<p>
<a
href="https://trends.google.com/trends/explore?geo=FR&q=Madeleine,%2Fm%2F03p1r4,%2Fm%2F01tcjp&hl=en"
target="gt"
>Latest Trends in France</a
>
</p>
</div>
</section>
<div class="copy">
© 2024
<a href="https://evoluteur.github.io/">Olivier Giulieri</a>.
</div>
</body>
</html>