Meeting notes:
- dropbox for database location (may or may not take format of sql database)
- set meeting for July 17 Hackathon with Luscombe summer students (UnitTests, Travis CI, pypi, readthedocs/sphinx/ghpages/pep8)
- July 5th Wes+David hacky hack establish how/what we are going to store (abstracts/text/figures/tables). So far David has been using beautiful soup. He's taken an algorithmic approach to parsing science direct (where the text is saved each time, etc.)
This repository describes how to identify organic chemical candidates that can function as flame retardants or corrosion inhibitors from published papers.
Python package ChemDataExtractor,bs4 and pandas are required for running the count_chemical_occurrences.ipynb
1.Search at web of science using keyword "organic corrosion inhibitor" and "organic flame retardant" .
2.Click "Export" at the top of result page, choose "Other File Formats" and then select "Author, Title, Source, Abstract" for Record Content and "HTML" for File Format.
3.Save the HTML files under the data folder.
Run count_chemical_occurrences.ipynb. Two csv files respectively named as "corrosion_inhibitor_list.csv" and "flame_retardant_list.csv" are generated, listing candidates for each category.
Import csv files to ChemAxon, generate and download molecular representations.