diff --git a/docker-compose.full.yml b/docker-compose.full.yml
index 56a2996bf55d235e8e640d79e9d3677eedab2215..7baf63bc6d32eff9a14b9eff3dfbe7892735a096 100644
--- a/docker-compose.full.yml
+++ b/docker-compose.full.yml
@@ -218,7 +218,7 @@ services:
         condition: service_healthy
 
   pg_db:
-    image: postgres
+    image: postgres:12.10
     volumes:
       - pgsql-data:/var/lib/pgsql/data:rw
       - ./scripts/dump.sql:/docker-entrypoint-initdb.d/init.sql
diff --git a/docker-compose.test.yml b/docker-compose.test.yml
index bfe142d985cff7436f680774a5b404c2581fd681..4cb52c12b93e7b2c9647c112d2ff383abb72b917 100644
--- a/docker-compose.test.yml
+++ b/docker-compose.test.yml
@@ -46,7 +46,7 @@ services:
         condition: service_healthy
 
   pg_db:
-    image: postgres
+    image: postgres:12.10
     volumes:
       - pgsql-data:/var/lib/pgsql/data:rw
     networks:
diff --git a/docker-compose.yml b/docker-compose.yml
index 5ed017645f06b90fa499e5437e24a57196523ea8..18c3059e852121833254820753f8b19ea6d5c03f 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -49,7 +49,7 @@ services:
         condition: service_healthy
 
   pg_db:
-    image: postgres
+    image: postgres:12.10
     volumes:
       - pgsql-data:/var/lib/pgsql/data:rw
       - ./scripts/dump.sql:/docker-entrypoint-initdb.d/init.sql
diff --git a/scripts/dump.sql b/scripts/dump.sql
index 5902f2857a3f62ace7f6c820683da0c99d8388ed..a6117f097fa58712e634738bcf043fe4e4157dff 100644
--- a/scripts/dump.sql
+++ b/scripts/dump.sql
@@ -15,6 +15,7 @@ SET check_function_bodies = false;
 SET xmloption = content;
 SET client_min_messages = warning;
 SET row_security = off;
+CREATE EXTENSION IF NOT EXISTS pgcrypto WITH SCHEMA public;
 
 --
 -- Name: authorization_service; Type: SCHEMA; Schema: -; Owner: admin
@@ -60,7 +61,7 @@ CREATE EXTENSION IF NOT EXISTS pgcrypto WITH SCHEMA public;
 
 
 --
--- Name: EXTENSION pgcrypto; Type: COMMENT; Schema: -; Owner: 
+-- Name: EXTENSION pgcrypto; Type: COMMENT; Schema: -; Owner:
 --
 
 COMMENT ON EXTENSION pgcrypto IS 'cryptographic functions';
