From 38abd368638e902bc8a841012252d079cd7f6e40 Mon Sep 17 00:00:00 2001 From: "baptiste.bernard" Date: Mon, 3 Feb 2025 16:44:09 +0100 Subject: [PATCH] #7 Add EN/FR site --- _data/tools.yaml | 21 +++-- _includes/en-header.html | 39 +++++++++ _includes/en-tools-table.html | 41 +++++++++ _includes/header.html | 11 +++ _includes/tools-table.html | 2 +- _layouts/en-home.html | 5 ++ assets/img/fr.png | Bin 0 -> 74999 bytes assets/img/gb.png | Bin 0 -> 7432 bytes docs/en/en-outils.md | 16 ++++ docs/en/en-principes.md | 17 ++++ docs/en/en-private_data.md | 23 +++++ docs/en/en-public_data.md | 12 +++ docs/en/en-sia2024.md | 85 +++++++++++++++++++ docs/en/en-sia2025.md | 41 +++++++++ mistral.md => docs/fr/mistral.md | 1 + outils.md => docs/fr/outils.md | 1 + principes.md => docs/fr/principes.md | 1 + private_datas.md => docs/fr/private_datas.md | 1 + public_datas.md => docs/fr/public_datas.md | 1 + sia2024.md => docs/fr/sia2024.md | 1 + sia2025.md => docs/fr/sia2025.md | 1 + en/index.html | 83 ++++++++++++++++++ 22 files changed, 395 insertions(+), 8 deletions(-) create mode 100644 _includes/en-header.html create mode 100644 _includes/en-tools-table.html create mode 100644 _layouts/en-home.html create mode 100644 assets/img/fr.png create mode 100644 assets/img/gb.png create mode 100644 docs/en/en-outils.md create mode 100644 docs/en/en-principes.md create mode 100644 docs/en/en-private_data.md create mode 100644 docs/en/en-public_data.md create mode 100644 docs/en/en-sia2024.md create mode 100644 docs/en/en-sia2025.md rename mistral.md => docs/fr/mistral.md (99%) rename outils.md => docs/fr/outils.md (97%) rename principes.md => docs/fr/principes.md (98%) rename private_datas.md => docs/fr/private_datas.md (99%) rename public_datas.md => docs/fr/public_datas.md (97%) rename sia2024.md => docs/fr/sia2024.md (99%) rename sia2025.md => docs/fr/sia2025.md (99%) create mode 100644 en/index.html diff --git a/_data/tools.yaml b/_data/tools.yaml index dc8aa30..d649ba8 100644 --- a/_data/tools.yaml +++ b/_data/tools.yaml @@ -2,31 +2,38 @@ Modele LLM (Large Language Model): - name: Mistral AI logo: "/assets/img/outils/mistralia.png" - description: Mistral AI est une entreprise française, spécialisée dans l'intelligence artificielle générative. Elle développe de grands modèles de langage. + description-fr: Mistral AI est une entreprise française, spécialisée dans l'intelligence artificielle générative. Elle développe de grands modèles de langage. + description-en: Mistral AI is a French company specializing in generative artificial intelligence. It develops large language models. url: https://mistral.ai/ - name: Llama logo: "/assets/img/outils/llama.png" - description: Llama est un modèle de langage développé par Meta, connu pour ses capacités avancées en traitement du langage naturel. + description-fr: Llama est un modèle de langage développé par Meta, connu pour ses capacités avancées en traitement du langage naturel. + description-en: Llama is a language model developed by Meta, known for its advanced natural language processing capabilities. url: https://www.llama.com - name: Anthropic logo: "/assets/img/outils/anthropic.png" - description: Anthropic est une entreprise spécialisée dans le développement de modèles de langage avancés, avec un accent sur la sécurité et l'éthique. + description-fr: Anthropic est une entreprise spécialisée dans le développement de modèles de langage avancés, avec un accent sur la sécurité et l'éthique. + description-en: Anthropic is a company specializing in the development of advanced language models, with a focus on safety and ethics. url: https://anthropic.com/ - name: OpenAI logo: "/assets/img/outils/openai.png" - description: OpenAI est une entreprise dans le domaine de l'intelligence artificielle, connue pour ses modèles de langage comme ChatGPT. + description-fr: OpenAI est une entreprise dans le domaine de l'intelligence artificielle, connue pour ses modèles de langage comme ChatGPT. + description-en: OpenAI is a company in the field of artificial intelligence, known for its language models like ChatGPT. url: https://openai.com/ Plateforme: - name: HuggingFace logo: "/assets/img/outils/huggingface.png" - description: HuggingFace est une plateforme populaire pour le partage et l'utilisation de modèles de machine learning. + description-fr: HuggingFace est une plateforme populaire pour le partage et l'utilisation de modèles de machine learning. + description-en: Hugging Face is a popular platform for sharing and using machine learning models. url: https://huggingface.co/ - name: Poe logo: "/assets/img/outils/poe.png" - description: Poe est une plateforme qui permet aux utilisateurs d'interagir avec divers modèles. + description-fr: Poe est une plateforme qui permet aux utilisateurs d'interagir avec divers modèles. + description-en: Poe is a platform that allows users to interact with various models. url: https://poe.com/ - name: Perplexity logo: "/assets/img/outils/perplexity.png" - description: Perplexity est une plateforme qui offre des outils pour l'analyse et la génération de texte. + description-fr: Perplexity est une plateforme qui offre des outils pour l'analyse et la génération de texte. + description-en: Perplexity is a platform that offers tools for text analysis and generation. url: https://perplexity.ai/ diff --git a/_includes/en-header.html b/_includes/en-header.html new file mode 100644 index 0000000..2852c60 --- /dev/null +++ b/_includes/en-header.html @@ -0,0 +1,39 @@ + + + + + + + + + + + {% seo %} + + + + + + + diff --git a/_includes/en-tools-table.html b/_includes/en-tools-table.html new file mode 100644 index 0000000..fe5669b --- /dev/null +++ b/_includes/en-tools-table.html @@ -0,0 +1,41 @@ +
+
+ No matches. + + {% assign columns = 3 %} + {% for type_hash in include.orgs %} + {% assign slug = type_hash[0] | downcase | replace: ' ','-' | replace: '.','' %} +
+

