Skip to content

Commit

Permalink
Merge pull request #94 from nicoalee/BTP-16-add-ezbids-landing-page
Browse files Browse the repository at this point in the history
Btp 16 add ezbids landing page
  • Loading branch information
nicoalee committed Oct 3, 2023
2 parents 2855ce2 + 0a6416e commit 846c50f
Show file tree
Hide file tree
Showing 16 changed files with 8,757 additions and 10,049 deletions.
2 changes: 1 addition & 1 deletion handler/ezBIDS_core/ezBIDS_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ def generate_dataset_list(uploaded_files_list, exclude_data):

def organize_dataset(dataset_list):
"""
Organize data files into pseudo subject (and session, if appplicable) groups.
Organize data files into pseudo subject (and session, if applicable) groups.
This is particularly necessary when anaonymized data is provided, since crucial
metadata including AcquisitionDateTime, PatientName, PatientID, etc are removed.
Typically, these fields assist ezBIDS in determining subject (and session) mapping,
Expand Down
11,687 changes: 5,873 additions & 5,814 deletions package-lock.json

Large diffs are not rendered by default.

81 changes: 41 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,43 @@
{
"name": "ezbids",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"uidev": "cd ui && lite-server",
"tsc": "tsc",
"dev": "ts-node-dev --respawn --transpileOnly ./api/ezbids.ts",
"prod": "tsc && node ./build/ezbids.js",
"deploy": "ssh -t [email protected] \"sudo su - -c 'cd /root/docker/ezbids && ./update.sh'\"",
"deploy-prod": "ssh -t -J [email protected] ubuntu@ezbids \"sudo su - -c 'cd /root/docker/ezbids && ./update.sh'\""
},
"author": "",
"license": "MIT",
"dependencies": {
"@types/express": "^4.17.13",
"archiver": "^5.3.0",
"async": "^3.2.3",
"body-parser": "^1.19.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"mkdirp": "^1.0.4",
"mongoose": "^6.2.7",
"multer": "^1.4.4",
"nan": "^2.17.0",
"nocache": "^2.1.0",
"node-pty": "^0.10.1",
"range-stream": "^1.1.0",
"send-seekable": "^1.0.4",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
},
"devDependencies": {
"@types/async": "^3.2.12",
"@types/cors": "^2.8.12",
"@types/node": "^16.11.26",
"typescript": "^4.7.2"
}
"name": "ezbids",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"uidev": "cd ui && lite-server",
"tsc": "tsc",
"dev": "ts-node-dev --respawn --transpileOnly ./api/ezbids.ts",
"prod": "tsc && node ./build/ezbids.js",
"deploy": "ssh -t [email protected] \"sudo su - -c 'cd /root/docker/ezbids && ./update.sh'\"",
"deploy-prod": "ssh -t -J [email protected] ubuntu@ezbids \"sudo su - -c 'cd /root/docker/ezbids && ./update.sh'\""
},
"author": "",
"license": "MIT",
"dependencies": {
"@types/express": "^4.17.13",
"archiver": "^5.3.0",
"async": "^3.2.3",
"body-parser": "^1.19.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.3",
"express-fileupload": "^1.3.1",
"mkdirp": "^1.0.4",
"mongoose": "^6.2.7",
"multer": "^1.4.4",
"nan": "^2.17.0",
"nocache": "^2.1.0",
"node-pty": "^0.10.1",
"range-stream": "^1.1.0",
"send-seekable": "^1.0.4",
"vue-router": "^4.2.5",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0"
},
"devDependencies": {
"@types/async": "^3.2.12",
"@types/cors": "^2.8.12",
"@types/node": "^16.11.26",
"typescript": "^4.7.2"
}
}
Loading

0 comments on commit 846c50f

Please sign in to comment.