Changes

Summary

  1. Fixed problem on missing author in crossref Mapping (details)
  2. [orcid-enrichment] change the value of parameters. (details)
  3. code formatting (details)
  4. [orcid enrichment] fixed directory cleanup before distcp (details)
  5. [graph cleaning] rule out datasources without an officialname (details)
  6. [actiosets] introduced support for the PromoteAction strategy (details)
  7. [actiosets] fixed join type (details)
  8. Dedup aliases, created when a dedup in a previous build has been merged in a new dedup, need to be marked as "deletedbyinference", since they are "merged" in the new dedup (details)
  9. [graph raw] fixed mapping of the original resource type from the Datacite format (details)
  10. fixed import of ORPs stored on HDFS in the internal graph format (e.g. Datacite) (details)
Commit 3c8c88bdd37220124159043d9919794e649cf2ba by Sandro La Bruzzo
Fixed problem on missing author in crossref Mapping
The file was addeddhp-workflows/dhp-doiboost/src/test/resources/eu/dnetlib/doiboost/crossref/s41567-022-01757-y.json
The file was modifieddhp-workflows/dhp-doiboost/src/test/scala/eu/dnetlib/dhp/doiboost/crossref/CrossrefMappingTest.scala
The file was modifieddhp-workflows/dhp-doiboost/src/main/scala/eu/dnetlib/doiboost/crossref/Crossref2Oaf.scala
Commit 4c8706efee6496356199e9c0bca5b99e6263c139 by Miriam Baglioni
[orcid-enrichment] change the value of parameters.
The file was modifieddhp-workflows/dhp-enrichment/src/main/resources/eu/dnetlib/dhp/wf/subworkflows/orcidtoresultfromsemrel/oozie_app/workflow.xml
Commit 1a8b609ed27c8ef0e84f0ccb32c243e532591afe by Claudio Atzori
code formatting
The file was modifieddhp-workflows/dhp-enrichment/src/main/java/eu/dnetlib/dhp/MoveResult.java
Commit f28c63d5ef84ce090aa07e0bf2afe841975cbd39 by Claudio Atzori
[orcid enrichment] fixed directory cleanup before distcp
The file was modifieddhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/enrich/orcid/oozie_app/workflow.xml
Commit e8630a6d03231e00d9d6676629f55400887d76ee by Claudio Atzori
[graph cleaning] rule out datasources without an officialname
The file was modifieddhp-common/src/main/java/eu/dnetlib/dhp/schema/oaf/utils/GraphCleaningFunctions.java
Commit 08162902ab91f4c2adb3a160b34c5b9de1c2a97e by Claudio Atzori
[actiosets] introduced support for the PromoteAction strategy
The file was modifieddhp-workflows/dhp-actionmanager/src/main/resources/eu/dnetlib/dhp/actionmanager/wf/dataset/oozie_app/workflow.xml
The file was modifieddhp-workflows/dhp-actionmanager/src/main/resources/eu/dnetlib/dhp/actionmanager/wf/organization/oozie_app/workflow.xml
The file was modifieddhp-workflows/dhp-actionmanager/src/main/resources/eu/dnetlib/dhp/actionmanager/wf/otherresearchproduct/oozie_app/workflow.xml
The file was modifieddhp-workflows/dhp-actionmanager/src/main/resources/eu/dnetlib/dhp/actionmanager/wf/project/oozie_app/workflow.xml
The file was modifieddhp-workflows/dhp-actionmanager/src/test/java/eu/dnetlib/dhp/actionmanager/promote/PromoteActionPayloadFunctionsTest.java
The file was modifieddhp-workflows/dhp-actionmanager/src/main/java/eu/dnetlib/dhp/actionmanager/promote/PromoteActionPayloadForGraphTableJob.java
The file was modifieddhp-workflows/dhp-actionmanager/src/main/resources/eu/dnetlib/dhp/actionmanager/promote/promote_action_payload_for_graph_table_input_parameters.json
The file was modifieddhp-workflows/dhp-actionmanager/src/main/java/eu/dnetlib/dhp/actionmanager/promote/PromoteActionPayloadFunctions.java
The file was modifieddhp-workflows/dhp-actionmanager/src/main/resources/eu/dnetlib/dhp/actionmanager/wf/datasource/oozie_app/workflow.xml
The file was modifieddhp-workflows/dhp-actionmanager/src/main/resources/eu/dnetlib/dhp/actionmanager/wf/relation/oozie_app/workflow.xml
The file was modifieddhp-workflows/dhp-actionmanager/src/main/resources/eu/dnetlib/dhp/actionmanager/wf/software/oozie_app/workflow.xml
The file was modifieddhp-workflows/dhp-actionmanager/src/main/resources/eu/dnetlib/dhp/actionmanager/wf/publication/oozie_app/workflow.xml
The file was addeddhp-workflows/dhp-actionmanager/src/main/java/eu/dnetlib/dhp/actionmanager/promote/PromoteAction.java
Commit d86b909db29a40517910d02a9e4129357b553a2f by Claudio Atzori
[actiosets] fixed join type
The file was modifieddhp-workflows/dhp-actionmanager/src/main/java/eu/dnetlib/dhp/actionmanager/promote/PromoteAction.java
Commit 8dd666aedd179b2c4f503b908f4a8fe5871c1e1e by Giambattista Bloisi
Dedup aliases, created when a dedup in a previous build has been merged in a new dedup, need to be marked as "deletedbyinference", since they are "merged" in the new dedup
The file was modifieddhp-workflows/dhp-dedup-openaire/src/main/java/eu/dnetlib/dhp/oa/dedup/DedupRecordFactory.java
Commit 1416f16b35e299169dcf1cea00ef7bc111e9acbe by Claudio Atzori
[graph raw] fixed mapping of the original resource type from the Datacite format
The file was modifieddhp-workflows/dhp-graph-mapper/src/main/java/eu/dnetlib/dhp/oa/graph/raw/OdfToOafMapper.java
The file was modifieddhp-workflows/dhp-graph-mapper/src/test/java/eu/dnetlib/dhp/oa/graph/raw/MappersTest.java
The file was addeddhp-workflows/dhp-graph-mapper/src/test/resources/eu/dnetlib/dhp/oa/graph/raw/odf_zenodo2.xml
Commit b3ddbaed58c8b54cfcc5f56f30e909ed9a8b4d7e by Claudio Atzori
fixed import of ORPs stored on HDFS in the internal graph format (e.g. Datacite)
The file was modifieddhp-workflows/dhp-graph-mapper/src/test/java/eu/dnetlib/dhp/oa/graph/raw/CopyHdfsOafSparkApplicationTest.java
The file was addeddhp-workflows/dhp-graph-mapper/src/test/resources/eu/dnetlib/dhp/oa/graph/raw/datacite_orp.json
The file was modifieddhp-workflows/dhp-graph-mapper/src/main/scala/eu/dnetlib/dhp/oa/graph/raw/CopyHdfsOafSparkApplication.scala