Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrodes committed Nov 26, 2024
1 parent dabe5d6 commit 61a77c5
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions etl/steps/data/garden/hmd/2024-11-19/hfd.meta.review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,19 @@ definitions:
title: |-
<% if birth_order == 'total' %>
<< title >> - Total
<%- elif birth_order == '5p' %>
<< title >> - Birth order: ≥5
<%- else %>
<< title >> - Birth order: << birth_order >>
<%- endif %>
title_age: |-
<% set age_str = '≤12' if age == '12-' else age %>
<% if birth_order == 'total' %>
<< title >> - Mother age: << age >> - Birth order: Total
<< title >> - Mother age: << age_str >> - All births
<% elif birth_order == '5p' %>
<< title >> - Mother age: << age_str >> - Birth order: ≥5
<%- else %>
<< title >> - Mother age: << age >> - Birth order: << birth_order >>
<< title >> - Mother age: << age_str >> - Birth order: << birth_order >>
<%- endif %>
common:
presentation:
Expand All @@ -53,7 +58,7 @@ tables:
variables:
tfr:
title: |-
<% set title = "Period total fertility rates" %>
<% set title = "Period total fertility rate" %>
{definitions.others.title}
description_short: |-
The average number of{definitions.others.bo_1} children a woman would have in her lifetime if she experienced the fertility rates of a specific year.
Expand All @@ -64,7 +69,7 @@ tables:

tfr40:
title: |-
<% set title = "Period total fertility rates by age 40" %>
<% set title = "Period total fertility rate by age 40" %>
{definitions.others.title}
description_short: |-
The average number of{definitions.others.bo_1} children a woman would have by age 40 if she experienced the fertility rates of a specific year.
Expand All @@ -74,7 +79,7 @@ tables:

adjtfr:
title: |-
<% set title = "Tempo-adjusted total fertility rates" %>
<% set title = "Tempo-adjusted total fertility rate" %>
{definitions.others.title}
description_short: |-
<% if birth_order == 'total' %>
Expand Down Expand Up @@ -303,7 +308,7 @@ tables:

ppr:
title: |-
Cohort parity progression ratios - << birth_order | int >> to << (birth_order | int) + 1 >> birth
Cohort parity progression ratio - << (birth_order | int) - 1 >> to << (birth_order | int) >> birth
description_short: |-
<% if birth_order == '1' %>
Probability of giving birth to a first child.
Expand All @@ -321,9 +326,9 @@ tables:

period_ages:
variables:
asfr:
asfr_period:
title: |-
<% set title = "Period fertility rates" %>
<% set title = "Period fertility rate" %>
{definitions.others.title_age}
description_short: |-
Age-specific fertility rates for each calendar year, measured in completed years of age.
Expand All @@ -335,9 +340,9 @@ tables:

cohort_ages:
variables:
asfr:
asfr_cohort:
title: |-
<% set title = "Cohort fertility rates" %>
<% set title = "Cohort fertility rate" %>
{definitions.others.title_age}
unit: "births per woman"
description_short: |-
Expand Down

0 comments on commit 61a77c5

Please sign in to comment.