Skip to content

Clarify download instructions #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ https://github.com/slash-segmentation/CIL_Public_Data_JSON/tree/master/Version8_
##### How to download our data
Let's take CIL_10725 as an example.

If $json->CIL_CCDB->Data_type->Video is set to be TRUE, then you can download the following files:
If $json->CIL_CCDB->Data_type->Video is set to be TRUE, then you can download the following files using the `https://cildata.crbs.ucsd.edu/media/videos/` prefix:
```
https://cildata.crbs.ucsd.edu/media/videos/10725/10725.jpg
https://cildata.crbs.ucsd.edu/media/videos/10725/10725.flv
https://cildata.crbs.ucsd.edu/media/videos/10725/10725.zip
```

Otherwise, download the following files instead:
Otherwise, download the following files instead using the `https://cildata.crbs.ucsd.edu/media/images/` prefix:
```
https://cildata.crbs.ucsd.edu/media/images/13007/13007.jpg
https://cildata.crbs.ucsd.edu/media/images/13007/13007.tif
https://cildata.crbs.ucsd.edu/media/images/13007/13007.zip
https://cildata.crbs.ucsd.edu/media/images/10725/10725.jpg
https://cildata.crbs.ucsd.edu/media/images/10725/10725.tif
https://cildata.crbs.ucsd.edu/media/images/10725/10725.zip
```

There are alternative or supplemental files. You should check whether
Expand Down