Skip to content

Commit

Permalink
include EML abstract text as context when submitting attribute
Browse files Browse the repository at this point in the history
information to ESOR service.
  • Loading branch information
leinfelder committed Apr 5, 2016
1 parent 9864f95 commit 6b1d206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>org.ecoinformatics.eml</groupId>
<artifactId>datamanager</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.1-SNAPSHOT</version>
</dependency>

<!-- json dependencies -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ private Map<Identifier, String> generateAnnotationsFromEML(Identifier metadataPi
SystemMetadata sysMeta = D1Client.getCN().getSystemMetadata(null, metadataPid);

// TODO: use abstract content for context
String context = dataPackage.getTitle();
String context = dataPackage.getAbstract();

Map<Identifier, String> annotations = new HashMap<Identifier, String>();

Expand Down

0 comments on commit 6b1d206

Please sign in to comment.