Skip to content
Binary file added medcat-v2/.media/cat-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions medcat-v2/.media/cat-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions medcat-v2/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Medical <img src="https://raw.githubusercontent.com/CogStack/MedCAT/main/media/cat-logo.png" width=45> oncept Annotation Tool (version 2)
# Medical <img src="https://github.com/CogStack/cogstack-nlp/blob/main/medcat-v2/.media/cat-logo.png" width=45> oncept Annotation Tool (version 2)

**There's a number of breaking changes in MedCAT v2 compared to v1.**
Details are outlined [here](docs/breaking_changes.md).

[![Build Status](https://github.com/CogStack/MedCAT2/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/CogStack/MedCAT2/actions/workflows/main.yml?query=branch%3main)
[![Build Status](https://github.com/CogStack/cogstack-nlp/actions/workflows/medcat-v2_main.yml/badge.svg?branch=main)](https://github.com/CogStack/cogstack-nlp/actions/workflows/medcat-v2_main.yml?query=branch%3main)
[![Documentation Status](https://readthedocs.org/projects/medcat2/badge/?version=latest)](https://medcat2.readthedocs.io/en/latest/?badge=latest)
[![Latest release](https://img.shields.io/github/v/release/CogStack/MedCAT2)](https://github.com/CogStack/MedCAT2/releases/latest)
[![Latest release](https://img.shields.io/github/v/release/CogStack/cogstack-nlp)](https://github.com/CogStack/cogstack-nlp/releases/latest)
<!-- [![pypi Version](https://img.shields.io/pypi/v/medcat.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.org/project/medcat/) -->

MedCAT can be used to extract information from Electronic Health Records (EHRs) and link it to biomedical ontologies like SNOMED-CT, UMLS, or HPO (and potentially other ontologies).
Expand Down
2 changes: 1 addition & 1 deletion medcat-v2/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
'css/overrides.css'
]

html_logo = '../media/cat-logo.svg'
html_logo = '../.media/cat-logo.svg'

html_theme_options = {
'display_version': True,
Expand Down
6 changes: 3 additions & 3 deletions medcat-v2/docs/main.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Medical <img src="https://github.com/CogStack/cogstack-nlp/blob/main/medcat-v2/media/cat-logo.png?raw=true" width=45>oncept Annotation Tool (v2)
# Medical <img src="https://github.com/CogStack/cogstack-nlp/blob/main/medcat-v2/.media/cat-logo.png?raw=true" width=45>oncept Annotation Tool (v2)

**There's a number of breaking changes in MedCAT v2 compared to v1.**
Details are outlined [here](breaking_changes.md).

[![Build Status](https://github.com/CogStack/cogstack-nlp/actions/workflows/medcat-v2_main.yml)](https://github.com/CogStack/cogstack-nlp/actions/workflows/medcat-v2_main.yml)
[![Documentation Status](https://readthedocs.org/projects/medcat2/badge/?version=latest)](https://medcat2.readthedocs.io/en/latest/?badge=latest)
[![Latest release](https://img.shields.io/github/v/release/CogStack/MedCAT2)](https://github.com/CogStack/MedCAT2/releases/latest)
[![pypi Version](https://img.shields.io/pypi/v/medcat.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.org/project/medcat/)
[![Latest release](https://img.shields.io/github/v/release/CogStack/cogstack-nlp)](https://github.com/CogStack/cogstack-nlp/releases/latest)
<!-- [![pypi Version](https://img.shields.io/pypi/v/medcat.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.org/project/medcat/) -->

MedCAT(*v2*) can be used to extract information from Electronic Health Records (EHRs) and link it to biomedical ontologies like SNOMED-CT and UMLS. Paper on [arXiv](https://arxiv.org/abs/2010.01165).

Expand Down