Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link EC Projects (Awards vocabulary) to EuroSciVoc subjects and participating organizations with data from CORDIS #399

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ptamarit
Copy link
Member

@ptamarit ptamarit commented Sep 6, 2024

To load only one project (adapt the config):

invenio vocabularies update -v awards:cordis -o cordis-HORIZONprojects-xml/xml/project-rcn-257316_en.xml

To load all the projects (adapt the config):

invenio vocabularies update -v awards:cordis -o ../cordis-HORIZONprojects-xml.zip 

To load all the projects from the URL (adapt the config):

invenio vocabularies update -v awards:cordis -o dummy

@ptamarit ptamarit changed the title Awards cordis datastreams new Link EC Projects (Awards vocabulary) to EuroSciVoc subjects and participating organizations with data from CORDIS Sep 6, 2024
@@ -42,6 +42,48 @@
},
"program": {
"type": "string"
},
"subjects": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: we can copy the structure we have for records on subjects, i.e.:

{
    "subjects": [
        {"id": "euroscivoc:1234"},
        {"subject": "free form subject"},
    ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants