UNPKG

@explorables/berlin_8_am

Version:

This explorable illustrates a model for traffic and congestion and the phenomenon knowns as phantom traffic jams, spontaneously emergent congested traffic segments that move slowly and oppositely to the traffic.

30 lines (24 loc) 1.09 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Berlin 8:00 a.m.</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">Berlin 8:00 a.m.</h1> <h2 class="tw:font-light tw:text-3xl tw:text-black tw:dark:text-white">The emergence of phantom traffic jams</h2> <p class="tw:font-light tw:text-2xl tw:text-black tw:dark:text-white">This explorable illustrates a model for traffic and congestion and the phenomenon knowns as phantom traffic jams, spontaneously emergent congested traffic segments that move slowly and oppositely to the traffic.</p> <div id="berlin_8_am"></div> </section> </center> </article> <script type="text/javascript"> const berlin_8_am_instance = berlin_8_am.load('berlin_8_am'); </script> </body> </html>