From 4be1fcec9f85413bfd6bd48cff9447b0c82a7f6c Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sat, 21 Sep 2019 17:17:17 +0200 Subject: [PATCH] Remove SCIPOST_JOURNALS_SPECIALIZATIONS --- journals/constants.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/journals/constants.py b/journals/constants.py index 9ba5eedfa..a7b61d028 100644 --- a/journals/constants.py +++ b/journals/constants.py @@ -56,19 +56,6 @@ SCIPOST_JOURNALS_DOMAINS = ( ('ETC', 'Exp., Theor. & Comp.'), ) -SCIPOST_JOURNALS_SPECIALIZATIONS = ( - ('A', 'Atomic, Molecular and Optical Physics'), - ('B', 'Biophysics'), - ('C', 'Condensed Matter Physics'), - ('F', 'Fluid Dynamics'), - ('G', 'Gravitation, Cosmology and Astroparticle Physics'), - ('H', 'High-Energy Physics'), - ('M', 'Mathematical Physics'), - ('N', 'Nuclear Physics'), - ('Q', 'Quantum Statistical Mechanics'), - ('S', 'Statistical and Soft Matter Physics'), -) - STATUS_DRAFT = 'draft' STATUS_PUBLICLY_OPEN = 'publicly_open' STATUS_PUBLISHED = 'published' -- GitLab