Moving the BipFinder! Measures #5

Closed
miriam.baglioni wants to merge 0 commits from instance_measures into master
Collaborator

This PR is to move the BipFinder Measures at the level of the instance both in the model of the graph and in that of the dump.
It also regenerates the schema of the dumper result.

Please have a careful look at it because I realized that the field alternateIdentifier was missing in the previous version.

This PR is to move the BipFinder Measures at the level of the instance both in the model of the graph and in that of the dump. It also regenerates the schema of the dumper result. Please have a careful look at it because I realized that the field `alternateIdentifier` was missing in the previous version.
alessia.bardi was assigned by miriam.baglioni 2 years ago
claudio.atzori was assigned by miriam.baglioni 2 years ago
miriam.baglioni added 3 commits 2 years ago
claudio.atzori requested changes 2 years ago
claudio.atzori left a comment
Owner
  1. please fix some typos in the javadoc
  2. the field measures is designed to be generic. Although it is currently used to host the citation scores, the documentation/descriptions we produce for it should stress its genericity, rather than the single use case currently inplace for them.
1) please fix some typos in the javadoc 2) the field measures is designed to be generic. Although it is currently used to host the citation scores, the documentation/descriptions we produce for it should stress its genericity, rather than the single use case currently inplace for them.
@ -19,9 +19,12 @@ import java.util.List;
* -pid of type List<ControlledField> that is the list of pids associated to the result coming from authoritative sources for that pid
* -alternateIdentifier of type List<ControlledField> that is the list of pids associated to the result coming from NON authoritative
* sources for that pid
* -measure list<KeyValue> to represent the measure of beepFinder. It corresponds to measures in the model
Owner

typo: Bip!Finder

typo: Bip!Finder
@ -60,11 +60,11 @@ import java.util.List;
* to store information about the time OpenAIRE collected the record. It corresponds to dateofcollection of the result
* represented in the internal model - lasteupdatetimestamp of type String to store the timestamp of the last update of
* the record. It corresponds to lastupdatetimestamp of the resord represented in the internal model
* -measure list<KeyValue> to represent the measure of beepFinder. It corresponds to measures in the model
Owner

typo: Bip!Finder.

typo: Bip!Finder.
miriam.baglioni closed this pull request 2 years ago

Reviewers

claudio.atzori requested changes 2 years ago
Please reopen this pull request to perform a merge.
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 instance_measures master
git pull origin instance_measures

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff instance_measures
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: D-Net/dhp-schemas#5
Loading…
There is no content yet.