https://github.com/alejandromumo/zenodo-rdm

Zenodo Invenio RDM instance

https://github.com/alejandromumo/zenodo-rdm

Science Score: 10.0%

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

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

Repository

Zenodo Invenio RDM instance

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Fork of zenodo/zenodo-rdm
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

# Zenodo

Welcome to your InvenioRDM instance.

Deployment instructions

Need to set up the following config variables:

``` python

Invenio-App-RDM

RDMRECORDSUSERFIXTUREPASSWORDS = { 'admin@inveniosoftware.org': '123456' }

Invenio-Records-Resources

SITEUIURL = "https://127.0.0.1:5000" SITEAPIURL = "https://127.0.0.1:5000/api"

Invenio-RDM-Records

RDMRECORDSDOIDATACITEUSERNAME = "" RDMRECORDSDOIDATACITEPASSWORD = "" RDMRECORDSDOIDATACITEPREFIX = ""

Invenio-OAuthclient

secrets will be injected on deployment

CERNAPPCREDENTIALS = { "consumerkey": "CHANGE ME", "consumersecret": "CHANGE ME", } ORCIDAPPCREDENTIALS = { "consumerkey": "CHANGE ME", "consumersecret": "CHANGE ME", } ```

Owner

  • Name: Manuel Alejandro
  • Login: alejandromumo
  • Kind: user
  • Location: Geneva, Switzerland
  • Company: CERN

Computer Engineer | CERN Open Science Repositories | @inveniosoftware @zenodo

GitHub Events

Total
  • Push event: 14
  • Create event: 5
Last Year
  • Push event: 14
  • Create event: 5

Dependencies

.github/workflows/dockerpublish.yml actions
  • actions/checkout v2 composite
Dockerfile docker
  • inveniosoftware/centos8-python 3.8 build
docker/nginx/Dockerfile docker
  • nginx latest build
docker-compose.full.yml docker
  • zenodo latest
Pipfile pypi
  • check-manifest >=0.25 develop
  • github3.py >=3.0.0
  • invenio-app-rdm ~=10.0.0
  • invenio-logging ~=1.3.0
  • ipython !=8.1.0
  • uwsgi >=2.0
  • uwsgi-tools >=1.1.1
  • uwsgitop >=0.11
Pipfile.lock pypi
  • 236 dependencies
docker-compose.yml docker