Skip to content

BIDS-Xu-Lab/bike-datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

BIKE Datasets

The actual datasets are hosted at https://huggingface.co/datasets/medviz/bike-datasets

Due to the large size of data files, please install git-lfs and enable it first before downloading the data files.

Development

Install git-lfs:

brew install git-lfs
git lfs install

Add your SSH key to HuggingFace https://huggingface.co/settings/keys.

Then you can download the dataset from HuggingFace.

git clone [email protected]:datasets/medviz/bike-datasets

After downloading this repo, check the file size in the data/medviz folder. The file size of those .tsv files should be quite large. If not, usually it's caused by missing of git-lfs

image

Server

TBD

File Format

All datasets should follow the following naming convention.

  1. File name all upper case.
  2. File type and extension is lower case.

XXX-YYY.meta.json

XXX-YYY.tsv

To ensure the loading by frontend, the .tsv file must be in the correct format:

pid, title, abstract, journal, year, mesh_terms, color, x, y, size

The mesh_terms column should be a list of keywords seperated by ;, for example: Infections;Kidney;Kidney Diseases;Microscopy, Electron;Poultry Diseases;Specific Pathogen-Free Organisms

XXX-YYY.topics.json

Releases

No releases published

Packages

No packages published