Skip to content

Commit

Permalink
Merge pull request #413 from wcmc-its/useScopusAgain
Browse files Browse the repository at this point in the history
Reverted app so it uses Scopus
  • Loading branch information
sarbajitdutta authored Jul 21, 2020
2 parents 2e7e7b5 + de03a2a commit 0ec26df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ aws.s3.use.cached.identityAll.cacheTime=1

## Usage: use Scopus for disambiguated organizations and more complete names.
## For more: see https://github.com/wcmc-its/ReCiter/wiki/Configuring-Scopus-(optional)
use.scopus.articles=false
use.scopus.articles=true


#### Strategies ####
Expand All @@ -91,7 +91,7 @@ strategy.department=true
strategy.journalcategory=true
strategy.known.relationship=true
strategy.affiliation=true
strategy.scopus.common.affiliation=false
strategy.scopus.common.affiliation=true
strategy.coauthor=true
strategy.journal=true
strategy.education=false
Expand Down

0 comments on commit 0ec26df

Please sign in to comment.