irdm-queue-portal

A basic view of content currently in an InvenioRDM community queue

https://github.com/caltechlibrary/irdm-queue-portal

Science Score: 65.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
    Organization caltechlibrary has institutional domain (www.library.caltech.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

A basic view of content currently in an InvenioRDM community queue

Basic Info
Statistics
  • Stars: 0
  • Watchers: 5
  • Forks: 0
  • Open Issues: 1
  • Releases: 3
Created over 2 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct Citation Support Codemeta

README.md

InvenioRDM Queue View

This repository consists the automation to build a table of content currently in an InvenioRDM community queue. It extracts @tags and presents them in a browsable interface. It runs entirely using GitHub actions and GitHub pages.

License Latest release DOI

Table of contents

Introduction

This project provides a more navicable queue view for users. While it could have been developed inside of InvenioRDM, this approach was easier and more flexible.

Installation

This portal has only been tested with the CaltechAUTHORS repository and is designed for use at Caltech. Please let us know if you're interested in using it elsewhere and we can make it more flexible. For Caltech users, you need to have a CaltechAUTHORS access token set in the CTATOK environment variable or as a GitHub repo secret.

Usage

The GitHub action will run every 30 minutes (should be ready at the top of the hour and half-hour).

You can also manually harvest and render the table by going here and clicking the "Run Workflow" button.

Known issues and limitations

This tool is designed for use at Caltech and has some hardcoded URLs. Let us know if you're interested in using it elsewhere.

We assume a queue will have under 100 entries and the queue view will be updated at most every 15 minutes. Because getting the publisher field makes a call to each record, the current approach will be slow on very large queues and will not work for fast update times.

Getting help

Please open an issue on GitHub.

Contributing

Pull requests are highly encouraged.

License

Software produced by the Caltech Library is Copyright © 2024 California Institute of Technology. This software is freely distributed under a BSD-style license. Please see the LICENSE file for more information.

Authors and history

Tom Morrell created this project.

Acknowledgments

This work was funded by the California Institute of Technology Library.


Owner

  • Name: Caltech Library
  • Login: caltechlibrary
  • Kind: organization
  • Email: helpdesk@library.caltech.edu
  • Location: Pasadena, CA 91125

We manage the physical and digital holdings of the California Institute of Technology, provide services and training, and develop open-source software.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: irdm-queue-portal
authors:
  - family-names: Morrell
    given-names: Thomas E
    orcid: https://orcid.org/0000-0001-9266-5146
abstract: Queue View for an InvenioRDM repository.
repository-code: "https://github.com/caltechlibrary/irdm-queue-portal"
type: software
version: 0.1.4
license-url: "https://data.caltech.edu/license"
keywords:
  - Queue
  - InvenioRDM
date-released: 2024-05-06

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "description": "Queue View for an InvenioRDM repository.",
  "name": "irdm-queue-portal",
  "codeRepository": "https://github.com/caltechlibrary/irdm-queue-portal",
  "issueTracker": "https://github.com/caltechlibrary/irdm-queue-portal/issues",
  "license": "https://data.caltech.edu/license",
  "version": "0.1.4",
  "author": [
    {
      "@type": "Person",
      "givenName": "Thomas E",
      "familyName": "Morrell",
      "affiliation": {
        "@type": "Organization",
        "name": "Caltech Library"
      },
      "email": "tmorrell@caltech.edu",
      "@id": "https://orcid.org/0000-0001-9266-5146"
    }
  ],
  "developmentStatus": "active",
  "downloadUrl": "https://github.com/caltechlibrary/irdm-queue-portal/archive/0.1.4.zip",
  "keywords": [
    "Queue",
    "InvenioRDM"
  ],
  "maintainer": [
    {
      "@type": "Person",
      "givenName": "Thomas E",
      "familyName": "Morrell",
      "affiliation": {
        "@type": "Organization",
        "name": "Caltech Library"
      },
      "email": "tmorrell@caltech.edu",
      "@id": "https://orcid.org/0000-0001-9266-5146"
    }
  ],
  "programmingLanguage": "Python"
}

GitHub Events

Total
  • Push event: 6
Last Year
  • Push event: 6

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: about 2 months
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.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
  • tmorrell (2)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/codemeta2cff.yml actions
  • EndBug/add-and-commit v7 composite
  • actions/checkout v2 composite
  • caltechlibrary/codemeta2cff main composite
.github/workflows/iga.yml actions
  • caltechlibrary/iga main composite
.github/workflows/render.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite