SlideShare a Scribd company logo
1 of 39
Data Management
for Research
Aaron Collie, MSU Libraries
Lisa Schmidt, University Archives
Data Management: What’s in it for TAs?
 Better organization for your classes
 Course Management: Angel / Desire2Learn
 Bibliographic Management: Zotero / Endnote / Mendelay
 File Management: Google Drive / Git / File-system
 Direct application to your career
 Data management is an “unnamed practice”
 Start now so you can this skill on your Resume or CV
 Academia is changing: big data is here
Data Management. Isn’t that… trivial?
 Not so much. Data is a primary output of research; it is very
expensive to produce high quality data. Data may be collected
in nanoseconds, but it takes the expert application of
research protocol and design to generate data.
CC-BY-SA-3.0 Rob Lavinsky CC-BY-SA-3.0 Rob
 Even more consequential, data is the input of a
process that generates higher orders of
understanding.
Wisdom
Knowledge
Information
Data
Understanding
is hierarchical!
Russell Ackoff
Data Industries
 In the academic sector that industry is called scholarly
communication.
 In the private sector that industry is called research &
development.
Data New
Product
Data Research
Article
This is the engine of the academic industry…
The scientific method “is
often misrepresented as a
fixed sequence of steps,”
rather than being seen for
what it truly is, “a highly
variable and creative
process” (AAAS 2000:18).
Gauch, Hugh G. Scientific Method in Practice. New York: Cambridge University Press, 2010. Print. (Emphasis added)
So, things can get a little messy.
But why are we really here?
 Impetus: NSF has mandated that all grant applications
submitted after January 18th, 2011 must include a
supplemental “Data Management Plan”
 Effect: The original NSF mandate has had a domino effect, and
many funders now require or state guidelines for data
management of grant funded research
 Response: Data management has not traditionally received a
full treatment in (many) graduate and doctoral curricula;
intervention is necessary
Effect: Funder Policies
NASA “promotes the full and open sharing of all data”
“requires that data…be submitted to and archived by
designated national data centers.”
“expects the timely release and sharing of final research
data"
"IMLS encourages sharing of research data."
“…should describe how the project team will manage
and disseminate data generated by the project”
Science is always changing
• Thousand years ago:
science was empirical
describing natural phenomena
• Last few hundred years:
theoretical branch
using models, generalizations
• Last few decades:
a computational branch
simulating complex phenomena
• Today:
data exploration (eScience)
unify theory, experiment, and simulation
– Data captured by instruments
or generated by simulator
– Processed by software
– Information/Knowledge stored in computer
– Scientist analyzes database / files
using data management and statistics
2
2
2
.
3
4
a
cG
a
a
Slide credit: Gray, J. & Szalay, A. (11 January 2007). eScience Talk at NRC-CSTB meeting. http://research.microsoft.com/en-us/um/people/gray/talks/NRC-
Response: Changing Data Landscape
 Data Management Competencies
 Standards & Best Practices
 Discipline Specific Discourse
 Data sharing and open data
 Data sets as publications
 Data journals
 Citations for data (e.g., used in secondary analysis)
 Data as supplementary materials to traditional articles
 Data repositories and archives
Data Sharing Impacts
 Facilitates education of
new researchers
 Enables exploration of
topics not envisioned
by initial investigators
 Permits creation of
new datasets by
combining data from
multiple sources
o Storage Options
o Single points of failure
o Backup Strategy
Storage
Architecture
File Storage
File System
File Format
File Content
o Storage Options
o Single points of failure
o Backup Strategy
Storage
Architecture
Optical Storage
• CD-ROM
• DVD-ROM
• Blu-ray Discs
Solid-State Storage
• USB Flash Drives
• Memory Cards
• “Internal Device Storage”
Magnetic Storage
• Internal Hard Drives
• External Hard Drives
• Tape Drives
Networked Storage
• Server and Web Storage
• Managed Networked Storage
• “Cloud Storage”
• Tape Libraries
Good practices for avoiding single points of error:
 Use managed networked storage whenever possible
 Move data off of portable media
 Never rely on one copy of data
 Do not rely on CD or DVD copies to be readable
 Be wary of software lifespans (e.g. Angel)
o Storage Options
o Single points of failure
o Backup Strategy
Storage
Architecture
Limited “Task” Term Short “Project” Term Long “Life” Term
• Optical Media
• CD, DVD, Blu-ray
• Portable Flash Media
• USB Flash Drives
• Memory Cards
• Internal Memory
• Magnetic Storage
• Internal HD
• External HD
• Networked Storage
• Server/Web Space
• Cloud Storage
• Networked Storage
• Managed Network
• Magnetic Storage
• Tape Drives
Good practices for creating a backup strategy:
 Make 3 copies
 E.g. original + external/local + external/remote
 E.g. original + 2 formats on 2 drives in 2 locations
 Geographically distribute and secure
 Local vs. remote, depending on needed recovery time
 Know what resources are available to you: personal
