Skip to content

Commit

Permalink
end first page listing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaintvanne committed Feb 6, 2024
1 parent 2f964b5 commit 5fcf008
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 43 deletions.
66 changes: 23 additions & 43 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,33 @@ listing:
grid-item-border: true
- id: resources
contents: resources*.qmd
sort: "date asc"
type: grid
image-height: 130px
fields: [title, description, image, categories]
grid-columns: 2
grid-item-align: left
grid-item-border: true
# - id: sponsors
# contents: sponsor*.qmd
# type: grid
# image-height: 200px
# fields: [title, description, image, categories]
# grid-columns: 4
# grid-item-align: left
# grid-item-border: true
- id: sponsors
contents:
- title: "MetaboHub"
image: https://www.metabohub.fr/media/752
path: https://www.metabohub.fr/
description: "The National Infrastructure of Metabolomics and Fluxomics"
- title: "IFB"
image: https://www.france-bioinformatique.fr/wp-content/uploads/logo-ifb-couleur.svg
path: https://www.france-bioinformatique.fr/
description: "The French Institute of Bioinformatics"
- title: "RFMF"
image: https://www.rfmf.fr/wp-content/uploads/2020/06/logo_seul.png
path: https://www.rfmf.fr/
description: "The French Network of Metabolomic and Fluxomic"
type: grid
image-height: 100px
fields: [title, description, image, categories]
grid-columns: 3
grid-item-align: left
grid-item-border: true
---

:::{.callout-important}
Expand Down Expand Up @@ -60,43 +73,10 @@ You can subscribe to [our newsletter](https://groupes.france-bioinformatique.fr/
:::{#resources}
:::

**I'm a newcomer** and I want to know more about ![](/images/W4M_icon.svg){height=1em}, visit our [about us](about.qmd) section

**I want to learn** how to **process metabolomics data**, you can either:

* Go to our teaching school event [![](/images/W4E_icon.svg){height=1em} section](TODO)
* Consult our [user page here](tooluser.qmd)
* Or directly go to our official [Galaxy training guides ![](https://training.galaxyproject.org/training-material/assets/images/GTN-60px.png){height=1em}](https://training.galaxyproject.org/training-material/topics/metabolomics/)

**I want to contribute as:**

* **A tutor** to help people understand how to process metabolomics data: [contact here](TODO)
* **A developper** to propose or add new tools to the community:
+ Check our guides and how-to [here](TODO)
+ I need help [contact here](TODO)
* **I don't know** but I want to help: [contact here](TODO)

**I want to report a problem on:**

* the galaxy instance, post an issue on the [IFB Communit Support](https://community.france-bioinformatique.fr/c/workflow4metabolomics/10)
* on this website, post an issue on [lien repo](TODO)


**I want to know who** is behind all of these, to our [team member section](listing_team.qmd)


### Our sponsors

* The National Infrastructure of Metabolomics and Fluxomics: [MetaboHUB [MetaboHUB-ANR-11-INBS-0010, 2011]](https://www.metabohub.fr/)
* The French Institute of Bioinformatics: [IFB [ANR-11-INBS-0013236]](https://www.france-bioinformatique.fr/)
* The French Network of Metabolomic and Fluxomic: [RFMF](https://www.rfmf.fr/)

::: {layout-ncol=3 layout-valign="center"}

[![](https://www.metabohub.fr/media/752){height=50}](https://www.metabohub.fr/)

[![](https://www.france-bioinformatique.fr/wp-content/uploads/logo-ifb-couleur.svg){height=50}](https://www.france-bioinformatique.fr/)

[![](https://www.rfmf.fr/wp-content/uploads/2020/06/logo_seul.png){height=50}](https://www.rfmf.fr/)

:::
:::{#sponsors}
:::
2 changes: 2 additions & 0 deletions resources1.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: "Newcomer"
image: /images/W4M_icon.svg
description: "Visit our [about us](about.qmd) section"
date: 01/01/2024
---

**I'm a newcomer** and I want to know more about ![](/images/W4M_icon.svg){height=1em}, visit our [about us](about.qmd) section
1 change: 1 addition & 0 deletions resources2.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Want to learn"
image: /images/W4E_icon.svg
date: 02/01/2024
---

**I want to learn** how to **process metabolomics data**, you can either:
Expand Down
14 changes: 14 additions & 0 deletions resources3.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Contributers"
image: /images/W4M_icon.svg
description: "I want to contribute as who?..."
date: 03/01/2024
---

**I want to contribute as:**

* **A tutor** to help people understand how to process metabolomics data: [contact here](TODO)
* **A developper** to propose or add new tools to the community:
+ Check our guides and how-to [here](TODO)
+ I need help [contact here](TODO)
* **I don't know** but I want to help: [contact here](TODO)
11 changes: 11 additions & 0 deletions resources4.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: "Reporter"
image: /images/W4M_icon.svg
description: "Visit our [about us](about.qmd) section"
date: 04/01/2024
---

**I want to report a problem on:**

* the galaxy instance, post an issue on the [IFB Communit Support](https://community.france-bioinformatique.fr/c/workflow4metabolomics/10)
* on this website, post an issue on [lien repo](TODO)

0 comments on commit 5fcf008

Please sign in to comment.