From 998326f756f583a3b0dd2ac16a1688ca6bcb7535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korbinian=20B=C3=B6sl?= Date: Tue, 28 Apr 2026 15:10:00 +0200 Subject: [PATCH 1/5] content: update src/content/funding-and-projects/elixir-excelerate/index.mdx --- .../elixir-excelerate/index.mdx | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/content/funding-and-projects/elixir-excelerate/index.mdx diff --git a/src/content/funding-and-projects/elixir-excelerate/index.mdx b/src/content/funding-and-projects/elixir-excelerate/index.mdx new file mode 100644 index 00000000..cc571bc9 --- /dev/null +++ b/src/content/funding-and-projects/elixir-excelerate/index.mdx @@ -0,0 +1,31 @@ +--- +layout: "../../layouts/page.astro" +variant: "article" +title: "ELIXIR-EXCELERATE" +summary: "EXCELERATE funding (2015-2019) will help ELIXIR coordinate and extend national and international data resources to ensure the delivery of world-leading life-science data services. It will support a pan-European training programme, anchored in national infrastructures, to increase bioinformatics capacity and competency. It will also provide efficiencies in management and operation throughout the infrastructure, which is distributed amongst 17 countries." +status: "completed" +category: "european" +funder: + name: European Union + link: https://ror.org/019w4f821 +project_number: + link: https://doi.org/10.3030/676559 + grant_agreement_id: 676559 +period: "2015-09 2019-08" +external_link: "https://elixir-europe.org/about-us/how-funded/eu-projects/excelerate" +keywords: + - "infrastructure" + - "bioinformatics" + - "life science data" + - "health" + - "agriculture" + - "data management" + - "biotechnology" + - "biomedical" +--- + +The life sciences are undergoing a transformation. Modern experimental tools study the molecules, reactions, and organisation of life in unprecedented detail. The precipitous drop in costs for high-throughput biology has enabled European research laboratories to produce an ever-increasing amount of data. Life scientists are rapidly generating the most complex and heterogeneous datasets that science can currently imagine, with unprecedented volumes of biological data to manage. +Data will only generate long-term value if it is Findable, Accessible, Interoperable and Re-usable (FAIR). This requires a scalable infrastructure that connects local, national and European efforts and provides standards, tools and training for data stewardship. +Formally established as a legal entity in January 2014, ELIXIR - the European life science Infrastructure for Biological Information - is a distributed organisation comprising national bioinformatics research infrastructures and the European Bioinformatics Institute (EMBL-EBI). This coordinated infrastructure includes data standards, exchange, interoperability, storage, security and training. +Recognising the importance of a data foundation for European life sciences, the ESFRI and European Council named ELIXIR as one of Europe’s priority Research Infrastructures. In response ELIXIR have developed ELIXIR-EXCELERATE. The project will fast-track ELIXIR’s early implementation phase by i) coordinate and enhance existing resources into a world-leading data service for academia and industry, ii) grow bioinformatics capacity and competence across Europe, and iii) complete the management processes needed for a large distributed infrastructure. +ELIXIR-EXCELERATE will deliver a step-change in the life sciences. It will enable cost-effective and sustainable management and re-use of data for millions of users across the globe and improve the competitiveness of European life science industries through accessible data and robust standards and tools. \ No newline at end of file From a9864452d62bc4465ce27074e01176d064512412 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korbinian=20B=C3=B6sl?= Date: Wed, 29 Apr 2026 10:54:22 +0200 Subject: [PATCH 2/5] Update layout path in ELIXIR-EXCELERATE index --- src/content/funding-and-projects/elixir-excelerate/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/funding-and-projects/elixir-excelerate/index.mdx b/src/content/funding-and-projects/elixir-excelerate/index.mdx index cc571bc9..27310383 100644 --- a/src/content/funding-and-projects/elixir-excelerate/index.mdx +++ b/src/content/funding-and-projects/elixir-excelerate/index.mdx @@ -1,5 +1,5 @@ --- -layout: "../../layouts/page.astro" +layout: "../../../layouts/page.astro" variant: "article" title: "ELIXIR-EXCELERATE" summary: "EXCELERATE funding (2015-2019) will help ELIXIR coordinate and extend national and international data resources to ensure the delivery of world-leading life-science data services. It will support a pan-European training programme, anchored in national infrastructures, to increase bioinformatics capacity and competency. It will also provide efficiencies in management and operation throughout the infrastructure, which is distributed amongst 17 countries." @@ -28,4 +28,4 @@ The life sciences are undergoing a transformation. Modern experimental tools stu Data will only generate long-term value if it is Findable, Accessible, Interoperable and Re-usable (FAIR). This requires a scalable infrastructure that connects local, national and European efforts and provides standards, tools and training for data stewardship. Formally established as a legal entity in January 2014, ELIXIR - the European life science Infrastructure for Biological Information - is a distributed organisation comprising national bioinformatics research infrastructures and the European Bioinformatics Institute (EMBL-EBI). This coordinated infrastructure includes data standards, exchange, interoperability, storage, security and training. Recognising the importance of a data foundation for European life sciences, the ESFRI and European Council named ELIXIR as one of Europe’s priority Research Infrastructures. In response ELIXIR have developed ELIXIR-EXCELERATE. The project will fast-track ELIXIR’s early implementation phase by i) coordinate and enhance existing resources into a world-leading data service for academia and industry, ii) grow bioinformatics capacity and competence across Europe, and iii) complete the management processes needed for a large distributed infrastructure. -ELIXIR-EXCELERATE will deliver a step-change in the life sciences. It will enable cost-effective and sustainable management and re-use of data for millions of users across the globe and improve the competitiveness of European life science industries through accessible data and robust standards and tools. \ No newline at end of file +ELIXIR-EXCELERATE will deliver a step-change in the life sciences. It will enable cost-effective and sustainable management and re-use of data for millions of users across the globe and improve the competitiveness of European life science industries through accessible data and robust standards and tools. From 345d855f92c7afab3975298741dcaf92b84f0e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korbinian=20B=C3=B6sl?= Date: Wed, 3 Jun 2026 13:03:55 +0200 Subject: [PATCH 3/5] Refactor keywords in elixir-excelerate index.mdx Updated keywords format and removed some keywords. --- .../funding-and-projects/elixir-excelerate/index.mdx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/content/funding-and-projects/elixir-excelerate/index.mdx b/src/content/funding-and-projects/elixir-excelerate/index.mdx index 27310383..8f1cfeb1 100644 --- a/src/content/funding-and-projects/elixir-excelerate/index.mdx +++ b/src/content/funding-and-projects/elixir-excelerate/index.mdx @@ -13,15 +13,7 @@ project_number: grant_agreement_id: 676559 period: "2015-09 2019-08" external_link: "https://elixir-europe.org/about-us/how-funded/eu-projects/excelerate" -keywords: - - "infrastructure" - - "bioinformatics" - - "life science data" - - "health" - - "agriculture" - - "data management" - - "biotechnology" - - "biomedical" +keywords:["infrastructure", "data management", "agriculture","human data", "biotechnology"] --- The life sciences are undergoing a transformation. Modern experimental tools study the molecules, reactions, and organisation of life in unprecedented detail. The precipitous drop in costs for high-throughput biology has enabled European research laboratories to produce an ever-increasing amount of data. Life scientists are rapidly generating the most complex and heterogeneous datasets that science can currently imagine, with unprecedented volumes of biological data to manage. From 6d2dbd526cc0a754ec060d77659c49e092a5a793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korbinian=20B=C3=B6sl?= Date: Wed, 3 Jun 2026 13:04:44 +0200 Subject: [PATCH 4/5] Fix formatting of keywords in index.mdx Corrected formatting of keywords list in index.mdx. --- src/content/funding-and-projects/elixir-excelerate/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/funding-and-projects/elixir-excelerate/index.mdx b/src/content/funding-and-projects/elixir-excelerate/index.mdx index 8f1cfeb1..53f5d54e 100644 --- a/src/content/funding-and-projects/elixir-excelerate/index.mdx +++ b/src/content/funding-and-projects/elixir-excelerate/index.mdx @@ -13,7 +13,7 @@ project_number: grant_agreement_id: 676559 period: "2015-09 2019-08" external_link: "https://elixir-europe.org/about-us/how-funded/eu-projects/excelerate" -keywords:["infrastructure", "data management", "agriculture","human data", "biotechnology"] +keywords: ["infrastructure", "data management", "agriculture","human data", "biotechnology"] --- The life sciences are undergoing a transformation. Modern experimental tools study the molecules, reactions, and organisation of life in unprecedented detail. The precipitous drop in costs for high-throughput biology has enabled European research laboratories to produce an ever-increasing amount of data. Life scientists are rapidly generating the most complex and heterogeneous datasets that science can currently imagine, with unprecedented volumes of biological data to manage. From 73055156cd7abfab33271766c3b0f451a92116a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korbinian=20B=C3=B6sl?= Date: Wed, 3 Jun 2026 13:05:08 +0200 Subject: [PATCH 5/5] Update src/content/funding-and-projects/elixir-excelerate/index.mdx Co-authored-by: Federico Bianchini <72258479+bianchini88@users.noreply.github.com> --- src/content/funding-and-projects/elixir-excelerate/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/funding-and-projects/elixir-excelerate/index.mdx b/src/content/funding-and-projects/elixir-excelerate/index.mdx index 53f5d54e..60583c80 100644 --- a/src/content/funding-and-projects/elixir-excelerate/index.mdx +++ b/src/content/funding-and-projects/elixir-excelerate/index.mdx @@ -19,5 +19,5 @@ keywords: ["infrastructure", "data management", "agriculture","human data", "bio The life sciences are undergoing a transformation. Modern experimental tools study the molecules, reactions, and organisation of life in unprecedented detail. The precipitous drop in costs for high-throughput biology has enabled European research laboratories to produce an ever-increasing amount of data. Life scientists are rapidly generating the most complex and heterogeneous datasets that science can currently imagine, with unprecedented volumes of biological data to manage. Data will only generate long-term value if it is Findable, Accessible, Interoperable and Re-usable (FAIR). This requires a scalable infrastructure that connects local, national and European efforts and provides standards, tools and training for data stewardship. Formally established as a legal entity in January 2014, ELIXIR - the European life science Infrastructure for Biological Information - is a distributed organisation comprising national bioinformatics research infrastructures and the European Bioinformatics Institute (EMBL-EBI). This coordinated infrastructure includes data standards, exchange, interoperability, storage, security and training. -Recognising the importance of a data foundation for European life sciences, the ESFRI and European Council named ELIXIR as one of Europe’s priority Research Infrastructures. In response ELIXIR have developed ELIXIR-EXCELERATE. The project will fast-track ELIXIR’s early implementation phase by i) coordinate and enhance existing resources into a world-leading data service for academia and industry, ii) grow bioinformatics capacity and competence across Europe, and iii) complete the management processes needed for a large distributed infrastructure. +Recognising the importance of a data foundation for European life sciences, the ESFRI and European Council named ELIXIR as one of Europe’s priority Research Infrastructures. In response, ELIXIR has developed ELIXIR-EXCELERATE. The project will fast-track ELIXIR’s early implementation phase by i) coordinate and enhance existing resources into a world-leading data service for academia and industry, ii) grow bioinformatics capacity and competence across Europe, and iii) complete the management processes needed for a large distributed infrastructure. ELIXIR-EXCELERATE will deliver a step-change in the life sciences. It will enable cost-effective and sustainable management and re-use of data for millions of users across the globe and improve the competitiveness of European life science industries through accessible data and robust standards and tools.