computer, external hard drives, departmental, or
university servers may be used
o Storage Options
o Single points of failure
o Backup Strategy
Storage
Architecture
o Project Documentation
o Process Documentation
o Data Documentation
o Sharing Data
o Publishing Data
o Archiving Data
Data
Management
Storage
Architecture
File
Management
Documentation
Practices
Access
Management
(cc)Alan(cc)WillScullin
o File Organization
o File Naming
o File Formats
o Storage Options
o Single points of failure
o Backup Strategy
o File Organization
o File Naming
o File Formats
File
Management
File Storage
File System
File Format
File Content
Create a file plan
 Better chance you will use a standard method when the time comes
 Simple organization is intuitive to team members and colleagues
 Reduces unsynchronized copies in personal drives and email
attachments
o File Organization
o File Naming
o File Formats
File
Management
Utilize a file naming convention
 Create logical sequences for sorting through many files and versions
 Identify what you’re searching for by filename by using a primary term
 If not using a version control system, implement simple versioning
 It’s sort of like a tweet
 Should not exceed 255 characters for most modern operating systems
o File Organization
o File Naming
o File Formats
File
Management
Example file names using simple version control: Primary term:
lakeLansing_waltM_fieldNotes_20091012_v002.doc location
OrgChart2009_petersK_20090101_d001.svg content
20110117_sharpeW_krillMicrograph_backscatter3_v002.tif date
borgesJ_collocation_20080414.xml person
Make an informed decision in selecting file formats
 It is important to choose platform and vendor-independent file
formats to ensure the best chance for future compatibility
 “Open” formats are often (but not always) supported broadly by a
community rather than individually by a company or vendor
o File Organization
o File Naming
o File Formats
File
Management
Format Genre Great Not Bad Avoid
TEXT .txt; .odt; .xml; .html .pdf; .rtf; .docx .doc
AUDIO .flac; .wav .ogg; .mp3 .wma; .ra; .ram;
compression
VIDEO .mp2/.mp4, MKV .wmv; .mov; .avi; compression
IMAGE .tif; .png; .svg; .jpg .gif; .psd; compression
DATA .sql; .csv; .xml .xlsx .xls; proprietary DB formats
o Project Documentation
o Process Documentation
o Data Documentation
o Sharing Data
o Publishing Data
o Archiving Data
Data
Management
Storage
Architecture
File
Management
Documentation
Practices
Access
Management
(cc)Alan(cc)WillScullin
o File Organization
o File Naming
o File Formats
o Storage Options
o Single points of failure
o Backup Strategy
o Project Documentation
o Process Documentation
o Data Documentation
Documentation
Practices
File Storage
File System
File Format
File Content
Good practice for documenting project information:
 Oftentimes a team effort
 At minimum, store documentation in readme.txt file
 Include name of project, people, roles & contact information
 Include executive summary or abstract for basic context
 Include an inventory of servers, directories, data, lab
equipment, and other resources
 A great start for project documentation is a project charter
o Project Documentation
o Process Documentation
o Data Documentation
Documentation
Practices
Good practices for documenting processes:
 Sometimes an individual effort, sometimes collaborative
 Protocols, software or code settings, code commentary
 Workflow descriptions (text) or diagrams (image)
 Include example scripts, inputs, outputs if applicable
 A great start for process documentation is a lab notebook
o Project Documentation
o Process Documentation
o Data Documentation
Example of R code commentary
# Cumulative normal density
pnorm(c(-1.96,0,1.96))
Documentation
Practices
Good practices for documenting data:
 Use standard methods of documentation where
they exist
 Metrics/Measurements
 Code Book
 Metadata Standard
o Project Documentation
o Process Documentation
o Data Documentation
~1.57×107 K = Temperature of the sun
(center)
unit
measure/metri
c
metadata
Documentation
Practices
o Project Documentation
o Process Documentation
o Data Documentation
o Sharing Data
o Publishing Data
o Archiving Data
Data
Management
Storage
Architecture
File
Management
Documentation
Practices
Access
Management
(cc)Alan
o File Organization
o File Naming
o File Formats
o Storage Options
o Single points of failure
o Backup Strategy
o Sharing Data
o Publishing Data
o Archiving Data
Access
Management
File Storage
File System
File Format
File Content
Good practices for sharing or distributing data:
 Basics
• Synchronization, Versioning, Access Restrictions (and logs)
• Collaborative tools can save time and effort (and help with scale)
 Intellectual property
• Data itself not protected by copyright law in U.S.
• Expressions of data (forms, reports, visuals) can be copyrightable
• Data can be licensed similarly to software
 Ethics
• Human subjects (e.g. IRB restrictions)
• Private/sensitive information
o Sharing Data
o Publishing Data
o Archiving Data
Access
Management
Good practices for publishing data:
 Not Publishing
 Self Publishing (Web Site)
 Create and add data citations to personal websites
 Journal (Supplementary Material)
 Publish data with a journal that will provide a persistent link to your
dataset (e.g. DOI, handle)
 Archive/Repository
 Institutional (see above example)
 Disciplinary (e.g. article & data)
o Sharing Data
o Publishing Data
o Archiving Data
Access
Management
Good practices for archiving research data:
 LOCKSS!
 Archive documentation with data
 Write costs for data management and archiving into your
research budgets (and in some cases, proposals)
 Define access policies including restrictions or embargos
 Understand requirements for submission of data prior to
