summaryrefslogtreecommitdiff
path: root/scraper/client
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/client')
-rw-r--r--scraper/client/paper/paper.css2
-rw-r--r--scraper/client/paper/paper.verify.js12
2 files changed, 12 insertions, 2 deletions
diff --git a/scraper/client/paper/paper.css b/scraper/client/paper/paper.css
index 9bb684ff..21df2df1 100644
--- a/scraper/client/paper/paper.css
+++ b/scraper/client/paper/paper.css
@@ -44,6 +44,8 @@
.gray .pdfLink {
cursor: pointer;
color: #11f;
+ margin-left: 3px;
+ margin-right: 3px;
}
.verified {
font-weight: bold;
diff --git a/scraper/client/paper/paper.verify.js b/scraper/client/paper/paper.verify.js
index a60f9698..e635bcb2 100644
--- a/scraper/client/paper/paper.verify.js
+++ b/scraper/client/paper/paper.verify.js
@@ -219,7 +219,7 @@ class PaperVerify extends Component {
onClick={() => this.setState({ doi_index: i })}
className={i === this.state.doi_index ? 'selected pdfLink' : 'pdfLink'}
>
- {'[' + domain + '] '}
+ {'[' + domain + ']'}
</a>
)
})}
@@ -229,7 +229,15 @@ class PaperVerify extends Component {
target="_blank"
className={'pdfLink'}
>
- {'[s2]'}
+ {'Semantic Scholar'}
+ </a>
+ {' | '}
+ <a
+ href={'https://duckduckgo.com/?q=' + encodeURIComponent(citation.title)}
+ target="_blank"
+ className={'pdfLink'}
+ >
+ {'Search DuckDuckGo'}
</a>
</div>