Skip to content

Commit

Permalink
update demo doi
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMcArthur authored Sep 5, 2024
1 parent 9d6ba80 commit 11944f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/shareyourpaper/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ <h2>About</h2>
<p>Shareyourpaper.org is the simplest way to legally make your paper freely available on
Google Scholar, Web of Science, your personal site and more to get a citation bump.</p>

<p>If the DOI gives you a paywalled paper: <a href="https://doi.org/10.1016/j.spmi.2019.106308" target="_blank" rel="noopener">doi.org/10.1016/j.spmi.2019.106308</a>.</p>
<p>We help you free it: <a href="https://shareyourpaper.org/10.1016/j.spmi.2019.106308" target="_blank" rel="noopener">shareyourpaper.org/10.1016/j.spmi.2019.106308</a>.</p>
<p>If the DOI gives you a paywalled paper: <a href="https://doi.org/10.1016/j.cplett.2012.10.045" target="_blank" rel="noopener">doi.org/10.1016/j.cplett.2012.10.045</a>.</p>
<p>We help you free it: <a href="https://shareyourpaper.org/10.1016/j.cplett.2012.10.045" target="_blank" rel="noopener">shareyourpaper.org/10.1016/j.cplett.2012.10.045</a>.</p>

<h2>How it works</h2>

Expand Down Expand Up @@ -205,7 +205,7 @@ <h2>How it works</h2>
<script>

var learnmore = function() {
$('#_oaw_nodoi').replaceWith('Try an example <a href="#" id="runexample"><u>10.1016/j.spmi.2019.106308</u></a> or <a href="#" class="learnmore"><u>learn more</u></a>.');
$('#_oaw_nodoi').replaceWith('Try an example <a href="#" id="runexample"><u>10.1016/j.cplett.2012.10.045</u></a> or <a href="#" class="learnmore"><u>learn more</u></a>.');
if ($('#about').is(':visible')) {
$('#shareyourpaper').toggle();
$('#about').toggle();
Expand All @@ -220,7 +220,7 @@ <h2>How it works</h2>
});

jQuery(document).ready(function() {
$('body').on('click','#runexample',function(e) { e.preventDefault(); $('#_oaw_input').val('10.1016/j.spmi.2019.106308'); _oab.find(); });
$('body').on('click','#runexample',function(e) { e.preventDefault(); $('#_oaw_input').val('10.1016/j.cplett.2012.10.045'); _oab.find(); });
$('body').on('click','.learnmore',function(e) {
e.preventDefault();
$('#shareyourpaper').toggle();
Expand Down

0 comments on commit 11944f6

Please sign in to comment.