1 / 75

INFO 424 Week 6

INFO 424 Week 6. Exams Review Preview New stuff. Flash Exam Friday. o pen book/notes/computer y ou’ll be able to use all 2 hours if you want them. Take Home Exam. 4.0! Why?. How you emulated the model. How this makes the result visually effective.

umed
Download Presentation

INFO 424 Week 6

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. INFO 424 Week 6 Exams Review Preview New stuff

  2. Flash Exam Friday open book/notes/computer you’ll be able to use all 2 hours if you want them

  3. Take Home Exam

  4. 4.0! Why?... How you emulated the model How this makes the result visually effective The label and numbers on the axis were a little bit lighter in the AP image, so I modified it to be the same. This removes the emphasis from the numbers, but still makes them visible enough for when the viewer wishes to see the more exact square footage. How this makes the result ‘informationally effective’ (how it conveys the message well) The light orange-red highlighting was used in an AP image (on the left side of the artboard) in order to convey an average. I tried to do the same here to demonstrate the visual technique, although I really have no concrete data to base my average on since none was given. …and innovative

  5. Review

  6. Choropleth map Store data in XML Draw with AS

  7. G R B

  8. Choropleth map Store data in XML Draw with AS

  9. <metadatas> <item id="Book 1"> <bookTitle>War and Peace</bookTitle> <bookAuthor>Leo Tolstoy</bookAuthor> </item> <item id="Book 2"> <bookTitle>Harry Potter</bookTitle> <bookAuthor>JK Rowling</bookAuthor> </item> </metadatas> varmyXML:XML; titleText_txt.text = myXML.item.(@id=='Book 1').bookTitle; titleText_txt.text = myXML.item[0].bookTitle;

  10. Choropleth map Store data in XML Draw with AS

More Related