Skip to content

Commit

Permalink
Merge pull request #161 from BaderLab/add-slack-channel-link
Browse files Browse the repository at this point in the history
Add link to Slack channel

Former-commit-id: 501f5a67898b1ac6c0b4db7c094ff0d72c7bd428 [formerly 0a5dfa9c3a71813f9b482ab8b3b72a88fa213e02] [formerly 17725f4698bfadabf46713ca4f8a5a6c7c507fee [formerly 38fe025]]
Former-commit-id: 56cf06558ff984f7c1bdfb4f445a9a84bb35d377 [formerly 2de61663e0ca69f38c513697dc21a4137022dfea]
Former-commit-id: cace05224066770a992e1bb4192a41081f13da3a
  • Loading branch information
JohnGiorgi committed Aug 2, 2019
2 parents b05081b + 900142b commit d0221c0
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
<a href='https://coveralls.io/github/BaderLab/saber?branch=master'>
<img src='https://coveralls.io/repos/github/BaderLab/saber/badge.svg?branch=master' alt='Coverage Status'/>
</a>
<a href='https://spacy.io'>
<img src='https://img.shields.io/badge/spaCy-v2-09a3d5.svg' alt='Spacy Version'/>
</a>
<a href='http://makeapullrequest.com'>
<img src='https://img.shields.io/badge/PRs-welcome-blue.svg?style=shields' alt='PRs Welcome'/>
</a>
Expand All @@ -29,6 +26,11 @@
<a href='https://colab.research.google.com/drive/1WD7oruVuTo6p_908MQWXRBdLF3Vw2MPo'>
<img src='https://img.shields.io/badge/launch-Google%20Colab-orange.svg' alt='Colab'/>
</a>
</a>
<a href='https://join.slack.com/t/saber-nlp/shared_invite/enQtNzE0MzY5ODM3MTc0LWZmY2VjMTY5MjllMmIzNDhkM2VhZjk5ODE1MDYyZjE5OGFjYWVhY2I2NDk5Yjk1N2Q3NTI4YTdhMTI5MjRiOGY'>
<img src='https://img.shields.io/badge/slack-@saber--nlp-blueviolet.svg?logo=slack' alt='Slack'/>
</a>

</p>

<p align="center"><b>Saber</b> (<b>S</b>equence <b>A</b>nnotator for <b>B</b>iomedical <b>E</b>ntities and <b>R</b>elations) is a deep-learning based tool for <b>information extraction</b> in the biomedical domain.
Expand Down Expand Up @@ -188,3 +190,7 @@ or pass the `--help` flag to any of the command-line interfaces
```
python -m src.cli.train --help
```

Feel free to open an issue or reach out to us on our slack channel ([![Slack](https://img.shields.io/badge/slack-@saber--nlp-blueviolet.svg?logo=slack)](https://join.slack.com/t/saber-nlp/shared_invite/enQtNzE0MzY5ODM3MTc0LWZmY2VjMTY5MjllMmIzNDhkM2VhZjk5ODE1MDYyZjE5OGFjYWVhY2I2NDk5Yjk1N2Q3NTI4YTdhMTI5MjRiOGY)) for more help.


0 comments on commit d0221c0

Please sign in to comment.