project completion
o Sharing Data
o Publishing Data
o Archiving Data
Access
Management
o Project Documentation
o Process Documentation
o Data Documentation
o Sharing Data
o Publishing Data
o Archiving Data
Data
Management
Storage
Architecture
File
Management
Documentation
Practices
Access
Management
o File Organization
o File Naming
o File Formats
o Storage Options
o Single points of failure
o Backup Strategy
Course Management
http://help.d2l.msu.edu/
Bibliographic Management
http://classes.lib.msu.edu/
File Management
http://tech.msu.edu/storage/
http://www.lib.msu.edu/rdmg
Contact
Aaron Collie
Digital Curation Librarian
MSU Libraries
collie@msu.edu

More Related Content

What's hot

Managing the research life cycle
Managing the research life cycleManaging the research life cycle
Managing the research life cycleSherry Lake
 
Research Data Management in practice, RIA Data Management Workshop Brisbane 2017
Research Data Management in practice, RIA Data Management Workshop Brisbane 2017Research Data Management in practice, RIA Data Management Workshop Brisbane 2017
Research Data Management in practice, RIA Data Management Workshop Brisbane 2017ARDC
 
RDAP14: Policy Recommendations for Institutions to Serve as Trustworthy Stewa...
RDAP14: Policy Recommendations for Institutions to Serve as Trustworthy Stewa...RDAP14: Policy Recommendations for Institutions to Serve as Trustworthy Stewa...
RDAP14: Policy Recommendations for Institutions to Serve as Trustworthy Stewa...ASIS&T
 
Best practices data management
Best practices data managementBest practices data management
Best practices data managementSherry Lake
 
Publishing perspectives on data management & future directions
Publishing perspectives on data management & future directionsPublishing perspectives on data management & future directions
Publishing perspectives on data management & future directionsARDC
 
Introduction to the Research Integrity Advisor Data Management Workshop, Bris...
Introduction to the Research Integrity Advisor Data Management Workshop, Bris...Introduction to the Research Integrity Advisor Data Management Workshop, Bris...
Introduction to the Research Integrity Advisor Data Management Workshop, Bris...ARDC
 
Planning for Research Data Management: 26th January 2016
Planning for Research Data Management: 26th January 2016Planning for Research Data Management: 26th January 2016
Planning for Research Data Management: 26th January 2016IzzyChad
 
2013 ICPSR Data Services
2013 ICPSR Data Services2013 ICPSR Data Services
2013 ICPSR Data ServicesICPSR
 
Managing Your Research Data
Managing Your Research DataManaging Your Research Data
Managing Your Research DataKristin Briney
 
Virginia Data Management Bootcamp: Building the Research Data Community of Pr...
Virginia Data Management Bootcamp: Building the Research Data Community of Pr...Virginia Data Management Bootcamp: Building the Research Data Community of Pr...
Virginia Data Management Bootcamp: Building the Research Data Community of Pr...Sherry Lake
 
Understanding ICPSR - An Orientation and Tours of ICPSR Data Services and Edu...
Understanding ICPSR - An Orientation and Tours of ICPSR Data Services and Edu...Understanding ICPSR - An Orientation and Tours of ICPSR Data Services and Edu...
Understanding ICPSR - An Orientation and Tours of ICPSR Data Services and Edu...ICPSR
 
Research Data Management for SOE
Research Data Management for SOEResearch Data Management for SOE
Research Data Management for SOELynda Kellam
 
Data Sharing with ICPSR: Fueling the Cycle of Science through Discovery, Acce...
Data Sharing with ICPSR: Fueling the Cycle of Science through Discovery, Acce...Data Sharing with ICPSR: Fueling the Cycle of Science through Discovery, Acce...
Data Sharing with ICPSR: Fueling the Cycle of Science through Discovery, Acce...ICPSR
 

What's hot (20)

Managing the research life cycle
Managing the research life cycleManaging the research life cycle
Managing the research life cycle
 
Research Data Management in practice, RIA Data Management Workshop Brisbane 2017
Research Data Management in practice, RIA Data Management Workshop Brisbane 2017Research Data Management in practice, RIA Data Management Workshop Brisbane 2017
Research Data Management in practice, RIA Data Management Workshop Brisbane 2017
 
NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...
NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...
NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...
 
Why managedata
Why managedataWhy managedata
Why managedata
 
NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...
NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...
NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...
 
RDAP14: Policy Recommendations for Institutions to Serve as Trustworthy Stewa...
RDAP14: Policy Recommendations for Institutions to Serve as Trustworthy Stewa...RDAP14: Policy Recommendations for Institutions to Serve as Trustworthy Stewa...
RDAP14: Policy Recommendations for Institutions to Serve as Trustworthy Stewa...
 
NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...
NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...
NISO Virtual Conference Scientific Data Management: Caring for Your Instituti...
 
Preparing Your Research Data for the Future - 2015-06-08 - Medical Sciences D...
Preparing Your Research Data for the Future - 2015-06-08 - Medical Sciences D...Preparing Your Research Data for the Future - 2015-06-08 - Medical Sciences D...
Preparing Your Research Data for the Future - 2015-06-08 - Medical Sciences D...
 
