Skip to content
Permalink
Browse files

about page cost model update

adding website domain cost
changing calculation to 300 papers per year
  • Loading branch information...
danielskatz committed May 31, 2019
1 parent 930ee5c commit f35d055fcfd180d889ec4bf083991e2ad69c2e4e
Showing with 5 additions and 4 deletions.
  1. +5 −4 app/views/home/about.html.erb
@@ -119,12 +119,13 @@
<p>In the spirit of transparency, below is an outline of our current running costs:</p>

<ul>
<li>Annual Crossref <a href="http://www.crossref.org/02publishers/20pub_fees.html">membership</a>: $275 / year</li>
<li><%= setting(:abbreviation) %> paper DOIs: $1 / accepted paper</li>
<li><%= setting(:abbreviation) %> website hosting (Heroku): $19 / month</li>
<li>Annual Crossref <a href="http://www.crossref.org/02publishers/20pub_fees.html">membership</a>: $275/year</li>
<li><%= setting(:abbreviation) %> paper DOIs: $1/accepted paper</li>
<li><%= setting(:abbreviation) %> website domain registration: $10/year</li>
<li><%= setting(:abbreviation) %> website hosting (Heroku): $19/month</li>
</ul>

<p>Assuming a publication rate of 200 papers per year this works out at ~$3.50 per paper ((19*12) + 200 + 275) / 200 .</p>
<p>Assuming a publication rate of 300 papers per year this works out at ~$2.70 per paper (275 + 300 + 10 + (19*12)) / 300 .</p>
</div>

<div class="main" id="content_license">

0 comments on commit f35d055

Please sign in to comment.
You can’t perform that action at this time.