From d8f6d8ec92505eefbf9f8582a03a298ec159c844 Mon Sep 17 00:00:00 2001 From: Jessica Hrudey Date: Wed, 16 Aug 2023 16:22:05 +0200 Subject: [PATCH] added additional pages and links about security considerations in YODA --- _data/menu.yml | 14 +++++++++----- getting-started/security-considerations.md | 5 +++++ getting-started/yoda-security.md | 9 +++++++++ 3 files changed, 23 insertions(+), 5 deletions(-) create mode 100644 getting-started/security-considerations.md create mode 100644 getting-started/yoda-security.md diff --git a/_data/menu.yml b/_data/menu.yml index 9852eb4..ffb0c75 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -54,10 +54,15 @@ getting-started: url: /getting-started/yoda-disk-linux.html - page: Getting started with the iRODS iCommands url: /getting-started/icommands.html - - page: Finding and restoring data - url: /getting-started/find-restore.html - - page: Encryption using Cryptomator - url: /getting-started/yoda-disk-cryptomator.html + - page: Security considerations + url: /getting-started/security-considerations.html + sub: + - page: Finding and restoring data + url: /getting-started/find-restore.html + - page: Encryption using Cryptomator + url: /getting-started/yoda-disk-cryptomator.html + - page: Other security considerations + url: /getting-started/yoda-security.html functions: - page: Storing data in Yoda @@ -70,4 +75,3 @@ functions: url: /functions/Archiving.html - page: Publishing a data package url: /functions/Publishing.html - diff --git a/getting-started/security-considerations.md b/getting-started/security-considerations.md new file mode 100644 index 0000000..ae3fd78 --- /dev/null +++ b/getting-started/security-considerations.md @@ -0,0 +1,5 @@ +## Security Considerations for YODA + +* [Finding and restoring data](find-restore.html) +* [Encryption using Cryptomator](yoda-disk-cryptomator.html) +* [Other security considerations](yoda-security.html) diff --git a/getting-started/yoda-security.md b/getting-started/yoda-security.md new file mode 100644 index 0000000..5d2db4e --- /dev/null +++ b/getting-started/yoda-security.md @@ -0,0 +1,9 @@ +# Other Security Considerations for YODA + +## Folder Structure + +Make sure to plan ahead on how to structure your folders in YODA. You can find information on planning folder structure in YODA on this [YODA instructions page](https://fgb-rdm.nl/rdm/tools/YODAInstructionsFGB.html#folderStructure){target="_blank"} from the Faculty of Behavioural and Movement Sciences (FGB). Folder structure also plays an important role later on if you choose to publish your data, but some of the data should not be open access. The FGB [YODA instructions page](https://fgb-rdm.nl/rdm/tools/YODAInstructionsFGB.html#safePublishing){target="_blank"} explains this further. + +## Additional Data Protection Considerations + +The FGB [YODA instructions page](https://fgb-rdm.nl/rdm/tools/YODAInstructionsFGB.html#Data_Protection){target="_blank"} goes into detail about additional data protection considerations for data of various risk levels. While the guide is specific to the Faculty of Behavioural and Movement Sciences, the information may also be relevant to you, especially if you work with health data or social sciences data.