Project

General

Profile

« Previous | Next » 

Revision 54764

Implemented ORCID event generation process and relative configuration profile
Added workflow to orchestrate the event generation for software links

View differences:

SoftwareEnrichmentMapper.java
21 21
public class SoftwareEnrichmentMapper extends AbstractEnrichmentMapper {
22 22

  
23 23
	public static final String SOFTWARE = "software";
24
	public static final String RESULT_RESULT_RELATIONSHIP_IS_RELATED_TO = "resultResult_relationship_isRelatedTo";
25 24
	public static final String PUBLICATION = "publication";
26 25

  
26
	public static final String RESULT_RESULT_RELATIONSHIP_IS_RELATED_TO = "resultResult_relationship_isRelatedTo";
27

  
27 28
	@Override
28 29
	protected String counterGroup() {
29 30
		return "Broker Enrichment Software";

Also available in: Unified diff