-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from MoenMi/add-pubchem-periodic-table
Add PubChem Periodic Table in Python
- Loading branch information
Showing
4 changed files
with
572 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
content/scripts/A_overview/pubchem-periodic-table_overview.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
PubChem Periodic Table | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
|
||
.. sectionauthor:: Michael T. Moen <mtmoen@crimson.ua.edu> | ||
|
||
Brief Overview | ||
**************** | ||
|
||
PubChem is a database of chemical molecules and their properties. It is maintained by the National Center for Biotechnology Information (NCBI), a division of the National Library of Medicine (NLM) at the National Institutes of Health (NIH). PubChem is a key chemical information resource for scientists, students, and the general public. | ||
|
||
The PubChem Periodic Table API provides programmatic access to a machine-readable periodic table. An API key is not required for this API, but a rate limit of 5 requests per second is enforced. | ||
|
||
See the PubChem Periodic Table[#ppt1]_ and PubChem APIs documentation[#ppt2]_ for more information on accessing the API. Please check the terms of use[#ppt3]_ for more information on the usage of this API. | ||
|
||
.. rubric:: References | ||
|
||
.. [#ppt1] `<https://pubchem.ncbi.nlm.nih.gov/periodic-table/>`_ | ||
.. [#bea2] `<https://pubchemdocs.ncbi.nlm.nih.gov/programmatic-access>`_ | ||
.. [#bea3] `<https://www.ncbi.nlm.nih.gov/home/about/policies/>`_ | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.