@@ -1446,16 +1447,16 @@ INSERT INTO push."Notifications" VALUES ('2532990e-1350-42ae-a612-c3ba812c0f82',
 INSERT INTO push."Notifications" VALUES ('629423e4-9763-4e81-b93b-27a3c5af9766', '<p>1</p>
 ', NULL, '2021-03-31 12:04:11.699', NULL, NULL, 'Test', NULL, NULL, 'NORMAL', '54f42ef2-8dc8-4dd1-986d-18025eb74b82');
 INSERT INTO push."Notifications" VALUES ('1f8397ca-d1bd-445d-a903-d6510b6d0eff', '<p>Test email content<p>', NULL, '2021-03-31 18:22:12.294', NULL, NULL, 'This week news!', NULL, NULL, 'normal', 'a155ee5a-fcc4-4b0c-8cf7-e1ad11a78fce');
-INSERT INTO push."Notifications" VALUES ('2ed66d22-a09d-4564-b1e2-98e5782477ee', '<!doctype html>
-<html>
- <head> 
-  <meta charset="UTF-8"> 
- </head>
- <body>
-  <div style="" class="default-style">
-   Hi Hello
-  </div>
- </body>
+INSERT INTO push."Notifications" VALUES ('2ed66d22-a09d-4564-b1e2-98e5782477ee', '<!doctype html>
+<html>
+ <head>
+  <meta charset="UTF-8">
+ </head>
+ <body>
+  <div style="" class="default-style">
+   Hi Hello
+  </div>
+ </body>
 </html>', NULL, '2021-03-31 16:29:25.57', NULL, NULL, 'Testing 1 2 3', NULL, NULL, 'normal', '54f42ef2-8dc8-4dd1-986d-18025eb74b82');
 INSERT INTO push."Notifications" VALUES ('82b9dd4f-094f-49f6-b2d8-8a9f2548745e', '', NULL, '2021-04-01 07:41:58.122', NULL, NULL, 'Important test notification', NULL, NULL, 'IMPORTANT', 'ac47643d-0f6e-4c33-9d96-3fa3946215a8');
 INSERT INTO push."Notifications" VALUES ('46e06d2e-3d5d-4c1c-8f6e-72009675fdf6', '<p>Tesing</p>
@@ -1770,7 +1771,7 @@ INSERT INTO push_test."Notifications" VALUES (10, 'proncero', 'Beamline for Scho
           The two winning teams from the 2019 Beamline for Schools competition – DESY Chain from Salt Lake City, Utah, USA and Particle Peers from Groningen, Netherlands – work on their projects at DESY Hamburg.
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>Monday, 28 October, marked the completion of data collection for the 2019 <a href="https://beamlineforschools.cern/">Beamline for Schools (BL4S)</a> winning teams on the Hamburg campus of the German physics research centre <a href="http://www.desy.de/index_eng.html">DESY</a>. Two teams – from Salt Lake City, Utah, in the USA and Groningen in the Netherlands – won the CERN-organised international competition, wherein high-school students propose their own particle physics experiments and perform them if they win.</p>
 
 <p>The teams <a href="https://home.cern/news/press-release/cern/dutch-and-us-students-win-2019-cern-beamline-schools-competition">“DESY Chain” from the USA and “Particle Peers” from the Netherlands</a> also presented their preliminary results last Monday. DESY Chain experimented with scintillator sensitivity using electrons and positrons. “In our data, we’re definitely seeing interesting energy losses in the scintillators,” says Charles Bonkowsky, a member of the DESY Chain team. “It’s going to take a little bit of time to put it all together and see what the energy loss is, and see how it corresponds to the rest of the data.”</p>
@@ -1800,7 +1801,7 @@ INSERT INTO push_test."Notifications" VALUES (11, 'proncero', 'Medipix: Two deca
           <img alt="Knowledge Transfer" src="//cds.cern.ch/images/CERN-PHOTO-201702-048-3/file?size=medium" /></a>
         <figcaption><span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>How could microchips developed for detectors at the <a href="https://home.cern/science/accelerators/large-hadron-collider">Large Hadron Collider</a> (LHC) be used beyond high-energy physics? This was a question that led to the <a href="https://cern.ch/medipix">Medipix</a> and Timepix families of pixel-sensor chips. Researchers saw many possible applications for this technology, and for the last 20 years these chips have been used in medical imaging, in spotting forgeries in the art world, in detecting radioactive material and more. A <a href="https://indico.cern.ch/event/782801/timetable/">recent CERN symposium</a> commemorated the two decades since the Medipix2 collaboration was established, in 1999.</p>
 
 <p>Pixel-sensor chips are used in detectors at the LHC to trace the paths of electrically charged particles. When a particle hits the sensor, it deposits a charge that is processed by the electronics. This is similar to light hitting pixels in a digital camera, but instead they register particles up to 40 million times a second.</p>
@@ -1828,7 +1829,7 @@ INSERT INTO push_test."Notifications" VALUES (8, 'proncero', 'Broadening tunnel
           HL-LHC Underground civil engineering galleries
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>What could the next generation of particle accelerators look like? With current technology, the bigger an accelerator, the higher the energy of the collisions it produces and the greater the likelihood of discovering new physics phenomena. Particle physicists and accelerator engineers therefore dream of machines that are even bigger than the <a href="https://home.cern/science/accelerators/large-hadron-collider">Large Hadron Collider</a> (LHC), with its 27-km circumference.</p>
 
 <p>For CERN’s civil engineers, a new accelerator requires a bespoke deep-underground tunnel, and the tunnel’s shape, depth and orientation as well as its access shafts are largely constrained by the local geography. Such an accelerator built at CERN would be bound by mountains, and, if circular, would need to go under Lake Geneva and completely enclose the Salève mountain of the Prealps.</p>
@@ -1879,7 +1880,7 @@ INSERT INTO push_test."Notifications" VALUES (14, 'proncero', 'LHCf gears up to
           One of the LHCf experiment''s two detectors, LHCf Arm2, seen here during installation into a particle absorber that surrounds the LHC''s beam pipe.
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>Cosmic rays are particles from outer space, typically protons, travelling at almost the speed of light. When the most energetic of these particles strike the atmosphere of our planet, they interact with atomic nuclei in the atmosphere and produce cascades of secondary particles that shower down to the Earth’s surface. These extensive air showers, as they are known, are similar to the cascades of particles that are created in collisions inside particle colliders such as CERN’s Large Hadron Collider (LHC). In the next LHC, run starting in 2021, the smallest of the LHC experiments – the <a href="https://home.cern/science/experiments/lhcf">LHCf experiment</a> – is set to probe the first interaction that triggers these cosmic showers.</p>
 
 <p>Observations of extensive air showers are generally interpreted using computer simulations that involve a model of how cosmic rays interact with atomic nuclei in the atmosphere. But different models exist and it’s unclear which one is the most appropriate. The LHCf experiment is in an ideal position to test these models and help shed light on cosmic-ray interactions.</p>
@@ -1933,7 +1934,7 @@ INSERT INTO push_test."Notifications" VALUES (17, 'proncero', 'CMS measures Higg
           Event in which a candidate SM Higgs boson decays into two photons indicated by the green towers representing energy deposited in the electromagnetic calorimeter.
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>The <a href="https://home.cern/science/physics/higgs-boson">Higgs boson</a> is a special particle. It is the manifestation of a field that gives mass to elementary particles. But this field also gives mass to the Higgs boson itself. A precise measurement of the Higgs boson’s mass not only furthers our knowledge of physics but also sheds new light on searches planned at future colliders.</p>
 
 <p>Since discovering this unique particle in 2012, the <a href="https://home.cern/science/experiments/atlas">ATLAS</a> and <a href="https://home.cern/science/experiments/cms">CMS</a> collaborations at CERN’s <a href="https://home.cern/science/accelerators/large-hadron-collider">Large Hadron Collider</a> have been busy determining its properties. In the <a href="https://home.cern/science/physics/standard-model">Standard Model of particle physics</a>, the Higgs boson’s mass is closely related to the strength of the particle’s interaction with itself. Comparing precise measurements of these two properties is a crucial means of testing the predictions of the Standard Model and helps search for physics beyond the predictions of this theory. In addition to probing its “self-interaction” strength, the researchers have also paid careful attention to the exact mass of the Higgs boson.</p>
@@ -1981,7 +1982,7 @@ INSERT INTO push_test."Notifications" VALUES (20, 'proncero', 'Broadening tunnel
           HL-LHC Underground civil engineering galleries
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>What could the next generation of particle accelerators look like? With current technology, the bigger an accelerator, the higher the energy of the collisions it produces and the greater the likelihood of discovering new physics phenomena. Particle physicists and accelerator engineers therefore dream of machines that are even bigger than the <a href="https://home.cern/science/accelerators/large-hadron-collider">Large Hadron Collider</a> (LHC), with its 27-km circumference.</p>
 
 <p>For CERN’s civil engineers, a new accelerator requires a bespoke deep-underground tunnel, and the tunnel’s shape, depth and orientation as well as its access shafts are largely constrained by the local geography. Such an accelerator built at CERN would be bound by mountains, and, if circular, would need to go under Lake Geneva and completely enclose the Salève mountain of the Prealps.</p>
@@ -2008,7 +2009,7 @@ INSERT INTO push_test."Notifications" VALUES (21, 'proncero', 'Beamline for Scho
           The two winning teams from the 2019 Beamline for Schools competition – DESY Chain from Salt Lake City, Utah, USA and Particle Peers from Groningen, Netherlands – work on their projects at DESY Hamburg.
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>Monday, 28 October, marked the completion of data collection for the 2019 <a href="https://beamlineforschools.cern/">Beamline for Schools (BL4S)</a> winning teams on the Hamburg campus of the German physics research centre <a href="http://www.desy.de/index_eng.html">DESY</a>. Two teams – from Salt Lake City, Utah, in the USA and Groningen in the Netherlands – won the CERN-organised international competition, wherein high-school students propose their own particle physics experiments and perform them if they win.</p>
 
 <p>The teams <a href="https://home.cern/news/press-release/cern/dutch-and-us-students-win-2019-cern-beamline-schools-competition">“DESY Chain” from the USA and “Particle Peers” from the Netherlands</a> also presented their preliminary results last Monday. DESY Chain experimented with scintillator sensitivity using electrons and positrons. “In our data, we’re definitely seeing interesting energy losses in the scintillators,” says Charles Bonkowsky, a member of the DESY Chain team. “It’s going to take a little bit of time to put it all together and see what the energy loss is, and see how it corresponds to the rest of the data.”</p>
@@ -2044,7 +2045,7 @@ INSERT INTO push_test."Notifications" VALUES (22, 'proncero', 'LHCf gears up to
           One of the LHCf experiment''s two detectors, LHCf Arm2, seen here during installation into a particle absorber that surrounds the LHC''s beam pipe.
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>Cosmic rays are particles from outer space, typically protons, travelling at almost the speed of light. When the most energetic of these particles strike the atmosphere of our planet, they interact with atomic nuclei in the atmosphere and produce cascades of secondary particles that shower down to the Earth’s surface. These extensive air showers, as they are known, are similar to the cascades of particles that are created in collisions inside particle colliders such as CERN’s Large Hadron Collider (LHC). In the next LHC, run starting in 2021, the smallest of the LHC experiments – the <a href="https://home.cern/science/experiments/lhcf">LHCf experiment</a> – is set to probe the first interaction that triggers these cosmic showers.</p>
 
 <p>Observations of extensive air showers are generally interpreted using computer simulations that involve a model of how cosmic rays interact with atomic nuclei in the atmosphere. But different models exist and it’s unclear which one is the most appropriate. The LHCf experiment is in an ideal position to test these models and help shed light on cosmic-ray interactions.</p>
@@ -2070,7 +2071,7 @@ INSERT INTO push_test."Notifications" VALUES (23, 'proncero', 'Medipix: Two deca
           <img alt="Knowledge Transfer" src="//cds.cern.ch/images/CERN-PHOTO-201702-048-3/file?size=medium" /></a>
         <figcaption><span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>How could microchips developed for detectors at the <a href="https://home.cern/science/accelerators/large-hadron-collider">Large Hadron Collider</a> (LHC) be used beyond high-energy physics? This was a question that led to the <a href="https://cern.ch/medipix">Medipix</a> and Timepix families of pixel-sensor chips. Researchers saw many possible applications for this technology, and for the last 20 years these chips have been used in medical imaging, in spotting forgeries in the art world, in detecting radioactive material and more. A <a href="https://indico.cern.ch/event/782801/timetable/">recent CERN symposium</a> commemorated the two decades since the Medipix2 collaboration was established, in 1999.</p>
 
 <p>Pixel-sensor chips are used in detectors at the LHC to trace the paths of electrically charged particles. When a particle hits the sensor, it deposits a charge that is processed by the electronics. This is similar to light hitting pixels in a digital camera, but instead they register particles up to 40 million times a second.</p>
@@ -2102,7 +2103,7 @@ INSERT INTO push_test."Notifications" VALUES (47, 'proncero', 'LHCf gears up to
           One of the LHCf experiment''s two detectors, LHCf Arm2, seen here during installation into a particle absorber that surrounds the LHC''s beam pipe.
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>Cosmic rays are particles from outer space, typically protons, travelling at almost the speed of light. When the most energetic of these particles strike the atmosphere of our planet, they interact with atomic nuclei in the atmosphere and produce cascades of secondary particles that shower down to the Earth’s surface. These extensive air showers, as they are known, are similar to the cascades of particles that are created in collisions inside particle colliders such as CERN’s Large Hadron Collider (LHC). In the next LHC, run starting in 2021, the smallest of the LHC experiments – the <a href="https://home.cern/science/experiments/lhcf">LHCf experiment</a> – is set to probe the first interaction that triggers these cosmic showers.</p>
 
 <p>Observations of extensive air showers are generally interpreted using computer simulations that involve a model of how cosmic rays interact with atomic nuclei in the atmosphere. But different models exist and it’s unclear which one is the most appropriate. The LHCf experiment is in an ideal position to test these models and help shed light on cosmic-ray interactions.</p>
@@ -2134,7 +2135,7 @@ INSERT INTO push_test."Notifications" VALUES (48, 'proncero', 'LS2 Report: LHCb
           The new tracker is made of over 10,000 kilometres of polystyrene-based scintillating fibres and will help LHCb record data at a higher luminosity and rate from Run 3 onwards
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>For the <a href="https://home.cern/science/experiments/lhcb">LHCb detector</a> at the <a href="https://home.cern/science/accelerators/large-hadron-collider">Large Hadron Collider</a>, the ongoing <a href="https://home.cern/tags/long-shutdown-2">second long shutdown (LS2)</a> of CERN’s accelerator complex will be a period of metamorphosis. After two successful data-collection runs, the detector is being upgraded to improve the precision of its physics measurements, many of which are the best in the world. There will therefore be five times more collisions every time proton bunches cross within the detector after LS2 and the LHCb collaboration plans on increasing the data-readout rate from 1 MHz to the LHC’s maximum interaction frequency of 40 MHz (or every 25 nanoseconds).</p>
 
 <p>In addition to replacing nearly all of the electronics and data-acquisition systems to handle the enormous increase in data production, LHCb is replacing its tracking detectors with new ones, such as the scintillating-fibre tracker, or SciFi. It is the first time such a large tracker, with a small granularity and high spatial resolution, has been made using this technology. The SciFi will be placed behind the dipole magnet of LHCb.</p>
@@ -2164,7 +2165,7 @@ INSERT INTO push_test."Notifications" VALUES (49, 'proncero', 'Beamline for Scho
           The two winning teams from the 2019 Beamline for Schools competition – DESY Chain from Salt Lake City, Utah, USA and Particle Peers from Groningen, Netherlands – work on their projects at DESY Hamburg.
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>Monday, 28 October, marked the completion of data collection for the 2019 <a href="https://beamlineforschools.cern/">Beamline for Schools (BL4S)</a> winning teams on the Hamburg campus of the German physics research centre <a href="http://www.desy.de/index_eng.html">DESY</a>. Two teams – from Salt Lake City, Utah, in the USA and Groningen in the Netherlands – won the CERN-organised international competition, wherein high-school students propose their own particle physics experiments and perform them if they win.</p>
 
 <p>The teams <a href="https://home.cern/news/press-release/cern/dutch-and-us-students-win-2019-cern-beamline-schools-competition">“DESY Chain” from the USA and “Particle Peers” from the Netherlands</a> also presented their preliminary results last Monday. DESY Chain experimented with scintillator sensitivity using electrons and positrons. “In our data, we’re definitely seeing interesting energy losses in the scintillators,” says Charles Bonkowsky, a member of the DESY Chain team. “It’s going to take a little bit of time to put it all together and see what the energy loss is, and see how it corresponds to the rest of the data.”</p>
@@ -2265,7 +2266,7 @@ INSERT INTO push_test."Notifications" VALUES (26, 'proncero', 'CMS measures Higg
           Event in which a candidate SM Higgs boson decays into two photons indicated by the green towers representing energy deposited in the electromagnetic calorimeter.
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>The <a href="https://home.cern/science/physics/higgs-boson">Higgs boson</a> is a special particle. It is the manifestation of a field that gives mass to elementary particles. But this field also gives mass to the Higgs boson itself. A precise measurement of the Higgs boson’s mass not only furthers our knowledge of physics but also sheds new light on searches planned at future colliders.</p>
 
 <p>Since discovering this unique particle in 2012, the <a href="https://home.cern/science/experiments/atlas">ATLAS</a> and <a href="https://home.cern/science/experiments/cms">CMS</a> collaborations at CERN’s <a href="https://home.cern/science/accelerators/large-hadron-collider">Large Hadron Collider</a> have been busy determining its properties. In the <a href="https://home.cern/science/physics/standard-model">Standard Model of particle physics</a>, the Higgs boson’s mass is closely related to the strength of the particle’s interaction with itself. Comparing precise measurements of these two properties is a crucial means of testing the predictions of the Standard Model and helps search for physics beyond the predictions of this theory. In addition to probing its “self-interaction” strength, the researchers have also paid careful attention to the exact mass of the Higgs boson.</p>
@@ -2315,7 +2316,7 @@ INSERT INTO push_test."Notifications" VALUES (28, 'proncero', 'Broadening tunnel
           HL-LHC Underground civil engineering galleries
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>What could the next generation of particle accelerators look like? With current technology, the bigger an accelerator, the higher the energy of the collisions it produces and the greater the likelihood of discovering new physics phenomena. Particle physicists and accelerator engineers therefore dream of machines that are even bigger than the <a href="https://home.cern/science/accelerators/large-hadron-collider">Large Hadron Collider</a> (LHC), with its 27-km circumference.</p>
 
 <p>For CERN’s civil engineers, a new accelerator requires a bespoke deep-underground tunnel, and the tunnel’s shape, depth and orientation as well as its access shafts are largely constrained by the local geography. Such an accelerator built at CERN would be bound by mountains, and, if circular, would need to go under Lake Geneva and completely enclose the Salève mountain of the Prealps.</p>
@@ -2392,7 +2393,7 @@ INSERT INTO push_test."Notifications" VALUES (31, 'proncero', 'Beamline for Scho
           The two winning teams from the 2019 Beamline for Schools competition – DESY Chain from Salt Lake City, Utah, USA and Particle Peers from Groningen, Netherlands – work on their projects at DESY Hamburg.
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>Monday, 28 October, marked the completion of data collection for the 2019 <a href="https://beamlineforschools.cern/">Beamline for Schools (BL4S)</a> winning teams on the Hamburg campus of the German physics research centre <a href="http://www.desy.de/index_eng.html">DESY</a>. Two teams – from Salt Lake City, Utah, in the USA and Groningen in the Netherlands – won the CERN-organised international competition, wherein high-school students propose their own particle physics experiments and perform them if they win.</p>
 
 <p>The teams <a href="https://home.cern/news/press-release/cern/dutch-and-us-students-win-2019-cern-beamline-schools-competition">“DESY Chain” from the USA and “Particle Peers” from the Netherlands</a> also presented their preliminary results last Monday. DESY Chain experimented with scintillator sensitivity using electrons and positrons. “In our data, we’re definitely seeing interesting energy losses in the scintillators,” says Charles Bonkowsky, a member of the DESY Chain team. “It’s going to take a little bit of time to put it all together and see what the energy loss is, and see how it corresponds to the rest of the data.”</p>
@@ -2521,7 +2522,7 @@ INSERT INTO push_test."Notifications" VALUES (36, 'proncero', 'CMS measures Higg
           Event in which a candidate SM Higgs boson decays into two photons indicated by the green towers representing energy deposited in the electromagnetic calorimeter.
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>The <a href="https://home.cern/science/physics/higgs-boson">Higgs boson</a> is a special particle. It is the manifestation of a field that gives mass to elementary particles. But this field also gives mass to the Higgs boson itself. A precise measurement of the Higgs boson’s mass not only furthers our knowledge of physics but also sheds new light on searches planned at future colliders.</p>
 
 <p>Since discovering this unique particle in 2012, the <a href="https://home.cern/science/experiments/atlas">ATLAS</a> and <a href="https://home.cern/science/experiments/cms">CMS</a> collaborations at CERN’s <a href="https://home.cern/science/accelerators/large-hadron-collider">Large Hadron Collider</a> have been busy determining its properties. In the <a href="https://home.cern/science/physics/standard-model">Standard Model of particle physics</a>, the Higgs boson’s mass is closely related to the strength of the particle’s interaction with itself. Comparing precise measurements of these two properties is a crucial means of testing the predictions of the Standard Model and helps search for physics beyond the predictions of this theory. In addition to probing its “self-interaction” strength, the researchers have also paid careful attention to the exact mass of the Higgs boson.</p>
@@ -2549,7 +2550,7 @@ INSERT INTO push_test."Notifications" VALUES (37, 'proncero', 'LHCf gears up to
           One of the LHCf experiment''s two detectors, LHCf Arm2, seen here during installation into a particle absorber that surrounds the LHC''s beam pipe.
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>Cosmic rays are particles from outer space, typically protons, travelling at almost the speed of light. When the most energetic of these particles strike the atmosphere of our planet, they interact with atomic nuclei in the atmosphere and produce cascades of secondary particles that shower down to the Earth’s surface. These extensive air showers, as they are known, are similar to the cascades of particles that are created in collisions inside particle colliders such as CERN’s Large Hadron Collider (LHC). In the next LHC, run starting in 2021, the smallest of the LHC experiments – the <a href="https://home.cern/science/experiments/lhcf">LHCf experiment</a> – is set to probe the first interaction that triggers these cosmic showers.</p>
 
 <p>Observations of extensive air showers are generally interpreted using computer simulations that involve a model of how cosmic rays interact with atomic nuclei in the atmosphere. But different models exist and it’s unclear which one is the most appropriate. The LHCf experiment is in an ideal position to test these models and help shed light on cosmic-ray interactions.</p>
@@ -2664,7 +2665,7 @@ INSERT INTO push_test."Notifications" VALUES (41, 'proncero', 'LS2 Report: LHCb
           The new tracker is made of over 10,000 kilometres of polystyrene-based scintillating fibres and will help LHCb record data at a higher luminosity and rate from Run 3 onwards
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>For the <a href="https://home.cern/science/experiments/lhcb">LHCb detector</a> at the <a href="https://home.cern/science/accelerators/large-hadron-collider">Large Hadron Collider</a>, the ongoing <a href="https://home.cern/tags/long-shutdown-2">second long shutdown (LS2)</a> of CERN’s accelerator complex will be a period of metamorphosis. After two successful data-collection runs, the detector is being upgraded to improve the precision of its physics measurements, many of which are the best in the world. There will therefore be five times more collisions every time proton bunches cross within the detector after LS2 and the LHCb collaboration plans on increasing the data-readout rate from 1 MHz to the LHC’s maximum interaction frequency of 40 MHz (or every 25 nanoseconds).</p>
 
 <p>In addition to replacing nearly all of the electronics and data-acquisition systems to handle the enormous increase in data production, LHCb is replacing its tracking detectors with new ones, such as the scintillating-fibre tracker, or SciFi. It is the first time such a large tracker, with a small granularity and high spatial resolution, has been made using this technology. The SciFi will be placed behind the dipole magnet of LHCb.</p>
@@ -2717,7 +2718,7 @@ INSERT INTO push_test."Notifications" VALUES (45, 'proncero', 'Beamline for Scho
           The two winning teams from the 2019 Beamline for Schools competition – DESY Chain from Salt Lake City, Utah, USA and Particle Peers from Groningen, Netherlands – work on their projects at DESY Hamburg.
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>Monday, 28 October, marked the completion of data collection for the 2019 <a href="https://beamlineforschools.cern/">Beamline for Schools (BL4S)</a> winning teams on the Hamburg campus of the German physics research centre <a href="http://www.desy.de/index_eng.html">DESY</a>. Two teams – from Salt Lake City, Utah, in the USA and Groningen in the Netherlands – won the CERN-organised international competition, wherein high-school students propose their own particle physics experiments and perform them if they win.</p>
 
 <p>The teams <a href="https://home.cern/news/press-release/cern/dutch-and-us-students-win-2019-cern-beamline-schools-competition">“DESY Chain” from the USA and “Particle Peers” from the Netherlands</a> also presented their preliminary results last Monday. DESY Chain experimented with scintillator sensitivity using electrons and positrons. “In our data, we’re definitely seeing interesting energy losses in the scintillators,” says Charles Bonkowsky, a member of the DESY Chain team. “It’s going to take a little bit of time to put it all together and see what the energy loss is, and see how it corresponds to the rest of the data.”</p>
@@ -2783,7 +2784,7 @@ INSERT INTO push_test."Notifications" VALUES (53, 'proncero', 'LHCf gears up to
           One of the LHCf experiment''s two detectors, LHCf Arm2, seen here during installation into a particle absorber that surrounds the LHC''s beam pipe.
           <span> (Image: CERN)</span>
         </figcaption></figure></div>
-      
+
             <div class="field field--name-field-p-news-display-body field--type-text-long field--label-hidden field--item"><p>Cosmic rays are particles from outer space, typically protons, travelling at almost the speed of light. When the most energetic of these particles strike the atmosphere of our planet, they interact with atomic nuclei in the atmosphere and produce cascades of secondary particles that shower down to the Earth’s surface. These extensive air showers, as they are known, are similar to the cascades of particles that are created in collisions inside particle colliders such as CERN’s Large Hadron Collider (LHC). In the next LHC, run starting in 2021, the smallest of the LHC experiments – the <a href="https://home.cern/science/experiments/lhcf">LHCf experiment</a> – is set to probe the first interaction that triggers these cosmic showers.</p>
 
 <p>Observations of extensive air showers are generally interpreted using computer simulations that involve a model of how cosmic rays interact with atomic nuclei in the atmosphere. But different models exist and it’s unclear which one is the most appropriate. The LHCf experiment is in an ideal position to test these models and help shed light on cosmic-ray interactions.</p>
@@ -4118,4 +4119,3 @@ ALTER TABLE ONLY test.users_notifications__notifications
 --
 -- PostgreSQL database dump complete
 --
-