Skip to content

Commit

Permalink
Updated URL
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller authored Jan 28, 2024
1 parent 606ead2 commit 31225ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@

<script src="md5.min.js" type="text/javascript"></script>

<h1>Autoreject.org&nbsp;&mdash; An&nbsp;automatic&nbsp;review&nbsp;generator</h1>
<h1>Autoreject&nbsp;&mdash; An&nbsp;automatic&nbsp;review&nbsp;generator</h1>

<p>
<em>"Detailed reviews at the touch of a button ... Every reviewer should bookmark this immediately."</em> &mdash;&nbsp;Science&nbsp;and&nbsp;Review 24:2, April&nbsp;2019
</p>

<p>
April Fool's Day is over! Before you use this site, check out the the <a href="https://github.com/uds-se/autoreject">project page</a>.
April Fool's Day is over! Before you use this site, check out the <a href="https://github.com/uds-se/autoreject">project page</a>.
</p>


Expand Down Expand Up @@ -100,7 +100,7 @@ <h3>Title and Area <span class="checkmark" id="title_check"></h3>
}
s += "We are happy to inform you that your paper was accepted. The venue received a great many submissions of high quality. Each submission was thoroughly and extensively reviewed by our expert panels. After week-long online and offline discussions, we selected a small subset of papers to be accepted. Your paper was one of them.\n\n"

s += "Your paper was not only selected for acceptance, but also unanimously voted as best paper of the venue, with a score of 10.0 out of a maximum possible 10.0. As such, your paper will see expedited publishing in the International Journal of " + area + ", the highest-impact journal in the field.\n\n"
s += "Your paper was not only selected for acceptance but also unanimously voted as best paper of the venue, with a score of 10.0 out of a maximum possible 10.0. As such, your paper will see expedited publishing in the International Journal of " + area + ", the highest-impact journal in the field.\n\n"

s += "We would also be honored if you could attend the Best Paper Award ceremony during the convention, where you will receive the 100,000 GBP " + field + " Achievement Award sponsored by the Ponzi Science Fund. The Award will be given in name and presence of Their Royal Highnesses The Duke and Duchess of Sussex. They have followed your work for a long time, and very much look forward to meet you. The Award comes with a golden plaque commemorating your achievements and a lifetime Amazon Prime subscription.\n\n"

Expand Down Expand Up @@ -1070,7 +1070,7 @@ <h2>The Review <span class="checkmark" id="review_check"></span></h2>
{
if (!any_decision())
{
return "Welcome to autoreject.org, the number one time saver for scientific reviews!\n\nWith autoreject.org, you can produce detailed reviews simply by answering a handful of questions on the paper.\n\n<<< To get started, simply fill out the form.\n"
return "Welcome to Autoreject, the number one time saver for scientific reviews!\n\nWith Autoreject, you can produce detailed reviews simply by answering a handful of questions on the paper.\n\n<<< To get started, simply fill out the form.\n"
}

var r = review_title(accept)
Expand Down Expand Up @@ -1108,7 +1108,7 @@ <h2>The Review <span class="checkmark" id="review_check"></span></h2>
{
// See https://stackoverflow.com/questions/34045777/copy-to-clipboard-using-javascript-in-ios
var review_text = review(privileged())
review_text += "\n\nGenerated by autoreject.org - the number one time saver for scientific reviews."
review_text += "\n\nGenerated by Autoreject (https://uds-se.github.io/autoreject/) - the number one time saver for scientific reviews."

var el = document.getElementById("review")
el.value = review_text
Expand Down Expand Up @@ -1212,7 +1212,7 @@ <h2>The Review <span class="checkmark" id="review_check"></span></h2>
}
</script>

<p class="imprint">Brought to you by <a href="https://twitter.com/AndreasZeller">@AndreasZeller</a>. See the <a href="https://github.com/uds-se/autoreject">project page</a> for source code, license, comments, or suggestions. Autoreject.org runs in your browser only; no entered data is transmitted or collected.
<p class="imprint">Brought to you by <a href="https://twitter.com/AndreasZeller">@AndreasZeller</a>. See the <a href="https://github.com/uds-se/autoreject">project page</a> for source code, license, comments, or suggestions. Autoreject runs in your browser only; no entered data is transmitted or collected.
</p>

</body>
Expand Down

0 comments on commit 31225ad

Please sign in to comment.