diff --git a/cronjob_production_daily.sh b/cronjob_production_daily.sh index 4a905cddf19e329fd25696d412a230c4481c0ac3..7de15c4334a73f60e128fb7181c970ba595ccb8b 100755 --- a/cronjob_production_daily.sh +++ b/cronjob_production_daily.sh @@ -6,4 +6,3 @@ cd /home/scipost/webapps/scipost/scipost_v1 source venv/bin/activate python3 manage.py remind_fellows_to_submit_report -python3 manage.py send_refereeing_reminders diff --git a/cronjob_production_weekdays.sh b/cronjob_production_weekdays.sh new file mode 100755 index 0000000000000000000000000000000000000000..791e66344f5da1d95cfd14890d51657ff9bdc4ff --- /dev/null +++ b/cronjob_production_weekdays.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +# Daily cronjobs for production area + +cd /home/scipost/webapps/scipost/scipost_v1 +source venv/bin/activate + +python3 manage.py send_refereeing_reminders diff --git a/scipost/templates/scipost/ExpSustDrive2018.html b/scipost/templates/scipost/ExpSustDrive2018.html index 28ac3ee937d35768ab21334d1a81547cc13b1176..01b83aea38cf8c2f446099b22f27ecc5f06e102a 100644 --- a/scipost/templates/scipost/ExpSustDrive2018.html +++ b/scipost/templates/scipost/ExpSustDrive2018.html @@ -15,7 +15,7 @@ <div class="row justify-content-center"> <div class="col-md-7 col-lg-5"> <p> - Since our original <a href="{% url 'scipost:call' %}" target="_blank">call for openness</a> in scientific publishing, things have been developing extremely well with SciPost. One quick glance at our <a href="{% url 'journals:publications' %}" target="_blank">publishing activities</a> (our list of publications now numbers more than 100, including some <a href="https://scipost.org/10.21468/SciPostPhys/about#most-cited" target="_blank">highly-cited ones</a>) is hopefully enough to convince you that we are well on our way to implementing a healthier infrastructure for scientific publishing. + Since our original <a href="{% url 'scipost:call' %}" target="_blank">call for openness</a> in scientific publishing, things have been developing extremely well with SciPost. One quick glance at our <a href="{% url 'journals:publications' %}" target="_blank">publishing activities</a> (our list of publications now numbers more than 100, including some <a href="https://scipost.org/SciPostPhys?tab=most-cited" target="_blank">highly-cited ones</a>) is hopefully enough to convince you that we are well on our way to implementing a healthier infrastructure for scientific publishing. </p> <p> Separately, in a sure sign that <i>The Times They Are A Changin'</i>, big players are moving towards implementing Open Access very similarly to our vision (including the European Commission with its recent <a href="https://ted.europa.eu/udl?uri=TED:NOTICE:141558-2018:TEXT:EN:HTML&tabId=1" target="_blank">Call for Tenders</a>, though you should read recent blog posts <a href="https://jscaux.org/blog/post/2018/04/02/ectender/" target="_blank">here</a> and <a href="https://jscaux.org/blog/post/2018/04/27/ECTenderInterview/" target="_blank">here</a> for how this relates to SciPost).