Comparison Report

Comparison between codemeta_6407294.json and somef_codemeta_6407294.json:

Summary

Comparison for Zenodo record 6407294, ossr-curation, hosted on RepoType.GITLAB_SELF_HOSTED:

  • contains 0 differences
  • contains 0 same values
  • missing 2 keys in docs/records/6407294/codemeta_6407294.json:
  • softwareVersion
    • readme
  • missing 10 keys in docs/records/6407294/somef_codemeta_6407294.json:
    • name
    • codeRepository
    • license
    • version
    • softwareVersion
    • datePublished
    • programmingLanguage
    • issueTracker
    • readme
    • dateCreated

Full Report

Same Values

No items have the same values.

Differences

No differences found.

Missing Keys in First File:

  • softwareVersion
  • readme

Missing Keys in Second File:

  • name
  • codeRepository
  • license
  • version
  • softwareVersion
  • datePublished
  • programmingLanguage
  • issueTracker
  • readme
  • dateCreated

Completeness Report

6407294

Meta

  • generated_at: 2025-05-14T07:35:23.759980
  • workflow: {'name': 'CodeMetaEvaluator', 'url': '', 'version': 'v0.0.1'}

Data

  • indicator: {'id': 'F1', 'name': 'CodemetaCompleteness', 'identifier': ''}
  • artifacts: {'url': '', 'softwareVersion': '', 'report': 'Completeness of the CodeMeta file based on the CodeMeta codemeta-3.0 specification.\n\nThe following keys are missing: runtimePlatform, targetProduct, applicationCategory, applicationSubCategory, downloadUrl, fileSize, installUrl, memoryRequirements, operatingSystem, permissions, processorRequirements, releaseNotes, softwareHelp, softwareRequirements, softwareVersion, storageRequirements, supportingData, citation, contributor, copyrightHolder, copyrightYear, editor, encoding, fileFormat, producer, provider, publisher, sponsor, isAccessibleForFree, hasPart, position, identifier, sameAs, url, relatedLink, givenName, familyName, email, affiliation, identifier, address, , , softwareSuggestions, maintainer, continuousIntegration, buildInstructions, embargoEndDate, referencePublication, readme, creator, review, reviewAspect, reviewBody, endDate, roleName, startDate', 'codemeta': {'@context': 'https://doi.org/10.5063/schema/codemeta-2.0', '@type': 'SoftwareSourceCode', 'license': 'https://spdx.org/licenses/MIT', 'codeRepository': 'git+https://gitlab.in2p3.fr/escape2020/wp3/ossr-curation.git', 'contIntegration': 'https://gitlab.in2p3.fr/escape2020/wp3/ossr-curation/-/pipelines', 'dateCreated': '2021-11-27', 'datePublished': '2021-04-01', 'dateModified': '2021-04-01', 'issueTracker': 'https://gitlab.in2p3.fr/escape2020/wp3/ossr-curation/-/issues', 'name': 'ossr-curation', 'version': '1.0', 'description': 'Open curation for the ESCAPE OSSR using gitlab merge requests.', 'funding': 'ESCAPE 824064', 'developmentStatus': 'active', 'isPartOf': 'https://projectescape.eu/', 'funder': {'@type': 'Organization', 'name': "European Union's Horizon 2020 research and innovation programme"}, 'keywords': ['ESCAPE', 'Zenodo'], 'programmingLanguage': ['Python 3'], 'author': [{'@type': 'Person', '@id': 'https://orcid.org/ 0000-0002-5686-2078', 'givenName': 'Thomas', 'familyName': 'Vuillaume', 'email': 'thomas.vuillaume@lapp.in2p3.fr', 'affiliation': {'@type': 'Organization', 'name': 'Univ. Savoie Mont-Blanc, CNRS, LAPP'}}]}}
  • result: {'type': 'float', 'value': 22.972972972972975}

Logs

