You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: motivation.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Q) **Anyone** can create **any** type of index. What do we make of it?🤔
21
21
With a series of discussion and feedback from stakeholder engagement interviews, we learned that communities and various interest groups have already been using various tools to portray themselves in ways that favor them. Our tool can indeed empower under-resourced communities to make a more compelling cases to decision makers by utilizing data-driven index and its intuitive visualization. We further decided *not* to offer the option of adjusting weights assigned to indicators as a default feature. This can mitigate the concern of tuning the index value by arbitrarily changing the weight assigned to constituting indicators.
22
22
23
23
Q) How do we empower technically less experienced users to the greatest extent?
24
-
- We have spoken with lots of substance-matter experts in the water reuse field who do not use data-analyses much in daily tasks. We thought it is important to make sure that our products can reach the public beyond the data scientists. To address the concern, our website allows end-users to interact with the index by selecting what goes in to calculate the index, and allowing them to download the re-calculated index.
24
+
- We have spoken with lots of subject matter experts in the water reuse field, who do not use dataanalyses much in daily tasks. We thought it is important to make sure that our products can reach the public beyond the data scientists. To address the concern, our website allows end-users to interact with the index by selecting what goes in to calculating the index, and allowing them to download the re-calculated index.
25
25
26
26
Q) Why PCA over othe dimensionality-reduction methodologies?
27
27
- After a robust literature review, we have explored different options of calculating index. While there were many compelling methods like archetypal analysis, [ToxiPi](https://github.com/uwescience/WaterReuseDSSG2024/blob/99457ddc865665cc959418b318d7c2a2ddc3819f/code/create_index/toxpi-wrapper.R#L7), we decided to provide weighted-average PCA as a default. This is because PCA provided the most transparent pipeline and allowed subject-matter expert (web-creator) to assign weights.
@@ -50,7 +50,7 @@ Check out our use cases below ⬇️
50
50
<td><b>Water reuse researcher (Carolyn)</b></td>
51
51
<td>Carolyn researches water reuse; wants to create an index quantifying potential for reuse across US counties</td>
52
52
<td>Provide cleaned datasets; use output to map index, make a visualization of that input (map) available to nontechnical users via a website</td>
53
-
<td>Ability to load datasets; checks notifying whether datasets are in a format that GeoNDXR can work with; clear functions & workflow to output HTML pages; clear user guide specifying her options with the output | High, focused in R; wants streamlined features to enable focus elsewhere (she doesn’t want to do web dev)</td>
53
+
<td>Ability to load datasets; checks notifying whether datasets are in a format that GeoNDXR can work with; clear functions & workflow to output HTML pages; clear user guide specifying her options with the output. | High, focused in R; wants streamlined features to enable focus elsewhere (she doesn’t want to do web dev)</td>
54
54
</tr>
55
55
<tr>
56
56
<td><b>Data journalist (Sarah)</b></td>
@@ -68,7 +68,7 @@ Check out our use cases below ⬇️
68
68
<td><b>Climate policy researcher (Joe)</b></td>
69
69
<td>Joe is a climate policy researcher at a university. He wants to aggregate different climate risks, produce an index, and make a visualization available to nontechnical users on his GitHub to showcase his work</td>
70
70
<td>Provide cleaned datasets; use output to map index, make a visualization of that input (map) available to nontechnical users via a website</td>
71
-
<td>Ability to load datasets; checks notifying whether datasets are in a format that GeoNDXR can work with; clear functions & workflow to output HTML pages; clear user guide specifying her options with the output; ability to customize output; transparently explain how indices are calculated | High; focused in R; wants a streamlined workflow for index generation but would like flexibility in display options, optimized for GitHub</td>
71
+
<td>Ability to load datasets; checks notifying whether datasets are in a format that GeoNdxR can work with; clear functions & workflow to output HTML pages; clear user guide specifying her options with the output; ability to customize output; transparently explain how indices are calculated | High; focused in R; wants a streamlined workflow for index generation but would like flexibility in display options, optimized for GitHub</td>
@@ -108,8 +108,8 @@ Check out our use cases below ⬇️
108
108
</tr>
109
109
<tr>
110
110
<td><b>Gambia National Water and Electricity Company (NAWEC) Employee</b></td>
111
-
<td></td>
112
-
<td>The company is planning to build an index that will help them identify the regions in need of wastewater treatment facilities. As the analyst at the company, he needs a tool that he can use to create the index and display it on an interactive web application.</td>
111
+
<td>The utility company is planning to build an index that will help them identify the regions in need of wastewater treatment facilities.</td>
112
+
<td> As the analyst at the company, he needs a tool that he can use to create the index and display it on an interactive web application.</td>
113
113
<td>He has years of experience working with data and R.</td>
0 commit comments