Skip to content

Commit

Permalink
Merge branch 'EGA-archive:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
M-casado authored Nov 20, 2024
2 parents 6e85801 + a86ed3a commit b07dbad
Show file tree
Hide file tree
Showing 16 changed files with 2,278 additions and 68 deletions.
100 changes: 100 additions & 0 deletions .github/ISSUE_TEMPLATE/add_node_experience.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
name: Add node experience
description: ✨ Form to request a new node experience to be added to the website.
title: "[NEW EXPERIENCE]: "
labels: ["documentation"]
body:
- type: markdown
attributes:
value: |
This form is a template to **request the addition of node experience content** to the "Learn from current node implementations" section of the [FEGA onboarding website](https://ega-archive.github.io/FEGA-onboarding/topics/technical-operational/#2-learn-from-current-node-implementations). Thank you for contributing to the Federated European Genome-phenome Archive (FEGA)!
- type: dropdown
id: fega-node
attributes:
label: FEGA Node
description: Which node is this experience for?
multiple: false
options:
- FEGA Finland
- GHGA / FEGA Germany
- FEGA Norway
- FEGA Poland
- FEGA Portugal
- FEGA Spain
- FEGA Sweden
- Other FEGA node (Please indicate your node below)
validations:
required: true

- type: input
id: new-fega-node
attributes:
label: New FEGA Node
description: If you selected "Other FEGA node" above, please indicate your node name here.
validations:
required: false

- type: dropdown
id: experience-title
attributes:
label: Experience Title
description: Which experience do you want to supply content for?
multiple: false
options:
- Selecting submission pilots
- Establishing data processing agreements with data controllers
- Setting up the node’s website
- Setting up and performing the end-to-end demonstrator
- Shaping up the FEGA node to prepare for production
- Other title (Please suggest one below)
validations:
required: true

- type: input
id: new-experience-title
attributes:
label: New Experience Title
description: If you selected "Other title" above, please suggest an experience title here. Max 10 words.
validations:
required: false

- type: textarea
id: what-did-we-do
attributes:
label: What did we do?
description: Please describe what you did. Max 100 words.
placeholder:
validations:
required: true

- type: textarea
id: what-went-well
attributes:
label: What went well?
description: Please describe what went well during this experience. Max 100 words.
validations:
required: true

- type: textarea
id: what-could-have-gone-better
attributes:
label: What could have gone better?
description: Please describe what could have gone better during this experience. Max 100 words.
validations:
required: true

- type: textarea
id: what-did-we-learn
attributes:
label: What did we learn?
description: Please describe what you learned from this experience that could be helpful for other nodes. Max 100 words.
validations:
required: true

- type: textarea
id: authors
attributes:
label: Author(s)
description: Please list all authors to whom this experience should be attributed.
validations:
required: true
35 changes: 35 additions & 0 deletions CONTRIBUTORS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ blankdots:
orcid: 0000-0002-6544-5022
elixir_node: fi

brane007:
name: Brane Leskošek
email: [email protected]
orcid: 0000-0001-5202-2349
elixir_node: si

d-salgado:
name: David Salgado
email: [email protected]
Expand All @@ -66,18 +72,41 @@ ealloza:
orcid: 0000-0001-8385-9336
elixir_node: es

fracassandocasualmente:
name: Miguel Conrado Santos
email: [email protected]
elixir_node: pt

jmenglund:
name: Markus Englund
email: [email protected]
orcid: 0000-0003-1688-7112
elixir_node: se

kjellp:
name: Kjell Petersen
email: [email protected]
orcid: 0000-0001-5201-0268
elixir_node: no

kkochel:
name: Krzysztof Kochel
email: [email protected]
orcid: 0009-0006-0772-3916
elixir_node:

lauportell:
name: Laura Portell Silva
email: [email protected]
orcid: 0000-0003-0390-3208
elixir_node: es

lgadelha:
name: Luiz Gadelha
email: [email protected]
orcid: 0000-0002-8122-9522
elixir_node: de

lilachic:
name: Liisa Lado-Villar
email: [email protected]
Expand All @@ -98,6 +127,12 @@ m-casado:
orcid: 0000-0002-7747-6256
elixir_node: embl

nanjiangshu:
name: Nanjiang Shu
email: [email protected]
orcid: 0000-0002-3537-2387
elixir_node: se

silviabah:
name: Silvia Bahena Hernandez
email: [email protected]
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ The content of the material is developed collaboratively in shared Google docume

If you want to build the website locally, please have a look at this tutorial (**TBD**).

## License

The content of the FEGA onboarding materials and website are licensed under the [Creative Commons Attribution Share Alike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).

## Acknowledgements

We would like to thank all contributors, especially those mentioned in the [Contributors list](CONTRIBUTORS.yaml), the Federated EGA community for their support, and our funding partners.

Please see our [contributing guide](CONTRIBUTING.md) for information on how to contribute to the generation and maintenance of these materials. Thank you in advance for your contributions!

## License

The content of the FEGA onboarding materials and website are licensed under the [Creative Commons Attribution Share Alike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).
This website is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 871075.

<img src="./docs/assets/img/eu-logo.jpeg" alt="EU flag." width="100" align="left" />
36 changes: 36 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,40 @@
/* Custom sidebar */

details {
border: 1px solid #ddd;
border-radius: 4px;
padding: 0.5em 1em;
margin: 1em 0;
background-color: #f9f9f9;
}

details > summary {
list-style: none;
cursor: pointer;
}

details > summary::-webkit-details-marker {
display: none;
}

.fega-header {
margin: 0;
font-size: 1.2em;
color: #0056b3; /* Adjust the color to match your theme */
font-weight: normal;
}

.fega-content {
margin-top: 1em;
border-top: 1px solid #eee;
padding-top: 1em;
}

.authors {
font-style: italic;
color: #666;
}

.wy-side-nav-search {
background-color: #fcfcfc;
}
Expand Down
Loading

0 comments on commit b07dbad

Please sign in to comment.