-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: 🎨 fix code style issues with Prettier
- Loading branch information
1 parent
98cc626
commit 70cfd23
Showing
2 changed files
with
142 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,33 @@ | ||
{"upload_type": "software", "title": "SODA (Software to Organize Data Automatically) for SPARC", "publication_date": "2022-08-26", "creators": [{"name": "Patel, Bhavesh", "affiliation": "FAIR Data Innovations Hub"}, {"name": "Ngo, Tram", "affiliation": "FAIR Data Innovations Hub"}, {"name": "Soundarajan, Sanjay", "affiliation": "FAIR Data Innovations Hub"}, {"name": "Marroquin, Aaron", "affiliation": "FAIR Data Innovations Hub"}, {"name": "Clark, Jacob", "affiliation": "California Medical Innovations Institute"}, {"name": "Portillo, Dorian", "affiliation": "FAIR Data Innovations Hub"}], "description": "Simplifying data curation for researchers funded by the NIH SPARC initiative", "access_right": "open", "license": "MIT", "keywords": ["SPARC", "FAIR", "data", "curation", "mac", "sparc-dataset", "ubuntu", "windows"], "version": "8.0.1"} | ||
{ | ||
"upload_type": "software", | ||
"title": "SODA (Software to Organize Data Automatically) for SPARC", | ||
"publication_date": "2022-08-26", | ||
"creators": [ | ||
{ "name": "Patel, Bhavesh", "affiliation": "FAIR Data Innovations Hub" }, | ||
{ "name": "Ngo, Tram", "affiliation": "FAIR Data Innovations Hub" }, | ||
{ | ||
"name": "Soundarajan, Sanjay", | ||
"affiliation": "FAIR Data Innovations Hub" | ||
}, | ||
{ "name": "Marroquin, Aaron", "affiliation": "FAIR Data Innovations Hub" }, | ||
{ | ||
"name": "Clark, Jacob", | ||
"affiliation": "California Medical Innovations Institute" | ||
}, | ||
{ "name": "Portillo, Dorian", "affiliation": "FAIR Data Innovations Hub" } | ||
], | ||
"description": "Simplifying data curation for researchers funded by the NIH SPARC initiative", | ||
"access_right": "open", | ||
"license": "MIT", | ||
"keywords": [ | ||
"SPARC", | ||
"FAIR", | ||
"data", | ||
"curation", | ||
"mac", | ||
"sparc-dataset", | ||
"ubuntu", | ||
"windows" | ||
], | ||
"version": "8.0.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,114 +1,112 @@ | ||
{ | ||
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"license": "https://spdx.org/licenses/MIT", | ||
"codeRepository": "https://github.com/fairdataihub/SODA-for-SPARC", | ||
"dateCreated": "2021-10-08", | ||
"datePublished": "2022-08-26", | ||
"dateModified": "2022-08-26", | ||
"downloadUrl": "https://fairdataihub.org/sodaforsparc", | ||
"issueTracker": "https://github.com/fairdataihub/SODA-for-SPARC/issues", | ||
"name": "SODA (Software to Organize Data Automatically) for SPARC", | ||
"version": "8.0.1", | ||
"identifier": "https://doi.org/10.5281/zenodo.5565455", | ||
"description": "Simplifying data curation for researchers funded by the NIH SPARC initiative", | ||
"applicationCategory": "Scientific", | ||
"releaseNotes": "## v.8.0.1 - 2022-08-26\n\n## Bug fixes:\n\n- Fixed an issue that prevented large datasets from being uploaded to Pennsieve or generated locally in Organize Dataset and Upload a Local Dataset to Pennsieve feature.\n- Fixed an issue that prevented manifest files from being generated/uploaded to Pennsieve for large datasets in the stand alone manifest file feature found under Prepare Metadata - Create manifest.xlsx.\n\n### Known Issues:\n\n- There is a bug with removing dataset permissions using both SODA and Pennsieve. If you want to remove your own permission from a dataset, another user with either 'Manager' or 'Owner' permissions must remove you from the dataset. This is an issue with Pennsieve's backend system and will be updated soon.\n- When uploading a dataset through Upload Local Dataset or Organize Dataset feature to Pennsieve the upload will sometimes freeze. When this occurs it is best to reset the upload and ensure the Pennsieve Agent has been stopped before attempting to upload again. It is also necessary to verify the integrity of uploaded files up to that point. This can be done by simply ensuring all files from folders that have been uploaded are included in the Pennsieve dataset.\n- The Organize Datasets option to upload duplicate files to Pennsieve uploads some duplicates but does not upload all.\n- When using the Create manifest.xlsx feature any custom columns added to a manifest file stored on Pennsieve will not be imported for editing.\n- The Create manifest.xlsx feature will spawn an error while generating manifest files for a local dataset if there are hidden files in the dataset directory. SODA will not tell the user the cause is the presence of the hidden files.\n- In the Organize Dataset feature, if a dataset is large enough and being uploaded to Pennsieve it will not pass the file and folder integrity check. This is a separate issue from those that were fixed as part of the bug fixes section. Users should find more large datasets are uploadable to Pennsieve than in the previous release. Note as well this does not apply to the Upload Local Dataset feature, which has a very high upper bound for the amount of files that can be uploaded to Pennsieve as of the current release.", | ||
"funding": "OT2OD030213", | ||
"developmentStatus": "active", | ||
"isPartOf": "https://fairdataihub.org/", | ||
"referencePublication": "https://doi.org/10.1101/2021.02.10.430563", | ||
"funder": { | ||
"@context": "https://doi.org/10.5063/schema/codemeta-2.0", | ||
"@type": "SoftwareSourceCode", | ||
"license": "https://spdx.org/licenses/MIT", | ||
"codeRepository": "https://github.com/fairdataihub/SODA-for-SPARC", | ||
"dateCreated": "2021-10-08", | ||
"datePublished": "2022-08-26", | ||
"dateModified": "2022-08-26", | ||
"downloadUrl": "https://fairdataihub.org/sodaforsparc", | ||
"issueTracker": "https://github.com/fairdataihub/SODA-for-SPARC/issues", | ||
"name": "SODA (Software to Organize Data Automatically) for SPARC", | ||
"version": "8.0.1", | ||
"identifier": "https://doi.org/10.5281/zenodo.5565455", | ||
"description": "Simplifying data curation for researchers funded by the NIH SPARC initiative", | ||
"applicationCategory": "Scientific", | ||
"releaseNotes": "## v.8.0.1 - 2022-08-26\n\n## Bug fixes:\n\n- Fixed an issue that prevented large datasets from being uploaded to Pennsieve or generated locally in Organize Dataset and Upload a Local Dataset to Pennsieve feature.\n- Fixed an issue that prevented manifest files from being generated/uploaded to Pennsieve for large datasets in the stand alone manifest file feature found under Prepare Metadata - Create manifest.xlsx.\n\n### Known Issues:\n\n- There is a bug with removing dataset permissions using both SODA and Pennsieve. If you want to remove your own permission from a dataset, another user with either 'Manager' or 'Owner' permissions must remove you from the dataset. This is an issue with Pennsieve's backend system and will be updated soon.\n- When uploading a dataset through Upload Local Dataset or Organize Dataset feature to Pennsieve the upload will sometimes freeze. When this occurs it is best to reset the upload and ensure the Pennsieve Agent has been stopped before attempting to upload again. It is also necessary to verify the integrity of uploaded files up to that point. This can be done by simply ensuring all files from folders that have been uploaded are included in the Pennsieve dataset.\n- The Organize Datasets option to upload duplicate files to Pennsieve uploads some duplicates but does not upload all.\n- When using the Create manifest.xlsx feature any custom columns added to a manifest file stored on Pennsieve will not be imported for editing.\n- The Create manifest.xlsx feature will spawn an error while generating manifest files for a local dataset if there are hidden files in the dataset directory. SODA will not tell the user the cause is the presence of the hidden files.\n- In the Organize Dataset feature, if a dataset is large enough and being uploaded to Pennsieve it will not pass the file and folder integrity check. This is a separate issue from those that were fixed as part of the bug fixes section. Users should find more large datasets are uploadable to Pennsieve than in the previous release. Note as well this does not apply to the Upload Local Dataset feature, which has a very high upper bound for the amount of files that can be uploaded to Pennsieve as of the current release.", | ||
"funding": "OT2OD030213", | ||
"developmentStatus": "active", | ||
"isPartOf": "https://fairdataihub.org/", | ||
"referencePublication": "https://doi.org/10.1101/2021.02.10.430563", | ||
"funder": { | ||
"@type": "Organization", | ||
"@name": "National Institutes of Health (NIH)" | ||
}, | ||
"keywords": [ | ||
"SPARC", | ||
"FAIR", | ||
"data", | ||
"curation", | ||
"mac", | ||
"sparc-dataset", | ||
"ubuntu", | ||
"windows" | ||
], | ||
"programmingLanguage": [ | ||
"JavaScript", | ||
"HTML", | ||
"Python", | ||
"CSS", | ||
"Jupyter Notebook" | ||
], | ||
"operatingSystem": [ | ||
"Windows 10", | ||
"Big Sur (macOS 11)", | ||
"Catalina (macOS 10.15)", | ||
"Windows 11", | ||
"Ubuntu" | ||
], | ||
"relatedLink": ["https://fairdataihub.org/sodaforsparc"], | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Bhavesh", | ||
"familyName": "Patel", | ||
"email": "[email protected]", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"@name": "National Institutes of Health (NIH)" | ||
"name": "FAIR Data Innovations Hub" | ||
} | ||
}, | ||
"keywords": [ | ||
"SPARC", | ||
"FAIR", | ||
"data", | ||
"curation", | ||
"mac", | ||
"sparc-dataset", | ||
"ubuntu", | ||
"windows" | ||
], | ||
"programmingLanguage": [ | ||
"JavaScript", | ||
"HTML", | ||
"Python", | ||
"CSS", | ||
"Jupyter Notebook" | ||
], | ||
"operatingSystem": [ | ||
"Windows 10", | ||
"Big Sur (macOS 11)", | ||
"Catalina (macOS 10.15)", | ||
"Windows 11", | ||
"Ubuntu" | ||
], | ||
"relatedLink": [ | ||
"https://fairdataihub.org/sodaforsparc" | ||
], | ||
"author": [ | ||
{ | ||
"@type": "Person", | ||
"givenName": "Bhavesh", | ||
"familyName": "Patel", | ||
"email": "[email protected]", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "FAIR Data Innovations Hub" | ||
} | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Tram", | ||
"familyName": "Ngo", | ||
"email": "[email protected]", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "FAIR Data Innovations Hub" | ||
} | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Sanjay", | ||
"familyName": "Soundarajan", | ||
"email": "[email protected]", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "FAIR Data Innovations Hub" | ||
} | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Aaron", | ||
"familyName": "Marroquin", | ||
"email": "[email protected]", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "FAIR Data Innovations Hub" | ||
} | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Jacob", | ||
"familyName": "Clark", | ||
"email": "[email protected]", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "California Medical Innovations Institute" | ||
} | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Dorian", | ||
"familyName": "Portillo", | ||
"email": "[email protected]", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "FAIR Data Innovations Hub" | ||
} | ||
} | ||
] | ||
} | ||
{ | ||
"@type": "Person", | ||
"givenName": "Tram", | ||
"familyName": "Ngo", | ||
"email": "[email protected]", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "FAIR Data Innovations Hub" | ||
} | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Sanjay", | ||
"familyName": "Soundarajan", | ||
"email": "[email protected]", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "FAIR Data Innovations Hub" | ||
} | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Aaron", | ||
"familyName": "Marroquin", | ||
"email": "[email protected]", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "FAIR Data Innovations Hub" | ||
} | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Jacob", | ||
"familyName": "Clark", | ||
"email": "[email protected]", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "California Medical Innovations Institute" | ||
} | ||
}, | ||
{ | ||
"@type": "Person", | ||
"givenName": "Dorian", | ||
"familyName": "Portillo", | ||
"email": "[email protected]", | ||
"affiliation": { | ||
"@type": "Organization", | ||
"name": "FAIR Data Innovations Hub" | ||
} | ||
} | ||
] | ||
} |