Skip to content

Commit

Permalink
Merge pull request #32 from Brilator/partners-testimonials
Browse files Browse the repository at this point in the history
idea for ceplas partnership & testimonial
  • Loading branch information
Freymaurer authored Sep 17, 2024
2 parents 5af68f2 + 337635e commit 769feba
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions src/pages/details/partners.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
layout: ../../layouts/MarkdownLayout.astro
title: 'Partners'
pubDate: 2024-09-16
description: 'Partners and users of the ARC'
author:
- Dominik Brilhaus
# image:
# url: 'https://docs.astro.build/assets/rose.webp'
# alt: 'The Astro logo on a dark background with a pink glow.'
tags: ["community", "partner", "contribution"]
---

# Partners

## Cluster of Excellence on Plant Sciences (CEPLAS)

<div>
<a href="https://www.ceplas.eu/">
<img src="https://www.ceplas.eu/typo3conf/ext/fksitepackage/Resources/Public/Images/CEPLAS-Logo.svg" width="350px" style="float: left; margin-right: 20px; margin-bottom: 10px;" />
</a>
<div>
In the Cluster of Excellence on Plant Sciences (CEPLAS), Heinrich Heine University Düsseldorf, the University of Cologne, the Max Planck Institute for Plant Breeding Research, and Forschungszentrum Jülich unite to tackle challenges of climate change and rising food demand with fundamental research on complex plant traits.
</div>
</div>

<div style="text-align: justify; font-style: italic;">

"Collaboration and integrating large research datasets are central to the mission of **CEPLAS**. With a diverse research landscape across four institutions, CEPLAS demands a robust, sustainable data management system. **ARC** and the **DataHub** provide a flexible, adaptable environment for managing and annotating diverse data types, enabling seamless collaboration across institutions and ensuring structured, controlled data exchange both within CEPLAS and with external partners. This empowers us to collaborate efficiently from data acquisition through integration with internationally recognized systems."

</div>

**Contribution:** Teaching & Training | Community Engagement | Development & Concept
2 changes: 1 addition & 1 deletion src/statics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const BASE_PATH = "/arc-website"
export enum URLS {
INTERNAL_HOME = BASE_PATH,
INTERNAL_TOOLS = BASE_PATH + "/details/tools-and-services",
INTERNAL_PARTNERS = BASE_PATH + "/partners",
INTERNAL_PARTNERS = BASE_PATH + "/details/partners",

INTERNAL_COM_DATA_MANAGEMENT = BASE_PATH + "/details/data-management-principle",
INTERNAL_COM_TOOLS = BASE_PATH + "/details/tools-and-services",
Expand Down

0 comments on commit 769feba

Please sign in to comment.