Processing record: Record #6407294 : ossr-curation
Reloading codemeta from Zenodo
Getting all versions of the record from Zenodo
Versions: {6407294: '1.0'}
retrieved codemeta for version 6407294, created: 2022-04-01 22:02:09.467372+00:00, modified: 2022-04-02 13:50:20.425517+00:00
Compute completeness for all versions
Completeness for 6407294 = 22.97%
Repo: https://gitlab.in2p3.fr/escape2020/wp3/ossr-curation
Reloading SOMEF codemeta from repository
SOftware Metadata Extraction Framework (SOMEF) Command Line Interface

Traceback (most recent call last):
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/nltk/corpus/util.py", line 84, in __load
    root = nltk.data.find(f"{self.subdir}/{zip_name}")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/nltk/data.py", line 579, in find
    raise LookupError(resource_not_found)
LookupError: 
**********************************************************************
  Resource wordnet not found.
  Please use the NLTK Downloader to obtain the resource:

  >>> import nltk
  >>> nltk.download('wordnet')
  
  For more information see: https://www.nltk.org/data.html

  Attempted to load corpora/wordnet.zip/wordnet/

  Searched in:
    - '/root/nltk_data'
    - '/builds/escape-ossr/rs_quality_checks/.venv/nltk_data'
    - '/builds/escape-ossr/rs_quality_checks/.venv/share/nltk_data'
    - '/builds/escape-ossr/rs_quality_checks/.venv/lib/nltk_data'
    - '/usr/share/nltk_data'
    - '/usr/local/share/nltk_data'
    - '/usr/lib/nltk_data'
    - '/usr/local/lib/nltk_data'
**********************************************************************


During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/builds/escape-ossr/rs_quality_checks/.venv/bin/somef", line 10, in <module>
    sys.exit(cli())
             ^^^^^
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/click/core.py", line 1161, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/click/core.py", line 1082, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/click/core.py", line 1697, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/click/core.py", line 1443, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/click/core.py", line 788, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/somef/__main__.py", line 162, in describe
    from . import somef_cli
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/somef/somef_cli.py", line 11, in <module>
    from . import header_analysis, regular_expressions, process_repository, configuration, process_files, \
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/somef/header_analysis.py", line 19, in <module>
    citation = [Word("citation").synsets[3], Word("reference").synsets[1], Word("cite").synsets[3]]
                ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/textblob/decorators.py", line 24, in __get__
    value = obj.__dict__[self.func.__name__] = self.func(obj)
                                               ^^^^^^^^^^^^^^
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/textblob/blob.py", line 190, in synsets
    return self.get_synsets(pos=None)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/textblob/blob.py", line 211, in get_synsets
    return _wordnet.synsets(self.string, pos)
           ^^^^^^^^^^^^^^^^
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/nltk/corpus/util.py", line 120, in __getattr__
    self.__load()
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/nltk/corpus/util.py", line 86, in __load
    raise e
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/nltk/corpus/util.py", line 81, in __load
    root = nltk.data.find(f"{self.subdir}/{self.__name}")
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/builds/escape-ossr/rs_quality_checks/.venv/lib/python3.12/site-packages/nltk/data.py", line 579, in find
    raise LookupError(resource_not_found)
LookupError: 
**********************************************************************
  Resource wordnet not found.
  Please use the NLTK Downloader to obtain the resource:

  >>> import nltk
  >>> nltk.download('wordnet')
  
  For more information see: https://www.nltk.org/data.html

  Attempted to load corpora/wordnet

  Searched in:
    - '/root/nltk_data'
    - '/builds/escape-ossr/rs_quality_checks/.venv/nltk_data'
    - '/builds/escape-ossr/rs_quality_checks/.venv/share/nltk_data'
    - '/builds/escape-ossr/rs_quality_checks/.venv/lib/nltk_data'
    - '/usr/share/nltk_data'
    - '/usr/local/share/nltk_data'
    - '/usr/lib/nltk_data'
    - '/usr/local/lib/nltk_data'
**********************************************************************


Creating empty docs/records/6407294/somef_codemeta_6407294.json