From e50720ae122a10847d7f0e607b108739f2f5831d Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sat, 22 Oct 2016 14:12:54 +0200 Subject: [PATCH] Add link to SciPostPhys --- scipost/urls.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scipost/urls.py b/scipost/urls.py index 6b0577ec5..c668c6917 100644 --- a/scipost/urls.py +++ b/scipost/urls.py @@ -129,6 +129,10 @@ urlpatterns = [ # Publications # ################ + url(r'^10.21468/SciPostPhys$', + journals_views.scipost_physics, + name='SciPostPhys'), + url(r'^(?P<doi_string>10.21468/[a-zA-Z]+.[0-9]+.[0-9]+.[0-9]{3,})$', journals_views.publication_detail, name='publication_detail'), -- GitLab