Best practices data management
Best practices data managementBest practices data management
Best practices data management
 
Publishing perspectives on data management & future directions
Publishing perspectives on data management & future directionsPublishing perspectives on data management & future directions
Publishing perspectives on data management & future directions
 
Introduction to the Research Integrity Advisor Data Management Workshop, Bris...
Introduction to the Research Integrity Advisor Data Management Workshop, Bris...Introduction to the Research Integrity Advisor Data Management Workshop, Bris...
Introduction to the Research Integrity Advisor Data Management Workshop, Bris...
 
Planning for Research Data Management: 26th January 2016
Planning for Research Data Management: 26th January 2016Planning for Research Data Management: 26th January 2016
Planning for Research Data Management: 26th January 2016
 
2013 ICPSR Data Services
2013 ICPSR Data Services2013 ICPSR Data Services
2013 ICPSR Data Services
 
Managing Your Research Data
Managing Your Research DataManaging Your Research Data
Managing Your Research Data
 
Praetzellis "Data Management Planning and Tools"
Praetzellis "Data Management Planning and Tools"Praetzellis "Data Management Planning and Tools"
Praetzellis "Data Management Planning and Tools"
 
Preparing Your Research Material for the Future - 2017-02-22 - Humanities Div...
Preparing Your Research Material for the Future - 2017-02-22 - Humanities Div...Preparing Your Research Material for the Future - 2017-02-22 - Humanities Div...
Preparing Your Research Material for the Future - 2017-02-22 - Humanities Div...
 
Virginia Data Management Bootcamp: Building the Research Data Community of Pr...
Virginia Data Management Bootcamp: Building the Research Data Community of Pr...Virginia Data Management Bootcamp: Building the Research Data Community of Pr...
Virginia Data Management Bootcamp: Building the Research Data Community of Pr...
 
Understanding ICPSR - An Orientation and Tours of ICPSR Data Services and Edu...
Understanding ICPSR - An Orientation and Tours of ICPSR Data Services and Edu...Understanding ICPSR - An Orientation and Tours of ICPSR Data Services and Edu...
Understanding ICPSR - An Orientation and Tours of ICPSR Data Services and Edu...
 
Research Data Management for SOE
Research Data Management for SOEResearch Data Management for SOE
Research Data Management for SOE
 
Data Sharing with ICPSR: Fueling the Cycle of Science through Discovery, Acce...
Data Sharing with ICPSR: Fueling the Cycle of Science through Discovery, Acce...Data Sharing with ICPSR: Fueling the Cycle of Science through Discovery, Acce...
Data Sharing with ICPSR: Fueling the Cycle of Science through Discovery, Acce...
 

Viewers also liked

Role confusion, change transfusions and standards intrusion in the digital re...
Role confusion, change transfusions and standards intrusion in the digital re...Role confusion, change transfusions and standards intrusion in the digital re...
Role confusion, change transfusions and standards intrusion in the digital re...aaroncollie
 
Data Management for Research (New Faculty Orientation)
Data Management for Research (New Faculty Orientation)Data Management for Research (New Faculty Orientation)
Data Management for Research (New Faculty Orientation)aaroncollie
 
Islandora & Archivematica combined NDSA RAG poster for LITA
Islandora & Archivematica combined NDSA RAG poster for LITAIslandora & Archivematica combined NDSA RAG poster for LITA
Islandora & Archivematica combined NDSA RAG poster for LITAaaroncollie
 
Archivematica integration handshaking towards comprehensive digital preserva...
Archivematica integration  handshaking towards comprehensive digital preserva...Archivematica integration  handshaking towards comprehensive digital preserva...
Archivematica integration handshaking towards comprehensive digital preserva...Artefactual Systems - Archivematica
 
Getting started in digital preservation
Getting started in digital preservationGetting started in digital preservation
Getting started in digital preservationSarah Jones
 
Data acquisition system (DAS)
Data acquisition system (DAS)Data acquisition system (DAS)
Data acquisition system (DAS)Sumeet Patel
 

Viewers also liked (8)

Role confusion, change transfusions and standards intrusion in the digital re...
Role confusion, change transfusions and standards intrusion in the digital re...Role confusion, change transfusions and standards intrusion in the digital re...
Role confusion, change transfusions and standards intrusion in the digital re...
 
Data Management for Research (New Faculty Orientation)
Data Management for Research (New Faculty Orientation)Data Management for Research (New Faculty Orientation)
Data Management for Research (New Faculty Orientation)
 
Islandora & Archivematica combined NDSA RAG poster for LITA
Islandora & Archivematica combined NDSA RAG poster for LITAIslandora & Archivematica combined NDSA RAG poster for LITA
Islandora & Archivematica combined NDSA RAG poster for LITA
 
Archivematica integration handshaking towards comprehensive digital preserva...
Archivematica integration  handshaking towards comprehensive digital preserva...Archivematica integration  handshaking towards comprehensive digital preserva...
Archivematica integration handshaking towards comprehensive digital preserva...
 
Data aquisition unit iii final
Data aquisition unit iii finalData aquisition unit iii final
Data aquisition unit iii final
 
