首页 > 其他分享 >COMP5048 Visual Analytics

COMP5048 Visual Analytics

时间:2023-04-08 12:24:58浏览次数:44  
标签:different graph COMP5048 analysis Analytics Visual visualisation using data

COMP5048
COMP5048 Visual Analytics 2023S1 Assignment 1: Individual work Deadline: April 6 (Week 7) Thursday 23:59pm (pdf on Canvas)

Construct good visualisations of FOUR of the following data to answer the given task.

You can use any suitable layout chosen from the tools assigned to each category.

Create visualisations for each data according to the instructions given.

In your report, explain your justification for your selected visualisation and analysis

methods, then evaluate and compare the pros and cons of your visualisations.

(Note: different tools not listed can be used for analysis before visualising.)

Data: Choose one graph from each category A, B, C, D:

Category A:

For this category, visualise the data using any tool from the following: Tulip, D3

A1: Best-selling albums of 2000s

Visualise the whole tree using TWO different layouts.

Select one label from the data, e.g., could be the most popular label or your favourite, and

extract the subtree rooted at the label.

Visualise the subtree rooted at the selected label.

A2: Best-selling singles of 2000s

Visualise the whole tree using TWO different layouts.

Select one genre from the data, e.g., could be the most popular genre or your favourite, and

extract the subtree rooted at the genre.

Visualise the subtree rooted at the selected genre.

Category B:

For this category, visualise the data using any tool from the following:

yEd, Tulip, Gephi, NetworkX

B1: Composers graph

Analyse the graph to identify the top 150 composers and extract the induced subgraph

containing the top composers.

Visualise the subgraph using TWO different layouts.

Analyse the subgraph using graph analysis methods to identify the most influential

composers and display the analysis results in the visualisation.

B2: TVCG collaboration graph

Analyse the graph to identify the top 150 collaborators and extract the induced subgraph

containing the top collaborators.

Visualise the subgraph using TWO different layouts.

Analyse the subgraph using graph analysis methods to identify the most influential

collaborators and display the analysis results in the visualisation.

Category C:

For this category, visualise the data using any tool from the following: yEd, Tulip, Graphviz

C1: Movie remakes

Analyse the graph to identify the influential directors and movies.

Visualise the graph using TWO different layouts.

Display the analysis results in the visualisation.

C2: Hrafnkels Saga

Analyse the graph to identify the influential characters and relationships.

Visualise the graph using TWO different layouts.

Display the analysis results in the visualisation.

Category D:

For this category, visualise the data using any tool from the following: yEd, Tulip, Gephi, NetworkX, D3

D1: “INFECTIOUS” exhibition interaction network

Analyse the graph to identify the important people and interactions, both in each time slice

and over all time slices.

Visualise the graph, showing all time slices of the graph, using TWO different methods.

Display the analysis results in the visualisation.

D2: Workplace contacts graph

Analyse the graph to identify the important people and interactions, both in each time slice

and over all time slices.

Visualise the graph, showing all time slices of the graph, using TWO different methods.

Display the analysis results in the visualisation.

Submission: Minimum 16 - page report Minimum 4 pages per data:

1st page: 1st Visualisation

2nd page: 2nd Visualisation

3rd-4th pages: Description with the following subheadings:

Design: tools and layouts with justification (design choice)

Analysis: explain analysis methods used with justification on how they support the task
Evaluation: comparison of pros and cons between the two visualisations

Acknowledge all your sources in References

Provide code, if applicable, in Appendix

In Appendix, you can include one more visualisation for each data:

Should be substantially different using different techniques

Include description as above for each alternative visualisation

Add comparison between different visualisations of the same data

Marking Rubric: (5 marks per data; total 20 marks)

Quality of visualisation: 3 marks

Quality of analysis: 1 mark

Quality of evaluation: 1 mark

WX:codehelp mailto: [email protected]

标签:different,graph,COMP5048,analysis,Analytics,Visual,visualisation,using,data
From: https://www.cnblogs.com/qujava/p/17298300.html

