You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each dataset is a .json file with the following shape:
{
// name of the secondary study"name": "alli",
// the studies included in the secondary study's GS."gs": [
{
// id of the study, respective to the current secondary study"id": 3,
// metadata"title": "Data augmentation using... Omitted for brevity",
"abstract": "Dysarthria is a speech-motor disorder... Omitted for brevity",
"keywords": "Microphone array, multi-resolution..., Omitted for brevity",
// references of this study"references": [
// ID of the referenced study38
]
},
]
}