diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-22 00:28:44 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-22 00:28:44 +0100 |
| commit | 4565c1d602090b393b27a965178203d6ad950100 (patch) | |
| tree | ec14c3899f518885b45d4130191a57bf0c8779e8 /scraper/client/paper | |
| parent | 35f19bdca7ac68829fd781827d25deb4bfc734d2 (diff) | |
paper verify stuff
Diffstat (limited to 'scraper/client/paper')
| -rw-r--r-- | scraper/client/paper/paper.verify.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/scraper/client/paper/paper.verify.js b/scraper/client/paper/paper.verify.js index ddc0a155..8cb14d84 100644 --- a/scraper/client/paper/paper.verify.js +++ b/scraper/client/paper/paper.verify.js @@ -145,7 +145,13 @@ class PaperVerify extends Component { ) })} {' | '} - <a href={'https://www.semanticscholar.org/paper/' + citation.id} target="_blank">[semantic scholar]</a> + <a + href={'https://www.semanticscholar.org/paper/' + citation.id} + target="_blank" + className={i === this.state.pdf_index ? 'selected pdfLink' : 'pdfLink'} + > + {'[semantic scholar]'} + </a> </div> <div className='param'> |
