Documention for: periodictable.r
Created by: btiffin
on: 17-Apr-2007
Last updated by: btiffin on: 25-Apr-2007
Format: html
Downloaded on: 20-Apr-2024

REBOL

Periodic Table of the Elements

Brian Tiffin

Contents:

1. Introduction
2. Using %periodictable.r
3. Help
4. Bugs

1. 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.

2. 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

3. 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.

4. Bugs

The script calls halt on Close, whereas it should call quit.

MakeDoc2 by REBOL - 25-Apr-2007