SlideShare a Scribd company logo
A basic course on Research data management
part 2: protecting and organizing
your data
PROOF course Information Literacy and
Research Data Management
TU/e, 24-01-2017
l.osinski@tue.nl, TU/e IEC/Library
Available under CC BY-SA license, which permits copying
and redistributing the material in any medium or format &
adapting the material for any purpose, provided the original
author and source are credited & you distribute the
adapted material under the same license as the original
Research data management
 Sharing your data, or making your data findable and accessible
with good data practices
→ protecting your data: back up, access control; file naming, organizing
data, versioning
+ sharing your data via collaboration platforms and archives
 Caring for your data, or making your data re-usable and
interoperable with good data practices
+ metadata, tidy data, licenses
Research data management
what was it again
Be safe
+ storage, backup  data safety, protecting against loss: use local
ICT infrastructure (including SURFdrive) as much as possible
+ access control  data security, protecting against unauthorized
use: with DataverseNL for example
Be organized, or: you should be able to tell what’s in a file
without opening it
+ file-naming, organizing data in folders, versioning,
+ data classification and retention; different treatment of different
data (raw versus processed data)
Protecting your data
good data practices during your research
“…we can copy everything and do not manage it well.” (Indra Sihar)
File-naming #1
be consistent and aim for concise but informative names
Good file names are consistent (use file-naming
conventions), unique (distinguishes a file from files with
similar subjects as well as different versions of the file)
and meaningful (use descriptive names).
File-naming conventions help you find your data, help
others to find your data and help track which version of
a file is most current
 Avoid using special characters in a file name:  / : * ? < >
| [ ] & $
 Use underscores instead of periods or spaces to
separate logical elements in a file name
 Avoid very long names: usually 25 characters is sufficient
length
 Names should include all necessary descriptive
information independent of where it is stored
 Include dates and a version number on files
 Add a readme.txt to each folder in which the file naming
and its meaning is explained
Source: File naming conventions
File naming #2
think about the ordering of elements within a filename
 Order by date:
2013-04-12_interview-recording_THD.mp3
2013-04-12_interview-transcript_THD.docx
2012-12-15_interview-recording_MBD.mp3
2012-12-15_interview-transcript_MBD.docx
 Order by subject:
MBD_interview-recording_2012-12-15.mp3
MBD_interview-transcript_2012-12-15.docx
THD_interview-recording_2013-04-12.mp3
THD_interview-transcript_2013-04-12.docx
 Order by type:
Interview-recording_MBD_2012-12-15.mp3
Interview-recording_THD_2013-04-12.mp3
Interview-transcript_MBD_2012-12-15.docx
Interview-transcript_THD_2013-04-12.docx
 Forced order with numbering:
