March 19, 2024, 04:00:33 AM
Forum Rules: Read This Before Posting


Topic: How to properly format posts at Chemical Forums  (Read 97085 times)

0 Members and 1 Guest are viewing this topic.

Online Borek

  • Mr. pH
  • Administrator
  • Deity Member
  • *
  • Posts: 27624
  • Mole Snacks: +1799/-410
  • Gender: Male
  • I am known to be occasionally wrong.
    • Chembuddy
How to properly format posts at Chemical Forums
« on: May 26, 2012, 03:00:29 PM »
Chemical Forums aims at helping chemistry students. That means many of the questions posted require use of formulae - either chemical ones (like H2PO4-) or mathematical ones (like [itex]E = E_0 + \frac {RT}{nF}\ln Q[/itex]). You may even need to use a structural formula like

c1c(C(=O)O)c(OC(=O)C)ccc1

To make your questions easier to understand for others, please do your best to properly format your posts, it increases your chances of getting a correct and fast answer. Entering structural formulae that are displayed as images is covered in the next post in this thread.

In general the best way to format chemical formulae is to use subscripts and superscripts. For example to enter formula of water you can enter it as H2O, mark 2 and click sub button placed in the second row of icons above the edit field. It will add [sub][/sub] tags around 2 so that it will be displayed as 2, and water formula will be displayed as H2O. Similarly you can use sup button to format charges with [sup][/sup] tags. To make things faster some of the most often used numbers are also present in the line Other symbols: above the edit field. While technically it is possible to enter chemical formulae using LaTeX, it is not recommended.

To enter some simple symbols like ° for temperature, middle dot for water of crystallization, Greek letters in the text and arrows, just click their symbols above the edit field.

