SlideShare a Scribd company logo
Data Archiving
and Sharing
C. Tobin Magle, PhD
July 25, 2017
10:00-11:00 a.m.
Morgan Library Computer
Classroom 175
Hypothesis
Raw
data
Experimental
design
Tidy
Data
ResultsArticle
Data
Management
Plans
Cleaning
Sharing
Analysis
Open Data
Code Reproducible
Research
Reuse
Closed
Data Archiving
The research cycle
Outline
• Preserve: File formats and storage
• Describe: Metadata standards and standard languages
• Share: FAIR principles and repositories
Why even bother?
Data Sharing and Management Snafu in 3 Short Acts:
A data management horror story
by Karen Hanson, Alisa Surkis and Karen Yacobucci.
http://www.youtube.com/watch?v=N2zK3sAtr-4
Exercise 1: Worst practices
• Make a list of bad data management decisions the researcher
made at the end of his project.
• Keep an eye out for what he could have done better during this
presentation.
Preserve
Backup, archival formats, description
Digital data preservation
Short Term
• During the project
• Frequent changes
• Your responsibility
Long term
• After the project is over
• Little to no changes
• Can be outsourced
Preservation best practices
• Back up your data!
• Save in archival formats
• Include metadata
Data backup
• Make 3 copies
• Protects against natural
disasters
• Example
• Computer HD
• External hard drive
• Cloud
Data formats
• Avoid proprietary formats
• Use common data standards
in your field
• Find standards:
https://fairsharing.org/standar
ds/?q=&selected_facets=type
_exact:model/format
Proprietary formats and alternatives
Proprietary Format Alternative Format
Excel (.xlsx) Comma Separated Values (.csv)
Word (.docx) plain text (.txt) or PDF/A (.pdf)
PowerPoint (.pptx) PDF/A (.pdf)
Photoshop (.psd) TIFF (.tif, .tiff)
Quicktime (.mov) MPEG-4 (.mp4)
MPEG 4 (.m4p) .mp3 (compressed)/.wav (uncompressed)
https://www.loc.gov/preservation/digital/formats/content/content_categories.shtml
Excel guidelines
• One table per sheet
• Sheet -> .csv
• No formatting
• No images
• No formulas
• Make your data tidy
Excel Archival Tool
• Input: Excel File
• Output (per tab):
• One .csv
• One .txt for formulas
• One HTML visualization
• https://github.com/mcgrory/
ExcelArchivalTool
Exercise 2: Formats
Think of one type of data that you produce:
• What format is it in?
• Is it proprietary? If so, what alternative format?
• Is it the most commonly used data format for that type of data in
your field?
Describe
Metadata (README files, codebooks, Metadata standards)
Metadata
• Relevant information for
discovery, re-creation and re-use
• Descriptive – using data
• Discovery – finding data
http://library.umassmed.edu/necdmc/necdmc_module3.pptx
Descriptive Metadata
• Provides context: everything
you need to know to interpret
and reuse the data
• Examples
• Readme files
• Code books
http://library.umassmed.edu/necdmc/necdmc_module3.pptx
README files
• Describe the contents of
data files
• List software necessary to
interpret the data
• Unstructured format:
• (+) human readable
• (-) not machine readable
Codebooks
• Define the variables and
their units
• Explain the formats for
dates, time, geographic
coordinates
• Define any coded values
and missing values
Discipline specific metadata
• Specify pieces of information to include
• Specify format
• Not available in all fields
• Find standards
• http://www.dcc.ac.uk//resources/metadata-standards
• https://fairsharing.org/standards/?q=&selected_facets=type_exact:reporting%
20guideline
Exercise 3:
• Think of the data you chose to work with in Exercise 2
• What information would you include a README file? A
codebook?
• Is there a metadata standard you could use?
Share
FAIR principles, repositories, discovery metadata
FAIR principles
• Findable: searchable and has a unique ID
• Accessible: in a repository
• Interoperable: Described in common standards for your field
• Reusable: Properly described and licensed for reuse
https://www.nature.com/articles/sdata201618
Reusable
Licenses
File formatsMetadata
Descriptive
Metadata
Codebooks
Readme
Community
Standards
Non-proprietary
Licensing
• State your conditions for reuse
• Citation?
• Creative common licenses are a
good starting point
• CC-0 for data
Interoperable Reusable
Controlled
Vocabularies Licenses
File formatsMetadata
Descriptive
Metadata
Codebooks
Metadata
standards
Readme
Community
Standards
Non-proprietary
Controlled Vocabularies
• “Official” names for things
• Ontologies: include relationships
between terms
• Search for relevant ontologies:
https://fairsharing.org/standards/
?q=&selected_facets=type_exa
ct:terminology%20artifact https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/
Exercise 4:
• Think about the data from exercises
• Is there a standard ontology you could use to describe the
data?
Accessible Interoperable Reusable
Controlled
Vocabularies
Repositories
Licenses
File formats
Persistent
identifiers
Metadata
Descriptive
Metadata
Codebooks
Web
interface
Metadata
standards
Readme
Community
Standards
Non-proprietary
Repositories (aka databases) provide
• A place to put (meta)data
• Unique IDs for each dataset
• A search interface
• Metadata requirements
Finding Research Data Repositories
FAIRSharing
https://fairsharing.org/database
s/
Registry of Research Data
Repositories
http://www.re3data.org/
CSU Digital Repository
• Over 100 Datasets
• Dublin core metadata
• Supports all* (meta)
data types
• At no cost <1 TB
• $150/TB for 5 years
• $300/TB for >5 years
*that we know of
CSU Repository Deposit Steps
• Contact Tobin! – self deposit is in the works
• Prepare:
• Data files
• Metadata (Readme.txt, codebooks, etc)
• Any related additional files (like a license)
• Deposit agreement:
• Declare you have right to deposit
• Give permission to repository to perform preservation and access procedures
• Upload
Module 7: Archiving & Preservation
Stable identifiers
• URLs break
• Stable identifiers are
permanent in a database
• Some provide linking
capabilities
• DOI –
https://doi.org/10.1109/5.771073
• Handle-
http://hdl.handle.net/10217/177356
Findable Accessible Interoperable Reusable
Controlled
Vocabularies
Repositories
Licenses
File formats
Persistent
identifiers
Metadata
Descriptive
Metadata
Discovery
Metadata
Codebooks
Search
Interface
Web
interface
Metadata
standards
Readme
Community
Standards
Non-proprietary
Discovery Metadata
• Make your datable findable
• Metadata standards
• Defined by the repository
http://library.umassmed.edu/necdmc/necdmc_module3.pptx
Metadata standard: Dublin Core
• Can be applied to anything
• 15 core Elements:
• http://dublincore.org/documents/dc
es/
• CSU librarians help you write
this metadata
• Example:
http://hdl.handle.net/10217/1802
80
Exercise 5:
• How FAIR is your data?
• Findable?
• Accessible?
• Interoperable?
• Reusable?
Summary
• Most of the work for sharing is part of Preservation
- Think about it BEFORE you start your project (DMP)
- Do the work as you go
• Make preservation and sharing easier with a trusted
repository
• It’s complicated! Ask for help
Need help?
• Email: tobin.magle@colostate.edu
• Data Management Services website:
http://lib.colostate.edu/services/data-management
• File Format Quick Guide:
https://en.wikibooks.org/wiki/Choosing_The_Right_File_Format/Quick_Guide
• Excel Archival Tool: https://github.com/mcgrory/ExcelArchivalTool
• DSpace Institutional Repository: https://dspace.library.colostate.edu/

