How to record that an existing compound has been rediscovered and given a distinct name.
- Add the reference to ../refs.html.
- In ../data.js, search for the name of the compound that has been rediscovered.
- Add , a.k.a. newName after the existing name but before the single apostrophe.
- Move the cursor down three lines. You will be at the first (and perhaps only) line associated with the reference(s).
- Add the new reference to the existing reference(s).
- 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.
- Open ../molStrucs.js. Note: this is a very long document.
- Search for the original name of the compound.
- Replace the compound's original name with the new name that you copied. You do not need to change the MOL representation.
- Save and close the document.
- Verify your work.