32146 DVVA

Graph Visualization Design (40%) – 32146 DVVA
This assignment requests each student to design a graph visualization to satisfy a list of specific
user’s requirements. In the design, students are required to select an appropriate graph layout
method and to create a set of optimized graphical properties that are mapping to a set of data’s
domain-specific attributes for better readability and understanding of the relational data
structure as well as six data’s attributes. This mapping is called as "attributed data
visualization", or infographics design, or figurative visualization.
You are also required to design a particular navigation scheme that includes the viewing
scheme and interaction scheme. Each student is required to submit a Design Report to address
the following questions. The weight of Design Report is 40%.
Note that this design includes (only) the design of "Visual Transformation (or Visual
Mapping)" and the design of "View Transformation (or Navigation)", according to the above
diagram.
General Requirement:
You are required to design a graph (network) visualization of the "flights” data as shown below.
The expected visualization can clearly show not only the flight‘s <From -> To> relational
structure, but also the other properties (attributes) associated with each flight.
Furthermore, this new visualization should be cooperated with a efficient navigation (browsing

代写32146 DVVA作业
or zooming) mechanism to enable users to view the detail of a particular focusing area of the
visualization. For example, through the navigation, the user could be then able to see the detail
of domain-specific attributes of a "flight" behind the infographics.
The Dataset
This flights dataset is not only a "relational" dataset, but also a "multidimensional" dataset. Of
course, we could simply use the parallel-coordinate visualization to represent this dataset, while
use the polylines to represent the <From -> To> relationships. The Figure below shows such
type of the visualization:
Obviously, this polyline-based network visualization does not achieve the high readability. It
contains too many edge-crossings or visual clutts. Therefore, we need to use the traditional
graph visualization methods to show the <From -> To> relationships, while to apply
"attributed data visualization" methods to show the domain-specific attributes of data itself.
Detailed Specification:
1. Select a graph visualization metaphor that you believe is most appropriate to be used
to represent the flights data. Providing support statement (or arguments) to convince
others about your selection. (4%)
2. Describe the high level model (or framework) of the visualization to be designed. The
model will show the main characteristics of the visual data processing.
a. Briefly describe the cycle of visual data processing with your proposed model.
(4%)
3. Specification of the design of visualization. If using force-directed method, then
describe the layout technique to be used for graph drawing. (2%)
a. Layout design specification, including (but not limited) the following details:
i. How to deal with the edge-crossing problem (if using a node-link
diagram), (2%)
ii. How to deal with the objects node-overlap problem, (2%)
iii. How to enhance the readability of the layout, (2%)
iv. Labelling techniques. (1%)
b. Graphics design specification, including (but not limited) the following details
i. Graphic objects design, (1%)
ii. Graphic attributes design (and partitioning), (4%)
iii. How to map domain-specific attributes to graphic attributes (2%),
iv. How to address the data scale problem, particularly in dealing with the
computational cost for running a selected layout algorithm (2%)
v. How to enhance the readability of domain-specific attributes (2%)
4. Specification of the design of an associated navigation scheme that includes the
viewing scheme and interaction scheme. (2%)
a. View Transformations specification, including (but not limited) the following
details:
i. In-between views design and transformation algorithm, (2%)
ii. Animated viewing algorithm, if it is involved (optional), (2%*)
iii. Human cognition process consideration during view transformations.
(3%)
b. HCI design specification, including (but not limited) the following details:
i. Evaluate the efficiency of selected navigation mechanism by using
Fitts‘s law and a usability study. (3%)
* Note that there are 5% bonus marks to the optional requirements.
Flights data with six attributes:
+---------+---------------+--------------+--------+---------+------------+
| AirSpace| From_City | To_City | Price | Aircraft| Engine |
| Class | | | | Model | Model |
+---------+---------------+--------------+--------+---------+------------+
| B| Sydney | Melbourne | 180.00 | A330-203| CF6-80E142 |
| A| Sydney | Brisbane | 170.00 | A330-202| CF6-80E142 |
| B| Sydney | Canberra | 120.00 | B737-3B7| CFM56-3B1 |
| B| Canberra | Sydney | 120.00 | B737-476| CFM-56-3 |
| A| Sydney | Newcastle | 90.00 | A320-232| V2527-5A |
| A| Newcastle | Sydney | 90.00 | A320-232| V2527-5A |
| B| Sydney | Broken Hill | 130.00 | A320-232| V2527-5A |
| B| Broken Hill | Sydney | 130.00 | A320-232| V2527-5A |
| C| Melbourne | Sydney | 180.00 | A330-243| 772B-60 |
| B| Melbourne | Canberra | 140.00 | A320-232| V2527-5A |
| B| Canberra | Melbourne | 140.00 | A320-232| V2527-5A |
| A| Melbourne | Adelaide | 175.00 | B737-3B7| CFM56-3B1 |
| A| Melbourne | Hobart | 130.00 | A320-232| V2527-5A |
| A| Melbourne | Bendigo | 70.00 | B717-200| Unknown |
| A| Bendigo | Melbourne | 70.00 | B717-200| Unknown |
| A| Melbourne | Launceston | 100.00 | B737-3B7| CFM56-3B1 |
| C| Adelaide | Melbourne | 175.00 | B737-3B7| CFM56-3B1 |
| C| Adelaide | Broken Hill | 100.00 | A320-232| V2527-5A |
| C| Broken Hill | Adelaide | 100.00 | A320-232| V2527-5A |
| D| Adelaide | Perth | 220.00 | A330-203| CF6-80E142 |
| D| Adelaide | Darwin | 230.00 | A330-203| CF6-80E142 |
| D| Darwin | Adelaide | 230.00 | A330-203| CF6-80E142 |
| E| Darwin | Alice Springs| 120.00 | B737-476| CFM-56-3 |
| E| Alice Springs | Darwin | 120.00 | B737-476| CFM-56-3 |
| D| Perth | Adelaide | 220.00 | A330-203| CF6-80E142 |
| C| Perth | Albany | 100.00 | A320-232| V2527-5A |
| C| Perth | Kalgoorlie | 80.00 | A320-232| V2527-5A |
| C| Perth | Broome | 90.00 | A320-232| V2527-5A |
| B| Albany | Perth | 100.00 | A320-232| V2527-5A |
| C| Kalgoorlie | Perth | 80.00 | A320-232| V2527-5A |
| B| Broome | Perth | 90.00 | B737-476| CFM-56-3 |
| B| Launceston | Melbourne | 100.00 | B737-476| CFM-56-3 |
| B| Launceston | Hobart | 80.00 | A320-232| V2527-5A |
| A| Hobart | Melbourne | 130.00 | B737-3B7| CFM56-3B1 |
| A| Hobart | Launceston | 80.00 | A320-232| V2527-5A |
| B| Brisbane | Sydney | 170.00 | A330-203| CF6-80E142 |
| A| Brisbane | Mt Isa | 170.00 | B737-3B7| CFM56-3B1 |
| A| Brisbane | Rockhampton | 180.00 | B737-3B7| CFM56-3B1 |
| A| Brisbane | Cairns | 230.00 | A330-203| CF6-80E142 |
| B| Brisbane | Darwin | 240.00 | A330-203| CF6-80E142 |
| A| Mt Isa | Brisbane | 170.00 | A330-202| CF6-80E142 |
| B| Rockhampton | Brisbane | 180.00 | A330-202| CF6-80E142 |
| A| Cairns | Brisbane | 230.00 | A330-203| CF6-80E142 |
| A| Darwin | Brisbane | 240.00 | A330-203| CF6-80E142 |
| B| Mt Isa | Darwin | 120.00 | B737-3B7| CFM56-3B1 |
| B| Darwin | Mt Isa | 120.00 | B737-3B7| CFM56-3B1 |
| B| Adelaide | Pt Augusta | 50.00 | B717-200| Unknown |
| C| Pt Augusta | Adelaide | 50.00 | B717-200| Unknown |
+----------+---------------+---------------+--------+-------+------------+

