Skip to content
Snippets Groups Projects
Select Git revision
  • 32-confidential-issue
  • main default protected
  • 29-second-branch
  • 29-confidential-issue
  • 34-confidential-issue
  • 31-confidential-issue
  • 31-old-state
  • expand_type_support
  • v0.2.3
  • v0.2.0
  • v0.1.3
  • first-release
  • test
13 results

plot-serializer

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    Julius authored
    d85a471b
    History

    Overview

    Plot Serializer (PloSe) is a tool for converting scientific diagrams into (FAIR) data.

    Many scientific publications are based on data. To fight the reproducibility crisis in science, many researchers are adopting the practice of sharing data. This is more and more often required by journals, conferences and funding bodies.

    The PloSe team considers scientific diagrams an entry point to the research objects behind a publication. Typically, the data depicted in a diagram within a scientific publication is of great interest to the reader. The diagrams sometimes contain experimental or simulation results, in other cases secondary, processed data. PloSe enables to quickly extract the data from the diagram, describe it with customizable metadata (which can, for example, link to the primary dataset) and share it with the scientific community. Hence, PloSe can assist you in making your data FAIR!

    PloSe currently allows for serialization from matplotlib to JSON and RO-Crate. It is still under development, limited to certain plot types.

    PloSe also allows for deserialization of JSON-ized plots into matplotlib.

    Installation

    Install PlotSerializer by running

    pip install plot-serializer

    Documentation

    View Plot Serializer's documentation on Read the Docs

    License

    View used License on Show License

    Citing

    Plot Serializer comes with a citation file: CITATION.cff. Find out how to use it here.
    Please cite: Leštáková, M., & Xia, N. (2024, September 18). Plot Serializer. NFDI4ing Conference 2024, virtual. Zenodo. https://doi.org/10.5281/zenodo.13785916

    Acknowledgements

    The Authors would like to thank the Federal Government and the Heads of Government of the Länder, as well as the Joint Science Conference (GWK), for their funding and support within the framework of the NFDI4Ing consortium. Funded by the German Research Foundation (DFG) - project number 442146713.

    Many thanks to the contributors listed in CONTRIBUTORS.md.

    Contributing

    An introduction and rules for contributing can be found in CONTRIBUTING.md.