WIP: subjectPropagation #269

Draft
miriam.baglioni wants to merge 5 commits from subjectPropagation into beta

This PR is to propagate subjects among results connected via semantic relations.

The subjects to be propagated can be configured via the subjectlist parameter specifying the classid of the subject to be propagated (default value fos;sdg)

The relations can be configured via the allowedsemrel parameter specifying the semantics of the relations to be considered in the propagation (default value: IsSupplementedBy;IsSupplementTo;IsPreviousVersionOf;IsNewVersionOf;IsIdenticalTo;Obsoletes;IsObsoletedBy;IsVersionOf)

This PR is to propagate subjects among results connected via semantic relations. The subjects to be propagated can be configured via the *subjectlist* parameter specifying the classid of the subject to be propagated (default value fos;sdg) The relations can be configured via the *allowedsemrel* parameter specifying the semantics of the relations to be considered in the propagation (default value: *IsSupplementedBy;IsSupplementTo;IsPreviousVersionOf;IsNewVersionOf;IsIdenticalTo;Obsoletes;IsObsoletedBy;IsVersionOf*)
miriam.baglioni added 4 commits 2023-01-31 10:29:02 +01:00
miriam.baglioni added 1 commit 2023-01-31 10:29:31 +01:00
claudio.atzori was assigned by miriam.baglioni 2023-01-31 10:30:18 +01:00
alessia.bardi was assigned by miriam.baglioni 2023-01-31 10:30:30 +01:00
miriam.baglioni changed title from subjectPropagation to WIP: subjectPropagation 2023-05-02 09:54:23 +02:00
claudio.atzori added this to the OpenAIRE project 2023-10-26 09:42:27 +02:00
claudio.atzori modified the project from OpenAIRE to OpenAIRE - DNet 2023-10-26 09:59:28 +02:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b subjectPropagation beta
git pull origin subjectPropagation

Step 2:

Merge the changes and update on Gitea.
git checkout beta
git merge --no-ff subjectPropagation
git push origin beta
Sign in to join this conversation.
No description provided.