Skip to content

Commit

Permalink
Merge pull request #85 from biothings/andrewsu-patch-1
Browse files Browse the repository at this point in the history
update citation from preprint to paper
  • Loading branch information
marcodarko authored Oct 14, 2024
2 parents 7b1054f + d2af55a commit effd30b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ const Home = () => (
</Grid.Column>
<Grid.Column color="yellow">
<Image src={read} width="100" className="m-auto"/>
<a href='https://arxiv.org/abs/2304.09344'
<a href='https://academic.oup.com/bioinformatics/article/39/9/btad570/7273783'
rel="noopener noreferrer"
style={{color: '#3a4892'}}
target="_blank">
<h3>Read the preprint <i aria-hidden="true" className="share square icon"></i></h3>
<h3>Read the paper <i aria-hidden="true" className="share square icon"></i></h3>
</a>
</Grid.Column>
<Grid.Column color="purple">
Expand All @@ -64,4 +64,4 @@ const Home = () => (
</div>
)

export default Home
export default Home

0 comments on commit effd30b

Please sign in to comment.