feat: design
This commit is contained in:
@ -1,167 +0,0 @@
|
||||
---
|
||||
# drone encrypt weko/sisa-urfe_fr $REGISTRY_PASSWORD
|
||||
kind: secret
|
||||
name: REGISTRY_PASSWORD
|
||||
data: g8m2Y3gcKcCC10HLLVQDTlsxIGBeAaNqAXXjOzFId3Ib88cvCGxqkE5su7Qvo97xvoqu/09jIWXjf30vecYiqum+pQv4imYfhuzzsrag
|
||||
|
||||
---
|
||||
# drone encrypt weko/sisa-urfe_fr $REGISTRY_USER
|
||||
kind: secret
|
||||
name: REGISTRY_USER
|
||||
data: pe0ODYOxonYnAjd2YR3O5LN/sHjWJc31Lmvom+VfnuKrrQ==
|
||||
|
||||
---
|
||||
# drone encrypt weko/sisa-urfe_fr "{\"auths\":{\"https://registry.weko.io\":{\"auth\":\"$(echo -n "$REGISTRY_USER:$REGISTRY_PASSWORD" | base64)\",\"email\":\"$REGISTRY_USER\"}}}"
|
||||
kind: secret
|
||||
name: REGISTRY_CONFIG
|
||||
data: i5xaNdkAH0n5IDgIn4OVRwViez97c62RHau8eELYJHnossMU797dow6bW77bGyMIx0ONwcOmdtDH92kpci/GeZmyPrCvODrXwt9pTAMEdVelQ3jy/mxpdtB/p5qJ6u+9CrUBw/S67ImY3yhr8o95pdpJFclkqWRsrjeg1BSHRF8RnEAQ9yBwXxoEXpSZBCnlSwG1z0cDY3JwFUH8LVQgldopiiaDAhk09dpk
|
||||
|
||||
---
|
||||
# drone encrypt weko/sisa-urfe_fr $DIRECTUS_URL
|
||||
kind: secret
|
||||
name: DIRECTUS_URL
|
||||
data: 3SzmP61E8oSo5PLSWnHRBUfUCa0Fe9cfc3C2ADXe7cvuY45sNXCn+YjVCL1M3yG5wJsEbEUh
|
||||
|
||||
---
|
||||
# drone encrypt weko/sisa-urfe_fr $DIRECTUS_TOKEN
|
||||
kind: secret
|
||||
name: DIRECTUS_TOKEN
|
||||
data: Dxlod5HBIa5S897CsQsaDPbZDqYLuIL7z4kQahf4jlWxyme79fsK7LhZVHPDRfQJf1HknAgGWJUUqhL3
|
||||
|
||||
# ---
|
||||
# kind: pipeline
|
||||
# type: docker
|
||||
# name: prod
|
||||
#
|
||||
# platform:
|
||||
# os: linux
|
||||
# arch: arm64
|
||||
#
|
||||
# steps:
|
||||
# - name: install submodule
|
||||
# image: drone/git
|
||||
# commands:
|
||||
# - git submodule update --init
|
||||
#
|
||||
# - name: install npm
|
||||
# image: node:current-alpine
|
||||
# volumes:
|
||||
# - name: hugo-theme-lowtech_node_modules
|
||||
# path: /drone/src/themes/hugo-theme-lowtech/node_modules
|
||||
# # environment:
|
||||
# # DIRECTUS_URL:
|
||||
# # from_secret: DIRECTUS_URL
|
||||
# # DIRECTUS_TOKEN:
|
||||
# # from_secret: DIRECTUS_TOKEN
|
||||
# commands:
|
||||
# - (cd themes/hugo-theme-lowtech && npm i)
|
||||
# # - node scripts/directus-to-markdown/index.js
|
||||
#
|
||||
# - name: build website
|
||||
# image: jakejarvis/hugo-extended
|
||||
# commands:
|
||||
# - hugo --minify --environment production
|
||||
#
|
||||
# - name: typo
|
||||
# image: node:current-alpine
|
||||
# volumes:
|
||||
# - name: hugo-theme-lowtech_node_modules
|
||||
# path: /drone/src/themes/hugo-theme-lowtech/node_modules
|
||||
# commands:
|
||||
# - node themes/hugo-theme-lowtech/scripts/typo
|
||||
#
|
||||
# - name: push docker image on registry
|
||||
# image: plugins/docker
|
||||
# settings:
|
||||
# username:
|
||||
# from_secret: REGISTRY_USER
|
||||
# password:
|
||||
# from_secret: REGISTRY_PASSWORD
|
||||
# repo: registry.weko.io/sisa-urfe_fr
|
||||
# registry: registry.weko.io
|
||||
# tags:
|
||||
# - latest
|
||||
#
|
||||
# image_pull_secrets:
|
||||
# - REGISTRY_CONFIG
|
||||
#
|
||||
# volumes:
|
||||
# - name: hugo-theme-lowtech_node_modules
|
||||
# host:
|
||||
# path: /tmp/drone/cache/weko/sisa-urfe_fr/themes/hugo-theme-lowtech
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: staging
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: install submodule
|
||||
image: drone/git
|
||||
commands:
|
||||
- git submodule update --init
|
||||
|
||||
- name: install npm
|
||||
image: node:current-alpine
|
||||
volumes:
|
||||
- name: hugo-theme-lowtech_node_modules
|
||||
path: /drone/src/themes/hugo-theme-lowtech/node_modules
|
||||
- name: assets
|
||||
path: /drone/src/assets/node_modules
|
||||
environment:
|
||||
DIRECTUS_URL:
|
||||
from_secret: DIRECTUS_URL
|
||||
DIRECTUS_TOKEN:
|
||||
from_secret: DIRECTUS_TOKEN
|
||||
commands:
|
||||
- (cd themes/hugo-theme-lowtech && npm i)
|
||||
- (cd assets && npm i)
|
||||
- DRAFT=true node scripts/directus-to-markdown/index.js
|
||||
|
||||
- name: build website
|
||||
image: jakejarvis/hugo-extended
|
||||
environment:
|
||||
HUGO_PARAMS_DIRECTUS_URL:
|
||||
from_secret: DIRECTUS_URL
|
||||
HUGO_PARAMS_DIRECTUS_TOKEN:
|
||||
from_secret: DIRECTUS_TOKEN
|
||||
volumes:
|
||||
- name: assets
|
||||
path: /drone/src/assets/node_modules
|
||||
commands:
|
||||
- hugo --minify --buildDrafts --buildFuture --environment staging
|
||||
|
||||
- name: typo
|
||||
image: node:current-alpine
|
||||
volumes:
|
||||
- name: hugo-theme-lowtech_node_modules
|
||||
path: /drone/src/themes/hugo-theme-lowtech/node_modules
|
||||
commands:
|
||||
- node themes/hugo-theme-lowtech/scripts/typo
|
||||
|
||||
- name: push docker image on registry
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username:
|
||||
from_secret: REGISTRY_USER
|
||||
password:
|
||||
from_secret: REGISTRY_PASSWORD
|
||||
repo: registry.weko.io/sisa-urfe_fr
|
||||
registry: registry.weko.io
|
||||
tags:
|
||||
- staging
|
||||
|
||||
image_pull_secrets:
|
||||
- REGISTRY_CONFIG
|
||||
|
||||
volumes:
|
||||
- name: assets
|
||||
host:
|
||||
path: /tmp/drone/cache/weko/sisa-urfe_fr/assets/node_modules
|
||||
- name: hugo-theme-lowtech_node_modules
|
||||
host:
|
||||
path: /tmp/drone/cache/weko/sisa-urfe_fr/themes/hugo-theme-lowtech
|
161
content/racine.md
Normal file
161
content/racine.md
Normal file
@ -0,0 +1,161 @@
|
||||
---
|
||||
id: 6
|
||||
sort: null
|
||||
title: Facteurs de sécurité cavité ouverte sur tronc2
|
||||
results:
|
||||
- id: 8
|
||||
sort: 0
|
||||
min: 0
|
||||
max: 2.5
|
||||
facteur: Très au delà de 5
|
||||
effets: Capacité de charge très supérieure à la charge de service
|
||||
pde: Improbable
|
||||
pde_qtra: 7
|
||||
- id: 9
|
||||
sort: 1
|
||||
min: 3
|
||||
max: 5.5
|
||||
facteur: Au delà de 5
|
||||
effets: Capacité de charge supérieure à la charge de service
|
||||
pde: Très faible
|
||||
pde_qtra: 6
|
||||
- id: 10
|
||||
sort: 2
|
||||
min: 6
|
||||
max: 8.5
|
||||
facteur: Entre 4 et 5
|
||||
effets: >-
|
||||
Capacité de charge normalement (coef moyen) supérieure à la charge de
|
||||
service
|
||||
pde: Faible
|
||||
pde_qtra: 5
|
||||
- id: 11
|
||||
sort: 3
|
||||
min: 9
|
||||
max: 11.5
|
||||
facteur: Entre 2 et 4
|
||||
effets: >-
|
||||
Capacité de charge supérieure à la charge de service mais sous le coef
|
||||
moyen
|
||||
pde: Echec possible sous contraintes très anormales
|
||||
pde_qtra: 4
|
||||
- id: 12
|
||||
sort: 4
|
||||
min: 12
|
||||
max: 14.5
|
||||
facteur: Entre 1 et 2
|
||||
effets: Capacité de charge s'approchant de la charge de service
|
||||
pde: Echec possible sous contraintes anormales
|
||||
pde_qtra: 3
|
||||
- id: 13
|
||||
sort: 5
|
||||
min: 15
|
||||
max: 17.5
|
||||
facteur: ~ 1
|
||||
effets: Capacité de charge plus ou moins égale à la charge de service
|
||||
pde: Echec possible sous contraintes courantes
|
||||
pde_qtra: 2
|
||||
- id: 14
|
||||
sort: 6
|
||||
min: 18
|
||||
max: null
|
||||
facteur: < 1
|
||||
effets: Charge de service supérieure à la capacité de charge
|
||||
pde: Echec imminent sous contraintes courantes ou masse propre
|
||||
pde_qtra: 1
|
||||
questions:
|
||||
- id: 14
|
||||
sort: 0
|
||||
title: Matériau résiduel (PRBS)2
|
||||
answers:
|
||||
- id: 22
|
||||
sort: 0
|
||||
title: De 100% à 75%2
|
||||
weight: 1
|
||||
- id: 23
|
||||
sort: 1
|
||||
title: De 75% à 25% ou Cavité asymétrique
|
||||
weight: 1.5
|
||||
- id: 24
|
||||
sort: 2
|
||||
title: de 25 à 10 %
|
||||
weight: 2
|
||||
- id: 25
|
||||
sort: 3
|
||||
title: < 10 %
|
||||
weight: 4
|
||||
- id: 15
|
||||
sort: 1
|
||||
title: Adaptations géométriques
|
||||
answers:
|
||||
- id: 26
|
||||
sort: 0
|
||||
title: Très forte croissance accrue
|
||||
weight: -1
|
||||
- id: 27
|
||||
sort: 1
|
||||
title: Forte croissance accrue
|
||||
weight: 0
|
||||
- id: 28
|
||||
sort: 2
|
||||
title: Faibles croissance accrue
|
||||
weight: 3
|
||||
- id: 29
|
||||
sort: 3
|
||||
title: Sans croissance accrue
|
||||
weight: 5
|
||||
- id: 16
|
||||
sort: 2
|
||||
title: Rapport H/D
|
||||
answers:
|
||||
- id: 30
|
||||
sort: 0
|
||||
title: < 15
|
||||
weight: 0
|
||||
- id: 31
|
||||
sort: 1
|
||||
title: Entre 15 et 30
|
||||
weight: 1
|
||||
- id: 32
|
||||
sort: 2
|
||||
title: Entre 30 et 50
|
||||
weight: 2
|
||||
- id: 33
|
||||
sort: 3
|
||||
title: Entre 50 et 70
|
||||
weight: 3
|
||||
- id: 34
|
||||
sort: 4
|
||||
title: '> 70'
|
||||
weight: 4
|
||||
- id: 17
|
||||
sort: 3
|
||||
title: Organes de soutien structurel
|
||||
answers:
|
||||
- id: 35
|
||||
sort: 0
|
||||
title: Caractérisés et intègres
|
||||
weight: 1
|
||||
- id: 36
|
||||
sort: 1
|
||||
title: Relatifs et intègres
|
||||
weight: 2
|
||||
- id: 37
|
||||
sort: 2
|
||||
title: Caractérisés, partiellement dégradés
|
||||
weight: 3
|
||||
- id: 38
|
||||
sort: 3
|
||||
title: Relatifs et partiellement dégradés
|
||||
weight: 4
|
||||
- id: 39
|
||||
sort: 4
|
||||
title: Insuffisants et intègres
|
||||
weight: 5
|
||||
- id: 40
|
||||
sort: 5
|
||||
title: Insuffisants et dégradés
|
||||
weight: 6
|
||||
---
|
||||
|
||||
|
@ -6,23 +6,23 @@ results:
|
||||
- id: 1
|
||||
sort: 0
|
||||
min: 0
|
||||
max: 2
|
||||
max: 2.5
|
||||
facteur: Très au delà de 5
|
||||
effets: Capacité de charge très supérieure à la charge de service
|
||||
pde: Improbable
|
||||
pde_qtra: 7
|
||||
- id: 2
|
||||
sort: 1
|
||||
min: 2.5
|
||||
max: 4.5
|
||||
min: 3
|
||||
max: 5.5
|
||||
facteur: Au delà de 5
|
||||
effets: Capacité de charge supérieure à la charge de service
|
||||
pde: Très faible
|
||||
pde_qtra: 6
|
||||
- id: 3
|
||||
sort: 2
|
||||
min: 5
|
||||
max: 7
|
||||
min: 6
|
||||
max: 8.5
|
||||
facteur: Entre 4 et 5
|
||||
effets: >-
|
||||
Capacité de charge normalement (coef moyen) supérieure à la charge de
|
||||
@ -31,8 +31,8 @@ results:
|
||||
pde_qtra: 5
|
||||
- id: 4
|
||||
sort: 3
|
||||
min: 7.5
|
||||
max: 9.5
|
||||
min: 9
|
||||
max: 11.5
|
||||
facteur: Entre 2 et 4
|
||||
effets: >-
|
||||
Capacité de charge supérieure à la charge de service mais sous le coef
|
||||
@ -41,23 +41,23 @@ results:
|
||||
pde_qtra: 4
|
||||
- id: 5
|
||||
sort: 4
|
||||
min: 10
|
||||
max: 12
|
||||
min: 12
|
||||
max: 14.5
|
||||
facteur: Entre 1 et 2
|
||||
effets: Capacité de charge s'approchant de la charge de service
|
||||
pde: Echec possible sous contraintes anormales
|
||||
pde_qtra: 3
|
||||
- id: 6
|
||||
sort: 5
|
||||
min: 12.5
|
||||
max: 14.5
|
||||
min: 15
|
||||
max: 17.5
|
||||
facteur: ~ 1
|
||||
effets: Capacité de charge plus ou moins égale à la charge de service
|
||||
pde: Echec possible sous contraintes courantes
|
||||
pde_qtra: 2
|
||||
- id: 7
|
||||
sort: 6
|
||||
min: 15
|
||||
min: 18
|
||||
max: null
|
||||
facteur: < 1
|
||||
effets: Charge de service supérieure à la capacité de charge
|
||||
@ -68,16 +68,20 @@ questions:
|
||||
sort: 0
|
||||
title: Matériau résiduel (PRBS)
|
||||
answers:
|
||||
- id: 1
|
||||
- id: 21
|
||||
sort: 0
|
||||
title: '= 25%'
|
||||
title: De 100% à 75%
|
||||
weight: 1
|
||||
- id: 2
|
||||
- id: 1
|
||||
sort: 1
|
||||
title: De 75% à 25% ou Cavité asymétrique
|
||||
weight: 1.5
|
||||
- id: 2
|
||||
sort: 2
|
||||
title: de 25 à 10 %
|
||||
weight: 2
|
||||
- id: 3
|
||||
sort: 2
|
||||
sort: 3
|
||||
title: < 10 %
|
||||
weight: 4
|
||||
- id: 11
|
||||
@ -95,14 +99,14 @@ questions:
|
||||
- id: 8
|
||||
sort: 2
|
||||
title: Faibles croissance accrue
|
||||
weight: 2
|
||||
weight: 3
|
||||
- id: 9
|
||||
sort: 3
|
||||
title: Sans croissance accrue
|
||||
weight: 5
|
||||
- id: 12
|
||||
sort: 2
|
||||
title: Rapport H/D (+-20% de marge)
|
||||
title: Rapport H/D
|
||||
answers:
|
||||
- id: 10
|
||||
sort: 0
|
||||
@ -126,31 +130,31 @@ questions:
|
||||
weight: 4
|
||||
- id: 13
|
||||
sort: 3
|
||||
title: Organes de soutiens structurels
|
||||
title: Organes de soutien structurel
|
||||
answers:
|
||||
- id: 15
|
||||
sort: 0
|
||||
title: OSS caractérisés et intègres
|
||||
title: Caractérisés et intègres
|
||||
weight: 1
|
||||
- id: 16
|
||||
sort: 1
|
||||
title: OSS relatifs et intègres
|
||||
title: Relatifs et intègres
|
||||
weight: 2
|
||||
- id: 17
|
||||
sort: 2
|
||||
title: OSS caractérisés, partiellement dégradés
|
||||
title: Caractérisés, partiellement dégradés
|
||||
weight: 3
|
||||
- id: 18
|
||||
sort: 3
|
||||
title: OSS relatifs et partiellement dégradés
|
||||
title: Relatifs et partiellement dégradés
|
||||
weight: 4
|
||||
- id: 19
|
||||
sort: 4
|
||||
title: OSS insuffisants et intègres
|
||||
title: Insuffisants et intègres
|
||||
weight: 5
|
||||
- id: 20
|
||||
sort: 5
|
||||
title: OSS insuffisants et dégradés
|
||||
title: Insuffisants et dégradés
|
||||
weight: 6
|
||||
---
|
||||
|
Reference in New Issue
Block a user