Skip to content

Commit

Permalink
refactor institutional repository document mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
William Welling committed Mar 23, 2022
1 parent a3221ee commit df2a274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Expand Up @@ -5,7 +5,7 @@ export const environment = {
stompDebug: false,
formalize: {
otherUniversity: 'ExternalOrganization',
GreyLiterature: 'InstitutionalRepositoryDocument',
GreyLiterature: 'RepositoryDocuments/Preprints',
Webpage: 'InternetPublication',
ERO_0000071: 'Software',
selectedPublicationTag: 'UN SDG',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Expand Up @@ -9,7 +9,7 @@ export const environment = {
stompDebug: false,
formalize: {
otherUniversity: 'ExternalOrganization',
GreyLiterature: 'InstitutionalRepositoryDocument',
GreyLiterature: 'RepositoryDocuments/Preprints',
Webpage: 'InternetPublication',
ERO_0000071: 'Software',
selectedPublicationTag: 'UN SDG',
Expand Down

0 comments on commit df2a274

Please sign in to comment.