因为专业,所以值得信赖。如有需要,请加QQ:99515681 或邮箱:[email protected]

微信:codehelp

原文地址:https://www.cnblogs.com/clga/p/11604329.html

时间: 2024-10-11 03:48:24

32146 DVVA的相关文章

jsdgdsgdsgfdhgdfhgfdggsdfg

http://www.chinaida.com/space/?28539/log/37769 http://www.chinaida.com/space/?28539/log/37768 http://www.chinaida.com/space/?28539/log/37767 http://www.chinaida.com/space/?28539/log/37766 http://www.chinaida.com/space/?28539/log/37764 http://www.chin

zabbix安装故障点分析

故障点分析:故障一:  2637:20151009:050431.719 [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: YES)  2637:20151009:050431.719 database is down: reconnecting in 10 seconds权限问题,执行下面的SQL语句.MariaD

azofhk篆住滋妆准追

http://www.readnovel.com/novel/16462/27158.html http://www.readnovel.com/novel/16462/27159.html http://www.readnovel.com/novel/16462/27160.html http://www.readnovel.com/novel/16462/27161.html http://www.readnovel.com/novel/16462/27162.html http://www

zabbix安装报错

故障一:  2637:20151009:050431.719 [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: YES)  2637:20151009:050431.719 database is down: reconnecting in 10 seconds权限问题,执行下面的SQL语句.MariaDB [(no

IPC消息从发送者传递到接收者的过程

以Render进程向Browser进程发送IPC消息的情景为例,IPC::Sender即为RenderThreadImpl,而IPC::Listener即为RenderProcessHostImpl.IPC::Sender既可以通过ChannelProxy发送IPC消息,也可以通过SyncChannel发送IPC消息.两者的区别在于后者可以发送同步IPC消息.所谓同步IPC消息就是发送者将IPC消息发送给接收者之后,会等待接收者回复一个IPC消息.虽然原则上我们建议使用异步IPC消息,但是某些情

壳滥帕锌掌jzm57i097925

员工持股启动 中国企业改革与发展研究会副会长李锦向记者表示:"员工持股无疑是今年国资改革的重点,也是亮点之一,它是混合所有制改革的一个重要形式和突破口,可以很好的调动员工积极性." 2015年 9月13日,国务院印发<关于深化国有企业改革的指导意见>,这也是被认为是国企改革顶层设计方案正式出台. 据报道,国务院国资委副秘书长彭华岗日前在深入推进国企国资改革研讨会上表示,今年将围绕重点难点问题开展"十项改革试点",通过试点取得突破.多点开花.彭华岗透露,过

内谫媚绕遮nze665z2384j7bo38x

"国有资产流失是一顶非常可怕的帽子,很多人怕犯错误,不敢推进员工激励.混合所有制等改革." "国有资产流失是一顶非常可怕的帽子,很多人怕犯错误,不敢推进员工激励.混合所有制等改革." "国有资产流失是一顶非常可怕的帽子,很多人怕犯错误,不敢推进员工激励.混合所有制等改革." 李锦同时指出:"改革在执行时又要强调'红线'意识,加强监管以防止国有资产的流失." 该人士表示,整体思路"就是一个放开一个监管,围绕市场化进行改

彰臆趟躺眼c4kqkm7i7kt548o

随着国企改革的深入,2016年将有更多的国企改革亮点值得期待. 马凯强调,以提高国有资本效益,增强国有企业活力为核心,各个制度各个方面都要进行改革,一切不利于调动企业积极性.不利于调动和发挥企业家创造性的制度都应改革. "员工持股不是新事情,不同的企业有不同的做法,不是所有员工持股都是好办法,首先要看是什么企业."该人士表示,"我比较主张科研企业实行员工持股.技术人员比较集中的地方,这样的企业要发挥人力资源的作用.所以员工持股,特别是技术人员,有专长的技术人员,对企业有很大的

wkid_WKID_Wkid_Projected Coordinate Systems

Projected Coordinate Systems Well-known ID Name 2000 Anguilla_1957_British_West_Indies_Grid 2001 Antigua_1943_British_West_Indies_Grid 2002 Dominica_1945_British_West_Indies_Grid 2003 Grenada_1953_British_West_Indies_Grid 2004 Montserrat_1958_British