{{ type_hash[0] }}

+ +
+ {% assign org_count = type_hash[1] | size %} + {% for org in type_hash[1] %} + {% assign column_number = forloop.index0 | modulo: columns %} + {% if column_number == 0 %} +
+ {% endif %} + +
+
+ {% if org.logo %} + + {% endif %} + +
{{ org.description-en }}
+
+
+ + {% if column_number == columns - 1 or forloop.last %} +
+ {% endif %} + {% endfor %} + + {% if org_count % columns != 0 and forloop.last %} +
+ {% endif %} +
+
+ {% endfor %} +
+ diff --git a/_includes/header.html b/_includes/header.html index f60200e..d7f8676 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -15,8 +15,16 @@ + + diff --git a/_includes/tools-table.html b/_includes/tools-table.html index 7ac74c3..4815d89 100644 --- a/_includes/tools-table.html +++ b/_includes/tools-table.html @@ -22,7 +22,7 @@

{{ type_hash[0] }}

{% endif %} -
{{ org.description }}
+
{{ org.description-fr }}
diff --git a/_layouts/en-home.html b/_layouts/en-home.html new file mode 100644 index 0000000..579cf6d --- /dev/null +++ b/_layouts/en-home.html @@ -0,0 +1,5 @@ +{% include en-header.html %} + +{{ content }} + +{% include footer.html %} diff --git a/assets/img/fr.png b/assets/img/fr.png new file mode 100644 index 0000000000000000000000000000000000000000..f612e4731955ec00349bc4b299cf55be02a074d1 GIT binary patch literal 74999 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 +
+

Tools

+
+ {% include en-tools-table.html orgs=site.data.tools id="tools" name="tools" %} +
+
+ diff --git a/docs/en/en-principes.md b/docs/en/en-principes.md new file mode 100644 index 0000000..1b8460a --- /dev/null +++ b/docs/en/en-principes.md @@ -0,0 +1,17 @@ +--- +title: Principes +layout: en-home +description: Principes de Gaia +permalink: /en/principes/ +lang: en +--- +
+
+
We provide + open data or private data to GAIA, we ask a question, and it responds by considering the data source.
+
+ + + +
+
\ No newline at end of file diff --git a/docs/en/en-private_data.md b/docs/en/en-private_data.md new file mode 100644 index 0000000..06ad156 --- /dev/null +++ b/docs/en/en-private_data.md @@ -0,0 +1,23 @@ +--- +title: Private Agricultural Data +layout: en-home +description: Private Agricultural Data +permalink: /en/private_datas/ +lang: en +--- +
+

