From d6e335eee2cbac593e6c3e512bdd43959216b633 Mon Sep 17 00:00:00 2001 From: Krzysztof Kochel Date: Thu, 24 Aug 2023 12:45:15 +0200 Subject: [PATCH 1/2] Added Poland technical information --- CONTRIBUTORS.yaml | 6 + .../national_nodes_technical_stack.html | 7 ++ .../poland_tech_stack.html | 106 ++++++++++++++++++ 3 files changed, 119 insertions(+) create mode 100644 docs/topics/technical-operational/countries_tech_stack/poland_tech_stack.html diff --git a/CONTRIBUTORS.yaml b/CONTRIBUTORS.yaml index beb43a6..d727b39 100644 --- a/CONTRIBUTORS.yaml +++ b/CONTRIBUTORS.yaml @@ -83,6 +83,12 @@ jmenglund: orcid: 0000-0003-1688-7112 elixir_node: se +kkochel: + name: Krzysztof Kochel + email: krzysztof.kochel@biol.uni.lodz.pl + orcid: 0009-0006-0772-3916 + elixir_node: + lauportell: name: Laura Portell Silva email: laura.portell@bsc.es diff --git a/docs/topics/technical-operational/countries_tech_stack/national_nodes_technical_stack.html b/docs/topics/technical-operational/countries_tech_stack/national_nodes_technical_stack.html index d7876e3..d5c8c36 100644 --- a/docs/topics/technical-operational/countries_tech_stack/national_nodes_technical_stack.html +++ b/docs/topics/technical-operational/countries_tech_stack/national_nodes_technical_stack.html @@ -210,6 +210,8 @@ + +
@@ -247,4 +249,9 @@
{% include_relative countries_tech_stack/portugal_tech_stack.html %}
+ + +
+ {% include_relative countries_tech_stack/poland_tech_stack.html %} +
diff --git a/docs/topics/technical-operational/countries_tech_stack/poland_tech_stack.html b/docs/topics/technical-operational/countries_tech_stack/poland_tech_stack.html new file mode 100644 index 0000000..4d0af68 --- /dev/null +++ b/docs/topics/technical-operational/countries_tech_stack/poland_tech_stack.html @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#ComponentPoland
1URL
2Credentials
3FEGA Node Encryption key pair
4FEGA Node MQ
5Submitter Inbox
6Ingest Pipeline
7Archive storage
8Archive File Database
9Backup Storage
10Main Source Code Repositoryhttps://github.com/neicnordic/sda-pipeline
11Main Programming LanguageGolang
12Deployment MethodKubernetes
13Helpdesk Management System
14Helpdesk Portal Technology
15Monitoring Tool
16Metadata Submission MethodCentral EGA submitter Portal
17Download Solution
18Data Access Tool
19General Contactbiobank@uni.lodz.pl
From 855e026d5587c75a7db982177acd94769987588e Mon Sep 17 00:00:00 2001 From: Krzysztof Kochel Date: Tue, 29 Aug 2023 21:08:11 +0200 Subject: [PATCH 2/2] Added Poland technical information - fix table view --- .../national_nodes_technical_stack.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/topics/technical-operational/countries_tech_stack/national_nodes_technical_stack.html b/docs/topics/technical-operational/countries_tech_stack/national_nodes_technical_stack.html index d5c8c36..3d318c0 100644 --- a/docs/topics/technical-operational/countries_tech_stack/national_nodes_technical_stack.html +++ b/docs/topics/technical-operational/countries_tech_stack/national_nodes_technical_stack.html @@ -114,6 +114,17 @@ transform: translateY(0px); text-shadow: 0 0 0; } + .tab:checked:nth-of-type(8) ~ .tab__content:nth-of-type(8) { + opacity: 1; + -webkit-transition: 0.5s opacity ease-in, 0.2s transform ease; + transition: 0.5s opacity ease-in, 0.2s transform ease; + position: relative; + top: 0; + z-index: 100; + -webkit-transform: translateY(0px); + transform: translateY(0px); + text-shadow: 0 0 0; + } .tab:first-of-type:not(:last-of-type) + label { border-top-right-radius: 0; border-bottom-right-radius: 0;