diff --git a/SciPost_v1/urls.py b/SciPost_v1/urls.py index 8d3655a49e13e4f57a93df43cb3eeaa6ff3aedc5..c96c9dbaa11db621520d44ad15ed36c70ce8594f 100644 --- a/SciPost_v1/urls.py +++ b/SciPost_v1/urls.py @@ -19,6 +19,7 @@ from django.contrib import admin urlpatterns = [ url(r'^admin/', include(admin.site.urls)), url(r'^scipost/', include('scipost.urls', namespace="scipost")), +# url(r'^', include('scipost.urls', namespace="scipost")), url(r'^commentaries/', include('commentaries.urls', namespace="commentaries")), url(r'^comments/', include('comments.urls', namespace="comments")), url(r'^contributors/', include('contributors.urls', namespace="contributors")), diff --git a/journals/templates/journals/journals.html b/journals/templates/journals/journals.html index 7ac0766a7c019945d8b110e7e402a6976c888cea..f6e404a013467968dc59771fdaab52da4193916b 100644 --- a/journals/templates/journals/journals.html +++ b/journals/templates/journals/journals.html @@ -55,26 +55,7 @@ </section> <section> - <h1>Submission and Refereeing procedure</h1> - <h3>Submission</h3> - <p>To submit your article for publication in a SciPost Journal, you must:</p> - <ol> - <li>Make your preprint publicly available on arXiv</li> - <li>After appearance on arXiv, fill the SciPost <a href="{% url 'submissions:submit_manuscript' %}">Submission</a> form, choosing which SciPost Journal you wish to submit to. </li> - </ol> - <p>Note that you cannot submit directly to SciPost Physics Select. Submissions to SciPost Physics Letters deemed of superlative qualty will be editorially promoted to SPS.</p> - <br/> - <h3>Refereeing procedure</h3> - <p>Papers submitted to SciPost are put through the <a href="{% url 'scipost:peer_witnessed_refereeing' %}">peer-witnessed refereeing</a> process, implementing the highest possible standard of refereeing. The precise procedure differs slightly between SciPost Journals but follows this pattern:</p> - <ul> - <li>A SciPost Submission Page is activated for the Submission (this is similar to a Commentary Page, but with Reports also enabled). This page is immediately open to Contributor Comments and Author Replies.</li> - <li>An Editor-in-charge starts a 3-week Refereeing round, inviting specific Contributors to provide an Invited Report.</li> - <li>During a refereeing round, registered Contributors to SciPost can volunteer a Contributed Report.</li> - <li>Authors can continuously provide Replies to Reports and Comments.</li> - <li>At the end of the refereeing round, Reports, Replies and Comments are assessed by SciPost Editors, and an Editorial decision is taken.</li> - <li>The Editorial decision consists in either a publication offer, request for resubmission (with minor revisions, or major revisions (leading to another refereeing round)), or rejection.</li> - <li>The Authors can respond to the Editorial decision by accepting an eventual publication offer (in which case the Submission Page and its contents are moved to a SciPost Publication Page), by revising their manuscript and resubmitting to SciPost, or by withdrawing their Submission (in which case the Submission Page is deactivated and all its contents removed from public view).</li> - </ul> + <h1><a href="{% url 'submissions:sub_and_ref_procedure' %}">Submission and Refereeing procedure</a></h1> </section> diff --git a/scipost/static/info/SciPost_LaTeX_template.pdf b/scipost/static/info/SciPost_LaTeX_template.pdf new file mode 100644 index 0000000000000000000000000000000000000000..44f40a1744129f0ce8758caca03123b765869143 Binary files /dev/null and b/scipost/static/info/SciPost_LaTeX_template.pdf differ diff --git a/scipost/static/info/SciPost_LaTeX_template.tex b/scipost/static/info/SciPost_LaTeX_template.tex new file mode 100644 index 0000000000000000000000000000000000000000..62cf060bf7f894144881f1d9ae774445428fbecb --- /dev/null +++ b/scipost/static/info/SciPost_LaTeX_template.tex @@ -0,0 +1,159 @@ +% SciPost LaTeX template +% Version 1.0 December 2015 +% +% Submissions to SciPost Journals should make use of this template. +% +% FOR SUBMISSIONS: simply look for the `TODO:' tokens and adapt your file. +% +% - please enable line numbers (package: lineno) +% - you should run LaTeX twice in order for the line numbers to +% appear on the outer margins of both columns +% + +%\documentclass[10pt,twocolumn]{article} +\documentclass[10pt]{article} +\usepackage{a4wide} + +% Layout +\usepackage[top=10mm,bottom=10mm,left=16mm,right=16mm,head=10mm,includeheadfoot]{geometry} + +\setlength\columnsep{8mm} + +\bigskipamount 6mm + +\usepackage[colaction]{multicol} + +% Unicode characters +\usepackage[utf8]{inputenc} + +% Math formulas and symbols +\usepackage{amsmath,amssymb} + +% Hyperrefs +\usepackage{hyperref} + +% Include line numbers in submissions +\usepackage[switch,columnwise]{lineno} % line numbers alternately left/right for left/right column + +% SciPost BiBTeX style +%\bibliographystyle{scipostbib} + +% SciPost header and footer +\usepackage{fancyhdr} +\pagestyle{fancy} + +\usepackage{xcolor} +\definecolor{scipostblue}{rgb}{0.0,0.2,0.4} +\lhead{ +\colorbox{scipostblue}{\strut \bf \color{white} SciPost Submission} +} + +\rhead{ +\colorbox{scipostblue} +% TODO: Select the appropriate journal: +{\strut \bf \color{white} SciPost Physics Letters} +%{\strut \bf \color{white} SciPost Physics X} +%{\strut \bf \color{white} SciPost Physics} +} + +\lfoot{\bf SciPost Submission} +\rfoot{\sf SciPost.org} + +% Graphics +\usepackage{graphicx} + + + +% Document +\begin{document} + +\def\makeLineNumber{\docolaction{\makeLineNumberLeft}{}{\makeLineNumberRight}} + +\begin{center} +{\Large +% TODO: write your article's title here. +% The article title is Large boldface, and should fit in two lines +\textbf{Article Title} +} +\end{center} + +\begin{center} +% TODO: write the author list here. Use initials + surname format. +% Separate subsequent authors by a comma, omit comma at the end of the list. +% Mark the corresponding author with a superscript *. +Initials1 Surname1\textsuperscript{1}, +Initials2 Surname2\textsuperscript{2*} +\end{center} + +\begin{center} +% TODO: write all affiliations here. +% Format: institute, city, country +{\bf 1} Affiliation1 +\\ +{\bf 2} Affiliation2 +\\ +% TODO: provide email address of corresponding author +* CorrespondingAuthor@affiliation.edu +\bigskip +\end{center} + +\linenumbers + +\begin{multicols}{2} + +\section*{Abstract} +{\bf +% TODO: write your abstract here. +% The abstract is in boldface, and should fit in 8 lines. +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur eget porta erat. Morbi consectetur est vel gravida pretium. Suspendisse ut dui eu ante cursus gravida non sed sem. Nullam sapien tellus, commodo id velit id, eleifend volutpat quam. Phasellus mauris velit, dapibus finibus elementum vel, pulvinar non tellus. Nunc pellentesque pretium diam, quis maximus dolor faucibus id. Nunc convallis sodales ante, ut ullamcorper est egestas vitae. Nam sit amet enim ultrices, ultrices elit pulvinar, volutpat risus. +} + +\section{Introduction} +% TODO: the stage is yours. Write your article here. +Lorem ipsum dolor sit amet\cite{Cite1}, consectetur adipiscing elit. Curabitur eget porta erat. Morbi consectetur est vel gravida pretium. Suspendisse ut dui eu ante cursus gravida non sed sem. Nullam sapien tellus, commodo id velit id, eleifend volutpat quam. Phasellus mauris velit, dapibus finibus elementum vel, pulvinar non tellus. Nunc pellentesque pretium diam, quis maximus dolor faucibus id. Nunc convallis sodales ante, ut ullamcorper est egestas vitae. Nam sit amet enim ultrices, ultrices elit pulvinar, volutpat risus. + +\section{A Section} +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur eget porta erat. Morbi consectetur est vel gravida pretium. Suspendisse ut dui eu ante cursus gravida non sed sem. Nullam sapien tellus, commodo id velit id, eleifend volutpat quam. Phasellus mauris velit, dapibus finibus elementum vel, pulvinar non tellus. Nunc pellentesque pretium diam, quis maximus dolor faucibus id. Nunc convallis sodales ante, ut ullamcorper est egestas vitae. Nam sit amet enim ultrices, ultrices elit pulvinar, volutpat risus. + +\begin{equation} +H = \sum_{j=1}^N \left[J (S^x_j S^x_{j+1} + S^y_j S^y_{j+1} + \Delta S^z_j S^z_{j+1}) - h S^z_j \right] +\end{equation} + +You can also easily switch between two columns format and single column format for longer equations like +% To switch between single and double columns, proceed as in the following example: +\end{multicols} +\begin{equation} +H = \sum_{j=1}^N \left[J (S^x_j S^x_{j+1} + S^y_j S^y_{j+1} + \Delta S^z_j S^z_{j+1}) - h S^z_j + J' (S^x_j S^x_{j+2} + S^y_j S^y_{j+2} + \Delta' S^z_j S^z_{j+2}) \right] +\label{eq:HXXZnnn} +\end{equation} +% After you're done with the long equation(s), simply restart the two columns environment +\begin{multicols}{2} +after which you can go back to two columns format. + +\section{Another Section} +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur eget porta erat. Morbi consectetur est vel gravida pretium. Suspendisse ut dui eu ante cursus gravida non sed sem. Nullam sapien tellus, commodo id velit id, eleifend volutpat quam. Phasellus mauris velit, dapibus finibus elementum vel, pulvinar non tellus. Nunc pellentesque pretium diam, quis maximus dolor faucibus id. Nunc convallis sodales ante, ut ullamcorper est egestas vitae. Nam sit amet enim ultrices, ultrices elit pulvinar, volutpat risus. + +\section{A Third Section} +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur eget porta erat. Morbi consectetur est vel gravida pretium. Suspendisse ut dui eu ante cursus gravida non sed sem. Nullam sapien tellus, commodo id velit id, eleifend volutpat quam. Phasellus mauris velit, dapibus finibus elementum vel, pulvinar non tellus. Nunc pellentesque pretium diam, quis maximus dolor faucibus id. Nunc convallis sodales ante, ut ullamcorper est egestas vitae. Nam sit amet enim ultrices, ultrices elit pulvinar, volutpat risus. + +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur eget porta erat. Morbi consectetur est vel gravida pretium. Suspendisse ut dui eu ante cursus gravida non sed sem. Nullam sapien tellus, commodo id velit id, eleifend volutpat quam. Phasellus mauris velit, dapibus finibus elementum vel, pulvinar non tellus. Nunc pellentesque pretium diam, quis maximus dolor faucibus id. Nunc convallis sodales ante, ut ullamcorper est egestas vitae. Nam sit amet enim ultrices, ultrices elit pulvinar, volutpat risus. + +\section{Conclusion} +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur eget porta erat. Morbi consectetur est vel gravida pretium. Suspendisse ut dui eu ante cursus gravida non sed sem. Nullam sapien tellus, commodo id velit id, eleifend volutpat quam. Phasellus mauris velit, dapibus finibus elementum vel, pulvinar non tellus. Nunc pellentesque pretium diam, quis maximus dolor faucibus id. Nunc convallis sodales ante, ut ullamcorper est egestas vitae. Nam sit amet enim ultrices, ultrices elit pulvinar, volutpat risus. + +\section*{Acknowledgements} +Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur eget porta erat. Morbi consectetur est vel gravida pretium. + + +\nolinenumbers + +% TODO: +% Provide your bibliography here, either by: +% - writing it directly +% - running BiBTeX and pasting the .bbl file contents here. +\begin{thebibliography}{99} +\bibitem{Cite1} L. Ipsum, `Dolor sit amet', Cons. ad. I p.1 (2015). +\end{thebibliography} + +\end{multicols} +\end{document} diff --git a/scipost/static/scipost/SciPost.css b/scipost/static/scipost/SciPost.css index 328ab10bc1ed2976e12567ecdec8f3f176f2a3aa..89fb2af858471325557cdb05c946b6e88add8e2f 100644 --- a/scipost/static/scipost/SciPost.css +++ b/scipost/static/scipost/SciPost.css @@ -14,7 +14,7 @@ General style sheet for SciPost [class*="col-"] { float: left; - padding: 10px; + padding: 5px; } /* For desktop: */ .col-1 {width: 8.33%;} @@ -38,7 +38,8 @@ General style sheet for SciPost body { - font-family: Verdana, sans-serif; +// font-family: Verdana, sans-serif; + font-family: Helvetica Neue, sans-serif; // font-family: Arial, sans-serif; // font-family: Helvetica sans-serif; font-size: 80%; @@ -46,12 +47,14 @@ body { margin: 0px; padding: 0px; // background-color: #999999; - background-color: #778899; +// background-color: #778899; + background-color: #ffffff; +// background-color: #f0f4f8; } a { color: #eeeeee; - text-decoration: underline; +// text-decoration: underline; target: _parent; } a:hover { @@ -62,17 +65,22 @@ a:hover { header { // background-color: #333333; - background-color: #102040; +// background-color: #102040; +// background: linear-gradient(to right,#002240, #003360); + background: linear-gradient(to right,#103050, #204060); color: #ffffff; - border: 1px solid grey; border-radius:5px; - margin: 5px; +// border: 1px solid grey; border-radius:5px; + border: 0px solid grey; border-radius:0px; +// margin: 5px; + margin: 0px; padding: 0px; 5px; // text-shadow: 2px 2px 4px #222222; } header h1 { - font-size: 40px; - margin: 0px; - padding: 10px; + font-size: 50px; + font-weight: 400; + margin: 0px; + padding: 10px; // text-shadow: 1px 1px 2px #999999; } header a { @@ -80,18 +88,24 @@ header a { } header a:hover { color: #ffffff; - text-decoration: underline; +// text-decoration: underline; } nav { // background-color:#cccccc; // background-color:#dddddd; - background-color:#e7ebf0; - border: 1px solid grey; border-radius:5px; - margin:5px; +// background-color:#e7ebf0; +// background-color:#ffffff; + background-color: #f0f0f0; +// border: 1px solid grey; border-radius:5px; + border: 0px solid grey; border-radius:0px; +// margin:5px; + margin:0px; padding:0px; float:center; clear:both; + font-size: 16px; + font-weight: 500; } nav ul { margin: 0; @@ -110,27 +124,36 @@ nav ul li { clear: both; } nav a { - margin: 2px; +// margin: 2px; + margin: 5px; padding: 5px; // background-color: #444444; // background-color: #153060; - background-color: #601015; - color: #dddddd; +// background-color: #601015; +// background-color: #ffffff; + background-color: #f0f0f0; +// color: #dddddd; + color: #000000; // text-decoration: underline; text-decoration: none; display: inline-block; target: _parent; - text-shadow: 2px 2px 4px #222222; +// text-shadow: 2px 2px 4px #222222; } nav a:visited { - color: #eeeeee; +// color: #eeeeee; + color: #000000; } nav a:hover { - color: #ffffff; - text-decoration: underline; +// color: #ffffff; + color: #000000; +// text-decoration: underline; + text-decoration: none; +// background-color: #eeeeee; + background-color: #ffffff; } nav a:active { - color: #dddddd; + color: #222222; } nav p { display: inline-block; @@ -147,22 +170,28 @@ section { // background-color:#666666; // background-color: #eeeeee; background-color: white; - border: 1px solid grey; border-radius: 5px; - margin: 5px; + border: 1px solid grey; border-radius: 1px; + margin: 25px 15px; padding: 10px; // text-shadow: 1px 1px 1px #222222; // text-shadow: 0px 0px 1px #222222; +// width: 800px; + text-align: justify; } section a { // color: #eeeeee; - color: #222222; - text-decoration: underline; +// color: #222222; + color: #103050; +// text-decoration: underline; + text-decoration: none; target: _parent; } section a:hover { // color: #ffffff; - color: #000000; - font-weight: bold; +// color: #000000; +// color: #404080; + color: #103050; +// font-weight: bold; text-decoration: underline; } section div { @@ -175,6 +204,7 @@ section h1, h2, h3, h4, h5, h6 { color: #103050; // text-shadow: 2px 2px 4px #222222; text-shadow: 0px 0px 0px #222222; + font-weight: 500; } section form { margin: 0px; @@ -183,11 +213,14 @@ section form { section form label { // color: #dddddd; // color: #222222; - color: #102040; +// color: #102040; +// color: #ffffff; + color: black; } section form ul li label { // color: #ffffff; - color: #102040; + color: black; +// color: #102040; } section p { margin: 2px; @@ -257,26 +290,36 @@ article { footer { // background-color:#333333; - background-color:#102040; +// background-color:#102040; +// background: linear-gradient(to left,#002240, #003360); + background: linear-gradient(to left,#103050, #204060); color: #ffffff; - border: 1px solid grey; border-radius:5px; + border: 1px solid grey; border-radius:1px; margin:5px; margin-bottom:10px; padding:5px; } footer a { color: #eeeeee; - text-decoration: underline; +// text-decoration: underline; } footer a:hover { color: #ffffff; text-decoration: underline; } -input { - background-color: #305090; - color: white; +input, textarea { +// background-color: #305090; + background-color: #f8f8f8; +// color: white; + color: black; // border: 1px solid white; border-radius: 3px; - border: 1px solid black; border-radius: 5px; + border: 1px solid black; border-radius: 1px; +} +input[type='text'], input[type='URL'], textarea { +// width: 400px; + width: 80%; + max-width: 800px; + min-width: 200px; } input:hover { text-decoration: underline; @@ -285,8 +328,10 @@ input:hover { select { // background-color: #111111; // background-color: #333333; - background-color: #204080; - color: white; +// background-color: #204080; +// color: white; + background-color: #f8f8f8; + color: black; // border: 1px solid white; border: 1px solid black; } diff --git a/scipost/templates/scipost/about.html b/scipost/templates/scipost/about.html index e9d19d6aecfc9a3cc842120ec2064a07053853ea..ae63c79ba2ad1e663acff553a8980fc852ef8409 100644 --- a/scipost/templates/scipost/about.html +++ b/scipost/templates/scipost/about.html @@ -1,3 +1,4 @@ + {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> @@ -5,50 +6,70 @@ {% include 'scipost/navbar.html' %} <section> - <h1>About SciPost</h1> - <p>SciPost is a complete scientific publication portal. It is purely online-based, and offers freely, openly, globally and perpetually accessible science. Being managed by professional scientists, and making use of editor-sollicited and contributed reviews, its Journals aim at the highest achievable standards of refereeing. SciPost Commentaries allow Contributors to seamlessly comment on all existing literature.</p> - <h3>Guiding principles</h3> - <p>The guiding principles in the conception, implementation and administration of SciPost are:</p> - <ul> - <li>scientific publications should undergo the stringest possible peer refereeing process</li> - <li>peer refereeing should be accountable</li> - <li>publicly-funded science should be openly accessible to scientists and the general public, perpetually, worldwide</li> - <li>peer evaluation should not occur exclusively pre-publication</li> - </ul> - <p>The first two principles are implemented using SciPost's maximally stringent <a href="{% url 'scipost:peer_witnessed_refereeing' %}">peer-witnessed refereeing</a> process, and by the use of Contributor Ratings.</p> - <p>The third principle is reflected in SciPost's not-for-profit status, financially backed by the generous support of national granting agencies, universities, foundations and individuals (see Acknowledgements below).</p> - <p>The fourth principle is implemented in the form of Commentary Pages associated to publications. These can either be SciPost publications, or papers published elsewhere.</p> - - <h4>Read the original <a href="{% static 'info/SciPost_Description.pdf' %}">SciPost description</a> document. + <div class="row"> + <div class="col-6"> + <h1>About SciPost</h1> + <h4>Read the original <a href="{% static 'info/SciPost_Description.pdf' %}">SciPost description document</a>. + </div> + <div class="col-6"> + <p>SciPost is a complete scientific publication portal.</p> + <p>It is purely online-based, and offers freely, openly, globally and perpetually accessible science.</p> + <p>Being managed by professional scientists, and making use of editor-sollicited and contributed reviews, its Journals aim at the highest achievable standards of refereeing.</p> + <p>SciPost Commentaries allow Contributors to seamlessly comment on all existing literature.</p> + </div> + </div> </section> - <section> - <h1>The SciPost Team</h1> - <h3>Founder and Enlightened Despot</h3> - <p>J.-S. Caux</p> - <h3>Advisory Board</h3> - <ul> - <li>(...)</li> - </ul> - <br/> - <h3>Journals: Editors-in-chief</h3> <div class="row"> <div class="col-6"> - <h4>SciPost Physics Letters (including Select)</h4> + <h3>Guiding principles</h3> + <p>The guiding principles in the conception, implementation and administration of SciPost are:</p> <ul> - <li>(...)</li> + <li>scientific publications should undergo the stringest possible peer refereeing process</li> + <li>peer refereeing should be accountable and credited</li> + <li>publicly-funded science should be openly accessible to scientists and the general public, perpetually, worldwide</li> + <li>peer evaluation should not occur exclusively pre-publication</li> </ul> </div> <div class="col-6"> - <h4>SciPost Physics X</h4> - <ul> - <li>(...)</li> - </ul> - <h4>SciPost Physics</h4> + <p>The first two principles are implemented using SciPost's maximally stringent <a href="{% url 'scipost:peer_witnessed_refereeing' %}">peer-witnessed refereeing</a> process, and by the use of Contributor Ratings.</p> + <p>The third principle is reflected in SciPost's not-for-profit status, financially backed by the generous support of national granting agencies, universities, foundations and individuals (see Acknowledgements below).</p> + <p>The fourth principle is implemented in the form of Commentary Pages associated to publications. These can either be SciPost publications, or papers published elsewhere.</p> + </div> +</section> + +<section> + <h1>The SciPost Team</h1> + <div class="row"> + <div class="col-6"> + <h3>Founder and Temporary Enlightened Despot</h3> + <p>J.-S. Caux</p> + <h3>Advisory Board</h3> <ul> <li>(...)</li> </ul> </div> + <div class="col-6"> + <h3>Journals: Editors-in-chief</h3> + <div class="row"> + <div class="col-6"> + <h4>SciPost Physics Letters (+ Select)</h4> + <ul> + <li>(...)</li> + </ul> + </div> + <div class="col-6"> + <h4>SciPost Physics X</h4> + <ul> + <li>(...)</li> + </ul> + <h4>SciPost Physics</h4> + <ul> + <li>(...)</li> + </ul> + </div> + </div> + </div> </div> @@ -56,14 +77,20 @@ <section> <h2>Acknowledgements</h2> - <h4>Code Development and Maintenance</h4> - <p>J.-S. Caux</p> - <h4>Technical assistance</h4> - <p>M. Moeys, J. Roodhart</p> - <h4>Server</h4> - <p>The temporary server is provided by the FNWI and the U. of Amsterdam.</p> - <h4>Funding</h4> - <p>SciPost acknowledges generous support from the J.-S. Caux Lack of Sleep Foundation.</p> + <div class="row"> + <div class="col-6"> + <h4>Code Development and Maintenance</h4> + <p>J.-S. Caux</p> + <h4>Technical assistance</h4> + <p>M. Moeys, J. Roodhart</p> + </div> + <div class="col-6"> + <h4>Server</h4> + <p>The temporary server is provided by the FNWI and the U. of Amsterdam.</p> + <h4>Funding</h4> + <p>SciPost acknowledges generous support from the J.-S. Caux Lack of Sleep Foundation.</p> + </div> + </div> </section> {% include 'scipost/footer.html' %} diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html index a733fff21385130f706a0a9e2df40fdc1307c16f..ca61d77e4c0633d8d06d5c43591e9ca4a81e3984 100644 --- a/scipost/templates/scipost/index.html +++ b/scipost/templates/scipost/index.html @@ -5,26 +5,46 @@ {% include 'scipost/navbar.html' %} <section> - <h1>SciPost Home</h1> - <p>SciPost is a complete scientific publication portal. It is purely online-based, and offers freely, openly, globally and perpetually accessible science. Being managed by professional scientists, and making use of editor-sollicited and contributed reviews, its Journals aim at the highest achievable standards of refereeing. SciPost Commentaries allow Contributors to seamlessly comment on existing literature.</p> - <h3><a href="{% url 'scipost:about' %}">About SciPost</a></h3> + <div class="row"> + <div class="col-3"> + <h1><a href="{% url 'scipost:about' %}">About SciPost</a></h1> + <p>SciPost is a complete scientific publication portal managed by active professional scientists.</p> + <p>It is purely online-based, and offers freely, openly, globally and perpetually accessible science.</p> + <h3><a href="{% url 'scipost:about' %}">Read more</a></h3> + </div> + <div class="col-1"></div> + <div class="col-4"> + <h1><a href="{% url 'journals:journals' %}">Journals</a></h1> + <p>SciPost publishes a portfolio high-quality open access scientific journals.</p> + <p>All SciPost Journals implement the maximally stringent <a href="{% url 'scipost:peer_witnessed_refereeing' %}">peer-witnessed refereeing</a> principle.</p> + <p>All Journals are fully managed by professional scientists and impose no publication charges.</p> + <h3><a href="{% url 'scipost:peer_witnessed_refereeing' %}">Learn about peer-witnessed refereeing</a></h3> + <h3><a href="{% url 'submissions:sub_and_ref_procedure' %}">Submission and refereeing procedure</a></h3> + </div> + <div class="col-1"></div> + <div class="col-3"> + <h1><a href="{% url 'commentaries:commentaries' %}">Commentaries</a></h1> + <p>SciPost Commentaries allow Contributors to seamlessly comment and build on all existing literature.</p> + </div> + </div> </section> {% if not user.is_authenticated %} <section> - <h1>SciPost Contributors</h1> <div class="row"> - <div class="col-6"> + <div class="col-4"> + <h1>SciPost Contributors</h1> <h3>Registered contributors:</h3> <a href="{% url 'contributors:login' %}">Login to your Personal Page</a> </div> - <div class="col-6"> + <div class="col-4"> <h3>Register as a Contributor to SciPost:</h3> <a href="{% url 'contributors:register' %}">Fill the registration form</a> - <br><br> + </div> + <div class="col-4"> <h4>Registered contributors can:</h4> <ul> <li>Submit manuscripts to SciPost Journals</li> - <li>Post reports and comments on publications</li> + <li>Post reports and comments</li> <li>Rate reports and comments</li> <li>... and much more</li> </ul> @@ -33,15 +53,17 @@ </section> {% endif %} +<!-- <section> - <h1><a href="{% url 'journals:journals' %}">SciPost Journals</a></h1> - <p>SciPost publishes a family of online open-access peer-witnessed refereed Journals covering all domains and specialties in the field of Physics.</p> <div class="row"> + <div class="col-4"> + <h1><a href="{% url 'journals:journals' %}">SciPost Journals</a></h1> + <p>SciPost publishes a family of online open-access peer-witnessed refereed Journals covering all domains and specialties in the field of Physics.</p> + </div> + <div class="col-2"></div> <div class="col-6"> <h3>SciPost Physics Select</h3> <h3>SciPost Physics Letters</h3> - </div> - <div class="col-6"> <h3>SciPost Physics X</h3> <h3>SciPost Physics</h3> </div> @@ -58,6 +80,6 @@ <p>SciPost Commentaries is a repository of Commentary Pages on scientific publications. Each Commentary Page contains summary info about the publication (Title, Author(s), arXiv preprint link, DOI link to published version, abstract), followed by Comments from Contributors and Author and Contributor Replies. </p> </section> - +--> {% include 'scipost/footer.html' %} diff --git a/scipost/templates/scipost/navbar.html b/scipost/templates/scipost/navbar.html index 10133d299860823db82dd6772a76d4b4427f5c07..c6d1768175836f20091b7ab08211c2215cd9606e 100644 --- a/scipost/templates/scipost/navbar.html +++ b/scipost/templates/scipost/navbar.html @@ -1,12 +1,12 @@ <nav> <div class="row"> - <div class="col-8"> - <a href="/scipost">SciPost Home</a> - <a href="{% url 'journals:journals' %}">SciPost Journals</a> - <a href="{% url 'submissions:submissions' %}">SciPost Submissions</a> - <a href="{% url 'commentaries:commentaries' %}">SciPost Commentaries</a> + <div class="col-6"> + <a href="/scipost">Home</a> + <a href="{% url 'journals:journals' %}">Journals</a> + <a href="{% url 'submissions:submissions' %}">Submissions</a> + <a href="{% url 'commentaries:commentaries' %}">Commentaries</a> </div> - <div class="col-4"> + <div class="col-6"> {% if user.is_authenticated %} <p>Logged in as {{ user.username }}</p> <a href="{% url 'contributors:logout' %}">Logout</a> diff --git a/scipost/templates/scipost/peer_witnessed_refereeing.html b/scipost/templates/scipost/peer_witnessed_refereeing.html index 12b26cb896c3669673b3c3353eeaefa2d01432c2..c04aec71285c96ffce1101d65a96b07c8895931d 100644 --- a/scipost/templates/scipost/peer_witnessed_refereeing.html +++ b/scipost/templates/scipost/peer_witnessed_refereeing.html @@ -26,26 +26,8 @@ <h3>Shortcomings of traditional refereeing</h3> <p>The traditional approach to refereeing is sub-optimal for a number of reasons: the choice of referees is exclusive to Journal editors; only up to a handful of referees are consulted; the best potential referees are not necessarily chosen; one cannot, as a specialist, volunteer to report on a paper (manuscript shortcomings are thus very often not flagged before publication); closed-door refereeing, with reports viewable only by editors and authors, is not fully accountable (referee reports are thus often of low quality); refereeing work is not credited (the quality of reports thus further suffers from a lack of incentive).</p> <br/> - <h1>Submission and Refereeing procedure</h1> - <h3>Submission</h3> - <p>To submit your article for publication in a SciPost Journal, you must:</p> - <ol> - <li>Make your preprint publicly available on arXiv</li> - <li>After appearance on arXiv, fill the SciPost <a href="{% url 'submissions:submit_manuscript' %}">Submission</a> form, choosing which SciPost Journal you wish to submit to. </li> - </ol> - <p>Note that you cannot submit directly to SciPost Physics Select. Submissions to SciPost Physics Letters deemed of superlative qualty will be editorially promoted to SPS.</p> - <br/> - <h3>Refereeing procedure</h3> - <p>The precise procedure differs slightly between SciPost Journals but follows this pattern:</p> - <ul> - <li>A SciPost Submission Page is activated for the Submission (this is similar to a Commentary Page, but with Reports also enabled). This page is immediately open to Contributor Comments and Author Replies.</li> - <li>An Editor-in-charge starts a 3-week Refereeing round, inviting specific Contributors to provide an Invited Report.</li> - <li>During a refereeing round, registered Contributors to SciPost can volunteer a Contributed Report.</li> - <li>Authors can continuously provide Replies to Reports and Comments.</li> - <li>At the end of the refereeing round, Reports, Replies and Comments are assessed by SciPost Editors, and an Editorial decision is taken.</li> - <li>The Editorial decision consists in either a publication offer, request for resubmission (with minor revisions, or major revisions (leading to another refereeing round)), or rejection.</li> - <li>The Authors can respond to the Editorial decision by accepting an eventual publication offer (in which case the Submission Page and its contents are moved to a SciPost Publication Page), by revising their manuscript and resubmitting to SciPost, or by withdrawing their Submission (in which case the Submission Page is deactivated and all its contents removed from public view).</li> - </ul> + <h1><a href="{% url 'submissions:sub_and_ref_procedure' %}">Submission and Refereeing procedure</a></h1> + </section> diff --git a/submissions/templates/submissions/sub_and_ref_procedure.html b/submissions/templates/submissions/sub_and_ref_procedure.html new file mode 100644 index 0000000000000000000000000000000000000000..f57cd76d2315f487f1cf08d6b4683a149a6a1d51 --- /dev/null +++ b/submissions/templates/submissions/sub_and_ref_procedure.html @@ -0,0 +1,32 @@ +{% load staticfiles %} +<link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> + +{% include 'scipost/header.html' %} +{% include 'scipost/navbar.html' %} + +<section> + <h1>Submission and Refereeing procedure</h1> + <h3>Submission</h3> + <p>To submit your article for publication in a SciPost Journal, you must:</p> + <ol> + <li>Prepare your manuscript using the SciPost LaTeX template (<a href="{% static 'info/SciPost_LaTeX_template.tex' %}">.tex</a>, <a href="{% static 'info/SciPost_LaTeX_template.pdf' %}">.pdf</a>)</li> + <li>Make your preprint publicly available on arXiv</li> + <li>After appearance on arXiv, fill the SciPost <a href="{% url 'submissions:submit_manuscript' %}">Submission</a> form, choosing which SciPost Journal you wish to submit to. </li> + </ol> + <p>Note that you cannot submit directly to SciPost Physics Select. Submissions to SciPost Physics Letters deemed of superlative qualty will be editorially promoted to SPS.</p> + <br/> + <h3>Refereeing procedure</h3> + <p>Papers submitted to SciPost are put through the <a href="{% url 'scipost:peer_witnessed_refereeing' %}">peer-witnessed refereeing</a> process, implementing the highest possible standard of refereeing. The precise procedure differs slightly between SciPost Journals but follows this pattern:</p> + <ul> + <li>A SciPost Submission Page is activated for the Submission (this is similar to a Commentary Page, but with Reports also enabled). This page is immediately open to Contributor Comments and Author Replies.</li> + <li>An Editor-in-charge starts a 3-week Refereeing round, inviting specific Contributors to provide an Invited Report.</li> + <li>During a refereeing round, registered Contributors to SciPost can volunteer a Contributed Report.</li> + <li>Authors can continuously provide Replies to Reports and Comments.</li> + <li>At the end of the refereeing round, Reports, Replies and Comments are assessed by SciPost Editors, and an Editorial decision is taken.</li> + <li>The Editorial decision consists in either a publication offer, request for resubmission (with minor revisions, or major revisions (leading to another refereeing round)), or rejection.</li> + <li>The Authors can respond to the Editorial decision by accepting an eventual publication offer (in which case the Submission Page and its contents are moved to a SciPost Publication Page), by revising their manuscript and resubmitting to SciPost, or by withdrawing their Submission (in which case the Submission Page is deactivated and all its contents removed from public view).</li> + </ul> +</section> + + +{% include 'scipost/footer.html' %} diff --git a/submissions/urls.py b/submissions/urls.py index 9a2d36b67a92c0e9ad4e733ae386cb7098b673c6..f5ac3fdd41e1f9eb0eac934ae1713e15e40f5b92 100644 --- a/submissions/urls.py +++ b/submissions/urls.py @@ -5,6 +5,7 @@ from . import views urlpatterns = [ # Submissions url(r'^$', views.submissions, name='submissions'), + url(r'^sub_and_ref_procedure$', views.sub_and_ref_procedure, name='sub_and_ref_procedure'), url(r'^submission/(?P<submission_id>[0-9]+)/$', views.submission_detail, name='submission'), url(r'^submit_manuscript$', views.submit_manuscript, name='submit_manuscript'), url(r'^submit_manuscript_ack$', views.submit_manuscript_ack, name='submit_manuscript_ack'), diff --git a/submissions/views.py b/submissions/views.py index 7fc1db7190a24d51ee5349274c806a0f7d1c190f..d81cdd179413af5bf1aa7b0bda4bac7f79b0d80e 100644 --- a/submissions/views.py +++ b/submissions/views.py @@ -17,6 +17,9 @@ from .forms import * # SUBMISSIONS: ############### +def sub_and_ref_procedure(request): + return render(request, 'submissions/sub_and_ref_procedure.html') + @csrf_protect def submit_manuscript(request): # If POST, process the form data