Mathematical formulae should be entered using LaTeX. To enter formula that will stay in its own line surround it with [tеx][/tеx] tags, to enter formula that will stay inline surround it with [itеx][/itеx] tags. (It is also possible to use double $ and double # delimiters you may know from the LaTeX, but once again, we don't recommend it). There are many LaTeX tutorials on the web, and many quite comprehensive documents describing LaTeX use (like this one: http://en.wikibooks.org/wiki/LaTeX/Mathematics), but the basics are very simple. For example if you enter ax^2 + bx +c = 0 (surrounded by the [tеx][/tеx] tags) it will be rendered as

[tex]ax^2 + bx + c = 0[/tex]

^ is for superscript, _ is for subscript of the following character (or group of characters). In LaTeX formulae you can easily enter Greek letters (enter the name preceded by the backslash - \Delta for Δ and \delta for δ, Greek letters listed above the edit field won't work here), group symbols using curly braces, create fractions and root symbols with LaTeX codes \frac (two following symbols or symbol groups will land in the nominator and denominator) and \sqrt (again, following symbol or symbols group will land under the root symbol) and so on:

[tex]x_{1,2} = \frac {-b\pm\sqrt\Delta}{2a}[/tex]

[tex]\frac 1 {2I} \left(\frac\hbar i\right)^2 \left[\frac 1 {\sin\theta} \frac \delta {\delta \theta} (\sin \theta \frac \delta {\delta\theta})+\frac 1 {\sin^2\theta} \frac {\delta^2}{\delta \phi ^2}\right]\Psi=E\Psi[/tex]

[tex]C \iiint^{+\infty}_{-\infty}e^{-\frac \beta {2m} (p^2_x+p^2_y+p^2_z)}dp_x dp_y dp_z = 1[/tex]

Please right-click the above equations and select Show Math As->TeX Commands to see how it was entered. \pm generates ± symbol, \hbar generates ħ and so on.

If you want to test your LaTeX expressions before posting them at chemicalforums, you can do so at the forkosh sandbox - just remember to add tex tags before posting your LaTeX here.

Please don't mix LaTeX and tags in a single formula, it is never necessary and never makes sense. You can mix them in a single post, but entering sulfuric acid as H[itex]_2[/itex]SO[itex]_4[/itex] (LaTeX subscript in normal text) instead of H2SO4 (tagged subscript in normal text) makes it look awkward and is not guaranteed to work correctly.

Note: [B] is the opening tag used to mark bolded parts of the text. Unfortunately, exactly the same symbol is quite often used to denote concentration of a compound 'B', especially when dealing with equilibrium and kinetic equations. In effect in your post there will be no single [B] symbol present, instead, whole post from the first occurrence of [B] to the end will be bolded. There are two possible solutions. First, simple and fast one, is to enter additional space after the opening square bracket - that is, to use [ B] instead of [B]. Second it to use [nоbbc][/nоbbc] tags - whatever is between them is not treated as UBBC code, so [nоbbc][B][/nоbbc] is rendered as [B]. If you plan on using LaTeX you can be forced to use nobbc trick (outside of tex tags) as well.

And don't cry "hеlp!" in your posts. We know you need help, that's why you came here and posted. Your "hеlp!" will be replaced by "delete me*". It is an old joke built into forum many years ago.
« Last Edit: December 12, 2012, 02:12:34 PM by Borek »
ChemBuddy chemical calculators - stoichiometry, pH, concentration, buffer preparation, titrations.info

Online Borek

  • Mr. pH
  • Administrator
  • Deity Member
  • *
  • Posts: 27624
  • Mole Snacks: +1799/-410
  • Gender: Male
  • I am known to be occasionally wrong.
    • Chembuddy
Entering structural formulae using SMILES
« Reply #1 on: November 29, 2012, 05:52:35 AM »
Structural formulae can be shown either as an attached image or by using SMILES and [smiles][/smiles] tags. To show a structure simply put its SMILES code in the [smiles][/smiles] tags (you can enter them using SMILES button above the editor window) and the forum system will take care of drawing the image:

[smiles]C=CC(=O)O[/smiles]

C=CC(=O)O

SMILES stands for Simplified molecular-input line-entry system - way of describing the chemical molecules with a simple ASCII string. SMILES are easy enough to be used directly - as the string bears a resemblance to the molecule itself (especially for simple molecules). Most (if not all) chemical drawing programs either accept or generate SMILES.

Every molecule is build as a chain (possibly branched, or closed to create cycles) of atoms. Atoms that are commonly seen in organic molecules - C, N, O, P, B, S, F, Cl, Br and I - are written just using their chemical symbols, and it is assumed they are connected to neighboring atoms and all free valences are used by implicit hydrogens. So propane is just CCC:

[smiles]CCC[/smiles]

CCC

buthyl mercaptan is CCCCS:

CCCCS

and ethyl methyl ether is CCOC:

CCOC

Other elements require adding square brackets around the symbol. For example we will use them to display a formula of the Grignard reagent CC[Mg]Br:

CC[Mg]Br

It is not an error to use square brackets around the organic elements, actually sometimes it is necessary, as we can add some information about the atom properties - like charge - inside the square brackets. For example ethoxide anion is CC[O-]:

CC[O-]

For multiple charges use +++ or +3 notation - so both [Al+++] and [Al+3] are correct.

Sometimes parts of the molecule are not that important, and we want to mark them with a generic label "R", meaning "rest of molecule". It can be done with [*:1] - that means any group (*) number 1. So the general ether formula is [*:1]O[*:2]:

[*:1]O[*:2]

Double and triple bonds are marked with = and #, so acetonitrile is CC#N:

CC#N

and acrolein is C=CC=O:

C=CC=O

These were all simple chains. Whenever the chain is branched, the branch is put in parentheses after the atom to which it is connected. So the triethylamine is CCN(CC)CC

CCN(CC)CC

and acetone is CC(=O)C (carbonyl sticks out of the main chain, so it is treated as a branch):

CC(=O)C

Things get tricky when we want cycles - we need to add digits to show which atoms in the chain are connected. So CCCCCC is hexane, but C1CCCC1C is methylcyclopentane - C1 is connected to C1:

C1CCCC1C

For aromatic rings small letters are used - pyridine is c1ccccn1 (c1 connected to n1):

c1ccccn1

and quinoline is n1cccc2ccccc12 (several cycles - and several numbers - is where things become hard to follow, n1 is connected to c1, c2 is connected to c2, c12 means this particular carbon has two numbers; for numbers with more than one digit they would be separated by % - like c5%11%12):

n1cccc2ccccc12

These are just basics used in organic chemistry. There is a lot more to SMILES, but this is just a short introduction that should let you use it for the simple cases. If you want to learn more, please consult SMILES at Daylight site or SMILES at wikipedia.

Unfortunately there is no control over the orientation of the rendered molecules. If you need to have a better control over the way molecule is displayed, the best approach is to draw it using some external tool (like free ChemSketch), export the image as png graphics, and attach it to the post using Additional Options... link below the edit field. Please remember to keep the width of the image below 700 pixels, otherwise they can be displayed only partially.

Images are rendered using indigo-depict (Copyright © 2009-2011 GGA Software Services LLC) used under GNU General Public License.
« Last Edit: January 10, 2020, 03:33:32 AM by Borek »
ChemBuddy chemical calculators - stoichiometry, pH, concentration, buffer preparation, titrations.info

Offline sjb

  • Global Moderator
  • Sr. Member
  • ***
  • Posts: 3653
  • Mole Snacks: +222/-42
  • Gender: Male
Re: How to properly format posts at Chemical Forums
« Reply #2 on: October 20, 2020, 02:02:44 AM »
Just to add to this, as I didn't know until just now, you can (now) add reactions in SMILES too. See https://www.daylight.com/dayhtml_tutorials/languages/smiles/index.html for some detail.

For instance
[ SMILES]C.O=O>O=[O+]-[O-]>
O=C=O.O[/SMILES]

renders as C.O=O>O=[O+]-[O-]><br />O=C=O.O

and

[ SMILES]CC(=[O:1])[OH:2].
CC[OH:3]>[H+]>
CC(=[O:1])[O:3]CC.
[OH2:2][/SMILES]

as
CC(=[O:1])[OH:2].<br />CC[OH:3]>[H+]><br />CC(=[O:1])[O:3]CC.<br />[OH2:2]

Sponsored Links