https://github.com/bernhardwebstudio/chemwizard
Word Plugin with the purpose to simplify the task of writing a chemistry report
https://github.com/bernhardwebstudio/chemwizard
add-in chemistry microsoft-word
Last synced: 9 months ago
JSON representation
Word Plugin with the purpose to simplify the task of writing a chemistry report
- Host: GitHub
- URL: https://github.com/bernhardwebstudio/chemwizard
- Owner: BernhardWebstudio
- License: bsd-3-clause
- Created: 2017-10-08T17:58:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-01T05:19:45.000Z (about 3 years ago)
- Last Synced: 2025-05-30T18:06:32.726Z (about 1 year ago)
- Topics: add-in, chemistry, microsoft-word
- Language: JavaScript
- Size: 20.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChemWizard
Word Plugin with the purpose to simplify the task of writing a chemistry report
This add-in is *the* one for the relevant tasks related to chemistry. When filling out a
table for a report, this plugin will help you save time by fetching the data from the internet or resolving the
hazardous and precautionary statements. Just select the table, which should be completed, and press the appropriate
button in the ribbon bar to complete the table. Read on to learn more on the available functions.
## Functionality
- complete table with PubChem data
- translate H & P numbers to their appropriate equivalent sentences
### Complete table with PubChem
Choose a table, which you want to complete and click the appropriate button.
The table has to be formated as follows: the first row should contain the name of the property you want to load, whereas
the first column should contain the name of your contain. Available properties can be seen up here:
[PubChem API](https://pubchem.ncbi.nlm.nih.gov/pug_rest/PUG_REST.html)
### Complete H & P sentences table with text
Choose a table which contains identifiers for hazardous or precautionary statements,
e.g. "H201", and press the appropriate button. The plugin will replace it with "H201 : Explosive; mass explosion hazard".
## Availability
ChemWizard is available for Word 2016+, Word 2016 for Mac and Word Online and can be downloaded from the
[Office Add-in store](https://store.office.com/app.aspx?assetid=WA104381302&mktcmpid=GitHub&mktvid=PN42949681484).
## Contributions
Contributions are very welcome. Feel free to fork, change and send pull requests.
Or just open an issue if you have questions.
## TODO
- [ ] be more flexible about table layout
- [ ] load H&P data & safety symbols too from a database (which one?)
- [ ] design a more modern logo
- [ ] localize ([docs](https://dev.office.com/docs/add-ins/develop/localization))