md `
<p class="subheader">Domain Problem and Data Characterization</p>
1. What **domain** is the visualization coming from?
The domain which this visualization refers to is how life expectancy changes with health care expenditure by country.
We are ultimately trying to identify which countries are effective in the funding which they provide to healthcare
in their countries. This visualization highlights the US in order to compare other countries to US trends.
2. What domain specific **vocabulary** is used in the work?
In this work, they use terminology such as 'health care expenditure' and 'life expectnacy', which are terms specific
to the domain of public health.
3. Who is the pertinent **target audience** within this domain?
The target audience of this domain could be healthcare professionals, those in charge of allocating healthcare
resources in the United States, or even citizens of the US who are concerned with the quality of care provided
by our current healthcare systems.
4. What **specific questions** does the target audience hope to answer?
How effective is the healthcare funding in my country, in comparison to others? Does our life expectancy raise as
we spend more on healthcare?
Based on those questions you've identified (based on the _audience_, in a particular _domain_), you are ready to move into the next stage in the design model.
<p class="subheader">Operation and Data Type Abstraction</p>
1. What generic _operations_ are required to answer the question(s) identified above? Indicate whether each operation is a _high-level_ or _low-level_ task, as described by Amar and Stasko (in the Munzner paper).
In this paper, the operations which are invovled are evaluating the different levels of spending, within the healthcare
domain, and identifying how that changes the number of years someone is expected to live. This is a high level task, is it aims to indentify general trends between two factors, and eliminate uncertainty about the methods of funding
healthcare in the United States.
2. What are the data types present in the data (e.g., categorical, continous, etc.)?
The value which is presented is both categorical and continuous. Expenditure and Life expectancy are both continuous,
and country is discrete / categorical.
Based on the required operations and data type, you are ready to consider available encodings.
<p class="subheader">Visual Encoding and Interaction Design</p>
1. Which visual encodings and interactions were selected to support the tasks identified in the previous step?
This tool uses scale, color, and spatial relationships on a line chart, which shows the change in life expectncy by
expenditure. The color encoding allows a user to highlight a given country, and compare it to the US, which is always
highlighted. The spatial distribution of the lines asserts a general trend between the two factors, for which the US
is a clear outlier.
2. We'll discuss this more in next week's notebook, but based on your current knowledge, do you believe these encodings and interactions allow users to sufficiently accomplish their tasks?
Yes, considering the data for the United States clearly differs from the other countries, it is easy to understand
that other countries provide more effective use of their healthcare funding.
<p class="subheader">Algorithm Design</p>
If any information is available on the algorithm design used to build the visualization, please make note of it here (if not, no worries).
`