diff --git a/DESIGN.md b/DESIGN.md index 1535801..054bff1 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -27,6 +27,8 @@ label carries the meaning, not the chrome. |---|---|---| | h1, h2 | Space Grotesk (`--font-display`) | Headlines ONLY (brand D.3.2), weight **500** (D.3.4 regular/medium), letter-spacing −0.025em, line-height 1.1 | | Everything else | Inter (`--font-body`) | Includes h3+ (weight 600), cards, UI | +| Exception: `.card--featured h3` | Space Grotesk | The news-lead card IS a communicative headline (D.3.2 role, not outline level) — weight 500, `--fs-xl` | +| Exception: `.panel-title` (h2) | Inter | Panel titles are UI labels, not headlines — weight 600, `--fs-l`. These are the ONLY two exceptions | Type scale — the ONLY font sizes in the codebase (no ad-hoc rem values): @@ -247,9 +249,10 @@ editor" utility link in the footer; /admin keeps working as the direct URL. | Pagination | Newer/Older + windowed numbers, 44px targets, aria-current, Moon hover fill. Page 1 holds 25 items (featured lead + 24 = even 3-col rows), later pages 24 — custom slicing, paginate() can't vary size | NN/g pagination | | Article | Back "← All news"; h1 → standfirst → muted meta line → borderless breakout cover → inline TOC → prose → post-nav | Guardian/BBC anatomy | | Forms | Visible labels above fields; placeholders are examples only; buttons start with a verb | GOV.UK forms, NN/g | +| Proposals | Integration landing, NOT a submission form — PHS is APC's product, the portal only integrates it: intro + bullets of the portal's contributions (menu entry + AAI single sign-on hand-off, Dashboard status feedback, news notifications) + disabled primary CTA ("… — integration planned", real `disabled` semantics, Moon fill); whisper badges stay | SPEC §3.3.3 | | Login | One line + Cherenkov primary CTA + one small-print line; whisper badge top-right of the card (in flow ≤480px); no reassurance prose | auth brevity | -| Footer | Identity line → Contact · Search · Disclaimer · Privacy · Site settings · Content editor → © line | NN/g footers, SPEC §3.3.1 | -| Search results | Links lay out as flowing text (mark-safe); plain muted date; "Press Enter for all results" hint | — | +| Footer | Identity line → Contact · Search · RSS · Disclaimer · Privacy · Site settings · Content editor → © line | NN/g footers, SPEC §3.3.1 | +| Search results | Links lay out as flowing text (mark-safe); plain muted date; "Press Enter for all results" as a real list row (aria-hidden like group labels — the status line announces) | — | ## Page composition (archetypes) @@ -276,7 +279,8 @@ inventing a section order. The navy band is reserved for `/` and `/login`. ## Do not - No new hues, tints, or grays — derive via `color-mix` from brand tokens only. -- No Space Grotesk outside h1/h2; headline weight stays 500 (brand D.3.4). +- No Space Grotesk outside h1/h2 (sole exception: `.card--featured h3` — see + Typography); headline weight stays 500 (brand D.3.4). - No font sizes outside the type-scale tokens; no ad-hoc spacing/shadow/radius. - No animation/transition outside the `no-preference` block; no JS motion; no transition durations/easings outside `--dur`/`--ease`. diff --git a/astro.config.mjs b/astro.config.mjs index 80b84f7..bfae257 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,7 +11,6 @@ export default defineConfig({ // cost of 'viewport' on a 24-card grid; auto-falls back to 'tap' on // data-saver / slow connections (Astro handles that). prefetch: { prefetchAll: true }, - redirects: { '/telescopes': '/proposals' }, server: { port: 4321, host: true }, vite: { server: { diff --git a/public/search-client.js b/public/search-client.js index d49dec8..0c4bfcf 100644 --- a/public/search-client.js +++ b/public/search-client.js @@ -54,6 +54,17 @@ li.append(a); return li; } + // Dropdowns close with a "Press Enter for all results" row — a real list + // element (was a CSS ::after), aria-hidden like the group labels so + // screen-reader exposure stays consistent (the status line announces). + function hint() { + if (!opts.dismiss || !list.firstChild) return; + const li = document.createElement('li'); + li.className = 'suggest-hint'; + li.setAttribute('aria-hidden', 'true'); + li.textContent = 'Press Enter for all results'; + list.append(li); + } // Focused-empty state: up to 4 recent queries, topped up to 5 rows with // the newest articles from the same index. async function idle() { @@ -74,6 +85,7 @@ li.append(small); list.append(li); } + hint(); status.textContent = opts.hint || (r.length ? 'Showing recent searches and latest news' : 'Showing latest news'); } async function run() { @@ -95,6 +107,7 @@ li.append(small); list.append(li); } + hint(); } input.addEventListener('input', () => { clearTimeout(timer); timer = setTimeout(run, 150); }); input.addEventListener('focus', () => { if (input.value.trim().length < 2) idle(); }); diff --git a/public/uploads/Zrzut ekranu 2026-07-24 o 20.28.05.jpg b/public/uploads/Zrzut ekranu 2026-07-24 o 20.28.05.jpg deleted file mode 100644 index e27ba31..0000000 Binary files a/public/uploads/Zrzut ekranu 2026-07-24 o 20.28.05.jpg and /dev/null differ diff --git a/public/uploads/Zrzut ekranu 2026-07-24 o 20.29.07.jpg b/public/uploads/Zrzut ekranu 2026-07-24 o 20.29.07.jpg deleted file mode 100644 index 305ba66..0000000 Binary files a/public/uploads/Zrzut ekranu 2026-07-24 o 20.29.07.jpg and /dev/null differ diff --git a/src/content/news/15th-council-meeting-report.md b/src/content/news/15th-council-meeting-report.md index 552dcb0..5dfa128 100644 --- a/src/content/news/15th-council-meeting-report.md +++ b/src/content/news/15th-council-meeting-report.md @@ -1,6 +1,6 @@ --- title: "15th CTAO Council Meeting Report from the Managing Director" -description: "On 19 December 2018, the Cherenkov Telescope Array Observatory (CTAO) and the European Southern Observatory (ESO) will sign the final agreements needed for CTA’s southern hemisphere array to be hosted near ESO’s Paranal Observatory in…" +description: "The 15th meeting of the CTAO Council was held 13-14 November in La Palma, shortly after the LST telescope prototype was inaugurated on the Observatorio del Roque de los Muchachos, the northern hemisphere site of the CTA Observatory." date: 2018-12-18 category: news author: CTAO diff --git a/src/content/news/chile-site-instruments-continue-multiply.md b/src/content/news/chile-site-instruments-continue-multiply.md index c0bcb1b..b3d005c 100644 --- a/src/content/news/chile-site-instruments-continue-multiply.md +++ b/src/content/news/chile-site-instruments-continue-multiply.md @@ -1,6 +1,6 @@ --- title: "Chile Site Instruments Continue to Multiply" -description: "On 13 June 2016, the governing body of the Cherenkov Telescope Array Observatory gGmbH (CTAO gGmbH), the CTA Council, selected Bologna as the host site of the CTA Headquarters and Berlin – Zeuthen for the Science Data Management Centre…" +description: "The number of site characterization instruments on the Armazones 2K site in Chile has grown significantly over the past few months as the start of construction draws closer." date: 2016-03-26 category: news author: CTAO diff --git a/src/content/news/cta-prototype-telescope-achieves-first-light-3.md b/src/content/news/cta-prototype-telescope-achieves-first-light-3.md index 9048f96..f750f7b 100644 --- a/src/content/news/cta-prototype-telescope-achieves-first-light-3.md +++ b/src/content/news/cta-prototype-telescope-achieves-first-light-3.md @@ -1,6 +1,6 @@ --- title: "CTA Prototype Telescope Achieves First Light" -description: "On 13 June 2016, the governing body of the Cherenkov Telescope Array Observatory gGmbH (CTAO gGmbH), the CTA Council, selected Bologna as the host site of the CTA Headquarters and Berlin – Zeuthen for the Science Data Management Centre…" +description: "On 26 November 2015, a prototype telescope proposed for the Cherenkov Telescope Array, the Gamma-ray Cherenkov Telescope (GCT), recorded CTA’s first ever Cherenkov light while undergoing testing at l’Observatoire de Paris in Meudon, France." date: 2015-11-26 category: news author: CTAO diff --git a/src/content/news/cta-telescope-prototype-gamma-ray-cherenkov-telescope-inaugurated-1-december.md b/src/content/news/cta-telescope-prototype-gamma-ray-cherenkov-telescope-inaugurated-1-december.md index a03b2fa..d39a253 100644 --- a/src/content/news/cta-telescope-prototype-gamma-ray-cherenkov-telescope-inaugurated-1-december.md +++ b/src/content/news/cta-telescope-prototype-gamma-ray-cherenkov-telescope-inaugurated-1-december.md @@ -1,6 +1,6 @@ --- title: "CTA Telescope Prototype, the Gamma-Ray Cherenkov Telescope, Inaugurated on 1 December" -description: "On 13 June 2016, the governing body of the Cherenkov Telescope Array Observatory gGmbH (CTAO gGmbH), the CTA Council, selected Bologna as the host site of the CTA Headquarters and Berlin – Zeuthen for the Science Data Management Centre…" +description: "On 1 December 2015, l’Observatoire de Paris hosted the inauguration of the Gamma-ray Cherenkov Telescope (GCT) prototype, which will detect very high-energy gamma rays for the world’s largest gamma ray observatory, the Cherenkov Telescope Array (CTA)." date: 2015-12-01 category: news author: CTAO diff --git a/src/content/news/ctao-science-data-management-centre-inauguration.md b/src/content/news/ctao-science-data-management-centre-inauguration.md index 5ac4749..66de32c 100644 --- a/src/content/news/ctao-science-data-management-centre-inauguration.md +++ b/src/content/news/ctao-science-data-management-centre-inauguration.md @@ -1,6 +1,6 @@ --- title: "CTAO Science Data Management Centre Inauguration on 14 October 2024, Zeuthen (Germany)" -description: "On September 23, the CTAO ACADA Collaboration achieved yet another milestone when the CTAO Central Organisation officially approved and closed out the Critical Design Review (CDR) of the Array Control and Data Acquisition (ACADA) system.…" +description: "On 14 October 2024, more than 250 guests from around the world will gather in Zeuthen, Germany, to celebrate the inauguration of the CTAO Science Data Management Centre (SDMC) building, one of the Observatory’s four core facilities." date: 2024-10-08 category: news author: CTAO diff --git a/src/content/news/ctao-sdmc-inauguration.md b/src/content/news/ctao-sdmc-inauguration.md index 5d9ea1e..d1e2c67 100644 --- a/src/content/news/ctao-sdmc-inauguration.md +++ b/src/content/news/ctao-sdmc-inauguration.md @@ -1,6 +1,6 @@ --- title: "New Hub for High-Energy Astrophysics – CTAO Science Data Management Centre Opens at DESY in Zeuthen" -description: "On September 23, the CTAO ACADA Collaboration achieved yet another milestone when the CTAO Central Organisation officially approved and closed out the Critical Design Review (CDR) of the Array Control and Data Acquisition (ACADA) system.…" +description: "On October 14, the CTAO, along with hosting partners and shareholders Deutsches Elektronen-Synchrotron DESY, celebrated the official inauguration of the Science Data Management Centre (SDMC) on the DESY campus in Zeuthen." date: 2024-10-14 category: news author: CTAO diff --git a/src/content/news/test-desy-hosts-thai-royalty-desy-narit-cooperation-agreement-signing.md b/src/content/news/desy-hosts-thai-royalty-desy-narit-cooperation-agreement-signing.md similarity index 76% rename from src/content/news/test-desy-hosts-thai-royalty-desy-narit-cooperation-agreement-signing.md rename to src/content/news/desy-hosts-thai-royalty-desy-narit-cooperation-agreement-signing.md index 55051b9..a51df15 100644 --- a/src/content/news/test-desy-hosts-thai-royalty-desy-narit-cooperation-agreement-signing.md +++ b/src/content/news/desy-hosts-thai-royalty-desy-narit-cooperation-agreement-signing.md @@ -1,6 +1,6 @@ --- title: "DESY Hosts Thai Royalty at DESY-NARIT Cooperation Agreement Signing" -description: "On 26 November 2015, a prototype telescope proposed for the Cherenkov Telescope Array, the Gamma-ray Cherenkov Telescope (GCT), recorded CTA’s first ever Cherenkov light while undergoing testing at l’Observatoire de Paris in Meudon,…" +description: "On 18 November 2015, Her Royal Highness Princess Maha Chakri Sirindhorn of Thailand attended the signature ceremony of the DESY-NARIT Cooperation Agreement on Astroparticle Physics at DESY Hamburg." date: 2015-11-18 category: news author: CTAO diff --git a/src/content/news/eso-becomes-shareholder-of-ctao.md b/src/content/news/eso-becomes-shareholder-of-ctao.md index 36543db..2548802 100644 --- a/src/content/news/eso-becomes-shareholder-of-ctao.md +++ b/src/content/news/eso-becomes-shareholder-of-ctao.md @@ -1,6 +1,6 @@ --- title: "ESO Becomes Shareholder of Cherenkov Telescope Array Observatory" -description: "Effective 1 March 2019, Stefan Schlenstedt will join the CTA Observatory (CTAO) as its Computing Coordinator. As a member of the CTA Project Office and part of the construction project, he will play a key role in coordinating software…" +description: "On 7 March 2019, ESO officially became a shareholder of the Cherenkov Telescope Array Observatory gGmbH (CTAO). The formal steps were concluded during the meeting of the CTA Council on 7–8 March at ESO’s headquarters in Garching bei München, Germany." date: 2019-03-07 category: news author: CTAO diff --git a/src/content/news/la-palma-consortium-meeting.md b/src/content/news/la-palma-consortium-meeting.md index f7d30e7..6e50ef6 100644 --- a/src/content/news/la-palma-consortium-meeting.md +++ b/src/content/news/la-palma-consortium-meeting.md @@ -1,6 +1,6 @@ --- title: "La Palma Consortium Meeting Wrap-up" -description: "During the week of 24 October 2016, nearly 250 CTA Consortium members from 25 of its 32 member countries from around the world came together in Bologna, Italy to discuss the science and construction of CTA." +description: "During the week of 6 November, 230 CTA Consortium members gathered on the beautiful island of La Palma (Spain) for its bi-annual, in-person meeting." date: 2017-11-30 category: news author: CTAO diff --git a/src/content/news/managing-director-update-a-new-decaade-and-the-shift-from-planning-to-construction.md b/src/content/news/managing-director-update-a-new-decaade-and-the-shift-from-planning-to-construction.md index 9c3a875..0b4fdac 100644 --- a/src/content/news/managing-director-update-a-new-decaade-and-the-shift-from-planning-to-construction.md +++ b/src/content/news/managing-director-update-a-new-decaade-and-the-shift-from-planning-to-construction.md @@ -1,6 +1,6 @@ --- title: "Update from the Managing Director: Turning the Page" -description: "While the summer is traditionally characterized as a period of slower rhythms and some relaxation, the CTAO management took advantage of this lull in activity to continue the development of the concepts and documents that will drive a…" +description: "The 2019-2020 biennium is without a doubt a crucial period for the CTA project: the final legal framework (the fabled ERIC) is expected to be in place this year thanks to the official commitment of the members." date: 2020-03-20 category: news author: CTAO diff --git a/src/content/news/meet-cta-north-site-manager-paolo-calisse.md b/src/content/news/meet-cta-north-site-manager-paolo-calisse.md index 3d1e420..f7bf684 100644 --- a/src/content/news/meet-cta-north-site-manager-paolo-calisse.md +++ b/src/content/news/meet-cta-north-site-manager-paolo-calisse.md @@ -1,6 +1,6 @@ --- title: "Meet the CTA-North Site Manager, Paolo Calisse" -description: "On 1 July 2019, Volker Heinz joined the CTAO as the CTA-South Site Manager. As a member of the CTA construction project, and later CTA operations, based in Chile, Volker has a key role in building up the CTA-South site team and leading and…" +description: "Paolo Calisse joined the CTAO in January 2019 as the CTA-North Site Manager, after a career participating in leading-edge projects for astronomy and atmospheric science in Antarctica, the Atacama Desert and other remote sites all over the world." date: 2019-01-30 category: news author: CTAO diff --git a/src/content/news/memory-prof-nicolo-damico.md b/src/content/news/memory-prof-nicolo-damico.md index 777b4fe..65d531f 100644 --- a/src/content/news/memory-prof-nicolo-damico.md +++ b/src/content/news/memory-prof-nicolo-damico.md @@ -10,4 +10,4 @@ draft: false We are deeply saddened to hear of the untimely death of Professor Nicolò D’Amico, President of the Istituto Nazionale di Astrofisica (INAF). Professor D’Amico has left behind a profound legacy in the fields of astronomy and astrophysics. It was his interest in high-energy astrophysics that led to his strong support of the Italian participation in CTA, pushing to establish the future headquarters of the CTA Observatory ERIC at the new INAF building in Bologna. We are grateful for his contributions and will miss his support and leadership. Our sincerest condolences to his family, friends and colleagues. -[Read the INAF dedication.](https://www.media.inaf.it/2020/09/16/ricordo-nichi/?fbclid=IwAR1DJyvSpdkTk3L7VT58JbrdXZV3stOqZXjfWnJShVt-PMndHMqxyx7oIPg) +[Read the INAF dedication.](https://www.media.inaf.it/2020/09/16/ricordo-nichi/) diff --git a/src/content/news/microquasars-the-elusive-gamma-ray-emitters.md b/src/content/news/microquasars-the-elusive-gamma-ray-emitters.md index ca3f468..2fdbcf9 100644 --- a/src/content/news/microquasars-the-elusive-gamma-ray-emitters.md +++ b/src/content/news/microquasars-the-elusive-gamma-ray-emitters.md @@ -1,6 +1,6 @@ --- title: "Microquasars: The “Elusive” Gamma-Ray Emitters" -description: "Understanding the origin of cosmic rays using direct measurements is an impossible task due to the presence of interstellar magnetic fields that deviate the path of these charged particles before they reach Earth. Neutral messengers…" +description: "Microquasars are Galactic binary systems composed of a star and a compact object (a black hole or a neutron star) that eats up matter from its companion, giving rise to relativistic jets, i.e. beams of particles moving almost at the speed of light." date: 2021-01-08 category: news author: CTAO diff --git a/src/content/news/mst-prototype-records-first-light.md b/src/content/news/mst-prototype-records-first-light.md index 2acd0db..10265c6 100644 --- a/src/content/news/mst-prototype-records-first-light.md +++ b/src/content/news/mst-prototype-records-first-light.md @@ -1,6 +1,6 @@ --- title: "Medium-Sized Telescope Prototype Records First Cherenkov Light with the FlashCam Camera" -description: "On Thursday, 31 August, 2017, a prototype telescope proposed for the Cherenkov Telescope Array (CTA), the SST-1M, recorded its first events while undergoing testing at the Institute of Nuclear Physics Polish Academy of Sciences (IFJ-PAN)…" +description: "In September 2018, the Medium-Sized Telescope structure (MST-STR) and FlashCam teams started a joint test campaign in Berlin-Adlershof that resulted in the capture of the MST prototype’s first Cherenkov light." date: 2017-10-27 category: news author: CTAO diff --git a/src/content/news/paranal-la-palma-sites-chosen-final-negotiations-host-worlds-largest-array-gamma-ray-telescopes.md b/src/content/news/paranal-la-palma-sites-chosen-final-negotiations-host-worlds-largest-array-gamma-ray-telescopes.md index 6ede5c5..0f6dbf6 100644 --- a/src/content/news/paranal-la-palma-sites-chosen-final-negotiations-host-worlds-largest-array-gamma-ray-telescopes.md +++ b/src/content/news/paranal-la-palma-sites-chosen-final-negotiations-host-worlds-largest-array-gamma-ray-telescopes.md @@ -1,6 +1,6 @@ --- title: "Paranal and La Palma Sites Chosen for Final Negotiations to Host World’s Largest Array of Gamma-Ray Telescopes" -description: "On 13 June 2016, the governing body of the Cherenkov Telescope Array Observatory gGmbH (CTAO gGmbH), the CTA Council, selected Bologna as the host site of the CTA Headquarters and Berlin – Zeuthen for the Science Data Management Centre…" +description: "On 15 and 16 July 2015, the CTA Resource Board decided to enter into detailed contract negotiations for hosting CTA on the ESO Paranal grounds in Chile and at the Roque de los Muchachos Observatory in La Palma, Spain." date: 2015-07-16 category: news author: CTAO diff --git a/src/content/news/preparations-begin-for-cta-north-site-construction.md b/src/content/news/preparations-begin-for-cta-north-site-construction.md index 1b5a7e8..c461044 100644 --- a/src/content/news/preparations-begin-for-cta-north-site-construction.md +++ b/src/content/news/preparations-begin-for-cta-north-site-construction.md @@ -1,6 +1,6 @@ --- title: "Final Preparations Begin for CTA-North Site Construction" -description: "The latest news from the project office…" +description: "The first phase of the CTA-North site’s infrastructure design commenced in August 2019 as the Instituto de Astrofisica de Canarias (IAC) initiated a contract for the design and planning of the remaining LST foundations, one MST and the site’s auxiliary instrumentation." date: 2019-10-08 category: news author: CTAO diff --git a/src/content/news/qanda-with-ict-infrastructure-lead-nadine-neyroud.md b/src/content/news/qanda-with-ict-infrastructure-lead-nadine-neyroud.md index 2a02bf8..3305a6d 100644 --- a/src/content/news/qanda-with-ict-infrastructure-lead-nadine-neyroud.md +++ b/src/content/news/qanda-with-ict-infrastructure-lead-nadine-neyroud.md @@ -1,6 +1,6 @@ --- title: "Q&A with Off-Site ICT Infrastructure Lead Nadine Neyroud" -description: "Meet George Pruteanu, the CTA Observatory’s (CTAO) RAM (reliability, availability, maintainability) Engineer. We asked him a few questions to learn a bit about him and the work he is doing to ensure the long-term performance of CTA." +description: "We asked the CTA Observatory (CTAO) Computing team’s Information and Computing Technology (ICT) Infrastructure lead, Nadine Neyroud, about the work she is doing to prepare the CTAO’s off-site data management and storage system." date: 2021-05-21 category: news author: CTAO diff --git a/src/content/news/roberta-zanin-joins-ctao-as-new-project-scientist.md b/src/content/news/roberta-zanin-joins-ctao-as-new-project-scientist.md index 1ebd72a..42b5314 100644 --- a/src/content/news/roberta-zanin-joins-ctao-as-new-project-scientist.md +++ b/src/content/news/roberta-zanin-joins-ctao-as-new-project-scientist.md @@ -1,6 +1,6 @@ --- title: "Dr. Roberta Zanin Joins the CTAO as its New Project Scientist" -description: "Effective 1 March 2019, Stefan Schlenstedt will join the CTA Observatory (CTAO) as its Computing Coordinator. As a member of the CTA Project Office and part of the construction project, he will play a key role in coordinating software…" +description: "On 1 June 2019, Dr. Roberta Zanin joined the CTAO as the new CTA Project Scientist. She follows Prof. Jim Hinton, who, as CTA’s first Project Scientist, filled this position since 2012." date: 2019-06-01 category: news author: CTAO diff --git a/src/content/news/start-negotiations-cta-north-2.md b/src/content/news/start-negotiations-cta-north-2.md index e0a7771..d1f7366 100644 --- a/src/content/news/start-negotiations-cta-north-2.md +++ b/src/content/news/start-negotiations-cta-north-2.md @@ -1,6 +1,6 @@ --- title: "Site Negotiations for Cherenkov Telescope Array Started" -description: "On 13 June 2016, the governing body of the Cherenkov Telescope Array Observatory gGmbH (CTAO gGmbH), the CTA Council, selected Bologna as the host site of the CTA Headquarters and Berlin – Zeuthen for the Science Data Management Centre…" +description: "On 10 April 2014, the 12 country delegates mandated by their governments to decide about the start of site negotiations for CTA met in Munich, taking note of the report of the international Site Selection Committee." date: 2014-04-10 category: news author: CTAO diff --git a/src/content/news/start-negotiations-cta-north.md b/src/content/news/start-negotiations-cta-north.md index e9ae3d0..49228d7 100644 --- a/src/content/news/start-negotiations-cta-north.md +++ b/src/content/news/start-negotiations-cta-north.md @@ -1,6 +1,6 @@ --- title: "Start of Negotiations for CTA North" -description: "On 13 June 2016, the governing body of the Cherenkov Telescope Array Observatory gGmbH (CTAO gGmbH), the CTA Council, selected Bologna as the host site of the CTA Headquarters and Berlin – Zeuthen for the Science Data Management Centre…" +description: "On 26 March 2015, the CTA Resource Board met in Heidelberg to determine with whom to begin site negotiations for the location of the telescope array in the northern hemisphere, considering five candidate sites in the USA, Mexico and Spain’s Canary Islands." date: 2015-03-26 category: news author: CTAO diff --git a/src/content/news/status-volcanic-eruption-la-palma.md b/src/content/news/status-volcanic-eruption-la-palma.md index 9a323fa..4b603b6 100644 --- a/src/content/news/status-volcanic-eruption-la-palma.md +++ b/src/content/news/status-volcanic-eruption-la-palma.md @@ -21,7 +21,7 @@ Tras el período de luna llena, durante el cual los telescopios Cherenkov no ope Estamos en contacto con el ORM, el Instituto de Astrofísica de Canarias (IAC) y las autoridades locales para seguir monitoreando la situación de este evento que, lamentablemente, ya ha causado graves daños materiales a los residentes de la isla. Más de 6000 personas han sido evacuadas, muchas de las cuales han perdido sus hogares y pertenencias. Por ello, en nombre de CTAO y del LST-1, queremos animar a los miembros de CTA y a todas aquellas personas que quieran ayudar a los ciudadanos de La Palma en estos momentos tan difíciles a hacerlo a través de las plataformas facilitadas por las autoridades públicas locales. Más información sobre cómo ayudar a las personas afectadas por la erupción volcánica: - [Cabildo de La Palma](https://www.cabildodelapalma.es/es/como-ayudar-afectados-volcan-de-la-palma) -- [Ayuntamiento El Paso](https://elpaso.es/donaciones-damnificados-por-la-erupcion-volcanica/?fbclid=IwAR0W0kFd-7X-MIj1Zcvi4X_T82sP5mgERarlfqu0IWehBjut68Yu-d1vti4#iLightbox[gallery144457]/0) +- [Ayuntamiento El Paso](https://elpaso.es/donaciones-damnificados-por-la-erupcion-volcanica/) - [Ayuntamiento Los Llanos de Aridane](https://www.facebook.com/aytoAridane/posts/4728570020500334) ## English version @@ -37,5 +37,5 @@ After the moon break during which the Cherenkov telescopes do not operate, the o We are in touch with the ORM, the Instituto de Astrofísica de Canarias (IAC) and local authorities to keep monitoring the situation of this event that, unfortunately, has already caused serious material damages to the residents at the southern region of the island. More than 6,000 people have been evacuated, many of whom have lost their homes and belongings. Therefore, on behalf of CTAO and LST-1, we would like to encourage CTA members and everyone that would like to help La Palma residents in these difficult times to support with donations through the platforms open by the public administrations. More information to help people affected by the volcanic eruption: - [Cabildo de La Palma](https://www.cabildodelapalma.es/es/como-ayudar-afectados-volcan-de-la-palma) -- [Ayuntamiento El Paso](https://elpaso.es/donaciones-damnificados-por-la-erupcion-volcanica/?fbclid=IwAR0W0kFd-7X-MIj1Zcvi4X_T82sP5mgERarlfqu0IWehBjut68Yu-d1vti4#iLightbox[gallery144457]/0) +- [Ayuntamiento El Paso](https://elpaso.es/donaciones-damnificados-por-la-erupcion-volcanica/) - [Ayuntamiento Los Llanos de Aridane](https://www.facebook.com/aytoAridane/posts/4728570020500334) diff --git a/src/content/news/stephan-haid-joins-ctao-as-director-of-administration.md b/src/content/news/stephan-haid-joins-ctao-as-director-of-administration.md index 3670640..341ef48 100644 --- a/src/content/news/stephan-haid-joins-ctao-as-director-of-administration.md +++ b/src/content/news/stephan-haid-joins-ctao-as-director-of-administration.md @@ -1,6 +1,6 @@ --- title: "Stephan Haid Joins the CTAO as Director of Administration" -description: "Effective 1 March 2019, Stefan Schlenstedt will join the CTA Observatory (CTAO) as its Computing Coordinator. As a member of the CTA Project Office and part of the construction project, he will play a key role in coordinating software…" +description: "On 1 March, Stephan Haid joined the CTAO as its Director of Administration, responsible for a broad range of administrative activities such as Human Resources, Finances, Procurement or Legal Services." date: 2020-03-01 category: news author: CTAO diff --git a/src/content/news/vink-awarded-nwo-grant-for-sst-cameras.md b/src/content/news/vink-awarded-nwo-grant-for-sst-cameras.md index d794059..e606e67 100644 --- a/src/content/news/vink-awarded-nwo-grant-for-sst-cameras.md +++ b/src/content/news/vink-awarded-nwo-grant-for-sst-cameras.md @@ -1,6 +1,6 @@ --- title: "Jacco Vink awarded with a NWO Grant allocated for the production of SST cameras" -description: "On the evening of the 25 March, the Barcelona Raman LIDAR Pathfinder installed on the CTA-North site at the Roque de los Muchachos Observatory on La Palma (Spain) achieved first light." +description: "On 21 May 2021, CTA Consortium member Jacco Vink (University of Amsterdam) was awarded a 1.5 million euro grant from the Netherlands Organisation for Scientific Research (NWO), allocated for the production of Small-Sized Telescope cameras for the CTA-South array in Chile." date: 2021-05-28 category: news author: CTAO diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 5dd7ff2..84247bf 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -157,6 +157,7 @@ const links = [