diff --git a/source/examples/DQ/dataquality.yml b/source/examples/DQ/dataquality.yml new file mode 100644 index 00000000..e0091c7b --- /dev/null +++ b/source/examples/DQ/dataquality.yml @@ -0,0 +1,24 @@ + + +dataQuality: + declarative: + - dimension: accuracy + displaytitle: + - en: Data Accuracy (percent) + description: + - en: >- + Data Accuracy ensures the data product reflects the real-world + entities or events it represents, minimizing errors and providing + reliable insights. + objective: 98 + unit: percentage + executable: + - dimension: accuracy + type: SodaCL + reference: https://docs.soda.io/soda-cl/soda-cl-overview.html + spec: + - require_unique(member_id) + - require_range(age_band, 18, 100) + + + diff --git a/source/examples/SLA/sla.yml b/source/examples/SLA/sla.yml new file mode 100644 index 00000000..ef54a549 --- /dev/null +++ b/source/examples/SLA/sla.yml @@ -0,0 +1,26 @@ + + +SLA: + declarative: + - dimension: uptime + displaytitle: + - en: Uptime + objective: 99 + unit: percent + executable: + - dimension: uptime + type: prometheus + reference: 'https://prometheus.io/docs/prometheus/latest/querying/basics/' + spec: |- + avg_over_time( + ( + sum without() (up{job="prometheus"}) + or + (0 * sum_over_time(up{job="prometheus"}[7d])) + )[7d:5m] + ) + support: + phoneNumber: '+971508976456' + phoneServiceHours: Mon-Fri 8am-4pm (GMT) + email: support@opendataproducts.org + emailServiceHours: Mon-Fri 8am-4pm (GMT) diff --git a/source/images/logo-dps-2024.png b/source/images/logo-dps-2024.png new file mode 100644 index 00000000..72e94b58 Binary files /dev/null and b/source/images/logo-dps-2024.png differ diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index 79762391..71269c40 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -29,7 +29,7 @@ under the License. - +
- <%= image_tag "logo-dps-new.png", class: 'logo' %> + <%= image_tag "logo-dps-2024.png", class: 'logo' %> <% if language_tabs.any? %>
<% language_tabs.each do |lang| %> diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index 053a3190..1a685127 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -358,9 +358,9 @@ html, body { padding-bottom: 0.5em; margin-bottom: $h1-margin-bottom; margin-top: 2em; - border-top: 1px solid #ccc; - border-bottom: 1px solid #ccc; - background-color: #f60; + border-top: 1px solid #FCB601; + border-bottom: 1px solid #FCB601; + background-color: #5F1C87; margin-right: 1px; }