From 1f816ca5992a95d6d1993639817f0a29d436d94b Mon Sep 17 00:00:00 2001 From: Dean Elzinga Date: Fri, 14 Feb 2025 10:54:15 -0500 Subject: [PATCH 1/2] Fix typos & simplify blurbs Propose fixing a few typos, standardizing capitalization, and making the blurb for OpenAD toolkit more direct and vivid. --- profile/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profile/README.md b/profile/README.md index abdd267..3074967 100644 --- a/profile/README.md +++ b/profile/README.md @@ -20,7 +20,7 @@ This project is dedicated to simplifying acccess to computation chemistry models ## Key Repositories ### OpenAd toolkit [github.com/acceleratedscience/open-ad-toolkit](https://github.com/acceleratedscience/open-ad-toolkit) - Installable toolkit that can be accessed through a simple API, Jupyter Notebook Magic commands and command line for Accessing, Managing and through AI generating Datasets and properties for Small Molecules and Proteins. + Installable toolkit to simplify AI workflows for small molecules and proteins, with vivid 2D and 3D interactive visualizations. Easily handles dozens to hundreds of different models. Simple API using Jupyter notebooks (IPython Magic commands) or the command line.
### OpenAD Model Service for Bio Medical Foundation Model Small Molecule Properties @@ -30,9 +30,9 @@ This project is dedicated to simplifying acccess to computation chemistry models [BMFM Protein Properties](https://github.com/acceleratedscience/bmfm_mammal_inference) ### OpenAD Model Wrapper - Wrapper for creating a Open AD Model Service, Services can be run locally as a Pyenv or COntainer or deployed on OpenShift / Kubernetes + Wrapper for creating a Open AD Model Service. Services can be run locally in a virtual environment (venv or conda env), in a container, or deployed on OpenShift or other Kubernetes. [openad_service_utils](https://github.com/acceleratedscience/openad_service_utils) ### OpenAD Proxy for Model services [Secure Model Proxy](https://github.com/acceleratedscience/guardian) - Simple Proxy for delivering secure model services in on Openshift/Kubernetes or through a fire wall + Simple Proxy for delivering secure model services in on Openshift/Kubernetes or through a fire wall From c42488e0f3ac0c583d2efcf917edf6eda5c0a9a9 Mon Sep 17 00:00:00 2001 From: Dean Elzinga Date: Fri, 14 Feb 2025 11:10:16 -0500 Subject: [PATCH 2/2] Smooth & standardize wording --- profile/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/profile/README.md b/profile/README.md index 3074967..d692a46 100644 --- a/profile/README.md +++ b/profile/README.md @@ -1,7 +1,7 @@ # Accelerated Science -# Open Accelerated Discovery for Drug and Materials Discovery +# Open Accelerated Discovery for Materials and Drug Discovery -This project is dedicated to simplifying acccess to computation chemistry models , data and assets for the purposes of furthering scientific discovery. +Dedicated to simplifying access to computational chemistry models, data and assets, to further scientific discovery. @@ -23,16 +23,16 @@ This project is dedicated to simplifying acccess to computation chemistry models Installable toolkit to simplify AI workflows for small molecules and proteins, with vivid 2D and 3D interactive visualizations. Easily handles dozens to hundreds of different models. Simple API using Jupyter notebooks (IPython Magic commands) or the command line.
- ### OpenAD Model Service for Bio Medical Foundation Model Small Molecule Properties + ### OpenAD Model Service for BioMedical Foundation Model Small Molecule Properties [BMFM Small Molecule Properties](https://github.com/acceleratedscience/bmfm-sm) - ### OpenAD Model Service for Bio Medical Foundation Model Protein Properties + ### OpenAD Model Service for BioMedical Foundation Model Protein Properties [BMFM Protein Properties](https://github.com/acceleratedscience/bmfm_mammal_inference) - ### OpenAD Model Wrapper - Wrapper for creating a Open AD Model Service. Services can be run locally in a virtual environment (venv or conda env), in a container, or deployed on OpenShift or other Kubernetes. + ### OpenAD Model Wrapper for model services + Wrapper to make any model into a model service usable in OpenAD toolkit. Model services can be run locally in a virtual environment (venv or conda env), in a container, or deployed on OpenShift or other Kubernetes. [openad_service_utils](https://github.com/acceleratedscience/openad_service_utils) - ### OpenAD Proxy for Model services + ### OpenAD Bridge for model services [Secure Model Proxy](https://github.com/acceleratedscience/guardian) - Simple Proxy for delivering secure model services in on Openshift/Kubernetes or through a fire wall + Simple proxy for delivering secure model services on Openshift, any other Kubernetes, or through a firewall.