How to find and open the ChemDraw file containing a drawing of a generic structure.

  1. If you haven't already done so, open ../data.js.
  2. In ../data.js, identify the five-membered array representing the compound whose MOL representation you want to add or whose ChemDraw drawing you want to modify.
  3. Move the cursor upward from the beginning of the five-membered array until you reach the line that describes the generic structure with which your new compound is associated. The line always begins with open square bracket, not a tab character. For example:
    [ 	['hyperscabroneB', 'exo', 'A', 'uncaged', 'bicyclononanes'],
    
    The first string in this line is the name of the ChemDraw and PNG files containing the drawing of the generic structure. (Subsequent items in the array are search terms.) The name of the file is the name of one of the compounds associated with this structure, but with the space character deleted.
  4. Open ../ChemDraw files/ and identify the ChemDraw file with the appropriate name.
  5. Go back to the previous page.