Skip to content

Commit

Permalink
style: 🎨 fix code style issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fairdataihub-bot committed Jul 26, 2022
1 parent fef06bf commit 83580d5
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 112 deletions.
34 changes: 33 additions & 1 deletion .zenodo.json
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-07-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": "7.0.0"}
{
"upload_type": "software",
"title": "SODA (Software to Organize Data Automatically) for SPARC",
"publication_date": "2022-07-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": "7.0.0"
}
220 changes: 109 additions & 111 deletions codemeta.json
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-07-26",
"dateModified": "2022-07-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": "7.0.0",
"identifier": "https://doi.org/10.5281/zenodo.5565455",
"description": "Simplifying data curation for researchers funded by the NIH SPARC initiative",
"applicationCategory": "Scientific",
"releaseNotes": "v.7.0.0 - 2022-07-25\n\nFeature additions:\nThe evolving SPARC Dataset Structure (SDS) all SPARC datasets must follow now includes additional mandatory metadata files. As such, in step 4 of the Organize dataset feature, found in the Prepare Datasets tab, the README.txt file is now mandatory.\nLayout of the Prepare Metadata tab has been changed. Buttons are spread out more evenly and the Manifest files button received an icon change.\nThe Overview page has been overhauled to be more informative and visually stimulating.\nDocumentation and Contact Us tabs added to the navigation bar.\nContact Us tab will provide user information on how to reach out to the team for any issues or suggestions. As well as providing a Gather Logs button for the user to provide in an email for the team to look at any issues in depth.\nVisual overhaul for the prompts that allow users to connect their Pennsieve account with SODA.\nSimplified UI for adding a URL or DOI to a dataset_description.xlsx in the Prepare Metadata tab.\nConverted the SODA server from Zerorpc to Flask.\n\n Bug fixes:\n\nThe option to upload duplicate files to an existing Pennsieve dataset through the Organize Datasets feature no longer causes an error while uploading.\nHidden files can now be imported except .DS_Store and Thumbs.db files.\nThe input for renaming or creating a new dataset no longer references undefined function in its HTML.\nThe navigation buttons in each individual Prepare Metadata section have been updated to match the perceived flow from the Prepare Metadata tab.\nThe Add/edit subtitle feature has been updated so that the chracter limit matches the SDS 2.0 specification. This fixes a bug that would cause an error if a user met the character limit enforced by SODA and then tried to add or edit their subtitle.\n\nKnown Issues:\n\nThere 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.\nWhen 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.\nThe Organize Datasets option to upload duplicate files to Pennsieve uploads some duplicates but does not upload all.\nWhen using the Create manifest.xlsx feature any custom columns added to a manifest file stored on Pennsieve will not be imported for editing.\nThe 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.",
"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-07-26",
"dateModified": "2022-07-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": "7.0.0",
"identifier": "https://doi.org/10.5281/zenodo.5565455",
"description": "Simplifying data curation for researchers funded by the NIH SPARC initiative",
"applicationCategory": "Scientific",
"releaseNotes": "v.7.0.0 - 2022-07-25\n\nFeature additions:\nThe evolving SPARC Dataset Structure (SDS) all SPARC datasets must follow now includes additional mandatory metadata files. As such, in step 4 of the Organize dataset feature, found in the Prepare Datasets tab, the README.txt file is now mandatory.\nLayout of the Prepare Metadata tab has been changed. Buttons are spread out more evenly and the Manifest files button received an icon change.\nThe Overview page has been overhauled to be more informative and visually stimulating.\nDocumentation and Contact Us tabs added to the navigation bar.\nContact Us tab will provide user information on how to reach out to the team for any issues or suggestions. As well as providing a Gather Logs button for the user to provide in an email for the team to look at any issues in depth.\nVisual overhaul for the prompts that allow users to connect their Pennsieve account with SODA.\nSimplified UI for adding a URL or DOI to a dataset_description.xlsx in the Prepare Metadata tab.\nConverted the SODA server from Zerorpc to Flask.\n\n Bug fixes:\n\nThe option to upload duplicate files to an existing Pennsieve dataset through the Organize Datasets feature no longer causes an error while uploading.\nHidden files can now be imported except .DS_Store and Thumbs.db files.\nThe input for renaming or creating a new dataset no longer references undefined function in its HTML.\nThe navigation buttons in each individual Prepare Metadata section have been updated to match the perceived flow from the Prepare Metadata tab.\nThe Add/edit subtitle feature has been updated so that the chracter limit matches the SDS 2.0 specification. This fixes a bug that would cause an error if a user met the character limit enforced by SODA and then tried to add or edit their subtitle.\n\nKnown Issues:\n\nThere 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.\nWhen 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.\nThe Organize Datasets option to upload duplicate files to Pennsieve uploads some duplicates but does not upload all.\nWhen using the Create manifest.xlsx feature any custom columns added to a manifest file stored on Pennsieve will not be imported for editing.\nThe 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.",
"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"
}
}
]
}

0 comments on commit 83580d5

Please sign in to comment.