Skip to content

Commit 32df37b

Browse files
authored
Release 1.1.1 (#168)
* Add ID, Contact and COVID Symptom annotation DB models * Update mongoengine to 0.23.1 for better EnumField support * Use enum in annotation DB models * Add support for new annotations to controller * Add context around image in README * Run npm run generate:server:edge * Fix DB annoration model * Bump project version to 1.1.1
1 parent ae8c2e7 commit 32df37b

23 files changed

Lines changed: 2824 additions & 23 deletions

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@ This Data Node can be used to:
2424
- Create and manage annotation stores
2525
- Store and retrieve text annotations
2626

27+
The figure below illustrates the organization of the data. A Dataset can have
28+
one or more FhirStores and AnnotationStores. An AnnotationStore can include
29+
different types of annotations. In NLPSandbox.io, the gold standard of a dataset
30+
is stored in one AnnotationStore. We then use N AnnotationStores to store the
31+
predictions generated by N tools contributed to NLPSandbox.io.
32+
2733
<img src="images/data-node.png" width="300">
2834

2935
### Specification
3036

31-
- Data Node API version: 1.1.0
32-
- Data Node version: 1.1.0
37+
- Data Node API version: 1.1.1
38+
- Data Node version: 1.1.1
3339
- Docker image: [nlpsandbox/data-node]
3440

3541
## Usage

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- "${MONGO_PORT}:27017"
1818

1919
data-node:
20-
image: nlpsandbox/data-node:1.1.0
20+
image: nlpsandbox/data-node:1.1.1
2121
build:
2222
context: server
2323
dockerfile: Dockerfile

0 commit comments

Comments
 (0)