-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
53 changed files
with
2,726 additions
and
50 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: c618e8ce6aa7092c1cd35f12b4783ef5 | ||
config: 094d12c3168836afd4dd42b2b3fe7d4c | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
jupytext: | ||
text_representation: | ||
extension: .md | ||
format_name: myst | ||
format_version: 0.13 | ||
jupytext_version: 1.11.5 | ||
kernelspec: | ||
display_name: Python 3 | ||
language: python | ||
name: python3 | ||
--- | ||
|
||
# Data Accessibility | ||
|
||
Data accessibility, as one of the core principles of FAIR, is fundamental to the research process. It ensures that data is readily available to all interested parties, promoting scientific collaboration, innovation, and the replication of research. Without accessibility, the benefits of data sharing and open science cannot be fully realized. | ||
|
||
## Ensuring Data Accessibility | ||
|
||
1. **Data Sharing Platforms:** Utilize data sharing platforms and repositories that adhere to FAIR principles. These platforms are designed to make data accessible to the broader research community. Some notable examples include Dataverse, Open Science Framework, and institutional data repositories. | ||
|
||
2. **Data Access Policies:** Clearly define data access policies that outline who can access your data, under what conditions, and for what purposes. Striking a balance between open access and controlled access, depending on the nature of your data, is essential. | ||
|
||
3. **Data Licensing:** Apply appropriate licenses to your data. Licensing helps define the terms and conditions under which others can use your data. Open licenses, such as Creative Commons, can facilitate wider data accessibility. | ||
|
||
4. **Metadata and Documentation:** Create detailed metadata and documentation for your data. This includes information on data collection methods, data structure, and any relevant context. Well-documented data is more accessible and comprehensible to others. | ||
|
||
5. **Versioning:** Implement version control for your data. By maintaining different versions of your data, you can ensure that previous releases remain accessible, allowing others to replicate and build upon your research. | ||
|
||
6. **Data Interlinking:** Establish relationships between your data and related datasets. Cross-linking your data with other relevant datasets makes it easier for users to discover related information and extend their research. | ||
|
||
## Making Your Data More Accessible | ||
|
||
1. **Data Formats:** Use open and standardized data formats. This ensures that your data can be easily accessed and utilized by a wide range of software and tools. Common formats like CSV, JSON, and XML are good choices. | ||
|
||
2. **APIs (Application Programming Interfaces):** Provide APIs for your data, enabling programmatic access. APIs make it easier for developers to integrate your data into their applications and workflows. | ||
|
||
3. **Accessibility Guidelines:** Follow web accessibility guidelines, such as WCAG (Web Content Accessibility Guidelines), if your data is presented online. This ensures that your data is accessible to individuals with disabilities. | ||
|
||
4. **Community Engagement:** Engage with the research community and gather feedback on the accessibility of your data. Continuous improvement based on user input can lead to more accessible and valuable data resources. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
jupytext: | ||
text_representation: | ||
extension: .md | ||
format_name: myst | ||
format_version: 0.13 | ||
jupytext_version: 1.11.5 | ||
kernelspec: | ||
display_name: Python 3 | ||
language: python | ||
name: python3 | ||
--- | ||
|
||
# Data Interoperability | ||
|
||
Data interoperability refers to the ability of data to seamlessly integrate and interact with other data sources, systems, and tools. Achieving data interoperability fosters data integration, collaboration, and the creation of a comprehensive, multi-disciplinary knowledge ecosystem. | ||
|
||
## How to Enhance Data Interoperability | ||
|
||
1. **Standardized Data Formats:** Utilize standardized data formats that are widely accepted in your research domain. Common formats, such as CSV, JSON, XML, GeoTIFF, COGs, Shapefile, and GeoJSON for example facilitate the exchange and integration of data between systems and applications. | ||
|
||
2. **Semantic Annotation:** Apply semantic annotations to your data. This involves adding metadata that defines the meaning and relationships of data elements. Semantic annotations enhance the understanding of data, making it easier to integrate with other datasets. | ||
|
||
3. **Use of Ontologies:** Employ domain-specific ontologies and controlled vocabularies. These provide a common language for describing data, ensuring that it can be interpreted correctly by other researchers and systems. | ||
|
||
4. **APIs (Application Programming Interfaces):** Develop APIs that expose your data to external applications and services. APIs facilitate the interaction and exchange of data, allowing other researchers to seamlessly access and integrate your data into their workflows. | ||
|
||
5. **Linked Data:** Embrace linked data principles. By connecting data to related datasets through RDF (Resource Description Framework) and URIs (Uniform Resource Identifiers), you can enable cross-referencing and data integration at a global scale. | ||
|
||
## Making Your Data More Interoperable | ||
|
||
1. **Metadata Consistency:** Ensure that metadata is consistent and follows established standards. This consistency aids data consumers in understanding the structure and semantics of your data. | ||
|
||
2. **Data Transformation:** Provide transformation mechanisms for your data. By offering clear guidelines on how to transform your data to meet specific requirements, you empower users to integrate your data into their workflows. | ||
|
||
3. **Data Mapping:** Offer data mapping documentation that illustrates how your data relates to commonly used schemas and ontologies. This makes it easier for other researchers to map your data to their own standards and integrate it seamlessly. | ||
|
||
4. **Version Control:** Implement version control for your data and related ontologies. This ensures that changes are documented, and previous versions remain accessible for ongoing research and data integration efforts. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Data Reusability | ||
|
||
Data reusability is one of the central components of FAIR principles. It focuses on ensuring that data can be easily employed for various purposes beyond its initial collection. Reusable data not only reduces redundancy in data collection efforts but also promotes the replication of research, fosters scientific collaboration, and stimulates innovation. | ||
|
||
## Ensuring Data Reusability | ||
|
||
1. **Clear Licensing:** Apply open and clear licensing to your data. Open licenses, such as Creative Commons licenses, specify how others can use your data, allowing for straightforward permissions for reuse. | ||
|
||
2. **Metadata Enrichment:** Create comprehensive metadata that provides context, usage guidelines, and information on data provenance. Well-documented metadata enables users to understand your data and its potential applications. | ||
|
||
3. **Data Transformation Guidelines:** Offer guidelines for data transformation. This ensures that users can adapt your data to their specific needs without altering its original integrity. Instructions on data manipulation and formatting are invaluable for reusability. | ||
|
||
4. **Structured Data:** Organize your data in a structured and standardized format. This simplifies data integration and processing by users, enhancing its reusability. | ||
|
||
5. **Data Linking:** Foster data linking by providing cross-references to other relevant datasets. This enables users to discover related information that can complement and enrich their own research. | ||
|
||
## Making Your Data More Reusable | ||
|
||
1. **Documentation:** Create detailed data documentation, including data dictionaries, codebooks, and methodological descriptions. Documentation facilitates understanding and proper usage of your data, enhancing its reusability. | ||
|
||
2. **Versioning:** Implement version control for your data. This ensures that users can access previous versions, aiding in replication and consistency in research. | ||
|
||
3. **Community Engagement:** Encourage interaction with the research community and gather feedback on your data. This not only improves data quality but also helps identify potential applications and innovative uses of your data. | ||
|
||
4. **Data Validation:** Establish mechanisms for data validation, quality assurance, and error reporting. Ensuring data accuracy and reliability enhances its trustworthiness and reusability. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
jupytext: | ||
text_representation: | ||
extension: .md | ||
format_name: myst | ||
format_version: 0.13 | ||
jupytext_version: 1.11.5 | ||
kernelspec: | ||
display_name: Python 3 | ||
language: python | ||
name: python3 | ||
--- | ||
|
||
# Zenodo Setup | ||
|
||
This will walk you through a walk through of how to upload data into a Github repository, link it to Zenodo and publish and mint your first DOI and data citation. | ||
|
||
```{figure} images/zenodo_login.gif | ||
--- | ||
name: zenodo_login | ||
width: 80% | ||
--- | ||
Logging into your Github repository and linking it to Zenodo | ||
``` |
Oops, something went wrong.