The La Vauzelle Farm Dataset

+
+ By nature, private data is not public. However, to develop this project, we rely on open data from a mixed crop-livestock dairy farm. +
+
+
+ La Vauzelle Farm, located in Charente-Maritime (17), cultivates 115 hectares of mixed crops and has 60 Normande dairy cows. +
+ +

+ Raw Data + Data via Ekylibre + Data via Ekylibre API +

+
diff --git a/docs/en/en-public_data.md b/docs/en/en-public_data.md new file mode 100644 index 0000000..2c21ac8 --- /dev/null +++ b/docs/en/en-public_data.md @@ -0,0 +1,12 @@ +--- +title: Public Agricultural Data +layout: en-home +description: Public Agricultural Data +permalink: /en/public_datas/ +lang: en +--- +
+
+ {% include project-table.html orgs=site.data.public_datas id="public_datas" name="Open Data" %} +
+
\ No newline at end of file diff --git a/docs/en/en-sia2024.md b/docs/en/en-sia2024.md new file mode 100644 index 0000000..5eaf688 --- /dev/null +++ b/docs/en/en-sia2024.md @@ -0,0 +1,85 @@ +--- +title: Recap of the World Premiere at SIA 2024 +layout: en-home +description: Recap of the World Premiere at SIA 2024 +permalink: /en/sia2024/ +lang: en +--- + +
+
+

Topics

+

For more videos, visit our dedicated page: GAIA Videos

+
+
+ + Video thumbnail 1 + +
+
+
+ + Video thumbnail 2 + +
+
+
+ + Video thumbnail 3 + +
+
+
+
+
+ +
+
+

Prototypes

+ +
+
+ +
+
+

Participants and Contributors

+
+ {% include participants-table.html orgs=site.data.participants id="participants" name="Participants" %} +
+
+
+ +
+
+

Recap of the World Premiere at SIA 2024

+ +
+
+ + diff --git a/docs/en/en-sia2025.md b/docs/en/en-sia2025.md new file mode 100644 index 0000000..7ae3e6e --- /dev/null +++ b/docs/en/en-sia2025.md @@ -0,0 +1,41 @@ +--- +title: Sia2025 +layout: en-home +description: Sia2025 +permalink: /en/sia2025/ +lang: en +--- + +
+
+

The Coaches

+ {% include coach-table.html orgs=site.data.coachs id="coachs" name="Coaches" %} +
+
+ +
+
+

Topics

+
+ +
+
+
+ +
+
+

Development Kit

+
+ +
+
+
+ +
+
+

Partners and Tools

+
+ {% include liste-table.html orgs=site.data.liste id="liste" name="list" %} +
+
+
diff --git a/mistral.md b/docs/fr/mistral.md similarity index 99% rename from mistral.md rename to docs/fr/mistral.md index ea7f210..00075ae 100644 --- a/mistral.md +++ b/docs/fr/mistral.md @@ -3,6 +3,7 @@ title: Le modèle Mistral layout: home description: Comment fonctionne Mistral permalink: /mistral/ +lang: fr ---

Pourquoi Mistral et pas un autre moteur LLM

