Skip to content

Version 2024 (3.3) of Chem4Word - A Chemistry Add-In for Microsoft Word

License

Notifications You must be signed in to change notification settings

Chem4Word/Version3-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project is Version 3.3 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.

Getting Started

  1. Installation process see $/docs/Chem4Word-Version3-3-Developer-SetUp.docx
  2. Software dependencies Office 2010/2013/2016/2019/2021/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-3.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 License Reference Count
Azure.Core.Amqp 1.3.0 MIT 2
Azure.Core 1.38.0 MIT 2
Azure.Messaging.ServiceBus 7.17.3 MIT 2
DocumentFormat.OpenXml.Framework 3.0.1 2
DocumentFormat.OpenXml 3.0.1 MIT 2
DotNetProjects.WpfToolkit.Input 6.1.94 MS-PL 1
EntityFramework 6.4.4 Apache-2.0 3
Google.Protobuf 3.25.3 BSD-3-Clause 1
Grpc.Tools 2.62.0 Apache-2.0 1
Jacobslusser.ScintillaNET 3.6.3 MIT 1
Meziantou.Framework.Win32.CredentialManager 1.6.0 MIT 1
Microsoft.Azure.Amqp 2.6.5 MIT 2
Microsoft.Bcl.AsyncInterfaces 8.0.0 MIT 2
Microsoft.NETCore.Platforms 7.0.4 MIT 2
Microsoft.TestPlatform.ObjectModel 17.9.0 MIT 1
Microsoft.Xaml.Behaviors.Wpf 1.1.77 MIT 1
Microsoft_VisualStudio_QualityTools_UnitTestFramework.STW 12.0.21005.1 Microsoft 1
Newtonsoft.Json 13.0.3 MIT 16
NuGet.Frameworks 6.9.1 Apache-2.0 1
Ookii.Dialogs.WinForms 4.0.0 BSD-3-Clause 1
Standard.Licensing 1.1.7 MIT 1
Stub.System.Data.SQLite.Core.NetFramework 1.0.118.0 Public Domain 4
System.Buffers 4.5.1 MIT 5
System.ClientModel 1.0.0 2
System.Collections.Immutable 8.0.0 MIT 2
System.Data.SQLite.Core 1.0.118.0 Public Domain 3
System.Data.SQLite.EF6 1.0.118.0 Public Domain 3
System.Data.SQLite.Linq 1.0.118.0 Public Domain 3
System.Data.SQLite 1.0.118.0 Public Domain 3
System.Diagnostics.DiagnosticSource 8.0.0 Public Domain 2
System.IO.Compression.ZipFile 4.3.0 MS-.NET-Library 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 5
System.Net.Http 4.3.4 MS-.NET-Library 9
System.Numerics.Vectors 4.5.0 MIT 5
System.Reflection.Metadata 8.0.0 MIT 1
System.Resources.Extensions 8.0.0 MIT 1
System.Runtime.CompilerServices.Unsafe 6.0.0 MIT 5
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.2 MIT 2
System.Threading.Tasks.Extensions 4.5.4 MIT 2
System.ValueTuple 4.5.0 MIT 19
VirtualizingWrapPanel 2.0.5 MIT 1
xunit.abstractions 2.0.3 Apache-2.0 1
xunit.analyzers 1.11.0 Apache-2.0 1
xunit.assert 2.7.0 Apache-2.0 1
xunit.core 2.7.0 Apache-2.0 1
xunit.extensibility.core 2.7.0 Apache-2.0 1
xunit.extensibility.execution 2.7.0 Apache-2.0 1
xunit.runner.console 2.7.0 Apache-2.0 1
xunit.runner.visualstudio 2.5.7 Apache-2.0 1
xunit 2.7.0 Apache-2.0 1

Acknowledgements

  1. 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.