generated from NASA-PDS/template-repo-java
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable document dois, plus some other changes (mostly better keyword …
…management) add duplicate doi check for reserve submission change misleading error message add duplicate doi check for reserve submission make behave test work again make unit test work, add nltk requirement
- Loading branch information
thomas loubrieu
committed
Sep 25, 2020
1 parent
98835f4
commit c1f3e5a
Showing
23 changed files
with
231 additions
and
218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,10 @@ | |
<id></id> | ||
{{/id}} | ||
<title>{{title}}</title> | ||
{{#doi}} | ||
<sponsoring_organization>National Aeronautics and Space Administration (NASA)</sponsoring_organization> | ||
<accession_number>{{related_identifier}}</accession_number> | ||
<publisher>{{publisher}}</publisher> | ||
{{#doi}} | ||
<doi>{{doi}}</doi> | ||
{{/doi}} | ||
<availability></availability> | ||
|
@@ -18,7 +21,7 @@ | |
<site_url>{{site_url}}</site_url> | ||
{{/site_url}} | ||
{{^site_url}} | ||
<site_url> </site_url> | ||
<site_url></site_url> | ||
{{/site_url}} | ||
<product_type>{{product_type}}</product_type> | ||
<product_type_specific>{{product_type_specific}}</product_type_specific> | ||
|
@@ -34,7 +37,7 @@ | |
<first_name>{{first_name}}</first_name> | ||
{{/first_name}} | ||
{{#middle_name}} | ||
<middle>{{middle_name}}</middle_name> | ||
<middle_name>{{middle_name}}</middle_name> | ||
{{/middle_name}} | ||
{{#full_name}} | ||
<full_name>{{full_name}}</full_name> | ||
|
@@ -43,32 +46,30 @@ | |
{{/authors}} | ||
</authors> | ||
<contributors> | ||
{{#contributors}} | ||
{{#editors}} | ||
<contributor> | ||
<email/> | ||
{{#last_name}} | ||
<last_name>{{last_name}}</last_name> | ||
{{/last_name}} | ||
{{#first_name}} | ||
<first_name>{{first_name}}</first_name> | ||
{{/first_name}} | ||
{{#middle_name}} | ||
<middle>{{middle_name}}</middle_name> | ||
<middle_name>{{middle_name}}</middle_name> | ||
{{/middle_name}} | ||
{{#full_name}} | ||
<full_name>{{full_name}}</full_name> | ||
{{/full_name}} | ||
<contributor_type>DataCurator</contributor_type> | ||
<affiliations/> | ||
</contributor> | ||
{{/contributors}} | ||
{{/editors}} | ||
<contributor> | ||
<full_name>Planetary Data System: {{contributor}} Node</full_name> | ||
<contributor_type>DataCurator</contributor_type> | ||
</contributor> | ||
</contributors> | ||
<related_identifiers> | ||
<related_identifier> | ||
<identifier_type>URN</identifier_type> | ||
<identifier_value>{{related_identifier}}</identifier_value> | ||
<relation_type>IsIdenticalTo</relation_type> | ||
</related_identifier> | ||
</related_identifiers> | ||
<contact_name>PDS Operator</contact_name> | ||
<contact_org>PDS</contact_org> | ||
<contact_email>[email protected]</contact_email> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.