Skip to content

Commit

Permalink
Merge branch 'master' into 1-enable-user-to-initialize-dwi-pipeline-f…
Browse files Browse the repository at this point in the history
…rom-ezbids
  • Loading branch information
Ubuntu committed Sep 14, 2023
2 parents d216dc9 + 882b40a commit e9e9312
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion api/controllers/dataset.js
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ ${p.desc}`;
//download info.json
script += "curl ";
if(req.headers.authorization) script += "-H \"$auth\" ";
script += config.warehouse.url+"/api/warehouse/dataset?single=true\\&find='\\{\"_id\":\""+dataset._id+"\"\\}' > "+path+"/_info.json\n";
script += config.warehouse.url+"/api/warehouse/dataset?single=true\\&find='\\{\"_id\":\""+dataset._id+"\"\\}' > '"+path+"/_info.json'\n";

if(dataset.datatype.bids) {
//Create BIDS symlinks
Expand Down
19 changes: 8 additions & 11 deletions ui/src/assets/consents.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,22 @@ brainlife.io is a publicly funded, community-driven project that is run by indiv
exports.brainlife_dua = `
Data Use Agreement for [Dataset Name]
Due to the sensitive nature of the <Dataset Name> dataset and to protect the confidentiality and privacy of data subjects, data protection pseudonymization (defacing) has been applied. This agreement governs the use of this pseudonymized dataset. A user who accesses this data agrees to be bound by its terms.
Due to the sensitive nature of the <Dataset Name> dataset and to protect the confidentiality and privacy of data subjects, data protection pseudonymization (defacing) has been applied. This agreement governs the use of this pseudonymized dataset. A user who accesses this data agrees to be bound by its terms.
Users agree to the following conditions of use:
As a user of the dataset, you are the data controller of this dataset at the point of download. This means that you control the purposes and means of processing this specific dataset and therefore you have the responsibility to:
• Protect the privacy and confidentiality of the data subjects at all times
• Never to attempt to re-identify the data subjects by any means or technology
• Never to transfer this data to another user
• Never attempt to re-identify the data subjects by any means or technology
• Never transfer this data to another user
• Report cases of data breach and incidental findings to the data provider
Furthermore, by downloading the dataset the controller agrees that the following statement will always accompany any public use of the data (for an analysis, publication, blog, slides presentation or similar):
Furthermore, by downloading the dataset the controller agrees that the following statement will always accompany any public use of the data (for an analysis, publication, blog, slide presentation, or similar):
Data provided in part by <Dataset Name> <Funder Names>This publication benefitted at least in part from the use of data or technology provided by brainlife.io (NSF BCS 1734853 to Franco Pestilli). These data were managed and processed using brainlife.io (Hayashi, Caron Heinsfeld et al., in review, DOI:10.48550/arXiv.2306.02183)
Data provided in part by <Dataset Name> <Funder Names>This publication benefitted at least in part from the use of data or technology provided by brainlife.io (NSF BCS 1734853 to Franco Pestilli). These data were managed and processed using brainlife.io (Hayashi, Caron, Heinsfeld, et al., in review, DOI:10.48550/arXiv.2306.02183)
Relevant Definitions
Data Controller: A natural or legal person, public authority, agency or other body which, alone or jointly with others, determines the purposes and means of the processing of personal data.
Data Controller: A natural or legal person, public authority, agency, or other body that, alone or jointly with others, determines the purposes and means of the processing of personal data.
Data Providers: <Name of Data providers>
Data Processing: Any operation or set of operations performed on personal data including data download, storage, analysis, pseudonymization, anonymization, data transfer, etc.
Pseudonymization: The processing of personal data in such a manner that the personal data can no longer be attributed to a specific data subject without the use of additional information, provided that such additional information is kept separately and is subject to technical and organizational measures to ensure that the personal data are not attributed to an identified or identifiable natural person.
Data Processing: Any operation or set of operations performed on personal data including data download, storage, analysis, pseudonymization, anonymization, data transfer, etc.
Pseudonymization: The processing of personal data in such a manner that the personal data can no longer be attributed to a specific data subject without the use of additional information, provided that such additional information is kept separately and is subject to technical and organizational measures to ensure that the personal data are not attributed to an identified or identifiable natural person.
`;
2 changes: 1 addition & 1 deletion ui/src/projectedit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<template #button-content>
Add Agreement
</template>
<b-dropdown-item-button @click="addAgreement('brainlife_dua')">Brainlife Data Use Agreement - Dataset </b-dropdown-item-button>
<b-dropdown-item-button @click="addAgreement('brainlife_dua')">Brainlife Data Use Agreement - Template </b-dropdown-item-button>
</b-dropdown>
<br>
</b-col>
Expand Down

0 comments on commit e9e9312

Please sign in to comment.