Documention for: periodictable.r Created by: btiffin on: 17-Apr-2007 Last updated by: btiffin on: 25-Apr-2007 Format: text/editable Downloaded on: 28-Mar-2024 Periodic Table of the Elements Brian Tiffin ===Introduction A REBOL script that displays the Periodic Table of the Elements. Each element is displayed as a button. Pressing a button will display more details, as well as draw a very simplistic diagram of the electron orbits. The details include Atomic Number, Symbol, Full Name, Class, normal State, Atomic Weight (atomic weight is relative to Carbon-12, which has an assigned weight of exactly 12 units and is very close to the number of protons and neutrons) and finally the electron orbits. ===Using %periodictable.r This script is a standalone program. Just DO it. >>do %periodictable.r or >>do http://www.rebol.org/cgi-bin/cgiwrap/rebol/download-a-script.r?script-name=periodictable.r ===Help Help is available by pressing the application title. The help displays the colour key for the element categories referred to as Class or Chemical Series and the element's state at standard temperature and pressure. Clicking anywhere closes the help window. ===Bugs The script calls halt on Close, whereas it should call quit.