01_THD_interview-recording_2013-04-12.mp3
02_THD_interview-transcript_2013-04-12.docx
03_MBD_interview-recording_2012-12-15.mp3
04_MBD_interview-transcript_2012-12-15.docx
<
File organization
PAGE 631-1-2017
<
Source: Beatriz Ramirez, Data management plan for the PhD project:
development and application of a monitoring system to assess the
impacts of climate and land cover changes on eco-hydrological
processes in an eastern Andes catchment area
Source: Haselager, dr. G.J.T.
(Radboud University Nijmegen);
Aken, prof. dr. M.A.G. van (Utrecht
University) (2000): Personality and
Family Relationships. DANS.
http://dx.doi.org/10.17026/dans-
xk5-y7vc .
Organizing your data in folders #1
based on the TIER documentation protocol (http://www.projecttier.org/)
1. Main project folder (name of your research project/working title of your
paper)
1.1. Original data and metadata
1.1.1. Original data
1.1.2. Metadata
1.1.2.1. Supplements
1.2. Processing and analysis files
1.2.1. Importable data files
1.2.2. Command files
1.2.3. Analysis files
1.3. Documents
1. Main project folder (name of your research project/working title of your
paper)
1.1. Original data and metadata
1.1.1. Original data (keep these read only)
Any data that were necessary for any part of the processing
and/or analysis you reported in you paper.
Copies of all your original data files, saved in exactly the
format it was when you first obtained it. The name of the
original data file may be changed
1.1.2. Metadata
1.1.2.1. Supplements
Organizing your data in folders #2
based on the TIER documentation protocol
1. Main project folder (name of your research project/working title of your paper)
1.1. Original data and metadata
1.1.1. Original data
1.1.2. Metadata
The Metadata Guide: document that provides information about each of your
original data files. Applies especially to obtained data files
 A bibliographic citation of the original data files, including the date you
downloaded or obtained the original data files and unique identifiers that
have been assigned to the original data files.
 Information about how to obtain a copy of the original data file
 Whatever additional information to understand and use the data in the
original data file
1.1.2.1. Supplements
Additional information about an original data file that’s not written by
yourself but that is found in existing supplementary documents, such as
users’ guides and code books that accompany the original data file
Organizing your data in folders #3
based on the TIER documentation protocol
Organizing your data in folders #4
based on the TIER documentation protocol
1. Main project folder (name of your research project/working title of your paper)
1.1. Original data and metadata
1.1.1. Original data
1.1.2. Metadata
1.1.2.1. Supplements
1.2. Processing and analysis files
1.2.1. Importable data files (the data you work with)
A corresponding version for each of the original data files. This version can be
identical to the original version, or in some cases it will be a modified version.
For example modifications required to allow your software to read the file
(converting the file to another format, removing explanatory notes from a
table…).
 The original and importable versions of a data file should be given different
names
 The importable data file should be as nearly as identical as possible to the
original
 The changes you make to your original data files to create the corresponding
importable data files should be described in a Readme file
1.2.2. Command files
1.2.3. Analysis files
Organizing your data in folders #5
based on the TIER documentation protocol
1. Main project folder (name of your research project/working title of your paper)
1.1. Original data and metadata
1.1.1. Original data
1.1.2. Metadata
1.1.2.1. Supplements
1.2. Processing and analysis files
1.2.1. Importable data files
1.2.2. Command files
One or more files containing code written in the syntax of the (statistical)
software you use for the study
 Importing phase: commands to import or read the files and save them in a
format that suits your software
 Processing phase: commands that execute all the processing required to
transform the importable version of your files into the final data files that
you will use in your analysis (i.e. cleaning, recoding, joining two or more
data files, dropping variables or cases, generating new variables)
 Generating the results: commands that open the analysis data file(s), and
then generate the results reported in your paper.
1.2.3. Analysis files
Organizing your data in folders #6
based on the TIER documentation protocol
1. Main project folder (name of your research project/working title of your paper)
1.1. Original data and metadata
1.1.1. Original data
1.1.2. Metadata
1.1.2.1. Supplements
1.2. Processing and analysis files
1.2.1. Importable data files
1.2.2. Command files
1.2.3. Analysis files
 The fully cleaned and processed data files that you use to generate the
results reported in your paper in your paper
 The Data Appendix: codebook for your analysis data files: brief description
of the analysis data file(s), a complete definition of each variable (including
coding and/or units of measurement), the name of the original data files
from which the variable was extracted, the number of valid observations for
the variable, and the number of cases with missing values
Organizing your data in folders #7
based on the TIER documentation protocol
1. Main project folder (name of your research project/working title of your paper)
1.1. Original data and metadata
1.1.1. Original data
1.1.2. Metadata
1.1.2.1. Supplements
1.2. Processing and analysis files
1.2.1. Importable data files
1.2.2. Command files
1.2.3. Analysis files
1.3. Documents
 An electronic copy of your complete final paper
 The Readme-file for your replication documentation
 What statistical software or other computer programs are needed to run the
command files
 Explain the structure of the hierarchy of folders in which the documentation is
stored
 Describe precisely any changes you made to your original data files to create
the corresponding importable data files
 Step-by-step instructions for using your documentation to replicate the
statistical results reported in your paper
1. File naming conventions: https://lib.stanford.edu/data-management-services/file-naming
2. File organization: http://www.wageningenur.nl/web/file?uuid=3f974938-79a0-421f-b1ad-
95eef49d777c&owner=c057b578-4a6a-4449-881b-17fff17e2f1a (paragraph 6, example 1)
3. File organization: Haselager, dr. G.J.T. , Aken, prof. dr. M.A.G. van (2000): Personality and Family
Relationships. DANS. http://dx.doi.org/10.17026/dans-xk5-y7vc (Data guide, p. 24-26)
4. Version control: http://www.data-archive.ac.uk/create-manage/format/versions
5. Storage, back up of data: http://www.data-archive.ac.uk/create-manage/storage
6. Local ICT infrastructure: https://intranet.tue.nl/en/university/services/ict-services/ict-service-
catalog/management-services/data-management-storage/ (TU/e intranet)
7. DataverseNL: https://dataverse.nl/dvn/
8. TIER documentation protocol: http://www.projecttier.org/
URL’s of mentioned webpages
in order of appearance

More Related Content

What's hot

File organisation
File organisationFile organisation
File organisation
Suneel Dogra
 
A basic course on Research data management, part 4: caring for your data, or ...
A basic course on Research data management, part 4: caring for your data, or ...A basic course on Research data management, part 4: caring for your data, or ...
A basic course on Research data management, part 4: caring for your data, or ...
Leon Osinski
 
A basic course on Research data management, part 1: what and why
A basic course on Research data management, part 1: what and whyA basic course on Research data management, part 1: what and why
A basic course on Research data management, part 1: what and why
Leon Osinski
 
Research data management for historians
Research data management for historiansResearch data management for historians
Research data management for historians
Jessica Parland-von Essen
 
Data Archiving and Processing
Data Archiving and ProcessingData Archiving and Processing
Data Archiving and Processing
CRRC-Armenia
 
Data carving using artificial headers info sec conference
Data carving using artificial headers   info sec conferenceData carving using artificial headers   info sec conference
Data carving using artificial headers info sec conference
Robert Daniel
 
David Shotton - Research Integrity: Integrity of the published record
David Shotton - Research Integrity: Integrity of the published recordDavid Shotton - Research Integrity: Integrity of the published record
David Shotton - Research Integrity: Integrity of the published record
Jisc
 
itft-File design
itft-File designitft-File design
itft-File design
Shifali Sharma
 
Research data management: course OGO Quantitative research (21-11-2018)
Research data management: course OGO Quantitative research (21-11-2018)Research data management: course OGO Quantitative research (21-11-2018)
Research data management: course OGO Quantitative research (21-11-2018)
Leon Osinski
 
BEXIS2 Workshop - Part2
BEXIS2 Workshop - Part2BEXIS2 Workshop - Part2
BEXIS2 Workshop - Part2
Nafiseh Navabpour
 
Lecture #1 Introduction
Lecture #1 IntroductionLecture #1 Introduction
Lecture #1 Introduction
Rico
 
BEXIS2 Workshop - Part1
BEXIS2 Workshop - Part1BEXIS2 Workshop - Part1
BEXIS2 Workshop - Part1
Nafiseh Navabpour
 
File structures
File structuresFile structures
File structures
Shyam Kumar
 
Data citation - new AGU guidelines
Data citation - new AGU guidelinesData citation - new AGU guidelines
The expanding dataverse
The expanding dataverseThe expanding dataverse
The expanding dataverse
Merce Crosas
 
Report blocking ,management of files in secondry memory , static vs dynamic a...
Report blocking ,management of files in secondry memory , static vs dynamic a...Report blocking ,management of files in secondry memory , static vs dynamic a...
Report blocking ,management of files in secondry memory , static vs dynamic a...
NoorMustafaSoomro
 
File management
File managementFile management
File management
Vishal Singh
 
Degonto file management
Degonto file managementDegonto file management
Degonto file management
Degonto Islam
 
UserGuideHDFS_FinalDocument
UserGuideHDFS_FinalDocumentUserGuideHDFS_FinalDocument
UserGuideHDFS_FinalDocument
Anna Ellis
 

What's hot (19)

File organisation
File organisationFile organisation
File organisation
 
A basic course on Research data management, part 4: caring for your data, or ...
A basic course on Research data management, part 4: caring for your data, or ...A basic course on Research data management, part 4: caring for your data, or ...
A basic course on Research data management, part 4: caring for your data, or ...
 
A basic course on Research data management, part 1: what and why
A basic course on Research data management, part 1: what and whyA basic course on Research data management, part 1: what and why
A basic course on Research data management, part 1: what and why
 
Research data management for historians
Research data management for historiansResearch data management for historians
Research data management for historians
 
Data Archiving and Processing
Data Archiving and ProcessingData Archiving and Processing
Data Archiving and Processing
 
Data carving using artificial headers info sec conference
Data carving using artificial headers   info sec conferenceData carving using artificial headers   info sec conference
Data carving using artificial headers info sec conference
 
David Shotton - Research Integrity: Integrity of the published record
David Shotton - Research Integrity: Integrity of the published recordDavid Shotton - Research Integrity: Integrity of the published record
David Shotton - Research Integrity: Integrity of the published record
 
itft-File design
itft-File designitft-File design
itft-File design
 
Research data management: course OGO Quantitative research (21-11-2018)
Research data management: course OGO Quantitative research (21-11-2018)Research data management: course OGO Quantitative research (21-11-2018)
Research data management: course OGO Quantitative research (21-11-2018)
 
BEXIS2 Workshop - Part2
BEXIS2 Workshop - Part2BEXIS2 Workshop - Part2
BEXIS2 Workshop - Part2
 
Lecture #1 Introduction
Lecture #1 IntroductionLecture #1 Introduction
Lecture #1 Introduction
 
BEXIS2 Workshop - Part1
BEXIS2 Workshop - Part1BEXIS2 Workshop - Part1
BEXIS2 Workshop - Part1
 
File structures
File structuresFile structures
File structures
 
Data citation - new AGU guidelines
Data citation - new AGU guidelinesData citation - new AGU guidelines
Data citation - new AGU guidelines
 
The expanding dataverse
The expanding dataverseThe expanding dataverse
The expanding dataverse
 
Report blocking ,management of files in secondry memory , static vs dynamic a...
Report blocking ,management of files in secondry memory , static vs dynamic a...Report blocking ,management of files in secondry memory , static vs dynamic a...
Report blocking ,management of files in secondry memory , static vs dynamic a...
 
File management
File managementFile management
File management
 
Degonto file management
Degonto file managementDegonto file management
Degonto file management
 
UserGuideHDFS_FinalDocument
UserGuideHDFS_FinalDocumentUserGuideHDFS_FinalDocument
UserGuideHDFS_FinalDocument
 

Viewers also liked

Research data management
Research data managementResearch data management
Research data management
Leon Osinski
 
Research Data Management: Part 1, Principles & Responsibilities
Research Data Management: Part 1, Principles & ResponsibilitiesResearch Data Management: Part 1, Principles & Responsibilities
Research Data Management: Part 1, Principles & Responsibilities
AmyLN
 
Compiler Components and their Generators - Lexical Analysis
Compiler Components and their Generators - Lexical AnalysisCompiler Components and their Generators - Lexical Analysis
Compiler Components and their Generators - Lexical Analysis
Guido Wachsmuth
 
Auteursrecht in academische omgeving: DPO Professionaliseringsbijeenkomst, 23...
Auteursrecht in academische omgeving: DPO Professionaliseringsbijeenkomst, 23...Auteursrecht in academische omgeving: DPO Professionaliseringsbijeenkomst, 23...
Auteursrecht in academische omgeving: DPO Professionaliseringsbijeenkomst, 23...
Leon Osinski
 
A basic course on Research data management: part 1 - part 4
A basic course on Research data management: part 1 - part 4A basic course on Research data management: part 1 - part 4
A basic course on Research data management: part 1 - part 4
Leon Osinski
 
Research tools &amp; data collection method_vipin
Research tools &amp; data collection method_vipinResearch tools &amp; data collection method_vipin
Research tools &amp; data collection method_vipin
VIPIN PATIDAR
 
Survey around Semantics for Programming Languages, and Machine Proof using Coq
Survey around Semantics for Programming Languages, and Machine Proof using CoqSurvey around Semantics for Programming Languages, and Machine Proof using Coq
Survey around Semantics for Programming Languages, and Machine Proof using Coq
bellbind
 
Csci360 08-subprograms
Csci360 08-subprogramsCsci360 08-subprograms
Csci360 08-subprograms
Boniface Mwangi
 
Data Collection-Primary & Secondary
Data Collection-Primary & SecondaryData Collection-Primary & Secondary
Data Collection-Primary & Secondary
Prathamesh Parab
 

Viewers also liked (9)

Research data management
Research data managementResearch data management
Research data management
 
Research Data Management: Part 1, Principles & Responsibilities
Research Data Management: Part 1, Principles & ResponsibilitiesResearch Data Management: Part 1, Principles & Responsibilities
Research Data Management: Part 1, Principles & Responsibilities
 
Compiler Components and their Generators - Lexical Analysis
Compiler Components and their Generators - Lexical AnalysisCompiler Components and their Generators - Lexical Analysis
Compiler Components and their Generators - Lexical Analysis
 
Auteursrecht in academische omgeving: DPO Professionaliseringsbijeenkomst, 23...
Auteursrecht in academische omgeving: DPO Professionaliseringsbijeenkomst, 23...Auteursrecht in academische omgeving: DPO Professionaliseringsbijeenkomst, 23...
Auteursrecht in academische omgeving: DPO Professionaliseringsbijeenkomst, 23...
 
A basic course on Research data management: part 1 - part 4
A basic course on Research data management: part 1 - part 4A basic course on Research data management: part 1 - part 4
A basic course on Research data management: part 1 - part 4
 
Research tools &amp; data collection method_vipin
Research tools &amp; data collection method_vipinResearch tools &amp; data collection method_vipin
Research tools &amp; data collection method_vipin
 
Survey around Semantics for Programming Languages, and Machine Proof using Coq
Survey around Semantics for Programming Languages, and Machine Proof using CoqSurvey around Semantics for Programming Languages, and Machine Proof using Coq
Survey around Semantics for Programming Languages, and Machine Proof using Coq
 
Csci360 08-subprograms
Csci360 08-subprogramsCsci360 08-subprograms
Csci360 08-subprograms
 
Data Collection-Primary & Secondary
Data Collection-Primary & SecondaryData Collection-Primary & Secondary
Data Collection-Primary & Secondary
 

Similar to A basic course on Reseach data management, part 2: protecting and organizing your data

Data Science Process.pptx
Data Science Process.pptxData Science Process.pptx
Data Science Process.pptx
WidsoulDevil
 
File management
File managementFile management
File management
sangrampatil81
 
File handling
File handlingFile handling
File handling
BeebashPokhrel
 
Chapter 12.pptx
Chapter 12.pptxChapter 12.pptx
Chapter 12.pptx
AsmaaFaried1
 
Bba203 unit 2data processing concepts
Bba203   unit 2data processing conceptsBba203   unit 2data processing concepts
Bba203 unit 2data processing concepts
kinjal patel
 
Data Life Cycle
Data Life CycleData Life Cycle
Data Life Cycle
Jason Henderson
 
Unit 4 File and Data Management
Unit 4 File and Data ManagementUnit 4 File and Data Management
Unit 4 File and Data Management
Soushilove
 
Unit 4 File and Data Management
Unit 4 File and Data ManagementUnit 4 File and Data Management
Unit 4 File and Data Management
Soushilove
 
Unit 4 file and data management
Unit 4 file and data managementUnit 4 file and data management
Unit 4 file and data management
Soushilove
 
File Management in Operating System
File Management in Operating SystemFile Management in Operating System
File Management in Operating System
Janki Shah
 
Learn about the File Concept in operating systems ppt
Learn about the File Concept in operating systems pptLearn about the File Concept in operating systems ppt
Learn about the File Concept in operating systems ppt
geethasenthil2706
 
DFSNov1.pptx
DFSNov1.pptxDFSNov1.pptx
DFSNov1.pptx
EngrNabidRayhanKhale
 
File Systems
File SystemsFile Systems
File Systems
Shipra Swati
 
Degonto, File management system in fisheries science
Degonto, File management  system in fisheries scienceDegonto, File management  system in fisheries science
Degonto, File management system in fisheries science
Degonto Islam
 
File Management – File Concept, access methods, File types and File Operation
File Management – File Concept, access methods,  File types and File OperationFile Management – File Concept, access methods,  File types and File Operation
File Management – File Concept, access methods, File types and File Operation
Dhrumil Panchal
 
Good Practice in Research Data Management
Good Practice in Research Data ManagementGood Practice in Research Data Management
Good Practice in Research Data Management
Historic Environment Scotland
 
Sql server lesson3
Sql server lesson3Sql server lesson3
Sql server lesson3
Ala Qunaibi
 
File organisation in system analysis and design
File organisation in system analysis and designFile organisation in system analysis and design
File organisation in system analysis and design
Mohitgauri
 
FIle Handling and dictionaries.pptx
FIle Handling and dictionaries.pptxFIle Handling and dictionaries.pptx
FIle Handling and dictionaries.pptx
Ashwini Raut
 
File Organization
File OrganizationFile Organization
File Organization
RAMPRAKASH REDDY ARAVA
 

Similar to A basic course on Reseach data management, part 2: protecting and organizing your data (20)

Data Science Process.pptx
Data Science Process.pptxData Science Process.pptx
Data Science Process.pptx
 
File management
File managementFile management
File management
 
File handling
File handlingFile handling
File handling
 
Chapter 12.pptx
Chapter 12.pptxChapter 12.pptx
Chapter 12.pptx
 
Bba203 unit 2data processing concepts
Bba203   unit 2data processing conceptsBba203   unit 2data processing concepts
Bba203 unit 2data processing concepts
 
Data Life Cycle
Data Life CycleData Life Cycle
Data Life Cycle
 
Unit 4 File and Data Management
Unit 4 File and Data ManagementUnit 4 File and Data Management
Unit 4 File and Data Management
 
Unit 4 File and Data Management
Unit 4 File and Data ManagementUnit 4 File and Data Management
Unit 4 File and Data Management
 
Unit 4 file and data management
Unit 4 file and data managementUnit 4 file and data management
Unit 4 file and data management
 
File Management in Operating System
File Management in Operating SystemFile Management in Operating System
File Management in Operating System
 
Learn about the File Concept in operating systems ppt
Learn about the File Concept in operating systems pptLearn about the File Concept in operating systems ppt
Learn about the File Concept in operating systems ppt
 
DFSNov1.pptx
DFSNov1.pptxDFSNov1.pptx
DFSNov1.pptx
 
File Systems
File SystemsFile Systems
File Systems
 
Degonto, File management system in fisheries science
Degonto, File management  system in fisheries scienceDegonto, File management  system in fisheries science
Degonto, File management system in fisheries science
 
File Management – File Concept, access methods, File types and File Operation
File Management – File Concept, access methods,  File types and File OperationFile Management – File Concept, access methods,  File types and File Operation
File Management – File Concept, access methods, File types and File Operation
 
Good Practice in Research Data Management
Good Practice in Research Data ManagementGood Practice in Research Data Management
Good Practice in Research Data Management
 
Sql server lesson3
Sql server lesson3Sql server lesson3
Sql server lesson3
 
File organisation in system analysis and design
File organisation in system analysis and designFile organisation in system analysis and design
File organisation in system analysis and design
 
FIle Handling and dictionaries.pptx
FIle Handling and dictionaries.pptxFIle Handling and dictionaries.pptx
FIle Handling and dictionaries.pptx
 
File Organization
File OrganizationFile Organization
File Organization
 

More from Leon Osinski

Articles and research data : DML Update, 08-10-2020
Articles and research data : DML Update, 08-10-2020Articles and research data : DML Update, 08-10-2020
Articles and research data : DML Update, 08-10-2020
Leon Osinski
 
PROOF course Writing articles and abstracts in English, part: Copyright in ac...
PROOF course Writing articles and abstracts in English, part: Copyright in ac...PROOF course Writing articles and abstracts in English, part: Copyright in ac...
PROOF course Writing articles and abstracts in English, part: Copyright in ac...
Leon Osinski
 
What funders want you to do with your data
What funders want you to do with your dataWhat funders want you to do with your data
What funders want you to do with your data
Leon Osinski
 
Research data management at TU Eindhoven
Research data management at TU EindhovenResearch data management at TU Eindhoven
Research data management at TU Eindhoven
Leon Osinski
 
How to make your research data open : presentation held at the VU Open Scienc...
How to make your research data open : presentation held at the VU Open Scienc...How to make your research data open : presentation held at the VU Open Scienc...
How to make your research data open : presentation held at the VU Open Scienc...
Leon Osinski
 
Discussion CC licenses for data
Discussion CC licenses for dataDiscussion CC licenses for data
Discussion CC licenses for data
Leon Osinski
 
Be open: what funders want you to do with your publications and research data
Be open: what funders want you to do with your publications and research dataBe open: what funders want you to do with your publications and research data
Be open: what funders want you to do with your publications and research data
Leon Osinski
 
Research data management : Open Research Data pilot, data management (plans),...
Research data management : Open Research Data pilot, data management (plans),...Research data management : Open Research Data pilot, data management (plans),...
Research data management : Open Research Data pilot, data management (plans),...
Leon Osinski
 
How to get FUN out of sharing your data : FUN meeting, 02-04-2015 by Leon Osi...
How to get FUN out of sharing your data : FUN meeting, 02-04-2015 by Leon Osi...How to get FUN out of sharing your data : FUN meeting, 02-04-2015 by Leon Osi...
How to get FUN out of sharing your data : FUN meeting, 02-04-2015 by Leon Osi...
Leon Osinski
 
( Dutch ) Dataverse Network : Workshop (Dutch) Dataverse Network voor 3TU.Dat...
( Dutch ) Dataverse Network : Workshop (Dutch) Dataverse Network voor 3TU.Dat...( Dutch ) Dataverse Network : Workshop (Dutch) Dataverse Network voor 3TU.Dat...
( Dutch ) Dataverse Network : Workshop (Dutch) Dataverse Network voor 3TU.Dat...
Leon Osinski
 
Research data management : [part of] PROOF course Finding and controlling sci...
Research data management : [part of] PROOF course Finding and controlling sci...Research data management : [part of] PROOF course Finding and controlling sci...
Research data management : [part of] PROOF course Finding and controlling sci...
Leon Osinski
 
3TU.Datacentrum: presentation for OpenML Workshop (III) at Eindhoven, 22-10-2...
3TU.Datacentrum: presentation for OpenML Workshop (III) at Eindhoven, 22-10-2...3TU.Datacentrum: presentation for OpenML Workshop (III) at Eindhoven, 22-10-2...
3TU.Datacentrum: presentation for OpenML Workshop (III) at Eindhoven, 22-10-2...
Leon Osinski
 
Horizon 2020 and research data : info meeting Horizon 2020 @ TUe, 07-10-2014 ...
Horizon 2020 and research data : info meeting Horizon 2020 @ TUe, 07-10-2014 ...Horizon 2020 and research data : info meeting Horizon 2020 @ TUe, 07-10-2014 ...
Horizon 2020 and research data : info meeting Horizon 2020 @ TUe, 07-10-2014 ...
Leon Osinski
 
Copyright and citation issues : PROOF course Writing articles and abstracts /...
Copyright and citation issues : PROOF course Writing articles and abstracts /...Copyright and citation issues : PROOF course Writing articles and abstracts /...
Copyright and citation issues : PROOF course Writing articles and abstracts /...
Leon Osinski
 
Be prepared to share your research data / Leon Osinski
Be prepared to share your research data / Leon OsinskiBe prepared to share your research data / Leon Osinski
Be prepared to share your research data / Leon Osinski
Leon Osinski
 
Onderzoeksdata-bepalingen van financiers van universitair onderzoek in NL: Ma...
Onderzoeksdata-bepalingen van financiers van universitair onderzoek in NL: Ma...Onderzoeksdata-bepalingen van financiers van universitair onderzoek in NL: Ma...
Onderzoeksdata-bepalingen van financiers van universitair onderzoek in NL: Ma...
Leon Osinski
 
OA beleid subscriptie-uitgevers / Saskia Woutersen-Windhouwer, Leon Osinski
OA beleid subscriptie-uitgevers / Saskia Woutersen-Windhouwer, Leon OsinskiOA beleid subscriptie-uitgevers / Saskia Woutersen-Windhouwer, Leon Osinski
OA beleid subscriptie-uitgevers / Saskia Woutersen-Windhouwer, Leon Osinski
Leon Osinski
 
Research data management during and after your research ; an introduction / L...
Research data management during and after your research ; an introduction / L...Research data management during and after your research ; an introduction / L...
Research data management during and after your research ; an introduction / L...
Leon Osinski
 
Wat als alle artikelen open access beschikbaar zijn? / Leon Osinski
Wat als alle artikelen open access beschikbaar zijn? / Leon OsinskiWat als alle artikelen open access beschikbaar zijn? / Leon Osinski
Wat als alle artikelen open access beschikbaar zijn? / Leon Osinski
Leon Osinski
 
Open access : recente ontwikkelingen / Leon Osinski
Open access : recente ontwikkelingen / Leon OsinskiOpen access : recente ontwikkelingen / Leon Osinski
Open access : recente ontwikkelingen / Leon Osinski
Leon Osinski
 

More from Leon Osinski (20)

Articles and research data : DML Update, 08-10-2020
Articles and research data : DML Update, 08-10-2020Articles and research data : DML Update, 08-10-2020
Articles and research data : DML Update, 08-10-2020
 
PROOF course Writing articles and abstracts in English, part: Copyright in ac...
PROOF course Writing articles and abstracts in English, part: Copyright in ac...PROOF course Writing articles and abstracts in English, part: Copyright in ac...
PROOF course Writing articles and abstracts in English, part: Copyright in ac...
 
What funders want you to do with your data
What funders want you to do with your dataWhat funders want you to do with your data
What funders want you to do with your data
 
Research data management at TU Eindhoven
Research data management at TU EindhovenResearch data management at TU Eindhoven
Research data management at TU Eindhoven
 
How to make your research data open : presentation held at the VU Open Scienc...
How to make your research data open : presentation held at the VU Open Scienc...How to make your research data open : presentation held at the VU Open Scienc...
How to make your research data open : presentation held at the VU Open Scienc...
 
Discussion CC licenses for data
Discussion CC licenses for dataDiscussion CC licenses for data
Discussion CC licenses for data
 
Be open: what funders want you to do with your publications and research data
Be open: what funders want you to do with your publications and research dataBe open: what funders want you to do with your publications and research data
Be open: what funders want you to do with your publications and research data
 
Research data management : Open Research Data pilot, data management (plans),...
Research data management : Open Research Data pilot, data management (plans),...Research data management : Open Research Data pilot, data management (plans),...
Research data management : Open Research Data pilot, data management (plans),...
 
How to get FUN out of sharing your data : FUN meeting, 02-04-2015 by Leon Osi...
How to get FUN out of sharing your data : FUN meeting, 02-04-2015 by Leon Osi...How to get FUN out of sharing your data : FUN meeting, 02-04-2015 by Leon Osi...
How to get FUN out of sharing your data : FUN meeting, 02-04-2015 by Leon Osi...
 
( Dutch ) Dataverse Network : Workshop (Dutch) Dataverse Network voor 3TU.Dat...
( Dutch ) Dataverse Network : Workshop (Dutch) Dataverse Network voor 3TU.Dat...( Dutch ) Dataverse Network : Workshop (Dutch) Dataverse Network voor 3TU.Dat...
( Dutch ) Dataverse Network : Workshop (Dutch) Dataverse Network voor 3TU.Dat...
 
Research data management : [part of] PROOF course Finding and controlling sci...
Research data management : [part of] PROOF course Finding and controlling sci...Research data management : [part of] PROOF course Finding and controlling sci...
Research data management : [part of] PROOF course Finding and controlling sci...
 
3TU.Datacentrum: presentation for OpenML Workshop (III) at Eindhoven, 22-10-2...
3TU.Datacentrum: presentation for OpenML Workshop (III) at Eindhoven, 22-10-2...3TU.Datacentrum: presentation for OpenML Workshop (III) at Eindhoven, 22-10-2...
3TU.Datacentrum: presentation for OpenML Workshop (III) at Eindhoven, 22-10-2...
 
Horizon 2020 and research data : info meeting Horizon 2020 @ TUe, 07-10-2014 ...
Horizon 2020 and research data : info meeting Horizon 2020 @ TUe, 07-10-2014 ...Horizon 2020 and research data : info meeting Horizon 2020 @ TUe, 07-10-2014 ...
Horizon 2020 and research data : info meeting Horizon 2020 @ TUe, 07-10-2014 ...
 
Copyright and citation issues : PROOF course Writing articles and abstracts /...
Copyright and citation issues : PROOF course Writing articles and abstracts /...Copyright and citation issues : PROOF course Writing articles and abstracts /...
Copyright and citation issues : PROOF course Writing articles and abstracts /...
 
Be prepared to share your research data / Leon Osinski
Be prepared to share your research data / Leon OsinskiBe prepared to share your research data / Leon Osinski
Be prepared to share your research data / Leon Osinski
 
Onderzoeksdata-bepalingen van financiers van universitair onderzoek in NL: Ma...
Onderzoeksdata-bepalingen van financiers van universitair onderzoek in NL: Ma...Onderzoeksdata-bepalingen van financiers van universitair onderzoek in NL: Ma...
Onderzoeksdata-bepalingen van financiers van universitair onderzoek in NL: Ma...
 
OA beleid subscriptie-uitgevers / Saskia Woutersen-Windhouwer, Leon Osinski
OA beleid subscriptie-uitgevers / Saskia Woutersen-Windhouwer, Leon OsinskiOA beleid subscriptie-uitgevers / Saskia Woutersen-Windhouwer, Leon Osinski
OA beleid subscriptie-uitgevers / Saskia Woutersen-Windhouwer, Leon Osinski
 
Research data management during and after your research ; an introduction / L...
Research data management during and after your research ; an introduction / L...Research data management during and after your research ; an introduction / L...
Research data management during and after your research ; an introduction / L...
 
Wat als alle artikelen open access beschikbaar zijn? / Leon Osinski
Wat als alle artikelen open access beschikbaar zijn? / Leon OsinskiWat als alle artikelen open access beschikbaar zijn? / Leon Osinski
Wat als alle artikelen open access beschikbaar zijn? / Leon Osinski
 
Open access : recente ontwikkelingen / Leon Osinski
Open access : recente ontwikkelingen / Leon OsinskiOpen access : recente ontwikkelingen / Leon Osinski
Open access : recente ontwikkelingen / Leon Osinski
 

Recently uploaded

A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
Jean Carlos Nunes Paixão
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
adhitya5119
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
adhitya5119
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Denish Jangid
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
Wahiba Chair Training & Consulting
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
Dr. Mulla Adam Ali
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
EduSkills OECD
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
Krassimira Luka
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
PECB
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
HajraNaeem15
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
haiqairshad
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
RAHUL
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
Priyankaranawat4
 
B. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdfB. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdf
BoudhayanBhattachari
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
Nguyen Thanh Tu Collection
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
TechSoup
 

Recently uploaded (20)

A Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdfA Independência da América Espanhola LAPBOOK.pdf
A Independência da América Espanhola LAPBOOK.pdf
 
Main Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docxMain Java[All of the Base Concepts}.docx
Main Java[All of the Base Concepts}.docx
 
Advanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docxAdvanced Java[Extra Concepts, Not Difficult].docx
Advanced Java[Extra Concepts, Not Difficult].docx
 
Chapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptxChapter wise All Notes of First year Basic Civil Engineering.pptx
Chapter wise All Notes of First year Basic Civil Engineering.pptx
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
Hindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdfHindi varnamala | hindi alphabet PPT.pdf
Hindi varnamala | hindi alphabet PPT.pdf
 
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptxBeyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
Beyond Degrees - Empowering the Workforce in the Context of Skills-First.pptx
 
Temple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation resultsTemple of Asclepius in Thrace. Excavation results
Temple of Asclepius in Thrace. Excavation results
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
ISO/IEC 27001, ISO/IEC 42001, and GDPR: Best Practices for Implementation and...
 
How to deliver Powerpoint Presentations.pptx
How to deliver Powerpoint  Presentations.pptxHow to deliver Powerpoint  Presentations.pptx
How to deliver Powerpoint Presentations.pptx
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skillsspot a liar (Haiqa 146).pptx Technical writhing and presentation skills
spot a liar (Haiqa 146).pptx Technical writhing and presentation skills
 
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UPLAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
LAND USE LAND COVER AND NDVI OF MIRZAPUR DISTRICT, UP
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdfANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
ANATOMY AND BIOMECHANICS OF HIP JOINT.pdf
 
B. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdfB. Ed Syllabus for babasaheb ambedkar education university.pdf
B. Ed Syllabus for babasaheb ambedkar education university.pdf
 
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
BÀI TẬP BỔ TRỢ TIẾNG ANH LỚP 9 CẢ NĂM - GLOBAL SUCCESS - NĂM HỌC 2024-2025 - ...
 
Walmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdfWalmart Business+ and Spark Good for Nonprofits.pdf
Walmart Business+ and Spark Good for Nonprofits.pdf
 

A basic course on Reseach data management, part 2: protecting and organizing your data

  • 1. A basic course on Research data management part 2: protecting and organizing your data PROOF course Information Literacy and Research Data Management TU/e, 24-01-2017 l.osinski@tue.nl, TU/e IEC/Library Available under CC BY-SA license, which permits copying and redistributing the material in any medium or format & adapting the material for any purpose, provided the original author and source are credited & you distribute the adapted material under the same license as the original
  • 2. Research data management  Sharing your data, or making your data findable and accessible with good data practices → protecting your data: back up, access control; file naming, organizing data, versioning + sharing your data via collaboration platforms and archives  Caring for your data, or making your data re-usable and interoperable with good data practices + metadata, tidy data, licenses Research data management what was it again
  • 3. Be safe + storage, backup  data safety, protecting against loss: use local ICT infrastructure (including SURFdrive) as much as possible + access control  data security, protecting against unauthorized use: with DataverseNL for example Be organized, or: you should be able to tell what’s in a file without opening it + file-naming, organizing data in folders, versioning, + data classification and retention; different treatment of different data (raw versus processed data) Protecting your data good data practices during your research “…we can copy everything and do not manage it well.” (Indra Sihar)
  • 4. File-naming #1 be consistent and aim for concise but informative names Good file names are consistent (use file-naming conventions), unique (distinguishes a file from files with similar subjects as well as different versions of the file) and meaningful (use descriptive names). File-naming conventions help you find your data, help others to find your data and help track which version of a file is most current  Avoid using special characters in a file name: / : * ? < > | [ ] & $  Use underscores instead of periods or spaces to separate logical elements in a file name  Avoid very long names: usually 25 characters is sufficient length  Names should include all necessary descriptive information independent of where it is stored  Include dates and a version number on files  Add a readme.txt to each folder in which the file naming and its meaning is explained Source: File naming conventions
  • 5. File naming #2 think about the ordering of elements within a filename  Order by date: 2013-04-12_interview-recording_THD.mp3 2013-04-12_interview-transcript_THD.docx 2012-12-15_interview-recording_MBD.mp3 2012-12-15_interview-transcript_MBD.docx  Order by subject: MBD_interview-recording_2012-12-15.mp3 MBD_interview-transcript_2012-12-15.docx THD_interview-recording_2013-04-12.mp3 THD_interview-transcript_2013-04-12.docx  Order by type: Interview-recording_MBD_2012-12-15.mp3 Interview-recording_THD_2013-04-12.mp3 Interview-transcript_MBD_2012-12-15.docx Interview-transcript_THD_2013-04-12.docx  Forced order with numbering: 01_THD_interview-recording_2013-04-12.mp3 02_THD_interview-transcript_2013-04-12.docx 03_MBD_interview-recording_2012-12-15.mp3 04_MBD_interview-transcript_2012-12-15.docx <
  • 6. File organization PAGE 631-1-2017 < Source: Beatriz Ramirez, Data management plan for the PhD project: development and application of a monitoring system to assess the impacts of climate and land cover changes on eco-hydrological processes in an eastern Andes catchment area Source: Haselager, dr. G.J.T. (Radboud University Nijmegen); Aken, prof. dr. M.A.G. van (Utrecht University) (2000): Personality and Family Relationships. DANS. http://dx.doi.org/10.17026/dans- xk5-y7vc .
  • 7. Organizing your data in folders #1 based on the TIER documentation protocol (http://www.projecttier.org/) 1. Main project folder (name of your research project/working title of your paper) 1.1. Original data and metadata 1.1.1. Original data 1.1.2. Metadata 1.1.2.1. Supplements 1.2. Processing and analysis files 1.2.1. Importable data files 1.2.2. Command files 1.2.3. Analysis files 1.3. Documents
  • 8. 1. Main project folder (name of your research project/working title of your paper) 1.1. Original data and metadata 1.1.1. Original data (keep these read only) Any data that were necessary for any part of the processing and/or analysis you reported in you paper. Copies of all your original data files, saved in exactly the format it was when you first obtained it. The name of the original data file may be changed 1.1.2. Metadata 1.1.2.1. Supplements Organizing your data in folders #2 based on the TIER documentation protocol
  • 9. 1. Main project folder (name of your research project/working title of your paper) 1.1. Original data and metadata 1.1.1. Original data 1.1.2. Metadata The Metadata Guide: document that provides information about each of your original data files. Applies especially to obtained data files  A bibliographic citation of the original data files, including the date you downloaded or obtained the original data files and unique identifiers that have been assigned to the original data files.  Information about how to obtain a copy of the original data file  Whatever additional information to understand and use the data in the original data file 1.1.2.1. Supplements Additional information about an original data file that’s not written by yourself but that is found in existing supplementary documents, such as users’ guides and code books that accompany the original data file Organizing your data in folders #3 based on the TIER documentation protocol
  • 10. Organizing your data in folders #4 based on the TIER documentation protocol 1. Main project folder (name of your research project/working title of your paper) 1.1. Original data and metadata 1.1.1. Original data 1.1.2. Metadata 1.1.2.1. Supplements 1.2. Processing and analysis files 1.2.1. Importable data files (the data you work with) A corresponding version for each of the original data files. This version can be identical to the original version, or in some cases it will be a modified version. For example modifications required to allow your software to read the file (converting the file to another format, removing explanatory notes from a table…).  The original and importable versions of a data file should be given different names  The importable data file should be as nearly as identical as possible to the original  The changes you make to your original data files to create the corresponding importable data files should be described in a Readme file 1.2.2. Command files 1.2.3. Analysis files
  • 11. Organizing your data in folders #5 based on the TIER documentation protocol 1. Main project folder (name of your research project/working title of your paper) 1.1. Original data and metadata 1.1.1. Original data 1.1.2. Metadata 1.1.2.1. Supplements 1.2. Processing and analysis files 1.2.1. Importable data files 1.2.2. Command files One or more files containing code written in the syntax of the (statistical) software you use for the study  Importing phase: commands to import or read the files and save them in a format that suits your software  Processing phase: commands that execute all the processing required to transform the importable version of your files into the final data files that you will use in your analysis (i.e. cleaning, recoding, joining two or more data files, dropping variables or cases, generating new variables)  Generating the results: commands that open the analysis data file(s), and then generate the results reported in your paper. 1.2.3. Analysis files
  • 12. Organizing your data in folders #6 based on the TIER documentation protocol 1. Main project folder (name of your research project/working title of your paper) 1.1. Original data and metadata 1.1.1. Original data 1.1.2. Metadata 1.1.2.1. Supplements 1.2. Processing and analysis files 1.2.1. Importable data files 1.2.2. Command files 1.2.3. Analysis files  The fully cleaned and processed data files that you use to generate the results reported in your paper in your paper  The Data Appendix: codebook for your analysis data files: brief description of the analysis data file(s), a complete definition of each variable (including coding and/or units of measurement), the name of the original data files from which the variable was extracted, the number of valid observations for the variable, and the number of cases with missing values
  • 13. Organizing your data in folders #7 based on the TIER documentation protocol 1. Main project folder (name of your research project/working title of your paper) 1.1. Original data and metadata 1.1.1. Original data 1.1.2. Metadata 1.1.2.1. Supplements 1.2. Processing and analysis files 1.2.1. Importable data files 1.2.2. Command files 1.2.3. Analysis files 1.3. Documents  An electronic copy of your complete final paper  The Readme-file for your replication documentation  What statistical software or other computer programs are needed to run the command files  Explain the structure of the hierarchy of folders in which the documentation is stored  Describe precisely any changes you made to your original data files to create the corresponding importable data files  Step-by-step instructions for using your documentation to replicate the statistical results reported in your paper
  • 14. 1. File naming conventions: https://lib.stanford.edu/data-management-services/file-naming 2. File organization: http://www.wageningenur.nl/web/file?uuid=3f974938-79a0-421f-b1ad- 95eef49d777c&owner=c057b578-4a6a-4449-881b-17fff17e2f1a (paragraph 6, example 1) 3. File organization: Haselager, dr. G.J.T. , Aken, prof. dr. M.A.G. van (2000): Personality and Family Relationships. DANS. http://dx.doi.org/10.17026/dans-xk5-y7vc (Data guide, p. 24-26) 4. Version control: http://www.data-archive.ac.uk/create-manage/format/versions 5. Storage, back up of data: http://www.data-archive.ac.uk/create-manage/storage 6. Local ICT infrastructure: https://intranet.tue.nl/en/university/services/ict-services/ict-service- catalog/management-services/data-management-storage/ (TU/e intranet) 7. DataverseNL: https://dataverse.nl/dvn/ 8. TIER documentation protocol: http://www.projecttier.org/ URL’s of mentioned webpages in order of appearance