Structuring your data well enables you to: Reproduce results

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

ICDL Software Applications - Database Concepts. Unit 6 Data and Data Representation Database Concepts –File Structure –Relationships Database Design –Data.
3/5/2009Computer systems1 Analyzing System Using Data Dictionaries Computer System: 1. Data Dictionary 2. Data Dictionary Categories 3. Creating Data Dictionary.
WJEC Applied ICT Databases – Data Dictionary and Data Types Data Dictionary According to Wikipedia: A data dictionary, as defined in the IBM Dictionary.
Access Lesson 2 Creating a Database
John Porter Why this presentation? The forms data take for analysis are often different than the forms data take for archival storage Spreadsheets are.
Microsoft Office 2007 Access Integration Feature Sharing Data Among Applications.
Access Tutorial 1 Creating a Database
Data Management: Documentation & Metadata Types of Documentation.
Separating Columns in Excel. An extremely useful function in Excel is the Text to Column feature which can be used for any type of column separation but.
METADATA Research Data Management. What is metadata? Metadata is additional information that is required to make sense of your files – it’s data about.
11 Chapter 2: Working with Data in a Project 2.1 Introduction to Tabular Data 2.2 Accessing Local Data 2.3 Importing Text Files 2.4 Editing Tables in the.
Access Lesson 2 Creating a Database
Coding for Excel Analysis Optional Exercise Map Your Hazards! Module, Unit 2 Map Your Hazards! Combining Natural Hazards with Societal Issues.
FIRST COURSE Access Tutorial 1 Creating a Database.
Data Management Overview for Instruction Librarians
® Microsoft Access 2010 Tutorial 1 Creating a Database.
Data Structure & File Systems Hun Myoung Park, Ph.D., Public Management and Policy Analysis Program Graduate School of International Relations International.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 23 Getting Started with Access Essentials 1 Morrison / Wells / Ruffolo.
10/10/2012ISC239 Isabelle Bichindaritz1 Physical Database Design.
Common Application Software. MS Word Some advanced use : Mail-merge Self-made Templates Macro (recording and running)
REDCap Advanced Topics Fred McClurg University of Iowa Institute for Clinical and Translational Science (ICTS) nce/display/ICTSit/REDCap#REDCap.
WHAT IS A DATABASE? A DATABASE IS A COLLECTION OF DATA RELATED TO A PARTICULAR TOPIC OR PURPOSE OR TO PUT IT SIMPLY A GENERAL PURPOSE CONTAINER FOR STORING.
A Simple Guide to Using SPSS ( Statistical Package for the Social Sciences) for Windows.
SQL Fundamentals  SQL: Structured Query Language is a simple and powerful language used to create, access, and manipulate data and structure in the database.
IDigBio is funded by a grant from the National Science Foundation’s Advancing Digitization of Biodiversity Collections Program (Cooperative Agreement EF ).
MySQL Importing and creating a database. CSV (Comma Separated Values) file CSV = Comma Separated Values – they are simple text files containing data which.
Database Basics BCIS 3680 Enterprise Programming.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Integrate, check and share documents Module 3.3. Integrate, check and share documents Module 3.3.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
I NTRODUCTION TO DATABASE By: Afraa Sayah. I NTRODUCTION Data: - Known facts and can have implicit meaning. - Types: text, date, number… Database: - A.
REDCap Advanced Topics University of Iowa Institute for Clinical and Translational Science (ICTS) nce/display/ICTSit/REDCap#REDCap.
Section 3 Computing with confidence. The purpose of this section The purpose of this section is to develop your skills to achieve two goals: 1-Becoming.
© 2017 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
Structured Analysis Methods and Tools
Tutorial 1 Creating a Database
Workplace Equity Information Management System (WEIMS)
GO! with Microsoft Office 2016
Aim: How do scientists interpret data (Part1)?
Access Tutorial 1 Creating a Database
Practical Office 2007 Chapter 10
Software Specification Tools
GO! with Microsoft Access 2016
Access Creating a Database
Methodology – Physical Database Design for Relational Databases
Access Lesson 14 Import and Export Data
Microsoft Office Illustrated
Access Creating a Database
Databases and Information Management
Data Management: Documentation & Metadata
Access Tutorial 1 Creating a Database
國立臺北科技大學 課程:資料庫系統 fall Chapter 18
Access Lesson 2 Creating a Database
Access Lesson 2 Creating a Database
What is a Database? A collection of data organized in a manner that allows access, retrieval, and use of that data.
Databases and Information Management
Chapter 1: The Database Environment
ICT Word Processing Lesson 4: Structuring Text Content in Documents
The Database Environment
Spreadsheets, Modelling & Databases
CS222/CS122C: Principles of Data Management Lecture #2 Storing Data: Disks and Files Instructor: Chen Li.
Access Tutorial 1 Creating a Database
The ultimate in data organization
Implementation of physical data model
Access Tutorial 1 Creating a Database
Microsoft Access Date.
Data + Research Elements What Publishers Can Do (and Are Doing) to Facilitate Data Integration and Attribution David Parsons – Lawrence, KS, 13th February.
Preservation and Curation of Complex Digital Objects DATA ORGANIZATION
Information system analysis and design
Presentation transcript:

Data Organization https://educopia.org/research/etdplus Structuring your data well enables you to: Reproduce results Reuse it in the future Share it with others Gain and retain credibility Comply with IRB/funder requirements The decisions you make about how you organize and structure your data today will have implications for how you and others can access and make use (or sense!) of that data in the future. Context and Data Documentation: Include the following in a readme text file: The data’s purpose A list of the files in your data package Data dictionary listing and describing all variables Data Organization Principles: Use one variable per column Make one observation per row Use human-readable column name Include one table per tab Include an ID or key to indicate any relationship between tables Whether your data is organized in lists, arrays, hash sets, dictionaries, queues, trees, heaps, or relational databases, it is important to be aware of disciplinary norms, as well as both institutional and funder requirements, that will make its deposit, storage, and long-term support more likely. Increasingly, the path for long-term support involves taking steps to make sure your data is deposited alongside data collected by others in your field or discipline. Questions to consider for any data project: What are the data organization standards for your field? What are the data export options for your software? What forms of the data will be needed for future access? The DataONE Best Practices database provides individuals with recommendations on how to effectively work with their data through all stages of the data lifecycle. https://www.dataone.org/best-practices Do: Consider what your NULL values are and how they are represented Consider what data documentation is required Use standard data representations (e.g., (YYYYMMDD for dates) Do Not: Use formatting to convey information Place comments in cells Use special characters in field names Use blank spaces or symbols in column names Discipline-based data repository examples: -Social Sciences: ICPSR -Genomics: GenBank -Earth Sciences: NASA’s Earthdata -Archaeology: tDAR -Oceanography: NODC -BioSciences: Dryad https://educopia.org/research/etdplus