Getting started in digital preservation
Getting started in digital preservationGetting started in digital preservation
Getting started in digital preservation
 
Data Acquisition System
Data Acquisition SystemData Acquisition System
Data Acquisition System
 
Data acquisition system (DAS)
Data acquisition system (DAS)Data acquisition system (DAS)
Data acquisition system (DAS)
 

Similar to Data management for TA's

Research Data Management Fundamentals for MSU Engineering Students
Research Data Management Fundamentals for MSU Engineering StudentsResearch Data Management Fundamentals for MSU Engineering Students
Research Data Management Fundamentals for MSU Engineering StudentsAaron Collie
 
Data Management for Undergraduate Researchers
Data Management for Undergraduate ResearchersData Management for Undergraduate Researchers
Data Management for Undergraduate ResearchersRebekah Cummings
 
The state of global research data initiatives: observations from a life on th...
The state of global research data initiatives: observations from a life on th...The state of global research data initiatives: observations from a life on th...
The state of global research data initiatives: observations from a life on th...Projeto RCAAP
 
Research Data Curation _ Grad Humanities Class
Research Data Curation _ Grad Humanities ClassResearch Data Curation _ Grad Humanities Class
Research Data Curation _ Grad Humanities ClassAaron Collie
 
Planning for Research Data Management
Planning for Research Data ManagementPlanning for Research Data Management
Planning for Research Data Managementdancrane_open
 
Planning for Research Data Managment
Planning for Research Data ManagmentPlanning for Research Data Managment
Planning for Research Data ManagmentDaniel Crane
 
Data Management for Undergraduate Researchers (updated - 02/2016)
Data Management for Undergraduate Researchers (updated - 02/2016)Data Management for Undergraduate Researchers (updated - 02/2016)
Data Management for Undergraduate Researchers (updated - 02/2016)Rebekah Cummings
 
Data Management Planning for researchers
Data Management Planning for researchersData Management Planning for researchers
Data Management Planning for researchersSarah Jones
 
Research Lifecycles and RDM
Research Lifecycles and RDMResearch Lifecycles and RDM
Research Lifecycles and RDMMarieke Guy
 
OU Library Research Support webinar: Working with research data
OU Library Research Support webinar: Working with research dataOU Library Research Support webinar: Working with research data
OU Library Research Support webinar: Working with research dataIzzyChad
 
