https://github.com/caltechlibrary/irdm-queue-portal
A basic view of content currently in an InvenioRDM community queue
https://github.com/caltechlibrary/irdm-queue-portal
Last synced: 9 months ago
JSON representation
A basic view of content currently in an InvenioRDM community queue
- Host: GitHub
- URL: https://github.com/caltechlibrary/irdm-queue-portal
- Owner: caltechlibrary
- License: other
- Created: 2023-11-07T16:22:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-07T15:33:51.000Z (9 months ago)
- Last Synced: 2025-10-07T17:40:34.763Z (9 months ago)
- Language: Python
- Homepage: https://caltechlibrary.github.io/irdm-queue-portal/
- Size: 3.06 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Support: SUPPORT.md
- Codemeta: codemeta.json
Awesome Lists containing this project
README
# 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.
[](https://choosealicense.com/licenses/bsd-3-clause)
[](https://github.com/caltechlibrary/irdm-queue-portal/releases)
[](https://doi.org/10.22002/vqsap-3kn19)
## Table of contents
* [Introduction](#introduction)
* [Installation](#installation)
* [Usage](#usage)
* [Known issues and limitations](#known-issues-and-limitations)
* [Getting help](#getting-help)
* [Contributing](#contributing)
* [License](#license)
* [Authors and history](#authors-and-history)
* [Acknowledgments](#authors-and-acknowledgments)
## 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](https://github.com/caltechlibrary/irdm-queue-portal/actions/workflows/render.yaml)
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](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.