{
  "access": {
    "embargo": {
      "active": false,
      "reason": null
    },
    "files": "public",
    "record": "public",
    "status": "open"
  },
  "created": "2025-09-29T21:40:04.059486+00:00",
  "custom_fields": {
    "code:codeRepository": "https://github.com/MaRDI4NFDI/open-interfaces"
  },
  "deletion_status": {
    "is_deleted": false,
    "status": "P"
  },
  "files": {
    "count": 1,
    "enabled": true,
    "entries": {
      "MaRDI4NFDI/open-interfaces-v0.6.1.zip": {
        "access": {
          "hidden": false
        },
        "checksum": "md5:27e72d34ac84ef2fd89508c4473bae78",
        "ext": "zip",
        "id": "fb5e5cc6-9b6c-481b-ac3b-bec6ca0d56fa",
        "key": "MaRDI4NFDI/open-interfaces-v0.6.1.zip",
        "links": {
          "content": "https://zenodo.org/api/records/17229669/files/MaRDI4NFDI/open-interfaces-v0.6.1.zip/content",
          "self": "https://zenodo.org/api/records/17229669/files/MaRDI4NFDI/open-interfaces-v0.6.1.zip"
        },
        "metadata": null,
        "mimetype": "application/zip",
        "size": 326198,
        "storage_class": "L"
      }
    },
    "order": [],
    "total_bytes": 326198
  },
  "id": "17229669",
  "is_draft": false,
  "is_published": true,
  "links": {
    "access": "https://zenodo.org/api/records/17229669/access",
    "access_grants": "https://zenodo.org/api/records/17229669/access/grants",
    "access_links": "https://zenodo.org/api/records/17229669/access/links",
    "access_request": "https://zenodo.org/api/records/17229669/access/request",
    "access_users": "https://zenodo.org/api/records/17229669/access/users",
    "archive": "https://zenodo.org/api/records/17229669/files-archive",
    "archive_media": "https://zenodo.org/api/records/17229669/media-files-archive",
    "communities": "https://zenodo.org/api/records/17229669/communities",
    "communities-suggestions": "https://zenodo.org/api/records/17229669/communities-suggestions",
    "doi": "https://doi.org/10.5281/zenodo.17229669",
    "draft": "https://zenodo.org/api/records/17229669/draft",
    "file_modification": "https://zenodo.org/api/records/17229669/file-modification",
    "files": "https://zenodo.org/api/records/17229669/files",
    "latest": "https://zenodo.org/api/records/17229669/versions/latest",
    "latest_html": "https://zenodo.org/records/17229669/latest",
    "media_files": "https://zenodo.org/api/records/17229669/media-files",
    "parent": "https://zenodo.org/api/records/13753666",
    "parent_doi": "https://doi.org/10.5281/zenodo.13753666",
    "parent_doi_html": "https://zenodo.org/doi/10.5281/zenodo.13753666",
    "parent_html": "https://zenodo.org/records/13753666",
    "preview_html": "https://zenodo.org/records/17229669?preview=1",
    "quota_increase": "https://zenodo.org/api/records/17229669/quota-increase",
    "request_deletion": "https://zenodo.org/api/records/17229669/request-deletion",
    "requests": "https://zenodo.org/api/records/17229669/requests",
    "reserve_doi": "https://zenodo.org/api/records/17229669/draft/pids/doi",
    "self": "https://zenodo.org/api/records/17229669",
    "self_doi": "https://doi.org/10.5281/zenodo.17229669",
    "self_doi_html": "https://zenodo.org/doi/10.5281/zenodo.17229669",
    "self_html": "https://zenodo.org/records/17229669",
    "self_iiif_manifest": "https://zenodo.org/api/iiif/record:17229669/manifest",
    "self_iiif_sequence": "https://zenodo.org/api/iiif/record:17229669/sequence/default",
    "versions": "https://zenodo.org/api/records/17229669/versions"
  },
  "media_files": {
    "count": 0,
    "enabled": false,
    "entries": {},
    "order": [],
    "total_bytes": 0
  },
  "metadata": {
    "additional_descriptions": [
      {
        "description": "If you use this software, please cite it as below.",
        "type": {
          "id": "notes",
          "title": {
            "de": "Anmerkungen",
            "en": "Notes"
          }
        }
      }
    ],
    "creators": [
      {
        "person_or_org": {
          "family_name": "Kabanov",
          "given_name": "Dmitry",
          "identifiers": [
            {
              "identifier": "0000-0003-2521-4921",
              "scheme": "orcid"
            }
          ],
          "name": "Kabanov, Dmitry",
          "type": "personal"
        }
      },
      {
        "person_or_org": {
          "family_name": "Rave",
          "given_name": "Stephan",
          "identifiers": [
            {
              "identifier": "0000-0003-0439-7212",
              "scheme": "orcid"
            }
          ],
          "name": "Rave, Stephan",
          "type": "personal"
        }
      },
      {
        "person_or_org": {
          "family_name": "Ohlberger",
          "given_name": "Mario",
          "identifiers": [
            {
              "identifier": "0000-0002-6260-3574",
              "scheme": "orcid"
            }
          ],
          "name": "Ohlberger, Mario",
          "type": "personal"
        }
      }
    ],
    "description": "<h2>What's Changed</h2>\n<ul>\n<li>Update documentation: examples, installation instructions</li>\n<li>Update examples</li>\n<li>Add support of Julia on the user side</li>\n<li>Generalize code to make it work on macOS</li>\n<li>Make building tolerant to missing Bridge components or implementations</li>\n<li>Make tests tolerant to missing Bridge components or implementations</li>\n<li>Fix memory leaks in tests and examples</li>\n</ul>\n<h2>Commits</h2>\n<ul>\n<li>[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/MaRDI4NFDI/open-interfaces/pull/787</li>\n<li>[python] Fix imports in examples by @dmitry-kabanov in https://github.com/MaRDI4NFDI/open-interfaces/pull/788</li>\n<li>Julia user by @dmitry-kabanov in https://github.com/MaRDI4NFDI/open-interfaces/pull/790</li>\n<li>[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/MaRDI4NFDI/open-interfaces/pull/789</li>\n<li>Julia <code>linsolve</code> gateway and <code>jl_backslash</code> implementation by @dmitry-kabanov in https://github.com/MaRDI4NFDI/open-interfaces/pull/796</li>\n<li>Spring cleaning bridges by @dmitry-kabanov in https://github.com/MaRDI4NFDI/open-interfaces/pull/797</li>\n<li>Add <code>IVP</code> Gateway to Julia by @dmitry-kabanov in https://github.com/MaRDI4NFDI/open-interfaces/pull/798</li>\n<li>[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/MaRDI4NFDI/open-interfaces/pull/799</li>\n<li>[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/MaRDI4NFDI/open-interfaces/pull/800</li>\n<li>[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/MaRDI4NFDI/open-interfaces/pull/801</li>\n<li>Fix memory leaks in OIFConfigDict destructor function by @dmitry-kabanov in https://github.com/MaRDI4NFDI/open-interfaces/pull/803</li>\n<li>[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/MaRDI4NFDI/open-interfaces/pull/805</li>\n<li>Fix multiple memory leaks and issues by @dmitry-kabanov in https://github.com/MaRDI4NFDI/open-interfaces/pull/806</li>\n<li>Add CMake options to build code with verbose debug information and sanitizers by @dmitry-kabanov in https://github.com/MaRDI4NFDI/open-interfaces/pull/807</li>\n<li>Add object orientation to C implementations by @dmitry-kabanov in https://github.com/MaRDI4NFDI/open-interfaces/pull/808</li>\n<li>Add OOP to the <code>dopri5c</code> implementation by @dmitry-kabanov in https://github.com/MaRDI4NFDI/open-interfaces/pull/809</li>\n<li>Implement <code>ivp::set_integrator</code> method for Julia users by @dmitry-kabanov in https://github.com/MaRDI4NFDI/open-interfaces/pull/802</li>\n<li>Update 2025-09 by @dmitry-kabanov in https://github.com/MaRDI4NFDI/open-interfaces/pull/813</li>\n<li>Update 2025 09, set 2 by @dmitry-kabanov in https://github.com/MaRDI4NFDI/open-interfaces/pull/818</li>\n<li>Update 2025 09 nr 3 by @dmitry-kabanov in https://github.com/MaRDI4NFDI/open-interfaces/pull/820</li>\n</ul>\n<p><strong>Full Changelog</strong>: https://github.com/MaRDI4NFDI/open-interfaces/compare/v0.5.5...v0.6.1</p>",
    "publication_date": "2025-09-29",
    "publisher": "Zenodo",
    "related_identifiers": [
      {
        "identifier": "https://github.com/MaRDI4NFDI/open-interfaces/tree/v0.6.1",
        "relation_type": {
          "id": "issupplementto",
          "title": {
            "de": "Erg\u00e4nzt",
            "en": "Is supplement to"
          }
        },
        "resource_type": {
          "id": "software",
          "title": {
            "de": "Software",
            "en": "Software"
          }
        },
        "scheme": "url"
      }
    ],
    "resource_type": {
      "id": "software",
      "title": {
        "de": "Software",
        "en": "Software"
      }
    },
    "rights": [
      {
        "description": {
          "en": ""
        },
        "id": "bsd-2-clause",
        "props": {
          "scheme": "spdx",
          "url": "https://opensource.org/licenses/BSD-2-Clause"
        },
        "title": {
          "en": "BSD 2-Clause \"Simplified\" License"
        }
      }
    ],
    "title": "MaRDI Open Interfaces",
    "version": "v0.6.1"
  },
  "parent": {
    "access": {
      "owned_by": {
        "user": "40848"
      },
      "settings": {
        "accept_conditions_text": null,
        "allow_guest_requests": false,
        "allow_user_requests": false,
        "secret_link_expiration": 0
      }
    },
    "communities": {
      "default": "e75094a1-a5cf-40a0-8668-108f1e88acbf",
      "entries": [
        {
          "access": {
            "member_policy": "open",
            "members_visibility": "public",
            "record_submission_policy": "open",
            "review_policy": "closed",
            "visibility": "public"
          },
          "children": {
            "allow": false
          },
          "created": "2024-03-25T09:41:59.072382+00:00",
          "custom_fields": {
            "subjects": [
              {
                "id": "mesh:D008433"
              }
            ]
          },
          "deletion_status": {
            "is_deleted": false,
            "status": "P"
          },
          "id": "e75094a1-a5cf-40a0-8668-108f1e88acbf",
          "links": {},
          "metadata": {
            "description": "Mathematical research data emerges within mathematical sciences but also in other scientific areas such as physics, chemistry, life sciences and the Arts. MaRDI builds a community that embraces a FAIR data culture.",
            "funding": [
              {
                "award": {
                  "identifiers": [
                    {
                      "identifier": "https://gepris.dfg.de/gepris/projekt/460135501",
                      "scheme": "url"
                    }
                  ],
                  "number": "460135501",
                  "title": {
                    "en": "MaRDI"
                  }
                },
                "funder": {
                  "id": "018mejw64"
                }
              }
            ],
            "organizations": [
              {
                "id": "04ncnzm65"
              },
              {
                "id": "00h1x4t21"
              }
            ],
            "title": "MaRDI4NFDI",
            "type": {
              "id": "project"
            },
            "website": "https://mardi4nfdi.de"
          },
          "revision_id": 9,
          "slug": "mardi",
          "updated": "2025-12-17T19:25:23.308035+00:00"
        }
      ],
      "ids": [
        "e75094a1-a5cf-40a0-8668-108f1e88acbf"
      ]
    },
    "id": "13753666",
    "pids": {
      "doi": {
        "client": "datacite",
        "identifier": "10.5281/zenodo.13753666",
        "provider": "datacite"
      }
    }
  },
  "pids": {
    "doi": {
      "client": "datacite",
      "identifier": "10.5281/zenodo.17229669",
      "provider": "datacite"
    },
    "oai": {
      "identifier": "oai:zenodo.org:17229669",
      "provider": "oai"
    }
  },
  "revision_id": 4,
  "stats": {
    "all_versions": {
      "data_volume": 33723301.0,
      "downloads": 112,
      "unique_downloads": 112,
      "unique_views": 266,
      "views": 281
    },
    "this_version": {
      "data_volume": 2935782.0,
      "downloads": 9,
      "unique_downloads": 9,
      "unique_views": 13,
      "views": 13
    }
  },
  "status": "published",
  "swh": {
    "swhid": "swh:1:dir:fe7c012aa83c1cbe991ad43194e49806fe2bfa5b;origin=https://doi.org/10.5281/zenodo.13753666;visit=swh:1:snp:84ada9184de57e927c7b7020c2f216d801d5c8e6;anchor=swh:1:rel:f9c97898192e2ecd711c878a766769164dfdfb23;path=MaRDI4NFDI-open-interfaces-1a2fa30"
  },
  "updated": "2025-09-29T21:40:04.428569+00:00",
  "versions": {
    "index": 6,
    "is_latest": false
  }
}