Skip to content

Commit 0e9fb87

Browse files
committed
Removed unused data_review_tool data folders
1 parent 9d3668d commit 0e9fb87

5 files changed

Lines changed: 2 additions & 3348 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The Data Review Tool can be launched by running the following command from the r
9696
docker-compose up --build data-review-tool
9797
```
9898

99-
Once the image is built and the container is running, the Data Review Tool can be accessed at http://localhost:8050/. There is a sample "extracted entities" JSON file provided for demo purposes.
99+
Once the image is built and the container is running, the Data Review Tool can be accessed at <http://localhost:8050/>. There is a sample "extracted entities" JSON file provided for demo purposes.
100100

101101
### Data Requirements
102102

@@ -108,7 +108,7 @@ The article relevance prediction component requires a list of journals that are
108108

109109
#### Data Extraction Pipeline
110110

111-
As the full text articles provided by the xDD team are not publicly available we cannot create a public link to download the labelled training data. For access requests please contact Ty Andrews at [email protected].
111+
As the full text articles provided by the xDD team are not publicly available we cannot create a public link to download the labelled training data. For access requests please contact Ty Andrews at <[email protected]>.
112112

113113
### Development Workflow Overview
114114

@@ -142,9 +142,6 @@ WIP
142142
│ │ ├── processed/ <- Processed data
143143
│ │ └── interim/ <- Temporary data location
144144
│ ├── data-review-tool/ <- Directory for data related to data review tool
145-
│ │ ├── raw/ <- Raw unprocessed data
146-
│ │ ├── processed/ <- Processed data
147-
│ │ └── interim/ <- Temporary data location
148145
├── results/ <- Directory for results
149146
│ ├── article-relevance/ <- Directory for results related to article relevance prediction
150147
│ ├── ner/ <- Directory for results related to named entity recognition

data/data-review-tool/interim/.gitkeep

Whitespace-only changes.

data/data-review-tool/processed/.gitkeep

Whitespace-only changes.

data/data-review-tool/raw/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)