How to record that an existing compound has been rediscovered and given a distinct name.

  1. Add the reference to ../refs.html.

  2. In ../data.js, search for the name of the compound that has been rediscovered.
  3. Add , a.k.a. newName after the existing name but before the single apostrophe.
  4. Move the cursor down three lines. You will be at the first (and perhaps only) line associated with the reference(s).
  5. Add the new reference to the existing reference(s).
  6. Copy the new full name of the compound, including the a.k.a. newName part, as written in the second member of the five-membered array that describes the compound.
  7. Open ../molStrucs.js. Note: this is a very long document.
  8. Search for the original name of the compound.
  9. Replace the compound's original name with the new name that you copied. You do not need to change the MOL representation.
  10. Save and close the document.
  11. Verify your work.