Skip to content

Commit

Permalink
Merge pull request #6354 from OCHA-DAP/dev
Browse files Browse the repository at this point in the history
dev into prod
  • Loading branch information
danmihaila authored Jun 10, 2024
2 parents a91e364 + bfdc5a5 commit 2bd6d45
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'HERO_SECTION_DESCRIPTION': '''HDX HAPI is in beta phase, and we are seeking feedback. To share your thoughts or join our slack channel, send an email to <a href="{0}" title="Contact us">[email protected]</a>.''',

'DATA_COVERAGE_SECTION_TITLE': '''Data Coverage''',
'DATA_COVERAGE_SECTION_DESCRIPTION': '''Our initial coverage aligns with the data included in the <a href="{0}" target="_blank" data-module="hdx_click_stopper" data-module-link_type="hapi data coverage description" title="HDX Data Grids">HDX Data Grids</a>, which places the most important crisis data into six categories and 10 sub-categories. Our beta version of HDX HAPI covers 44 indicators across 25 locations that have a <a href="{1}" target="_blank" title="Humanitarian Response Plan" data-module="hdx_click_stopper" data-module-link_type="hapi data coverage description">Humanitarian Response Plan</a>. This data has been shared by 9 different contributing organisations.''',
'DATA_COVERAGE_SECTION_DESCRIPTION': '''Our initial coverage aligns with the data included in the <a href="{0}" target="_blank" data-module="hdx_click_stopper" data-module-link_type="hapi data coverage description" title="HDX Data Grids">HDX Data Grids</a>, which places the most important crisis data into six categories and 10 sub-categories. Our beta version of HDX HAPI covers 44 indicators across 25 locations that have a <a href="{1}" target="_blank" title="Humanitarian Response Plan" data-module="hdx_click_stopper" data-module-link_type="hapi data coverage description">Humanitarian Response Plan</a>. This data has been shared by nine different contributing organisations.''',
'DATA_COVERAGE_SECTION_PARAGRAPH': '''Refer to the <a href="{0}" target="_blank" data-module="hdx_click_stopper" data-module-link_type="hapi data coverage description" title="HAPI - The Humanitarian API">documentation</a> for the latest coverage. <a href="{1}" data-module="hdx_click_stopper" data-module-link_type="hapi data coverage description" title="Contact us">Contact us</a> to request additional indicators in future versions of HDX HAPI.''',

'BE_INSPIRED_SECTION_TITLE': '''Be Inspired''',
Expand All @@ -27,7 +27,7 @@
'BE_INSPIRED_CARD_TITLE_CHATBOT': '''Chatbot''',
'BE_INSPIRED_CARD_TEXT_CHATBOT': '''An early stage AI chatbot developed with DataKind to ask questions about the data.''',
'BE_INSPIRED_CARD_BUTTON_CHATBOT': '''Learn more''',
'BE_INSPIRED_CARD_BUTTON_LINK_CHATBOT': '''#''',
'BE_INSPIRED_CARD_BUTTON_LINK_CHATBOT': '''https://www.datakind.org/our-domains/humanitarian-response/''',

'FAQ_SECTION_TITLE': '''FAQs''',

Expand Down Expand Up @@ -85,7 +85,7 @@
},
{
"category": "Population & Socio-economy",
"subcategory": "Population",
"subcategory": "Baseline Population",
"contributor": "United Nations Population Fund (UNFPA) and OCHA offices",
"link": "https://hdx-hapi.readthedocs.io/en/latest/data_usage_guides/population_and_socio-economy/#baseline-population"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'RESOURCES_CARD_TITLE_MAP': '''Signals Map''',
'RESOURCES_CARD_TEXT_MAP': '''See a visualiziation of present and historic Signals''',
'RESOURCES_CARD_BUTTON_MAP': '''Learn more''',
'RESOURCES_CARD_BUTTON_LINK_MAP': '''https://baripembo.github.io/viz-hdx-signals/''',
'RESOURCES_CARD_BUTTON_LINK_MAP': '''https://data.humdata.org/visualization/signals/''',

'RESOURCES_CARD_TITLE_DATASET': '''Download HDX Signals dataset on HDX''',
'RESOURCES_CARD_TEXT_DATASET': '''Explore the full HDX Signals dataset''',
Expand Down Expand Up @@ -68,7 +68,7 @@
SECTIONS_CONSTANTS = [
{'name': 'Signup', 'url': '#signup'},
{'name': 'Data Coverage', 'url': '#data-coverage'},
{'name': 'Signals map', 'url': 'https://baripembo.github.io/viz-hdx-signals/'},
{'name': 'Signals map', 'url': 'https://data.humdata.org/visualization/signals/'},
{'name': 'Resources', 'url': '#resources'},
{'name': 'FAQ', 'url': '#faq'},
]
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% asset 'hdx_theme/faq-scripts' %}

<div class="search-box">
<div class="search-box-title">Search FAQ:</div>
<div class="search-box-title">Search this page:</div>
<input id="faq-search" type="text" class="form-control">
<div id="search-no-results" style="display: none;">No results</div>
<div id="search-results" style="display: none;">
Expand Down
2 changes: 1 addition & 1 deletion ckanext-hdx_theme/ckanext/hdx_theme/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hdx_version = 'v1.82.0'
hdx_version = 'v1.82.1'

0 comments on commit 2bd6d45

Please sign in to comment.