SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 63be2f47 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Add issue DOI page

parent e50720ae
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,9 @@ urlpatterns = [
url(r'^10.21468/SciPostPhys$',
journals_views.scipost_physics,
name='SciPostPhys'),
url(r'^10.21468/SciPostPhys.(?P<volume_nr>[0-9]+).(?P<issue_nr>[0-9]+)$',
journals_views.scipost_physics_issue_detail,
name='SciPostPhys_issue_detail'),
url(r'^(?P<doi_string>10.21468/[a-zA-Z]+.[0-9]+.[0-9]+.[0-9]{3,})$',
journals_views.publication_detail,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment