Skip to content
Permalink
Browse files

Merge pull request #290 from karthik/master

Added a reviewer signup form #265
  • Loading branch information...
arfon committed Aug 8, 2017
2 parents 722e4ac + 165c85f commit d67a2b0c3fa0582119e1b80d38729209c475010c
Showing with 5 additions and 2 deletions.
  1. +4 −2 app/views/home/about.html.erb
  2. +1 −0 public/reviewer-signup.html
@@ -16,8 +16,8 @@
<h1>The Journal of Open Source Software</h1>

<p class="lead">The Journal of Open Source Software (JOSS) is a <strong>developer friendly</strong> journal for research software packages.</p>

<h3>What <em>exactly</em> do you mean by 'journal'</h3>
<h3>What <em>exactly</em> do you mean by 'journal'</h3>

<p>The Journal of Open Source Software (JOSS) is an academic journal (ISSN 2475-9066) with a formal peer review process that is designed to <em>improve the quality of the software submitted</em>. Upon acceptance into JOSS, a CrossRef DOI is minted and we list your paper on the JOSS website.</p>

@@ -32,6 +32,8 @@
<p>We have a simple submission workflow and extensive documentation to help you prepare your submission. If your software is already well documented then paper preparation should take no more than an hour.</p>

<p>You can read more about our motivations to build JOSS in our <%= link_to "announcement blog post", "http://www.arfon.org/announcing-the-journal-of-open-source-software", :target => "_blank" %>.</p>

<p class="lead"><%= link_to "Volunteer to review for JOSS", "/reviewer-signup.html" %>!</p>

</div>
<div class="main" id="code_of_conduct">
@@ -0,0 +1 @@
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title>Sign up to be a JOSS reviewer</title> <style type="text/css"> html{ margin: 0; height: 100%; overflow: hidden; } iframe{ position: absolute; left:0; right:0; bottom:0; top:0; border:0; } </style> </head> <body> <iframe id="typeform-full" width="100%" height="100%" frameborder="0" src="https://ropensci.typeform.com/to/c9iKAf"></iframe> <script type="text/javascript" src="https://embed.typeform.com/embed.js"></script> </body> </html>

0 comments on commit d67a2b0

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