More Related Content

PPTX
Delta lake and the delta architecture
PDF
Modernizing to a Cloud Data Architecture
PPTX
Building a modern data warehouse
PDF
Data Platform Architecture Principles and Evaluation Criteria
PPTX
Data Warehousing in the Cloud: Practical Migration Strategies
PDF
Building Lakehouses on Delta Lake with SQL Analytics Primer
PDF
PDF
Data catalog
Delta lake and the delta architecture
Modernizing to a Cloud Data Architecture
Building a modern data warehouse
Data Platform Architecture Principles and Evaluation Criteria
Data Warehousing in the Cloud: Practical Migration Strategies
Building Lakehouses on Delta Lake with SQL Analytics Primer
Data catalog

What's hot (20)

PPTX
Data Lakehouse, Data Mesh, and Data Fabric (r2)
PDF
Archive First: An Intelligent Data Archival Strategy, Part 1 of 3
PPT
Database Archiving - Managing Data for Long Retention Periods
PDF
Snowflake free trial_lab_guide
PPTX
Building an Effective Data Warehouse Architecture
PPTX
Data Lake Overview
PDF
Application modernization patterns with apache kafka, debezium, and kubernete...
PPTX
The Path to Data and Analytics Modernization
PDF
Conceptual vs. Logical vs. Physical Data Modeling
PDF
White Paper - Data Warehouse Project Management
PPTX
Migration to Databricks - On-prem HDFS.pptx
PPTX
Azure Synapse Analytics Overview (r2)
PPTX
Traditional data warehouse vs data lake
PDF
The Marriage of the Data Lake and the Data Warehouse and Why You Need Both
PPTX
DATA WAREHOUSING
PDF
Snowflake: The most cost-effective agile and scalable data warehouse ever!
PDF
Delta Lake OSS: Create reliable and performant Data Lake by Quentin Ambard
PPTX
Is the traditional data warehouse dead?
PDF
Introduction SQL Analytics on Lakehouse Architecture
PDF
Data Mesh for Dinner
Data Lakehouse, Data Mesh, and Data Fabric (r2)
Archive First: An Intelligent Data Archival Strategy, Part 1 of 3
Database Archiving - Managing Data for Long Retention Periods
Snowflake free trial_lab_guide
Building an Effective Data Warehouse Architecture
Data Lake Overview
Application modernization patterns with apache kafka, debezium, and kubernete...
The Path to Data and Analytics Modernization
Conceptual vs. Logical vs. Physical Data Modeling
White Paper - Data Warehouse Project Management
Migration to Databricks - On-prem HDFS.pptx
Azure Synapse Analytics Overview (r2)
Traditional data warehouse vs data lake
The Marriage of the Data Lake and the Data Warehouse and Why You Need Both
DATA WAREHOUSING
Snowflake: The most cost-effective agile and scalable data warehouse ever!
Delta Lake OSS: Create reliable and performant Data Lake by Quentin Ambard
Is the traditional data warehouse dead?
Introduction SQL Analytics on Lakehouse Architecture
Data Mesh for Dinner
Ad

