Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Add 'donate' links and badges (#627)

* add donation links in about page

* add donate badge
  • Loading branch information
xuanxu authored and arfon committed Nov 14, 2019
1 parent fb9032a commit 601cc2e72936a7d8d1c1c1ec86a33010d977d5e3
Showing with 6 additions and 3 deletions.
  1. +4 −2 README.md
  2. +2 −1 app/views/home/about.html.erb
@@ -1,6 +1,8 @@
# The Journal of Open Source Software

[![Build Status](https://travis-ci.org/openjournals/joss.svg?branch=master)](https://travis-ci.org/openjournals/joss) [![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](http://numfocus.org)
[![Build Status](https://travis-ci.org/openjournals/joss.svg?branch=master)](https://travis-ci.org/openjournals/joss)
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](http://numfocus.org)
[![Donate to JOSS](https://img.shields.io/badge/Donate-to%20JOSS-brightgreen.svg)](https://numfocus.org/donate-to-joss)

The [Journal of Open Source Software](https://joss.theoj.org) (JOSS) is a developer friendly journal for research software packages.

@@ -44,7 +46,7 @@ Please adhere to this code of conduct in any interactions you have in the JOSS c

## ⚙️ Development

[LiveReload](https://github.com/guard/guard-livereload) enables the browser to automatically refresh on change during development.
[LiveReload](https://github.com/guard/guard-livereload) enables the browser to automatically refresh on change during development.

1. Download the [LiveReload Chrome plugin](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei/)
2. Run `bundle exec guard`
@@ -196,7 +196,7 @@
<h1>Cost and Sustainability Model</h1>
<p><%= setting(:name) %> is an open access journal <em>committed to running at minimal costs, with zero publication fees (<a href="https://en.wikipedia.org/wiki/Article_processing_charge">article processing charges</a>) or subscription fees</em>.</p>

<p>Under the NumFOCUS nonprofit umbrella, <%= setting(:abbreviation) %> is now eligible to seek grants for sustaining its future. With an entirely volunteer team, <%= setting(:abbreviation) %> is seeking to sustain its operations via donations and grants, keeping its low cost of operation and free service for authors.</p>
<p>Under the NumFOCUS nonprofit umbrella, <%= setting(:abbreviation) %> is now eligible to seek grants for sustaining its future. With an entirely volunteer team, <%= setting(:abbreviation) %> is seeking to sustain its operations via <%= link_to 'donations', "https://numfocus.org/donate-to-joss", target: "_blank" %> and grants, keeping its low cost of operation and free service for authors.</p>

<p>In the spirit of transparency, below is an outline of our current running costs:</p>

@@ -210,6 +210,7 @@
<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>A more detailed analysis of our running costs is available <a href="http://blog.joss.theoj.org/2019/06/cost-models-for-running-an-online-open-journal" target="_blank">on our blog</a>.</p>
<p><%= link_to image_tag("https://img.shields.io/badge/Donate-to%20JOSS-brightgreen.svg"), "https://numfocus.org/donate-to-joss", target: "_blank" %></p>
</div>

<div class="generic-content-item" id="content_license">

0 comments on commit 601cc2e

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