相关文章

  • 版本 .NET Framework版本 Visual Studio版本 发布日期 特性
    版本.NETFramework版本VisualStudio版本发布日期特性C#1.0.NETFramework1.0VisualStudio.NET20022002.1委托事件C#1.1.NETFramework1.1VisualStudio.NET20032003.4APM C#2.0.NETFramework2.0VisualStudio2005(开始命名为VisualStudio)2005.......
  • Visual Studio | 我的自定义快捷键
    视图:设置各个视图(窗口)的操作的快捷键设置方式:以Ctrl-W作为前缀组合键,后接各个视图/操作的代号键View.SolutionExplorer:打开|定位到解决方案探索器(文件管理器)键:Ctrl-WF导航:导航到:文件、符号、成员...等对象设置方式:以Ctrl-G作为前缀组合键,后接各个对象的代号键E......
  • Visual Studio | VS 的快捷键设置
    VS版本:2022(英文版)进入快捷键设置界面:Tools->Environment->KeyboardVS中是根据功能(函数)映射的键所以可以直接搜索函数名如要搜索注释选择区的函数,即搜索:Edit.CommentSelection即可导航到设置界面,在shortcutin中选择生效范围,在press栏中按下键,至多只能有2个组合......
  • 在 Visual Studio Code (VS Code) 中将一段代码注释掉的两种方法
    在VisualStudioCode(VSCode)中,可以使用快捷键或菜单栏的选项来将一段代码注释掉。以下是两种方法:方法一:使用快捷键选中你想要注释的代码。使用下列快捷键:Windows/Linux用户:按下Ctrl+/(单行注释)或Ctrl+Shift+/(块注释)。macOS用户:按下Cmd+/(单行注释)或Cmd+Sh......
  • Visual Studio 2022 不支持 .NET Framework 4.5 项目的解决办法
    概述升级到VisualStudio 2022后,打开速度快了很多,开发体验也舒服很多。只是使用过程中遇到了一个比较尴尬的问题:默认VisualStudio2022不再支持安装.NETFramework4.5组件,如下图所示:选择组件里面已经不能选择4.5/4.0的框架了。此时如果打开基于.NETFramework4.5......
  • visual studio LTSC-长期服务渠道
    .NET7在VisualStudio17.4.0版本中支持,17.4.0版本是VisualStudio2022的第三个长期服务渠道(LTSC),17.4LTSC版本将支持到2024年7月11日。如果已经安装了VisualStudio2022,可以直接更新,也可以通过下面地址下载安装:下载.NET(Linux、macOS和Windows)(micros......
  • 2.Visual studio的使用和C++的基础
    visualstudio的基础介绍C++入门编程C++关键字、标识符C++基本数据类型变量的定义visualstudio的基础介绍解决方案资源管理器 也可以在”视图”中找到”解决方案资源管理器” “.h”:头文件;“.cpp”:源文件添加新建项,选择C++语言  运行程序,或"ctrl+F5“ ......
  • Win10 兼容性 Visual studio web应用程序 ASP.NET 4.0 尚未在 Web 服务器上注册
     系统升级到windows10,Visualstudio 创建web应用程序时出现如下提示ASP.NET4.0尚未在Web服务器上注册。为了使网站正确运行,可能需要手动将Web服务器配置为使用ASP.NET4.0,按F1可了解更多详细信息尝试:  C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319并管理员运行a......
  • 为虚幻引擎C++项目设置Visual Studio开发环境 | 虚幻引擎5.1文档 (unrealengine.com)
    设置VisualStudio设置VisualStudio以使用虚幻引擎的提示、技巧和技术Beginner本页面的内容版本兼容性新安装VisualStudio时的选项推荐设置虚幻引擎(简称UE) 能与 VisualStudio(简称VS) 完美结合,使你能够快速、简单地改写项目代码,并能即刻查......
  • 设置Visual Studio以使用虚幻引擎的提示、技巧和技术
    设置VisualStudio设置VisualStudio以使用虚幻引擎的提示、技巧和技术Beginner本页面的内容版本兼容性新安装VisualStudio时的选项推荐设置虚幻引擎(简称UE) 能与 VisualStudio(简称VS) 完美结合,使你能够快速、简单地改写项目代码,并能即刻查......