diff --git a/outils.md b/docs/fr/outils.md similarity index 97% rename from outils.md rename to docs/fr/outils.md index d8ad1d7..7edcb42 100644 --- a/outils.md +++ b/docs/fr/outils.md @@ -3,6 +3,7 @@ title: Outils layout: home description: Outils permalink: /outils/ +lang: fr ---
diff --git a/principes.md b/docs/fr/principes.md similarity index 98% rename from principes.md rename to docs/fr/principes.md index 584bbf5..55b4d2f 100644 --- a/principes.md +++ b/docs/fr/principes.md @@ -3,6 +3,7 @@ title: Principes layout: home description: Principes de Gaia permalink: /principes/ +lang: fr ---
diff --git a/private_datas.md b/docs/fr/private_datas.md similarity index 99% rename from private_datas.md rename to docs/fr/private_datas.md index db0c267..c9d091f 100644 --- a/private_datas.md +++ b/docs/fr/private_datas.md @@ -3,6 +3,7 @@ title: Les données agricoles privées layout: home description: Les données agricoles privées permalink: /private_datas/ +lang: fr ---
diff --git a/public_datas.md b/docs/fr/public_datas.md similarity index 97% rename from public_datas.md rename to docs/fr/public_datas.md index 273bad8..0478751 100644 --- a/public_datas.md +++ b/docs/fr/public_datas.md @@ -3,6 +3,7 @@ title: Les données agricoles publiques layout: home description: Les données agricoles publiques permalink: /public_datas/ +lang: fr ---
diff --git a/sia2024.md b/docs/fr/sia2024.md similarity index 99% rename from sia2024.md rename to docs/fr/sia2024.md index 989d5b2..780ee06 100644 --- a/sia2024.md +++ b/docs/fr/sia2024.md @@ -3,6 +3,7 @@ title: Retour sur la première mondiale au SIA 2024 layout: home description: Retour sur la première mondiale au SIA 2024 permalink: /sia2024/ +lang: fr ---
diff --git a/sia2025.md b/docs/fr/sia2025.md similarity index 99% rename from sia2025.md rename to docs/fr/sia2025.md index 1d13cac..8b10c48 100644 --- a/sia2025.md +++ b/docs/fr/sia2025.md @@ -3,6 +3,7 @@ title: Sia2025 layout: home description: Sia2025 permalink: /sia2025/ +lang: fr ---
diff --git a/en/index.html b/en/index.html new file mode 100644 index 0000000..b9ca4ed --- /dev/null +++ b/en/index.html @@ -0,0 +1,83 @@ +--- +layout: en-home +title: Gaia +description: Generative Artificial Intelligence for Agriculture +org_count: 60 +permalink: /en/ +--- + +

Welcome to the GAIA Project

+

(Generative Artificial Intelligence for Agriculture)

+ +
+

GAIA is an open collaborative project between LFD and OSFarm enabling:

+
    +
  • Democratize and acculturate the agricultural world to new technologies.
  • +
  • Develop more quickly from open software building blocks and sustainable data.
  • +
  • Make this technology accessible to the agricultural world, providing new solutions to agricultural challenges.
  • +
+
+ +
+ +
+ +
+

6 Reasons to Adopt Gaia

+
+
+

+ {% octicon terminal height:28 class:"fill-blue d-inline mr-2" aria-label:terminal %} + Gaia is Frugal +

+

Our contributors test and select the most efficient components to build Gaia.

+
+
+

+ {% octicon server height:28 class:"fill-blue d-inline mr-2" aria-label:server %} + Gaia is Open Source +

+

Run Gaia on your servers, on your local applications, or in the cloud.

+
+
+ +
+
+

+ {% octicon beaker height:28 class:"fill-blue d-inline mr-2" aria-label:beaker %} + Gaia Accelerates Your Innovation +

+

Gaia will enable you to quickly implement your new ideas to improve your products faster within the framework of our hackathons organized by La Ferme Digitale.

+
+
+

+ {% octicon tools height:28 class:"fill-blue d-inline mr-2" aria-label:tools %} + Gaia Can Adapt Its Behavior +

+

Integrate, customize, and adapt the model by teaching it new information.

+
+
+ +
+
+

+ {% octicon globe height:28 class:"fill-blue d-inline mr-2" aria-label:globe %} + Gaia is Collaborative +

+

Share your work, exchange with the community, and receive solutions and feedback while saving time and avoiding reinventing the wheel.

+
+
+

+ {% octicon checklist height:28 class:"fill-blue d-inline mr-2" aria-label:checklist %} + Gaia Avoids Procrastination +

+

Look at existing solutions, confront your viewpoint, and test your solution.

+
+
+ +

+ Show me a Level 1 Chatbot → + Show me a Level 2 Chatbot → + Show me a Concrete Project → +

+