Welcome
|
|
Introduction to Open Science
|
Open Science increases transparency in research
Publicly funded science should be publicly available
While both You and the research community benefit from open practices, they are costs involved in making outputs open
|
Being FAIR
|
|
Intellectual Property, Licensing and Openness
|
A license is a promise not to sue - therefore attach license files
For data use Creative Commons Attribution (CC BY) license (CC0 is even more permissive)
For code use open source licenses such as MIT, BSD, or Apache license
|
Introduction to metadata
|
Metadata provides contextual information so that other people can understand the data.
Metadata is key for data reuse and complying with FAIR guidelines.
Metadata should be added incrementally through out the project
|
Being precise
|
|
(Meta)data in Excel
|
Never use formatting to encode information
Include only one piece of information in a cell
It is easier to store data in the correct form than to clean data for reuse
|
Laboratory records
|
Good record keeping ensures transparency and reproducibility.
Record keeping is an integral part of data FAIRification.
Record keeping is key to good data management practices.
Having experimental details already in electronic form makes it easier to include them in READMEs or repository records
|
Working with files
|
A good file name suggests the file content
Good project organization saves you time
Describe your files organization in PROJECT_STRUCTURE or README including naming convention
|
Reusable analysis
|
Jupyter Notebooks are useful tools to share analysis with non-programmers
One single document can visualise background, results, formulae/code and metadata
One single document helps to make your work more understandable, repeatable and shareable
|
Version control
|
|
Templates for consistency
|
|
Public repositories
|
Repositories are the main means for sharing research data.
You should use data-type specific repository whenever possible.
Repositories are the key players in data reuse.
|
It's all about planning
|
Data within a project undergo a set of steps known as the research data life cycle.
Planning can help make your data FAIR.
Data management is a continuous process during a project.
A DMP is the best way to prepare for a new project.
|
Putting it all together
|
|
Template
|
|