Similar to Data Archiving and Sharing (20)

PDF
OpenAIRE webinar: Principles of Research Data Management, with S. Venkatarama...
PPTX
Research data life cycle
PPTX
DataManagement_EMPSL_2014Fall for Files and Data
PPTX
Data Literacy: Creating and Managing Reserach Data
PPT
Data curation issues for repositories
PDF
Researh data management
PPTX
Intro to RDM
PPTX
Data and Donuts: How to write a data management plan
PDF
Introduction to Data Management Planning
PDF
The state of global research data initiatives: observations from a life on th...
PPTX
Research Data Management: An Introductory Webinar from OpenAIRE and EUDAT
PPTX
Research Data Management: An Introductory Webinar from OpenAIRE and EUDAT
PPTX
Research Data Management Introduction: EUDAT/Open AIRE Webinar| www.eudat.eu |
PDF
Basics of Research Data Management
PPTX
Datat and donuts: how to write a data management plan
PPTX
CSU-ACADIS_dataManagement101-20120217
PDF
Guy avoiding-dat apocalypse
PPTX
Managing the research life cycle
PPTX
Creating a Data Management Plan
PPTX
Bosman and Kramer Open Research: A 2024 NISO Training Series, Session Four: O...
OpenAIRE webinar: Principles of Research Data Management, with S. Venkatarama...
Research data life cycle
DataManagement_EMPSL_2014Fall for Files and Data
Data Literacy: Creating and Managing Reserach Data
Data curation issues for repositories
Researh data management
Intro to RDM
Data and Donuts: How to write a data management plan
Introduction to Data Management Planning
The state of global research data initiatives: observations from a life on th...
Research Data Management: An Introductory Webinar from OpenAIRE and EUDAT
Research Data Management: An Introductory Webinar from OpenAIRE and EUDAT
Research Data Management Introduction: EUDAT/Open AIRE Webinar| www.eudat.eu |
Basics of Research Data Management
Datat and donuts: how to write a data management plan
CSU-ACADIS_dataManagement101-20120217
Guy avoiding-dat apocalypse
Managing the research life cycle
Creating a Data Management Plan
Bosman and Kramer Open Research: A 2024 NISO Training Series, Session Four: O...
Ad

