https://github.com/acdh-oeaw/arche-openaire

https://github.com/acdh-oeaw/arche-openaire

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
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.4%) to scientific vocabulary

Keywords

arche
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: acdh-oeaw
  • License: mit
  • Language: PHP
  • Default Branch: master
  • Homepage:
  • Size: 16.6 KB
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 0
  • Releases: 11
Topics
arche
Created over 3 years ago · Last pushed 9 months ago
Metadata Files
Readme License

README.md

ARCHE OpenAIRE tracking plugin

An arche-core plugin implementing usage tracking trough the OpenAIRE.

Installation

  • Install with: composer require acdh-oeaw/arche-openaire
  • Adjust your repository config.yaml so it contains the openaire section and defines get and getMetadata handlers: ```yaml openaire: # OpenAIRE tracker URL url: "https://analytics.openaire.eu/piwik.php" # id of the repository in the OpenAIRE tracker id: 100 # OpenAIRE auth token authToken: "OpenAIRETrackerAuthToken" # should client IP be tracked? (true/false) trackIp: false # should client's user agent header be tracked? (true/false) trackUserAgent: true # If the PID reported to the OpenAIRE tracker trough the cvar parameter # is not the PID of the resource, you should specify an SQL query fetching it. # Otherwise skip this property or set it to an empty value. pidQuery: | SELECT m.value FROM metadata m JOIN relations r ON r.target_id = m.id AND r.id = ? AND r.property = ? # pidQuery parameters. Use "{id}" to pass repository resource id pidQueryParam:
    • "{id}"
    • https://vocabs.acdh.oeaw.ac.at/schema#isPartOf # Tracking API connection timeout timeout: 1.0 rest: handlers: methods: get:
      • type: function function: \acdhOeaw\arche\openaire\Handlers::onGet getMetadata:
      • type: function function: \acdhOeaw\arche\openaire\Handlers::onGetMetadata ```

Owner

  • Name: Austrian Centre for Digital Humanities & Cultural Heritage
  • Login: acdh-oeaw
  • Kind: organization
  • Email: acdh@oeaw.ac.at
  • Location: Vienna, Austria

GitHub Events

Total
  • Push event: 1
  • Create event: 1
Last Year
  • Push event: 1
  • Create event: 1

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 9
  • Total Committers: 1
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Mateusz Żółtak z****k@z****g 9
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • packagist 2,414 total
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 12
  • Total maintainers: 1
packagist.org: acdh-oeaw/arche-openaire

OpenAIRE usage tracking plugin for ARCHE

  • Versions: 12
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 2,414 Total
Rankings
Dependent packages count: 19.1%
Dependent repos count: 21.9%
Forks count: 27.0%
Average: 28.1%
Downloads: 35.6%
Stargazers count: 37.0%
Maintainers (1)
Funding
Last synced: 6 months ago

Dependencies

composer.json packagist
  • acdh-oeaw/easyrdf *
  • guzzlehttp/guzzle ^7.4