UNPKG

@explorables/ride_my_kuramotocycle

Version:

This explorable illustrates the Kuramoto model for phase coupled oscillators. This model is used to describe synchronization phenomena in natural systems, e.g. the flash synchronization of fire flies or wall-mounted clocks.

45 lines (44 loc) 1.44 kB
{ "name": "@explorables/ride_my_kuramotocycle", "title": "Ride my Kuramotocycle!", "subtitle": "Synchronization of Phase-Coupled Oscillators - The Kuramoto Model", "description": "This explorable illustrates the Kuramoto model for phase coupled oscillators. This model is used to describe synchronization phenomena in natural systems, e.g. the flash synchronization of fire flies or wall-mounted clocks.", "author": "Dirk Brockmann (https://synosy.github.io)", "version": "2.0.5", "license": "CC-BY-4.0", "repository": { "type": "git", "url": "git+https://github.com/dirkbrockmann/ride_my_kuramotocycle.git" }, "main": "./dist/index.umd.js", "module": "./dist/index.es.js", "files": [ "dist/" ], "exports": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js" }, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "release": "vite build && git add . && git commit -m 'prep release' && npm version patch -m \"release v%s\" && git push --follow-tags && npm publish --access public" }, "keywords": [ "complexity", "explorables", "visualization" ], "dependencies": { "d3": "^7.8.5", "d3-widgets": "^2.0.3", "lodash-es": "^4.17.21" }, "devDependencies": { "@tailwindcss/vite": "^4.1.4", "tailwindcss": "^4.1.4", "vite": "^6.3.2", "vite-plugin-css-injected-by-js": "^3.5.2" } }