Research Data (and Software) Management at Imperial: (Everything you need to ...
Research Data (and Software) Management at Imperial: (Everything you need to ...Research Data (and Software) Management at Imperial: (Everything you need to ...
Research Data (and Software) Management at Imperial: (Everything you need to ...Sarah Anna Stewart
 
Take control of your PhD journey: Manage your research data according to best...
Take control of your PhD journey: Manage your research data according to best...Take control of your PhD journey: Manage your research data according to best...
Take control of your PhD journey: Manage your research data according to best...Lars Figenschou
 

Similar to Data management for TA's (20)

Research Data Management Fundamentals for MSU Engineering Students
Research Data Management Fundamentals for MSU Engineering StudentsResearch Data Management Fundamentals for MSU Engineering Students
Research Data Management Fundamentals for MSU Engineering Students
 
Data Management for Undergraduate Researchers
Data Management for Undergraduate ResearchersData Management for Undergraduate Researchers
Data Management for Undergraduate Researchers
 
The state of global research data initiatives: observations from a life on th...
The state of global research data initiatives: observations from a life on th...The state of global research data initiatives: observations from a life on th...
The state of global research data initiatives: observations from a life on th...
 
Research Data Curation _ Grad Humanities Class
Research Data Curation _ Grad Humanities ClassResearch Data Curation _ Grad Humanities Class
Research Data Curation _ Grad Humanities Class
 
Good Practice in Research Data Management
Good Practice in Research Data ManagementGood Practice in Research Data Management
Good Practice in Research Data Management
 
Planning for Research Data Management
Planning for Research Data ManagementPlanning for Research Data Management
Planning for Research Data Management
 
Planning for Research Data Managment
Planning for Research Data ManagmentPlanning for Research Data Managment
Planning for Research Data Managment
 
Data Management for Undergraduate Researchers (updated - 02/2016)
Data Management for Undergraduate Researchers (updated - 02/2016)Data Management for Undergraduate Researchers (updated - 02/2016)
Data Management for Undergraduate Researchers (updated - 02/2016)
 
Data Management Planning for researchers
Data Management Planning for researchersData Management Planning for researchers
Data Management Planning for researchers
 
Preparing Your Research Material for the Future - 2016-11-16 - Humanities Div...
Preparing Your Research Material for the Future - 2016-11-16 - Humanities Div...Preparing Your Research Material for the Future - 2016-11-16 - Humanities Div...
Preparing Your Research Material for the Future - 2016-11-16 - Humanities Div...
 
Preparing Your Research Material for the Future - 2014-06-09 - Humanities Div...
Preparing Your Research Material for the Future - 2014-06-09 - Humanities Div...Preparing Your Research Material for the Future - 2014-06-09 - Humanities Div...
Preparing Your Research Material for the Future - 2014-06-09 - Humanities Div...
 
Research Lifecycles and RDM
Research Lifecycles and RDMResearch Lifecycles and RDM
Research Lifecycles and RDM
 
Introduction to Research Data Management - 2016-02-03 - MPLS Division, Univer...
Introduction to Research Data Management - 2016-02-03 - MPLS Division, Univer...Introduction to Research Data Management - 2016-02-03 - MPLS Division, Univer...
Introduction to Research Data Management - 2016-02-03 - MPLS Division, Univer...
 
Introduction to Research Data Management - 2015-05-27 - Social Sciences Divis...
Introduction to Research Data Management - 2015-05-27 - Social Sciences Divis...Introduction to Research Data Management - 2015-05-27 - Social Sciences Divis...
Introduction to Research Data Management - 2015-05-27 - Social Sciences Divis...
 
Introduction to Research Data Management - 2014-02-26 - Mathematical, Physica...
Introduction to Research Data Management - 2014-02-26 - Mathematical, Physica...Introduction to Research Data Management - 2014-02-26 - Mathematical, Physica...
Introduction to Research Data Management - 2014-02-26 - Mathematical, Physica...
 
OU Library Research Support webinar: Working with research data
OU Library Research Support webinar: Working with research dataOU Library Research Support webinar: Working with research data
OU Library Research Support webinar: Working with research data
 
Managing your research data
Managing your research dataManaging your research data
Managing your research data
 
Data management
Data management Data management
Data management
 
Research Data (and Software) Management at Imperial: (Everything you need to ...
Research Data (and Software) Management at Imperial: (Everything you need to ...Research Data (and Software) Management at Imperial: (Everything you need to ...
Research Data (and Software) Management at Imperial: (Everything you need to ...
 
Take control of your PhD journey: Manage your research data according to best...
Take control of your PhD journey: Manage your research data according to best...Take control of your PhD journey: Manage your research data according to best...
Take control of your PhD journey: Manage your research data according to best...
 

Recently uploaded

Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 

Recently uploaded (20)

Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 

Data management for TA's

  • 1. Data Management for Research Aaron Collie, MSU Libraries Lisa Schmidt, University Archives
  • 2. Data Management: What’s in it for TAs?  Better organization for your classes  Course Management: Angel / Desire2Learn  Bibliographic Management: Zotero / Endnote / Mendelay  File Management: Google Drive / Git / File-system  Direct application to your career  Data management is an “unnamed practice”  Start now so you can this skill on your Resume or CV  Academia is changing: big data is here
  • 3. Data Management. Isn’t that… trivial?  Not so much. Data is a primary output of research; it is very expensive to produce high quality data. Data may be collected in nanoseconds, but it takes the expert application of research protocol and design to generate data. CC-BY-SA-3.0 Rob Lavinsky CC-BY-SA-3.0 Rob
  • 4.  Even more consequential, data is the input of a process that generates higher orders of understanding. Wisdom Knowledge Information Data Understanding is hierarchical! Russell Ackoff
  • 5. Data Industries  In the academic sector that industry is called scholarly communication.  In the private sector that industry is called research & development. Data New Product Data Research Article
  • 6. This is the engine of the academic industry…
  • 7.
  • 8. The scientific method “is often misrepresented as a fixed sequence of steps,” rather than being seen for what it truly is, “a highly variable and creative process” (AAAS 2000:18). Gauch, Hugh G. Scientific Method in Practice. New York: Cambridge University Press, 2010. Print. (Emphasis added)
  • 9. So, things can get a little messy.
  • 10. But why are we really here?  Impetus: NSF has mandated that all grant applications submitted after January 18th, 2011 must include a supplemental “Data Management Plan”  Effect: The original NSF mandate has had a domino effect, and many funders now require or state guidelines for data management of grant funded research  Response: Data management has not traditionally received a full treatment in (many) graduate and doctoral curricula; intervention is necessary
  • 11. Effect: Funder Policies NASA “promotes the full and open sharing of all data” “requires that data…be submitted to and archived by designated national data centers.” “expects the timely release and sharing of final research data" "IMLS encourages sharing of research data." “…should describe how the project team will manage and disseminate data generated by the project”
  • 12. Science is always changing • Thousand years ago: science was empirical describing natural phenomena • Last few hundred years: theoretical branch using models, generalizations • Last few decades: a computational branch simulating complex phenomena • Today: data exploration (eScience) unify theory, experiment, and simulation – Data captured by instruments or generated by simulator – Processed by software – Information/Knowledge stored in computer – Scientist analyzes database / files using data management and statistics 2 2 2 . 3 4 a cG a a Slide credit: Gray, J. & Szalay, A. (11 January 2007). eScience Talk at NRC-CSTB meeting. http://research.microsoft.com/en-us/um/people/gray/talks/NRC-
  • 13. Response: Changing Data Landscape  Data Management Competencies  Standards & Best Practices  Discipline Specific Discourse  Data sharing and open data  Data sets as publications  Data journals  Citations for data (e.g., used in secondary analysis)  Data as supplementary materials to traditional articles  Data repositories and archives
  • 14. Data Sharing Impacts  Facilitates education of new researchers  Enables exploration of topics not envisioned by initial investigators  Permits creation of new datasets by combining data from multiple sources
  • 15. o Storage Options o Single points of failure o Backup Strategy Storage Architecture File Storage File System File Format File Content
  • 16. o Storage Options o Single points of failure o Backup Strategy Storage Architecture Optical Storage • CD-ROM • DVD-ROM • Blu-ray Discs Solid-State Storage • USB Flash Drives • Memory Cards • “Internal Device Storage” Magnetic Storage • Internal Hard Drives • External Hard Drives • Tape Drives Networked Storage • Server and Web Storage • Managed Networked Storage • “Cloud Storage” • Tape Libraries
  • 17. Good practices for avoiding single points of error:  Use managed networked storage whenever possible  Move data off of portable media  Never rely on one copy of data  Do not rely on CD or DVD copies to be readable  Be wary of software lifespans (e.g. Angel) o Storage Options o Single points of failure o Backup Strategy Storage Architecture Limited “Task” Term Short “Project” Term Long “Life” Term • Optical Media • CD, DVD, Blu-ray • Portable Flash Media • USB Flash Drives • Memory Cards • Internal Memory • Magnetic Storage • Internal HD • External HD • Networked Storage • Server/Web Space • Cloud Storage • Networked Storage • Managed Network • Magnetic Storage • Tape Drives
  • 18. Good practices for creating a backup strategy:  Make 3 copies  E.g. original + external/local + external/remote  E.g. original + 2 formats on 2 drives in 2 locations  Geographically distribute and secure  Local vs. remote, depending on needed recovery time  Know what resources are available to you: personal computer, external hard drives, departmental, or university servers may be used o Storage Options o Single points of failure o Backup Strategy Storage Architecture
  • 19. o Project Documentation o Process Documentation o Data Documentation o Sharing Data o Publishing Data o Archiving Data Data Management Storage Architecture File Management Documentation Practices Access Management (cc)Alan(cc)WillScullin o File Organization o File Naming o File Formats o Storage Options o Single points of failure o Backup Strategy
  • 20. o File Organization o File Naming o File Formats File Management File Storage File System File Format File Content
  • 21. Create a file plan  Better chance you will use a standard method when the time comes  Simple organization is intuitive to team members and colleagues  Reduces unsynchronized copies in personal drives and email attachments o File Organization o File Naming o File Formats File Management
  • 22. Utilize a file naming convention  Create logical sequences for sorting through many files and versions  Identify what you’re searching for by filename by using a primary term  If not using a version control system, implement simple versioning  It’s sort of like a tweet  Should not exceed 255 characters for most modern operating systems o File Organization o File Naming o File Formats File Management Example file names using simple version control: Primary term: lakeLansing_waltM_fieldNotes_20091012_v002.doc location OrgChart2009_petersK_20090101_d001.svg content 20110117_sharpeW_krillMicrograph_backscatter3_v002.tif date borgesJ_collocation_20080414.xml person
  • 23. Make an informed decision in selecting file formats  It is important to choose platform and vendor-independent file formats to ensure the best chance for future compatibility  “Open” formats are often (but not always) supported broadly by a community rather than individually by a company or vendor o File Organization o File Naming o File Formats File Management Format Genre Great Not Bad Avoid TEXT .txt; .odt; .xml; .html .pdf; .rtf; .docx .doc AUDIO .flac; .wav .ogg; .mp3 .wma; .ra; .ram; compression VIDEO .mp2/.mp4, MKV .wmv; .mov; .avi; compression IMAGE .tif; .png; .svg; .jpg .gif; .psd; compression DATA .sql; .csv; .xml .xlsx .xls; proprietary DB formats
  • 24. o Project Documentation o Process Documentation o Data Documentation o Sharing Data o Publishing Data o Archiving Data Data Management Storage Architecture File Management Documentation Practices Access Management (cc)Alan(cc)WillScullin o File Organization o File Naming o File Formats o Storage Options o Single points of failure o Backup Strategy
  • 25. o Project Documentation o Process Documentation o Data Documentation Documentation Practices File Storage File System File Format File Content
  • 26. Good practice for documenting project information:  Oftentimes a team effort  At minimum, store documentation in readme.txt file  Include name of project, people, roles & contact information  Include executive summary or abstract for basic context  Include an inventory of servers, directories, data, lab equipment, and other resources  A great start for project documentation is a project charter o Project Documentation o Process Documentation o Data Documentation Documentation Practices
  • 27. Good practices for documenting processes:  Sometimes an individual effort, sometimes collaborative  Protocols, software or code settings, code commentary  Workflow descriptions (text) or diagrams (image)  Include example scripts, inputs, outputs if applicable  A great start for process documentation is a lab notebook o Project Documentation o Process Documentation o Data Documentation Example of R code commentary # Cumulative normal density pnorm(c(-1.96,0,1.96)) Documentation Practices
  • 28. Good practices for documenting data:  Use standard methods of documentation where they exist  Metrics/Measurements  Code Book  Metadata Standard o Project Documentation o Process Documentation o Data Documentation ~1.57×107 K = Temperature of the sun (center) unit measure/metri c metadata Documentation Practices
  • 29. o Project Documentation o Process Documentation o Data Documentation o Sharing Data o Publishing Data o Archiving Data Data Management Storage Architecture File Management Documentation Practices Access Management (cc)Alan o File Organization o File Naming o File Formats o Storage Options o Single points of failure o Backup Strategy
  • 30. o Sharing Data o Publishing Data o Archiving Data Access Management File Storage File System File Format File Content
  • 31. Good practices for sharing or distributing data:  Basics • Synchronization, Versioning, Access Restrictions (and logs) • Collaborative tools can save time and effort (and help with scale)  Intellectual property • Data itself not protected by copyright law in U.S. • Expressions of data (forms, reports, visuals) can be copyrightable • Data can be licensed similarly to software  Ethics • Human subjects (e.g. IRB restrictions) • Private/sensitive information o Sharing Data o Publishing Data o Archiving Data Access Management
  • 32. Good practices for publishing data:  Not Publishing  Self Publishing (Web Site)  Create and add data citations to personal websites  Journal (Supplementary Material)  Publish data with a journal that will provide a persistent link to your dataset (e.g. DOI, handle)  Archive/Repository  Institutional (see above example)  Disciplinary (e.g. article & data) o Sharing Data o Publishing Data o Archiving Data Access Management
  • 33. Good practices for archiving research data:  LOCKSS!  Archive documentation with data  Write costs for data management and archiving into your research budgets (and in some cases, proposals)  Define access policies including restrictions or embargos  Understand requirements for submission of data prior to project completion o Sharing Data o Publishing Data o Archiving Data Access Management
  • 34. o Project Documentation o Process Documentation o Data Documentation o Sharing Data o Publishing Data o Archiving Data Data Management Storage Architecture File Management Documentation Practices Access Management o File Organization o File Naming o File Formats o Storage Options o Single points of failure o Backup Strategy
  • 39. Contact Aaron Collie Digital Curation Librarian MSU Libraries collie@msu.edu

Editor's Notes

  1. Data management is about more than just the lost back-pack. It is about expert application. Expert application in any industry is expensive.
  2. In the academic industry data is the input to our final product. It takes years of training and experience to succeed in this field.
  3. Research is a process, it is scientific, and we use an overarching model to describe the process at a high level. But this is a conceptual model, it is not a process model. But this is a pretty sterile model; and we know that because it is not prescriptive to all academic disciplines.
  4. In practice, research is a complicated process. It is a creative process as well as a scientific process.
  5. This has been noticed.
  6. Research is hard, managing research is boring. So we want tips that make it easier.
  7. HANDOUT: DMP (blue)
  8. National Oceanic and Atmospheric Administration (NOAA)IMLS encourages sharing of research data. Applications that develop digital products must fill out an additional form with ten questions focused on “Developing Data Management Plans for Research Projects.The federal government has the right to obtain, reproduce, publish or otherwise use the data first produced under an award and authorize others to do so for government purposes.”Ex: Digging Into Data
  9. Replication, transparency, re-use, mashups, repurposing, extending grant dollars and enabling more research…
  10. A single point of failure occurs when it would only take one event to destroy all data on a device (e.g. dropped hard drive)
  11. SimpleFile PlanAdvancedDirectory ManifestGIT, SubversionContent Management Systems (CMS)ExpertData management systems (DMS)
  12. Choose a meaningful directory hierarchyPrimary subject, Secondary subject, Tertiary subjectInvestigator, Process, DateInstrument, Date, Sample
  13. Good Practices for file naming:Meaningful & descriptiveCapital letters or underscores differentiate between wordsSurname first followed by initials of first nameDecide on a simple “versioning” method (e.g. file_v001)Use alphanumeric characters (e.g. abc123)Meaningful but short (255 character limit)Descriptive while still making senseCapital letters or underscores differentiate between wordsSurname first followed by initials of first nameMore on handoutNameOfStudy_Location_Date_FG#_transcribedby_NameOfTranscriber_v###.DOCX
  14. Good choices for file formats:Non-proprietary Open, documented standard Common usage by research communityStandard representation (ASCII, Unicode)UnencryptedUncompressed
  15. SimpleREADME.txtAdvancedWiki’sWorkflow diagramsExpertProject ManagementMetadata StandardsOntologies
  16. Shouldn’t I have already documented basic project information in an abstract or introduction in a paper or thesis?Yes, but this information is meant to be contextual information that can be used to better understand the data. It would accompany the data if shared.Sometimes called a project charterWiki’s, GIT, or other version control systems can really turn this simple charter into an authoritative record of the research
  17. Why do I need to document the way I process and analyze data?Researchers will need detailed information to reuse or verify your data. Again, Methodology sections are not comprehensive
  18. SimpleEmailWebsiteCollaboration ToolsAdvancedNetworked StorageExpertData Repository
  19. Scoop, not IRB approved, etc
  20. A Plus / Delta exercise focusing on extant infrastructure and servicesWeave known MSU resourcesDiscussion starters:Describe your interaction with dept, college, university, external bodies?What makes managing research data difficult?What services/tools do you need/want?Advice WebsiteDatabase designersTargeted seminar seriesData storage and curation options