Skip to content

Commit

Permalink
more writeup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexziweiwang committed Apr 14, 2020
1 parent 2f59605 commit a185e5b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pttp.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,21 @@ <h1 class="title">
<img src="pttp002.png" width="600" height="2200">


<h3>Encoding: </h3>
<p> In this map visualization, each symbol on the map is an art item. Color is the medium of that art as shown in the legend.
</p>

<h3>Potential wrangling: </h3>
<p> Since there are many mediums in the raw data, and there are actually groups of same mediums with slight different details, in the future the data could be merged into same large categories of mediums.
For example, all the bronze, or all of the steel items could be merged into one larger "bronze" or "steel" group, and further filtering option could help for the subgroups.</p>

<h3>Potential interactivities: </h3>
<p> The symbols on the map could be designed as hovering by and show details such as artist, display titles, creation date and more. </P>
<p> There could also be filtering options provided on the website, like by artist, by display, by creation date, or by medium. Then the user could look for art items conditionally.</p>

<h2>Potential possibilities of other graphs: </h2>
<p> There could be another graph according to the user's choice, so that the information of creation date could be applied in a time plot, maybe in a heatmap.</p>
<p> As there are relationship of group and subgroup in the column of medium, there is also possibility of making a hierarchy graph. (For example metal -> Steel ->Painted Steel, etc.)</p>
</div>
<!-- End page content -->
</div>
Expand Down

0 comments on commit a185e5b

Please sign in to comment.