galaxy_of_nuclides
galaxy_of_nuclides copied to clipboard
Interactive Periodic Table and Chart of Nuclides in d3
Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [gulp](https://github.com/gulpjs/gulp). These dependencies need to be updated together. Updates `minimatch` from 0.2.14 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
To reproduce: ``` javascript var carbon9 = new Nucleus(matter.elements[6].nuclides[3]).appendTo(d3.select("svg")); carbon9.alphaDecay().betaDecay(); ``` Chaining alpha and beta decays together on a Carbon-9 nucleus _should_ result in a Lithium-5 (three protons, two neutrons)...
With the recent addition of the Nucleus class that simplified Orbit class is now defunct. It needs to be replaced with something to better model electron orbitals that hopefully can...
Presently the beta decay method in the nuclide class does an oversimplified form of beta-minus decay, generating only a single electron in addition to the neutron. As decay mode data...
With the Nucleus class now in place, able to turn a nuclide into an interactive representation of an atomic nucleus with built-in decay methods, the application is ready to ingest...
The [IAEA Interactive Chart of Nuclides](https://www-nds.iaea.org/relnsd/vcharthtml/VChartHTML.html) affords the user standard scroll-to-zoom/drag-to-move capabilities. The `nuclides` layout should do this too, probably by way of a clip path for the stage.
The nuclide hover object is the info box that appears on mouseover for any nuclide. The half-live value shown is always in terms of seconds and this is not that...
There are three ways that atoms decay and two of them (let's ignore gamma for now) change what the atom is. Alpha decay emits an alpha particle (Helium-4 nuclide) and...
Some clean tabular data like physical characteristics (melting/boiling points, natural abundances) as well as history and etymology would be pretty cool. This would be a good complement to the prose-style...