From 9177593dbf5ec1f98c4a1eb6bc728d381775980d Mon Sep 17 00:00:00 2001 From: Kastan Day Date: Mon, 29 Jul 2024 12:29:33 -0700 Subject: [PATCH 1/3] Add links to 4 backend repos, improve code dependency discovery. --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1362f8..7a27682 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,21 @@ # Chemscraper -This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.6. +## Backend repositories & related codebases + +Chemscraper frontend leverages these backends to parse chemical symbols and render the results. + +* [Chemscraper backend](https://gitlab.com/dprl/graphics-extraction/-/tree/prod), the primary entrypoint into backend code. +* [Symbolscraper container](https://gitlab.com/dprl/symbolscraper-server), chemical parsing of parsing *'born digital'* PDFs. +* [YOLO container](https://gitlab.com/dprl/yolov8sever) for localizing chemical symbols. +* [Line-of-sight with Graph Attention Parser (LGAP)](https://gitlab.com/dprl/lgap-parser), visual parser to recognize chemical symbols from images. + +These 4 containers are built via [this Docker Compose](https://gitlab.com/dprl/dprl-alphasynthesis), and deployed via [this Helm chart](https://github.com/moleculemaker/chemscraper-helm-chart) in Kubernets. ## Development server -For marwin.js license add the following lines to the ~/.npmrc file: +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.6. + +For marwin.js license add the following lines to your `~/.npmrc`: ``` @chemaxon:registry=https://hub.chemaxon.com/artifactory/api/npm/npm/ hub.chemaxon.com/artifactory/api/npm/npm/:_auth="" From 45ac8e2d778f36e3e4e7c45022a75d4aff5b3993 Mon Sep 17 00:00:00 2001 From: Sara Lambert Date: Tue, 27 Aug 2024 15:04:32 -0500 Subject: [PATCH 2/3] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a27682..40826cc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ These 4 containers are built via [this Docker Compose](https://gitlab.com/dprl/d This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.1.6. -For marwin.js license add the following lines to your `~/.npmrc`: +For marvin.js license add the following lines to your `~/.npmrc`: ``` @chemaxon:registry=https://hub.chemaxon.com/artifactory/api/npm/npm/ hub.chemaxon.com/artifactory/api/npm/npm/:_auth="" From dcb54ed600389937854b04c9e129280bd6612677 Mon Sep 17 00:00:00 2001 From: Sara Lambert Date: Tue, 27 Aug 2024 15:05:49 -0500 Subject: [PATCH 3/3] Fixed minor typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40826cc..3ffe063 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Chemscraper frontend leverages these backends to parse chemical symbols and rend * [YOLO container](https://gitlab.com/dprl/yolov8sever) for localizing chemical symbols. * [Line-of-sight with Graph Attention Parser (LGAP)](https://gitlab.com/dprl/lgap-parser), visual parser to recognize chemical symbols from images. -These 4 containers are built via [this Docker Compose](https://gitlab.com/dprl/dprl-alphasynthesis), and deployed via [this Helm chart](https://github.com/moleculemaker/chemscraper-helm-chart) in Kubernets. +These 4 containers are built via [this Docker Compose](https://gitlab.com/dprl/dprl-alphasynthesis), and deployed via [this Helm chart](https://github.com/moleculemaker/chemscraper-helm-chart) in Kubernetes. ## Development server