More from C. Tobin Magle (20)

PPTX
Data Management for librarians
PPTX
Coding and Cookies: R basics
PPTX
Data wrangling with dplyr
PPTX
Reproducible research
PPTX
Intro to Reproducible Research
PPTX
Data and donuts: Data Visualization using R
PPTX
Responsible conduct of research: Data Management
PPTX
Basic data analysis using R.
PPTX
Collaborative Data Management using OSF
PPTX
Reproducible research concepts and tools
PPTX
Data Management Services at the Morgan Library
PPTX
Open access day
PPTX
Data and Donuts: Data cleaning with OpenRefine
PPTX
Data and Donuts: Data organization
PPTX
Data and Donuts: The Impact of Data Management
PPTX
Bringing bioinformatics into the library
PPTX
Reproducible research: practice
PPTX
Reproducible research: theory
PPTX
CU Anschutz Health Science Library Data Services
PPTX
Magle data curation in libraries
Data Management for librarians
Coding and Cookies: R basics
Data wrangling with dplyr
Reproducible research
Intro to Reproducible Research
Data and donuts: Data Visualization using R
Responsible conduct of research: Data Management
Basic data analysis using R.
Collaborative Data Management using OSF
Reproducible research concepts and tools
Data Management Services at the Morgan Library
Open access day
Data and Donuts: Data cleaning with OpenRefine
Data and Donuts: Data organization
Data and Donuts: The Impact of Data Management
Bringing bioinformatics into the library
Reproducible research: practice
Reproducible research: theory
CU Anschutz Health Science Library Data Services
Magle data curation in libraries

Recently uploaded (20)

PPTX
advance b rammar.pptxfdgdfgdfsgdfgsdgfdfgdfgsdfgdfgdfg
PDF
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
PPTX
Database Infoormation System (DBIS).pptx
PPTX
05. PRACTICAL GUIDE TO MICROSOFT EXCEL.pptx
PDF
Fluorescence-microscope_Botany_detailed content
PDF
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
PDF
Clinical guidelines as a resource for EBP(1).pdf
PDF
“Getting Started with Data Analytics Using R – Concepts, Tools & Case Studies”
PPTX
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
PPT
Miokarditis (Inflamasi pada Otot Jantung)
PPT
Chapter 3 METAL JOINING.pptnnnnnnnnnnnnn
PPTX
Supervised vs unsupervised machine learning algorithms
PDF
.pdf is not working space design for the following data for the following dat...
PDF
Foundation of Data Science unit number two notes
PDF
Taxes Foundatisdcsdcsdon Certificate.pdf
PPTX
Data_Analytics_and_PowerBI_Presentation.pptx
PPTX
Bharatiya Antariksh Hackathon 2025 Idea Submission PPT.pptx
PPTX
Major-Components-ofNKJNNKNKNKNKronment.pptx
PPTX
Introduction to Knowledge Engineering Part 1
PPTX
Acceptance and paychological effects of mandatory extra coach I classes.pptx
advance b rammar.pptxfdgdfgdfsgdfgsdgfdfgdfgsdfgdfgdfg
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
Database Infoormation System (DBIS).pptx
05. PRACTICAL GUIDE TO MICROSOFT EXCEL.pptx
Fluorescence-microscope_Botany_detailed content
Recruitment and Placement PPT.pdfbjfibjdfbjfobj
Clinical guidelines as a resource for EBP(1).pdf
“Getting Started with Data Analytics Using R – Concepts, Tools & Case Studies”
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
Miokarditis (Inflamasi pada Otot Jantung)
Chapter 3 METAL JOINING.pptnnnnnnnnnnnnn
Supervised vs unsupervised machine learning algorithms
.pdf is not working space design for the following data for the following dat...
Foundation of Data Science unit number two notes
Taxes Foundatisdcsdcsdon Certificate.pdf
Data_Analytics_and_PowerBI_Presentation.pptx
Bharatiya Antariksh Hackathon 2025 Idea Submission PPT.pptx
Major-Components-ofNKJNNKNKNKNKronment.pptx
Introduction to Knowledge Engineering Part 1
Acceptance and paychological effects of mandatory extra coach I classes.pptx

