2025-07-13 15:23:24 -04:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico"/>
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
|
|
<meta name="theme-color" content="#ff0000"/>
|
2025-07-16 00:32:06 -04:00
|
|
|
|
<meta name="description"
|
|
|
|
|
content="An attempt to present the Mayan calendar system in a more familiar calendar format."/>
|
|
|
|
|
<meta property="og:title" content="Mayan Calendar"/>
|
2025-07-13 15:23:24 -04:00
|
|
|
|
<meta property="og:type" content="website"/>
|
|
|
|
|
<meta property="og:url" content="%PUBLIC_URL%"/>
|
2025-07-16 00:32:06 -04:00
|
|
|
|
<meta property="og:description"
|
|
|
|
|
content="An attempt to present the Mayan calendar system in a more familiar calendar format."/>
|
2025-07-13 15:23:24 -04:00
|
|
|
|
<meta property="og:image" content="%PUBLIC_URL%/logo512.png"/>
|
|
|
|
|
<meta property="og:image:type" content="image/png"/>
|
|
|
|
|
<meta property="og:image:width" content="512"/>
|
|
|
|
|
<meta property="og:image:height" content="512"/>
|
2025-07-16 00:32:06 -04:00
|
|
|
|
<meta property="og:image:alt" content="A calendar icon that displays the Mayan date of creation."/>
|
2025-07-13 15:23:24 -04:00
|
|
|
|
<link rel="canonical" href="%PUBLIC_URL%/"/>
|
|
|
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png"/>
|
|
|
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json"/>
|
2025-07-16 00:32:06 -04:00
|
|
|
|
<title>Mayan Calendar</title>
|
2025-07-13 15:23:24 -04:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<nav class="navbar navbar-expand-md navbar-light">
|
|
|
|
|
<div class="container">
|
2025-07-16 00:32:06 -04:00
|
|
|
|
<a class="navbar-brand" href="#">Mayan Calendar</a>
|
2025-07-13 15:23:24 -04:00
|
|
|
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#nav-anchors"
|
|
|
|
|
aria-controls="nav-anchors" aria-expanded="false" aria-label="Toggle navigation">
|
|
|
|
|
<span class="navbar-toggler-icon"></span>
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
<div class="collapse navbar-collapse" id="nav-anchors">
|
|
|
|
|
<ul class="nav navbar-nav mr-auto">
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="#explanation">Explanation</a>
|
|
|
|
|
</li>
|
2025-07-16 00:32:06 -04:00
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="https://frcal.qt.ax">French Republican Calendar</a>
|
|
|
|
|
</li>
|
2025-07-13 15:23:24 -04:00
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="https://jcal.qt.ax">Julian Calendar</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="nav-item">
|
|
|
|
|
<a class="nav-link" href="https://gcal.qt.ax">Gregorian Calendar</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
|
|
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<div class="main">
|
|
|
|
|
<h2 id="explanation">Explanation</h2>
|
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h4 class="card-title">What is this?</h4>
|
2025-07-16 00:32:06 -04:00
|
|
|
|
<p class="lead">This is an attempt to render the <a href="https://en.wikipedia.org/wiki/Maya_calendar">Mayan
|
|
|
|
|
calendar</a> in a more familiar “monthly” calendar format.</p>
|
|
|
|
|
<p>The idea of a monthly calendar is sort of alien to the Maya, who used two cycles to track the date and
|
|
|
|
|
a modified base-20 numbering system to track the exact date:</p>
|
|
|
|
|
<ul>
|
2025-07-18 03:18:29 -04:00
|
|
|
|
<li>The <a href="https://en.wikipedia.org/wiki/Tzolk%CA%BCin"><strong>Tzolkʼin</strong></a>
|
2025-07-16 00:32:06 -04:00
|
|
|
|
cycle, which is a 260-day cycle based on combining 20 day names with 13 numbers, used for religious
|
|
|
|
|
and ceremonial events and for divination;
|
|
|
|
|
</li>
|
2025-07-18 03:18:29 -04:00
|
|
|
|
<li>The <a href="https://en.wikipedia.org/wiki/Haab%CA%BC"><strong>Haabʼ</strong></a> cycle, which is a
|
2025-07-19 23:41:22 -04:00
|
|
|
|
365-day cycle consisting of 18 months of 20 day each, plus 5 days at the end of the year known as
|
|
|
|
|
the <em>Wayebʼ</em>;
|
2025-07-16 00:32:06 -04:00
|
|
|
|
</li>
|
|
|
|
|
<li>The <a href="https://en.wikipedia.org/wiki/Mesoamerican_Long_Count_calendar"><strong>Long
|
2025-07-23 21:08:19 -04:00
|
|
|
|
Count</strong></a>, represents the absolute number of days since the Mayan date of creation.
|
2025-07-16 00:32:06 -04:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
2025-07-18 03:18:29 -04:00
|
|
|
|
<p>Since the <em>Haabʼ</em> is the closest equivalent to months in the Mayan system, this calendar
|
|
|
|
|
application is based on the <em>Haabʼ</em>. This poses a problem, as in the Mayan system, the Long Count
|
|
|
|
|
is used to track the absolute date and the cycles of <em>Tzolkʼin</em> and <em>Haabʼ</em> are
|
2025-07-20 22:48:26 -04:00
|
|
|
|
unnumbered. To mitigate this issue, I numbered the <em>Haabʼ</em> cycles, with the date of creation in
|
|
|
|
|
cycle 0.</p>
|
2025-07-13 15:23:24 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-body">
|
2025-07-18 03:22:31 -04:00
|
|
|
|
<h4 class="card-title">How does Tzolkʼin work?</h4>
|
|
|
|
|
<p class="lead">The Tzolkʼin is composed from two concurrent cycles—the number 1 to 13, and a list of
|
|
|
|
|
20 day names.</p>
|
|
|
|
|
<p>The day name are: Imix, Ikʼ, Akʼbʼal, Kʼan, Chikchan, Kimi, Manikʼ, Lamat, Muluk, Ok, Chuwen, Ebʼ, Bʼen,
|
|
|
|
|
Ix, Men, Kibʼ, Kabʼan, Etzʼnabʼ, Kawak, and Ajaw.</p>
|
|
|
|
|
<p>Note that the day name and number cycles are completely independent and advance concurrently. This means
|
|
|
|
|
that 1 Imix is followed by 2 Ikʼ and so on. There is no definite start or end to this cycle, but day
|
|
|
|
|
names repeat every 260 days, which is the least common multiple of 13 and 20.</p>
|
2025-07-13 15:23:24 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2025-07-19 23:41:22 -04:00
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h4 class="card-title">How does Haabʼ work?</h4>
|
|
|
|
|
<p class="lead">The Haabʼ is a cycle of 18 months of 20 days each, counted from 0 to 19, plus 5 extra days
|
|
|
|
|
at the end of the year called the <em>Wayebʼ</em>.</p>
|
|
|
|
|
<p>The 18 normal months are named Pop, Woʼ, Sip, Sotzʼ, Sek, Xul, Yaxkʼin, Mol, Chʼen, Yax, Sakʼ, Keh, Mak,
|
|
|
|
|
Kʼankʼin, Muwan, Pax, Kʼayabʼ, and Kumkʼu.</p>
|
|
|
|
|
<p>The days of each month are counted from 0. So a year would start at 0 Pop, followed by 1 Pop, etc. The
|
|
|
|
|
month of Pop ends at 19 Pop, which is followed by 0 Woʼ. The pattern continues until 19 Kumkʼu, after
|
|
|
|
|
which we have 0 Wayebʼ. The last day of the year is 4 Wayebʼ.</p>
|
|
|
|
|
<p>Note that in the traditional Mayan system, the Haabʼ cycle repeats, but the iterations (“years”)
|
|
|
|
|
are <strong>not</strong> numbered. Years were implemented in this version to allow the exact screen to
|
|
|
|
|
be identified.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2025-07-20 22:48:26 -04:00
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h4 class="card-title">How do the Haabʼ years work?</h4>
|
|
|
|
|
<p class="lead">In the traditional Mayan calendar, Haabʼ cycles are unnumbered. To help uniquely identify
|
|
|
|
|
every screen, I introduced year numbers, with the date of Mayan creation as “year 0.”</p>
|
|
|
|
|
<p>In my system, the year number increases every time 0 Pop rolls around, with year 0 being defined as the
|
|
|
|
|
year containing Mayan creation date (0.0.0.0.0 in the Long Count). This means that creation happens on 8
|
|
|
|
|
Kumkʼu in year 0, and the year continues until 4 Wayebʼ, after which the date is 0 Pop in year 1.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2025-07-13 15:23:24 -04:00
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-body">
|
2025-07-23 21:08:19 -04:00
|
|
|
|
<h4 class="card-title">How does the Long Count work?</h4>
|
|
|
|
|
<p class="lead">The Long Count calendar is a count of days since the Mayan date of creation, which is August
|
|
|
|
|
11, 3114 BCE in the proleptic Gregorian calendar or September 6, 3114 BCE in the proleptic Julian
|
|
|
|
|
calendar.</p>
|
|
|
|
|
<p>It uses a modified base-20 system to represent this number, with each “digit” counting from 0
|
|
|
|
|
up to 19, except for the second last “digit,” which counts from 0 to 17. Typically, five
|
|
|
|
|
numbers are shown, separated by dots, but in theory, more numbers could be used for dates in the distant
|
|
|
|
|
future.</p>
|
|
|
|
|
<p>For example, the date 13.0.0.0.0 represents exactly 13×20×20×18×20 =
|
|
|
|
|
1 872 000 days since the date of creation, which is December 21, 2012 CE.</p>
|
|
|
|
|
<p>Each “digit,” of the Long Count have a name, from the rightmost: kʼin, winal, tun, kʼatun,
|
|
|
|
|
bʼakʼtun, piktun, kalabtun, kʼinchiltun, alautun, hablatun. Terms from bʼakʼtun and beyond were invented
|
|
|
|
|
by modern scholars and were not used by the classical Maya.</p>
|
2025-07-13 15:23:24 -04:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2025-07-25 23:01:07 -04:00
|
|
|
|
<div class="card">
|
|
|
|
|
<div class="card-body">
|
|
|
|
|
<h4 class="card-title">What are the Lords of the Night?</h4>
|
|
|
|
|
<p class="lead">They are nine deities in Mayan mythology who rule over every ninth night and forming a
|
|
|
|
|
cycle.</p>
|
|
|
|
|
<p>The Mayan names for these nine deities were unfortunately lost to history, so they are designated
|
|
|
|
|
numerically from G1 to G9.</p>
|
|
|
|
|
<p>The Aztecs used a similar system with different names, and those names are: Xiuhtecuhtli, Tezcatlipoca,
|
|
|
|
|
Piltzintecuhtli, Centeotl, Mictlantecuhtli, Chalchiuhtlicue, Tlazolteotl, Tepeyollotl, Tlaloc. Since
|
|
|
|
|
this is a Mayan calendar, we will not be using the Aztec names.</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2025-07-13 15:23:24 -04:00
|
|
|
|
</div>
|
|
|
|
|
<footer class="footer">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<p class="text-muted">Copyright © 2022-<%= new Date().getFullYear() %>
|
|
|
|
|
<a href="https://quantum5.ca">Quantum</a>.
|
|
|
|
|
Licensed under <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">GNU AGPLv3</a>.
|
|
|
|
|
Source code available on <a href="https://github.com/quantum5/qcal">GitHub</a>.<br>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</footer>
|
|
|
|
|
<script>
|
2025-07-16 00:32:06 -04:00
|
|
|
|
(function (r, e, p, u, b, l, i, c) {
|
|
|
|
|
r['GoogleAnalyticsObject'] = b;
|
|
|
|
|
r[b] = r[b] || function () {
|
|
|
|
|
(r[b].q = r[b].q || []).push(arguments);
|
|
|
|
|
}, r[b].l = 1 * new Date();
|
|
|
|
|
l = e.createElement(p),
|
|
|
|
|
i = e.getElementsByTagName(p)[0];
|
|
|
|
|
l.async = 1;
|
|
|
|
|
l.src = u;
|
|
|
|
|
i.parentNode.insertBefore(l, i);
|
|
|
|
|
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
|
2025-07-13 15:23:24 -04:00
|
|
|
|
|
|
|
|
|
ga('create', 'UA-102581070-4', 'auto');
|
|
|
|
|
ga('send', 'pageview');
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|