geekan / geekan/HowToLiveLonger
SS-1: HowToLiveLonger-GlobalChem Connection
- Dominant language
- No language data
- Stars
- 35.1k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I keep track of drug and chemical compounds relevant to different communities. And distribute it on GitHub as a knowledge graph.
Recently, I came across your list and listed in section 6.1.5 and I want to add it as a relevant chemical list to my network so I can design better drugs for everyone with information from everyone. I would like to ask for your input into my interpretation of your list and allow permission for me to add this data.
Still working on the chinese translation, please forgive me there:
Github (English): https://github.com/Sulstice/global-chem
Github (Chinese): https://github.com/Sulstice/global-chem/blob/master/README.chinese-simp.md
Thank you.
```python
class HowToLiveLonger(object):
___version__ = '0.0.1'
def __init__(self):
self.name = 'how_to_live_longer'
def get_smiles(self):
smiles = {
'metformin': 'CN(C)C(=N)N=C(N)N',
'glucosamine': 'NC1C(OC(C(O)C1O)CO)O',
'chondroitin_sulfate: 'CC(=O)NC1C(C(C(OC1O)OS(=O)(=O)O)O)OC2C(C(C(C(O2)C(=O)O)O)O)O',
'spermidine': 'C(CCNCCCN)CN',
}
```
If there are any I am missing or you would like to add then please me know
Cheers,
-Sul
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.