@explorables/spinwheels
Version:
This explorable is a spatial implementation of the Kuramoto Model for phase coupled oscillators. It illustrates spatial synchronization and the dynamics of phase singularities.
30 lines (24 loc) • 1.05 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Spin Wheels</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="./index.umd.js"></script>
</head>
<body class="tw:bg-white tw:dark:bg-black">
<article class="tw:font-sans">
<center>
<section class="tw:px-10 tw:max-w-5xl tw:text-black tw:dark:text-white">
<h1 class="tw:font-light tw:text-5xl tw:text-black tw:dark:text-white">Spin Wheels</h1>
<h2 class="tw:font-light tw:text-3xl tw:text-black tw:dark:text-white">Phase coupled oscillators on a lattice</h2>
<p class="tw:font-light tw:text-2xl tw:text-black tw:dark:text-white">This explorable is a spatial implementation of the Kuramoto Model for phase coupled oscillators. It illustrates spatial synchronization and the dynamics of phase singularities.</p>
<div id="spinwheels"></div>
</section>
</center>
</article>
<script type="text/javascript">
const spinwheels_instance = spinwheels.load('spinwheels');
</script>
</body>
</html>