Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: ybarborini
  • License: gpl-3.0
  • Language: PHP
  • Default Branch: master
  • Size: 29.3 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 8 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Authors Codemeta

README.md

HALSync

HALSync is a PHP-based client for the HAL platform that utilizes the SWORD protocol to streamline the submission and management of research documents. Designed for developers and institutions, HALSync simplifies workflows, ensures metadata compliance, and supports bulk operations for efficient integration with the HAL repository.

Features

  • Document Submission: Upload publications and associated metadata to the HAL platform.
  • Metadata Management: Validate and enhance metadata for seamless integration with HAL standards.
  • Batch Operations: Automate bulk submissions and updates.
  • Error Handling: Robust feedback and troubleshooting mechanisms.
  • Secure Communication: Utilizes secure HTTP protocols to protect data integrity.
  • Customizable Framework: Modular architecture for easy integration and adaptation.
  • SWORD Protocol Compliance: Fully adheres to the SWORD standard for interoperability.

Installation

Requirements

  • PHP 7.4 or higher
  • Composer (for dependency management)
  • cURL extension enabled in PHP

Steps

  1. Clone the repository:
    bash git clone https://github.com/yourusername/halsync.git

  2. Navigate to the project directory: ```bash cd halsync

  3. Install dependencies: bash composer install

  4. Configure the application by editing the config.php file to include your HAL API credentials and endpoint URL.

Owner

  • Name: Yannick Barborini
  • Login: ybarborini
  • Kind: user
  • Location: Villeurbanne - France
  • Company: CCSD - CNRS

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "type": "SoftwareSourceCode",
  "codeRepository": "https://github.com/ybarborini/jdev-t5A02/",
  "author": [
    {
      "id": "https://orcid.org/0000-0003-3756-8647",
      "type": "Person",
      "affiliation": {
        "type": "Organization",
        "name": "CCSD, UAR3668 CNRS"
      },
      "email": "yannick.barborini@ccsd.cnrs.fr",
      "familyName": "Barborini",
      "givenName": "Yannick"
    },
    {
      "id": "https://orcid.org/0000-0003-2955-5678",
      "type": "Person",
      "email": "bruno.marmol@inria.fr",
      "familyName": "Marmol",
      "givenName": "Bruno"
    }
  ],
  "dateCreated": "2024-01-01",
  "dateModified": "2024-10-10",
  "name": "HALSync script",
  "description": "The HAL SWORD Client is a lightweight and efficient PHP-based application that provides a streamlined interface to interact with the HAL platform using the SWORD protocol. Designed for developers and institutions, the client simplifies the submission and management of research documents by automating interactions with the HAL repository.",
  "funder": {
    "type": "Organization",
    "name": "ANR"
  },
  "keywords": [
    "HAL",
    "API",
    "Open Access",
    "Repository",
    "Metadata Management",
    "Research",
    "Publications"
  ],
  "license": "https://spdx.org/licenses/GPL-3.0+",
  "operatingSystem": "Linux",
  "developmentStatus": "concept",
  "runtimePlatform": "Docker",
  "programmingLanguage": [
    "PHP",
    "JS"
  ],
  "version": "1.0.0",
  "funding": "ANR-21-ESRE-0047"
}

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2