File:  [LON-CAPA] / loncom / html / res / adm / pages / reactionresponse / reaction_help.html
Revision 1.4: download - view: text, annotated - select for diffs
Wed Jan 4 20:09:17 2017 UTC (7 years, 8 months ago) by damieng
Branches: MAIN
CVS tags: version_2_12_X, version_2_11_X, version_2_11_5_msu, version_2_11_5, version_2_11_4_uiuc, version_2_11_4_msu, version_2_11_4, HEAD
replaced reaction editor by a real-time preview

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<!--
$Id: reaction_help.html,v 1.4 2017/01/04 20:09:17 damieng Exp $

Copyright Michigan State University Board of Trustees

This file is part of the LearningOnline Network with CAPA (LON-CAPA).

LON-CAPA is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

LON-CAPA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with LON-CAPA; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

/home/httpd/html/adm/gpl.txt

http://www.lon-capa.org/
-->
<html> <head>
<title>Chemical Reaction Syntax Help</title>
</head>

<body>
<h1>Chemical Reaction Syntax</h1>
<h3>Description</h3>
<ul>
<li>Reactants are separated from products by '->'.</li>
<li>Individual reactants and products are separated by '&nbsp;&nbsp;+' (leading space is obligatory).</li>
<li>Numbers preceding the first symbol of a chemical specie are considered to be stoichiometric coefficients.</li>
<li>Numbers appearing after the first symbol of a chemical specie are considered to be subscripts.</li>
<li>Superscripts are initialized by '^' and terminated by a space.</li>
<li>Ionic charges are superscripts composed of a number followed by a sign (i.e. '^2+').</li>
</ul>

<h3>Examples</h3>
<ul>
<li>Ca(NO<sub>3</sub>)<sub>2</sub> is written as:<br>&nbsp;&nbsp;&nbsp;
<tt>Ca(NO3)2</tt></li>
<li>OH<sup>-</sup> + H<sub>3</sub>O<sup>+</sup> &rarr; 2H<sub>2</sub>O is written as:<br>&nbsp;&nbsp;&nbsp;
<tt>OH^- + H3O^+ -> 2H2O</tt></li>
<li>[Co(H<sub>2</sub>O)<sub>6</sub>]<sup>2+</sup> + 4Cl<sup>-</sup>  &rarr; [CoCl<sub>4</sub>]<sup>2-</sup> + 6H<sub>2</sub>O is written as:<br>&nbsp;&nbsp;&nbsp;
<tt>[Co(H2O)6]^2+ + 4Cl^- -> [CoCl4]^2- + 6H2O</tt></li>
<li><sup>3</sup><sub>1</sub>H + <sup>2</sup><sub>1</sub>H  &rarr; <sup>4</sup><sub>2</sub>He + <sup>1</sup><sub>0</sub>n is written as:<br>&nbsp;&nbsp;&nbsp;
<tt>^3 1H + ^2 1H -> ^4 2He + ^1 0n</tt></li>
</ul>
<hr />
<center>
<form><input type="button" value="  Close Help  " onClick = "window.close()" /></form>
</center>
</body> </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>