Data Archiving and Sharing

  • 1. Data Archiving and Sharing C. Tobin Magle, PhD July 25, 2017 10:00-11:00 a.m. Morgan Library Computer Classroom 175
  • 3. Outline • Preserve: File formats and storage • Describe: Metadata standards and standard languages • Share: FAIR principles and repositories
  • 4. Why even bother? Data Sharing and Management Snafu in 3 Short Acts: A data management horror story by Karen Hanson, Alisa Surkis and Karen Yacobucci. http://www.youtube.com/watch?v=N2zK3sAtr-4
  • 5. Exercise 1: Worst practices • Make a list of bad data management decisions the researcher made at the end of his project. • Keep an eye out for what he could have done better during this presentation.
  • 7. Digital data preservation Short Term • During the project • Frequent changes • Your responsibility Long term • After the project is over • Little to no changes • Can be outsourced
  • 8. Preservation best practices • Back up your data! • Save in archival formats • Include metadata
  • 9. Data backup • Make 3 copies • Protects against natural disasters • Example • Computer HD • External hard drive • Cloud
  • 10. Data formats • Avoid proprietary formats • Use common data standards in your field • Find standards: https://fairsharing.org/standar ds/?q=&selected_facets=type _exact:model/format
  • 11. Proprietary formats and alternatives Proprietary Format Alternative Format Excel (.xlsx) Comma Separated Values (.csv) Word (.docx) plain text (.txt) or PDF/A (.pdf) PowerPoint (.pptx) PDF/A (.pdf) Photoshop (.psd) TIFF (.tif, .tiff) Quicktime (.mov) MPEG-4 (.mp4) MPEG 4 (.m4p) .mp3 (compressed)/.wav (uncompressed) https://www.loc.gov/preservation/digital/formats/content/content_categories.shtml
  • 12. Excel guidelines • One table per sheet • Sheet -> .csv • No formatting • No images • No formulas • Make your data tidy
  • 13. Excel Archival Tool • Input: Excel File • Output (per tab): • One .csv • One .txt for formulas • One HTML visualization • https://github.com/mcgrory/ ExcelArchivalTool
  • 14. Exercise 2: Formats Think of one type of data that you produce: • What format is it in? • Is it proprietary? If so, what alternative format? • Is it the most commonly used data format for that type of data in your field?
  • 15. Describe Metadata (README files, codebooks, Metadata standards)
  • 16. Metadata • Relevant information for discovery, re-creation and re-use • Descriptive – using data • Discovery – finding data http://library.umassmed.edu/necdmc/necdmc_module3.pptx
  • 17. Descriptive Metadata • Provides context: everything you need to know to interpret and reuse the data • Examples • Readme files • Code books http://library.umassmed.edu/necdmc/necdmc_module3.pptx
  • 18. README files • Describe the contents of data files • List software necessary to interpret the data • Unstructured format: • (+) human readable • (-) not machine readable
  • 19. Codebooks • Define the variables and their units • Explain the formats for dates, time, geographic coordinates • Define any coded values and missing values
  • 20. Discipline specific metadata • Specify pieces of information to include • Specify format • Not available in all fields • Find standards • http://www.dcc.ac.uk//resources/metadata-standards • https://fairsharing.org/standards/?q=&selected_facets=type_exact:reporting% 20guideline
  • 21. Exercise 3: • Think of the data you chose to work with in Exercise 2 • What information would you include a README file? A codebook? • Is there a metadata standard you could use?
  • 23. FAIR principles • Findable: searchable and has a unique ID • Accessible: in a repository • Interoperable: Described in common standards for your field • Reusable: Properly described and licensed for reuse https://www.nature.com/articles/sdata201618
  • 25. Licensing • State your conditions for reuse • Citation? • Creative common licenses are a good starting point • CC-0 for data
  • 26. Interoperable Reusable Controlled Vocabularies Licenses File formatsMetadata Descriptive Metadata Codebooks Metadata standards Readme Community Standards Non-proprietary
  • 27. Controlled Vocabularies • “Official” names for things • Ontologies: include relationships between terms • Search for relevant ontologies: https://fairsharing.org/standards/ ?q=&selected_facets=type_exa ct:terminology%20artifact https://www.ncbi.nlm.nih.gov/Taxonomy/Browser/
  • 28. Exercise 4: • Think about the data from exercises • Is there a standard ontology you could use to describe the data?
  • 29. Accessible Interoperable Reusable Controlled Vocabularies Repositories Licenses File formats Persistent identifiers Metadata Descriptive Metadata Codebooks Web interface Metadata standards Readme Community Standards Non-proprietary
  • 30. Repositories (aka databases) provide • A place to put (meta)data • Unique IDs for each dataset • A search interface • Metadata requirements
  • 31. Finding Research Data Repositories FAIRSharing https://fairsharing.org/database s/ Registry of Research Data Repositories http://www.re3data.org/
  • 32. CSU Digital Repository • Over 100 Datasets • Dublin core metadata • Supports all* (meta) data types • At no cost <1 TB • $150/TB for 5 years • $300/TB for >5 years *that we know of
  • 33. CSU Repository Deposit Steps • Contact Tobin! – self deposit is in the works • Prepare: • Data files • Metadata (Readme.txt, codebooks, etc) • Any related additional files (like a license) • Deposit agreement: • Declare you have right to deposit • Give permission to repository to perform preservation and access procedures • Upload Module 7: Archiving & Preservation
  • 34. Stable identifiers • URLs break • Stable identifiers are permanent in a database • Some provide linking capabilities • DOI – https://doi.org/10.1109/5.771073 • Handle- http://hdl.handle.net/10217/177356
  • 35. Findable Accessible Interoperable Reusable Controlled Vocabularies Repositories Licenses File formats Persistent identifiers Metadata Descriptive Metadata Discovery Metadata Codebooks Search Interface Web interface Metadata standards Readme Community Standards Non-proprietary
  • 36. Discovery Metadata • Make your datable findable • Metadata standards • Defined by the repository http://library.umassmed.edu/necdmc/necdmc_module3.pptx
  • 37. Metadata standard: Dublin Core • Can be applied to anything • 15 core Elements: • http://dublincore.org/documents/dc es/ • CSU librarians help you write this metadata • Example: http://hdl.handle.net/10217/1802 80
  • 38. Exercise 5: • How FAIR is your data? • Findable? • Accessible? • Interoperable? • Reusable?
  • 39. Summary • Most of the work for sharing is part of Preservation - Think about it BEFORE you start your project (DMP) - Do the work as you go • Make preservation and sharing easier with a trusted repository • It’s complicated! Ask for help
  • 40. Need help? • Email: tobin.magle@colostate.edu • Data Management Services website: http://lib.colostate.edu/services/data-management • File Format Quick Guide: https://en.wikibooks.org/wiki/Choosing_The_Right_File_Format/Quick_Guide • Excel Archival Tool: https://github.com/mcgrory/ExcelArchivalTool • DSpace Institutional Repository: https://dspace.library.colostate.edu/