diff --git a/.github/workflows/data-lint.yml b/.github/workflows/data-lint.yml deleted file mode 100644 index 67212cd..0000000 --- a/.github/workflows/data-lint.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: data-lint - -on: - push: - branches: - - main - pull_request: - branches: - - main - -jobs: - data-lint: - name: data-lint - runs-on: ubuntu-latest - # @TODO: eventually remove this continue-on-error: true - continue-on-error: true - - steps: - - name: Check out Git repository - uses: actions/checkout@v3 - - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: 3.9 - - - run: pip install frictionless - - - run: frictionless validate datapackage.json - - # - name: Run linters - # uses: wearerequired/lint-action@v2 - # with: - # black: true - # flake8: true diff --git a/datapackage.json b/datapackage.json index d2adf32..22638bb 100644 --- a/datapackage.json +++ b/datapackage.json @@ -244,14 +244,14 @@ }, "sources": [ { - "title": "WHO Collaborating Centres Global database (automated web scraping)", + "title": "WHO Collaborating Centres (automated web scraping)", "path": "https://apps.who.int/whocc/Search.aspx" } ] }, { "path": "data/who-icd-crosswalk.tm.hxl.csv", - "name": "who-icd-crosswalk", + "name": "who_icd_crosswalk", "profile": "tabular-data-resource", "scheme": "file", "format": "csv", @@ -299,7 +299,7 @@ }, { "path": "data/woah-cmn-a.tm.hxl.csv", - "name": "woah-cmn-a", + "name": "woah_cmn_a", "profile": "tabular-data-resource", "scheme": "file", "format": "csv", diff --git a/i18n/en/translation.yml b/i18n/en/translation.yml index 0fbd82a..54663ed 100644 --- a/i18n/en/translation.yml +++ b/i18n/en/translation.yml @@ -10,3 +10,36 @@ section_general_concepts_title: General concepts section_data_title: Data section_software_title: Software +# TO DO: to organize later + +compilatio: + # General sections + software: "Software" + software__descriptioni: >- + Lorem ipsum dolor sit amet, consectetur adipiscing elit. + Maecenas molestie tellus quis magna luctus, a consectetur eros dictum. + locum_scientificum_inquisitionis: "Research" + locum_scientificum_inquisitionis__descriptioni: >- + Research centers and laboratories by place + nomenclatura_et_vocabularium: "Nomenclature, controlled vocabularies and referential codes" + nomenclatura_et_vocabularium__descriptioni: >- + + terminologia_multilinguae: "Multilingual terminologies" + terminologia_multilinguae__descriptioni: >- + + # The dataset compilations + github_topics: GitHub Topics + biosafety_levels: Biosafety levels + biosafety_level_4_laboratories: Biosafety level 4 facilities + who_collaborating_centres: World Health Organization Collaborating Centres + who_icd_crosswalk: International Classification of Diseases (ICD) terminology crosswalks + woah_cmn_a: Old Classification of Diseases Notifiable to the OIE – List A + woah_cmn_b: Old Classification of Diseases Notifiable to the OIE – List B + woah_reference_laboratories: World Organisation for Animal Health Reference Laboratories +# TODOs +# - https://gitlab.com/explore/projects/topics/bioinformatics +# - https://gitlab.com/explore/projects/topics/syndromic-surveillance +# - https://gitee.com/explore/topic/bioinformatics +# - https://gitee.com/explore/topic/syndromic-surveillance +# - https://www.demo2s.com/javascript/jquery-make-an-xmlhttprequest-on-wikidata.html +# - https://www.wikidata.org/wiki/Wikidata:Data_access diff --git a/i18n/mul.yml b/i18n/mul.yml index a739505..d3a23fa 100644 --- a/i18n/mul.yml +++ b/i18n/mul.yml @@ -6,7 +6,8 @@ bcp47: mul # ______________________________________________________________________ # @TODO move to i18n/mul/translation.yml featured_compilations: - - id: locum_scientificum_inquisitionis # Trigger warning: dog latin + - name: locum_scientificum_inquisitionis + id: locum_scientificum_inquisitionis # Trigger warning: dog latin resources: - name: biosafety-level-4-laboratories id: biosafety_level_4_laboratories @@ -17,14 +18,16 @@ featured_compilations: - name: woah-reference-laboratories id: woah_reference_laboratories - - id: nomenclatura_et_vocabularium + - name: nomenclatura_et_vocabularium + id: nomenclatura_et_vocabularium resources: - name: who-icd-crosswalk id: who_icd_crosswalk # - name: "{{ 'section_data_title' | t }}" # id: woah_cmn_a - - id: terminologia_multilinguae + - name: terminologia_multilinguae + id: terminologia_multilinguae resources: - name: biosafety_levels id: biosafety_levels @@ -36,3 +39,9 @@ featured_compilations: id: woah_cmn_b # - name: "{{ 'section_data_title' | t }}" # id: woah_cmn_a + + - name: software + id: software # Trigger warning: dog latin + resources: + - name: github_topics + id: github_topics diff --git a/index.template.html b/index.template.html index cb575cd..07d3914 100644 --- a/index.template.html +++ b/index.template.html @@ -31,6 +31,30 @@

{{ 'project_title' | t }}

--> +
+ +
+ {% comment %} @@ -39,14 +63,33 @@

{{ 'project_title' | t }}

{% endcomment %} {% for section in site.i18n.mul.featured_compilations %} -
+
+
-

{{ section.id | t }}

+ +
+
+
+ Bootstrap Themes +
+
+

{{ section.name | prepend: 'compilatio.' | t }}

+

+ {{ section.id | prepend: 'compilatio.' | append: '__descriptioni' | t }} +

+ +
+
+
{% for item in section.resources -%}
-

{{ item.name | t }}

+

{{ item.id | prepend: 'compilatio.' | t }}

-
+
+
-

locum_scientificum_inquisitionis

+ +
+
+
+ Bootstrap Themes +
+
+

Research

+

+ Research centers and laboratories by place +

+ +
+
+
-
+
+
-

nomenclatura_et_vocabularium

+ +
+
+
+ Bootstrap Themes +
+
+

Nomenclature, controlled vocabularies and referential codes

+

+ +

+ +
+
+
-

who-icd-crosswalk

+

International Classification of Diseases (ICD) terminology crosswalks

-
+
+
-

terminologia_multilinguae

+ +
+
+
+ Bootstrap Themes +
+
+

Multilingual terminologies

+

+ +

+ +
+
+
-

woah-cmn-a

+

Old Classification of Diseases Notifiable to the OIE – List A

-

woah-cmn-b

+

Old Classification of Diseases Notifiable to the OIE – List B

+
+
+
+ +
+
+
+ Bootstrap Themes +
+
+

Software

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas molestie tellus quis magna luctus, a consectetur eros dictum. +

+ +
+
+
+
+ + +
+ @@ -289,6 +488,9 @@

woah-cmn-b

+ + +