[stats wf] indicators across stats dbs & updates in the org ids #248

Closed
dimitris.pierrakos wants to merge 1742 commits from beta into beta2master_sept_2022
1 changed files with 12 additions and 11 deletions
Showing only changes of commit 624f5f3f21 - Show all commits

View File

@ -102,6 +102,7 @@ public class CreateActionSetSparkJob implements Serializable {
List<Relation> relationList = new ArrayList<>();
if(value.getAgreement().startsWith("IReL")) {
String paper;
paper = "50|doi_________::"
@ -115,7 +116,7 @@ public class CreateActionSetSparkJob implements Serializable {
IREL_PROJECT, ModelConstants.IS_PRODUCED_BY));
relationList.add(getRelation(IREL_PROJECT, paper, ModelConstants.PRODUCES));
}
return relationList;
}