Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chem4word/version3-2

Version 2022 (3.2) of Chem4Word - A Chemistry Add-In for Microsoft Word
https://github.com/chem4word/version3-2

addin cheminformatics chemistry csharp microsoft-office microsoft-word molecule openxml openxml-sdk structure

Last synced: about 2 months ago
JSON representation

Version 2022 (3.2) of Chem4Word - A Chemistry Add-In for Microsoft Word

Awesome Lists containing this project

README

        

# Introduction
This project is Version 3.2 of the Chemistry for Word Add-In

## Code of Conduct
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.

For more information see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct).

## Getting Started
1. Installation process see $/docs/Chem4Word-Version3-2-Developer-SetUp.docx
2. Software dependencies Office 2010/2013/2016/2019/2021/2024/365 (Installed on Desktop)
3. Recomeded screen resolution 1920x1080 (minimum 1366x768)
4. Git Clone of main branch

## Build and Test
The Chemistry for Word Add-in (Chem4Word) is contained within a single Visual Studio solution located at src/Chem4Word.V3-2.sln
This solution has two main projects (use Set as Start Up then run the project), from time to time there may be other utility or PoC projects.
1. Chem4Word.V3 is the Add-In
2. WinForms.TestHarness this allows testing of a the Editing subset of operations without starting MS Word

All unit tests are written with XUnit
Azure Devops Build must be set to use VS2022 build agent

## List of NuGet packages
| Package | Version | Licence | Reference Count |
|--|--|--|--|
|Azure.Core.Amqp|1.3.0|MIT|2|
|Azure.Core|1.41.0|MIT|2|
|Azure.Messaging.ServiceBus|7.17.5|MIT|2|
|DocumentFormat.OpenXml.Framework|3.0.2|MIT|2|
|DocumentFormat.OpenXml|3.0.2|MIT|2|
|DotNetProjects.WpfToolkit.Input|6.1.94|MS-PL|1|
|EntityFramework|6.5.1|Apache-2.0|2|
|Jacobslusser.ScintillaNET|3.6.3|MIT|1|
|Microsoft.Azure.Amqp|2.6.9|MIT|2|
|Microsoft.Bcl.AsyncInterfaces|8.0.0|MIT|2|
|Microsoft.NETCore.Platforms|7.0.4|MIT|2|
|Microsoft.TestPlatform.ObjectModel|17.10.0|MIT|1|
|Microsoft.Xaml.Behaviors.Wpf|1.1.122|MIT|1|
|Microsoft_VisualStudio_QualityTools_UnitTestFramework.STW|12.0.21005.1|Microsoft|1|
|Newtonsoft.Json|13.0.3|MIT|15|
|NuGet.Frameworks|6.10.1|Apache 2.0|1|
|Ookii.Dialogs.WinForms|4.0.0|Public Domain|1|
|Stub.System.Data.SQLite.Core.NetFramework|1.0.118.0|Public Domain|2|
|System.Buffers|4.5.1|MIT|4|
|System.ClientModel|1.0.0|MIT|2|
|System.Collections.Immutable|8.0.0|MIT|2|
|System.Data.SQLite.Core|1.0.118.0|Public Domain|2|
|System.Data.SQLite.EF6|1.0.118.0|Public Domain|2|
|System.Data.SQLite.Linq|1.0.118.0|Public Domain|2|
|System.Data.SQLite|1.0.118.0|Public Domain|2|
|System.Diagnostics.DiagnosticSource|8.0.1|Public Domain|2|
|System.IO.FileSystem.Primitives|4.3.0|MS-.NET-Library|2|
|System.IO.Packaging|8.0.0|MIT|2|
|System.Memory.Data|8.0.0|MIT|2|
|System.Memory|4.5.5|MIT|4|
|System.Net.Http|4.3.4|MS-.NET-Library|9|
|System.Numerics.Vectors|4.5.0|MIT|4|
|System.Reflection.Metadata|8.0.0|MIT|1|
|System.Resources.Extensions|8.0.0|MIT|1|
|System.Runtime.CompilerServices.Unsafe|6.0.0|MIT|4|
|System.Runtime.InteropServices.RuntimeInformation|4.3.0|MS-.NET-Library|2|
|System.Security.Cryptography.Algorithms|4.3.1|MS-.NET-Library|9|
|System.Security.Cryptography.Encoding|4.3.0|MS-.NET-Library|9|
|System.Security.Cryptography.Primitives|4.3.0|MS-.NET-Library|9|
|System.Security.Cryptography.X509Certificates|4.3.2|MS-.NET-Library|9|
|System.Text.Encodings.Web|8.0.0|MIT|2|
|System.Text.Json|8.0.4|MIT|2|
|System.Threading.Tasks.Extensions|4.5.4|MIT|2|
|System.ValueTuple|4.5.0|MIT|6|
|Unofficial.Ionic.Zip|1.9.1.8|Unknown ?|3|
|xunit.abstractions|2.0.3|Apache-2.0|1|
|xunit.analyzers|1.15.0|Apache-2.0|1|
|xunit.assert|2.9.0|Apache-2.0|1|
|xunit.core|2.9.0|Apache-2.0|1|
|xunit.extensibility.core|2.9.0|Apache-2.0|1|
|xunit.extensibility.execution|2.9.0|Apache-2.0|1|
|xunit.runner.console|2.9.0|Apache-2.0|1|
|xunit.runner.visualstudio|2.8.2|Apache-2.0|1|
|xunit|2.9.0|Apache-2.0|1|

## Acknowledgements
1. [CEVOpen](https://github.com/petermr/CEVOpen) - This data represents about 2100 unique chemical names of volatile plant chemicals (essential oils) from the EssoilDB 1.0 database (compiled from the scientific literature over about 10 years in Dr Yadav's laboratory). They are made available for re-use by anyone for any purpose (CC0). We would appreciate acknowledgement of EssoilDB and the following people who extracted and cleaned the data during 2019. (Gitanjali Yadav, Ambarish Kumar, Peter Murray-Rust).

## Contribute
Please feel free to contribute to the project.
Create your own branch, make your changes then create a Pull Request to initiate a merge into the master branch.

### .NET Foundation
This project is supported by the [.NET Foundation](https://dotnetfoundation.org).