diff --git a/keypoints.png b/keypoints.png new file mode 100644 index 0000000..baa06ee Binary files /dev/null and b/keypoints.png differ diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..79dfa18 Binary files /dev/null and b/screenshot.png differ diff --git a/week10.md b/week10.md index e69de29..2c34a88 100644 --- a/week10.md +++ b/week10.md @@ -0,0 +1,17 @@ +For this weeks reflection I will talk about this academic paper: + +"Data Changes Everything: Challenges and Opportunities in Data Visualization Design Handoff" https://ieeexplore.ieee.org/document/8816695 + +This paper starts of by showing that there can be a gap between developers and designers when creating a vizulizations. And this gap can be caused by differnt factors including the data and tools used when working together. They look at the problem and draw information from 5 differnt project working on differnt data visulizations, and evaluate what the challenges are across these projects. + +they then go into details about the process of creating a large data visualization, Starting of by having a group of people that share a set of skills and together, and as the project moves on it becomes more segmented. This process is comparable to the sofware development process inlvolving design and developlent pahses with multple iterations. + +They are able to identify 6 challenges that they faced when working on the 5 projects mentioned above: + +Adapting to data changes: This can affect the selection of graphics since they are data dependantl. +Anticipating edge cases: Edge cases can cause the mapping of the data to break. +Understanding technical constraints: This leads to uncertinty on the feasinility of the design. +Articulating Data-Dependent Interactions: This adds a level of complexity and dimesions to the data. +Communicating data mappings +Preserving Data Mapping Integrity across iterations +When working on complex projects data related problems can ocurre at all levels of the design process. And recomend the creation of mor powerfull tools that could be helpful during the developent process. diff --git a/week11.md b/week11.md index e69de29..b158027 100644 --- a/week11.md +++ b/week11.md @@ -0,0 +1,14 @@ +"Mapping Color to Meaning in Colormap Data Visualizations"- https://schlosslab.discovery.wisc.edu/wp-content/uploads/2018/09/SchlossGramazioSilvermanParkerWanginPress.pdf + +This paper focuses on how differnt colors affect the way people interpret colormaps. they argue that when a person reads a colormap such as weather maps, neural activity maps and so on, they have to form conceptual inferences from what they see. In order to test how people formed these inferences, they created a test where they used different color backgrounds. Finding the following assumptions: +![plot](keypoints.png) + +They designed two experiments to analize their hypothesis: + +1. In experiment 1 they evaluated how the background color influenced + inferred mappings when colormaps were constructed using various + standard color scales for visualization. + +2. Experiment 2 directly tested our hypothesis that there is an opaque-ismore bias. + +They concluded that, if the opacity is consistent then there is no effect on bias caused by the background color, but if the opacity does change on the color map, then there is a relationship between opacity, bias and background color. diff --git a/week12.md b/week12.md index e69de29..6b120ac 100644 --- a/week12.md +++ b/week12.md @@ -0,0 +1,15 @@ +Paper: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7918044 + +For this weeks research reflection I decided to look at big data ans what are some of the cahllenges and methods for vizualicing it. In the paper the author argue that visualizing data allows us to better understand trends in the data we are observing. One key point oberved in this study was that observing big data compared to using raw numbers improved decision making by 77%. +Among the challenged of big data visualizations they found: +1. semi/non formated data +2. Setting the dimensions of the data: when done wrong, patterns can be lost or missed +3. Sacalability is usually an issue + +Some of the suggested tools that they found helpful when visualizing big data were: +* Tableu +* Power BI +* Plotly +* Gephi +* Excel + diff --git a/week13.md b/week13.md index e69de29..7603233 100644 --- a/week13.md +++ b/week13.md @@ -0,0 +1,8 @@ +https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9495259 + +In this weeks data viz, the researchers argue that data visualizations have become a data format that is heavily shared and reused. +They are planing to use AI to approach this. + +There are three areas of focus that using AI can help on: Generation, Enhancement and Analisys + +![Screenshot](screenshot.png) diff --git a/week14.md b/week14.md index e69de29..87be5f9 100644 --- a/week14.md +++ b/week14.md @@ -0,0 +1,3 @@ +Title: Point grid map: a new type of thematic map for statistical data associated with geographic points + +This paper introduces a new method of representing multivariable data linked to geographical points, Traditional methods of representing the data often seem crowded and and difficult to read, instead they propose that a point grid is used to represent multiple variables. this method is more efficient and easier to read whhen multiple types of data are involved. This is tipically used for Social, economical and enviromental datapoints.