Using Adjacency Matrices to Lay out Larger Small-World Networks

Total Page:16

File Type:pdf, Size:1020Kb

Using Adjacency Matrices to Lay out Larger Small-World Networks Using adjacency matrices to lay out larger small-world networks GIBSON, Helen <http://orcid.org/0000-0002-5242-0950> and VICKERS, Paul Available from Sheffield Hallam University Research Archive (SHURA) at: http://shura.shu.ac.uk/11564/ This document is the author deposited version. You are advised to consult the publisher's version if you wish to cite from it. Published version GIBSON, Helen and VICKERS, Paul (2016). Using adjacency matrices to lay out larger small-world networks. Applied Soft Computing, 42, 80-92. Copyright and re-use policy See http://shura.shu.ac.uk/information.html Sheffield Hallam University Research Archive http://shura.shu.ac.uk Applied Soft Computing 42 (2016) 80–92 Contents lists available at ScienceDirect Applied Soft Computing j ournal homepage: www.elsevier.com/locate/asoc Using adjacency matrices to lay out larger small-world networks a,∗ b,1 Helen Gibson , Paul Vickers a CENTRIC, Sheffield Hallam University, Cantor Building, 153 Arundel Street, Sheffield S1 2NU, UK b Northumbria University, Department of Computer Science and Digital Technologies, Pandon Building, Camden Street, Newcastle-upon-Tyne NE2 1XE, UK a r t i c l e i n f o a b s t r a c t Article history: Many networks exhibit small-world properties. The structure of a small-world network is characterized Received 4 January 2015 by short average path lengths and high clustering coefficients. Few graph layout methods capture this Received in revised form structure well which limits their effectiveness and the utility of the visualization itself. Here we present 12 November 2015 an extension to our novel graphTPP layout method for laying out small-world networks using only their Accepted 20 January 2016 topological properties rather than their node attributes. The Watts–Strogatz model is used to generate Available online 29 January 2016 a variety of graphs with a small-world network structure. Community detection algorithms are used to generate six different clusterings of the data. These clusterings, the adjacency matrix and edgelist are Keywords: loaded into graphTPP and, through user interaction combined with linear projections of the adjacency Small world networks matrix, graphTPP is able to produce a layout which visually separates these clusters. These layouts are Adjacency matrix Node attributes compared to the layouts of two force-based techniques. graphTPP is able to clearly separate each of the Graph visualization communities into a spatially distinct area and the edge relationships between the clusters show the Targeted projection pursuit strength of their relationship. As a secondary contribution, an edge-grouping algorithm for graphTPP is demonstrated as a means to reduce visual clutter in the layout and reinforce the display of the strength of the relationship between two communities. © 2016 The Authors. Published by Elsevier B.V. This is an open access article under the CC BY license (http://creativecommons.org/licenses/by/4.0/). 1. Introduction layout methods while Gibson and Faith [8] put forward a method based on node-attribute data. Small-world networks are a commonly occurring graph struc- How clusters are represented in a graph is extremely impor- ture characterized by short average path lengths and high tant as the human perceptual system will naturally cause users to clustering coefficients [1]. This means that even when the net- assume that there is a relationship between nodes that are placed work is large there are very few steps between each pair of nodes. close together [9]. For graphs that are highly clustered adhering to Despite their prevalence very few methods are able to lay them this principle when laying out the graph is key for communicat- out such that their structure is communicated optimally [2]. Exam- ing the structure of the network. Generally, force-directed layouts ples of networks that display these characteristics in the real-world do not produce an accurate representation of small-world network include social networks [3], biological networks [4] and even geo- structures. This is because they try to optimize the layout to have physical ones [5]. uniform edge lengths but longer edge lengths are usually required The high clustering coefficient of small-world networks pro- to separate clusters [2]. vides an interesting problem for layout particularly as it has been Force-directed methods such as LinLog (linear-logarithmic) shown that users seek to lay out graphs such that their clustered [2,10] and OpenOrd (a successor to VxOrd) [11] do try to optimize structure is apparent [6]. Thus, ensuring that the clustered struc- for clustering based on topology while there are other methods ture of the graph is well represented in the layout seems crucial that use attributes or pre-computed clusterings. Muelder and Ma’s for enhancing users’ understanding of the graph in the context of treemap [12] and space-filling [13] approaches use a pre-computed its clusters and the relationships between them. van Ham and van clustering, while the group-in-the-box layout [14] can take any user Wijk [7] have proposed one of the few small-world network specific input or pre-computed clustering. graphTPP (graph targeted projection pursuit) [8] is a method, encapsulated in an interactive software program, that has pre- ∗ viously been used for the layout of small-world networks using Corresponding author. Tel.: +44 0114 225 6819; fax: +44 0114 225 6702. node-attributes. The graph is laid out, assisted by direct user inter- E-mail addresses: [email protected] (H. Gibson), action, according to the specified clustering resulting in a clear [email protected] (P. Vickers). 1 Tel.: +44 0191 243 7614.. visual separation of the clusters. Here we propose that rather http://dx.doi.org/10.1016/j.asoc.2016.01.036 1568-4946/© 2016 The Authors. Published by Elsevier B.V. This is an open access article under the CC BY license (http://creativecommons.org/licenses/by/4.0/). H. Gibson, P. Vickers / Applied Soft Computing 42 (2016) 80–92 81 than using node-attributes, the adjacency matrix of the graph can result in high degree nodes being placed close to the centre of the replace the multidimensional matrix of attributes and by signif- graph and this encourages the well-known hairball-style layout to icantly increasing the size of the graph (in terms of the number form (for an example in this paper see Fig. 9(c)). Further, many of nodes) demonstrates that graphTPP is scalable beyond the very force-based techniques also try to optimize the layout according to small examples used in the previous work. certain aesthetic criteria. One such criterion is uniformity of edge The paper proceeds as follows. Section 2 discusses related work length; however, long edge lengths are required to separate clus- on the layout of small-world networks. Section 3 introduces the ters and as such the force-style layouts do not well represent the Watts–Strogatz model that is used for computing the small-world clusters formed by the small-world network [2]. networks and the community detection algorithms used by the lay- Ten years have passed since Auber et al. [18] commented that out. Section 4 presents the graphTPP layouts of the small-world the “the structural properties of small-world networks have not networks for both one and two-dimensional Watts–Strogatz mod- yet been fully exploited from a visualization perspective” but to our els whilst comparing them to results obtained using the OpenOrd knowledge still very few techniques exist that deal specifically with and ForceAtlas layout algorithms. It also introduces an edge- layout of graphs exhibiting small-world properties. Auber et al.’s grouping technique for reducing visual clutter caused by the edges [18] multi-scale small-world layout is one solution. It requires in the graphTPP layout. Section 5 discusses the results and the lim- decomposing the graph in a hierarchical manner by rating the itations of this work while also recommending directions for future strength of each edge and removing the so-called ‘weaker’ ones. work. Section 6 then concludes the paper. This helps with exploring the individual clusters. This research shows that graphTPP outperforms OpenOrd [11] Other small-world network layouts include van Ham and van and ForceAtlas [15] as a method for laying out small-world Wijk’s [7] that uses an adapted version of Noack’s [2] force-model networks where the aim is to optimize the layout for the communi- to further separate the clusters while van Ham and Wattenberg ties detected through various community detection algorithms. The [19] create a sparse backbone of the graph by removing edges with main contribution then is the demonstration that graphTPP can be a low betweenness centrality, laying out the graph at this level and viable layout method even when there is no typical node-attribute then proceeding to add edges back in. Topolayout [20] also detects data available upon which to base the layout. small-world features while HiMap [21] has adapted Kamada and Kawai’s [22] algorithm to produce clustered layouts. Recently, Gibson and Faith [8] used a projection based technique 2. Related work to lay out small-world networks based on node-attributes aiming to produce a clustered layout. Here we extend that technique to a 2.1. Small-world networks much larger class of small-world networks and no longer rely on the node-attributes but instead use the topological structure of the Small-world networks are characterized by short average path graph itself. lengths (the shortest path between any pair of nodes) and high clustering coefficients (e.g., in social networks this would be the number of friends a person has who are also friends, i.e., they 2.2.
Recommended publications
  • Facing the Future: European Research Infrastructures for the Humanities and Social Sciences
    Facing the Future: European Research Infrastructures for the Humanities and Social Sciences Adrian Duşa, Dietrich Nelle, Günter Stock, and Gert G. Wagner (Eds.) Facing the Future: European Research Infrastructures for the Humanities and Social Sciences E d i t o r s : Adrian Duşa (SCI-SWG), Dietrich Nelle (BMBF), Günter Stock (ALLEA), and Gert. G. Wagner (RatSWD) ISBN 978-3-944417-03-5 1st edition © 2014 SCIVERO Verlag, Berlin SCIVERO is a trademark of GWI Verwaltungsgesellschaft für Wissenschaftspoli- tik und Infrastrukturentwicklung Berlin UG (haftungsbeschränkt). This book documents the results of the conference Facing the Future: European Research Infrastructure for Humanities and Social Sciences (November 21/22 2013, Berlin), initiated by the Social and Cultural Innovation Strategy Work- ing Group of ESFRI (SCI-SWG) and the German Federal Ministry of Education and Research (BMBF), and hosted by the European Federation of Academies of Sciences and Humanities (ALLEA) and the German Data Forum (RatSWD). Thanks and appreciation are due to all authors, speakers and participants of the conference, and all involved institutions, in particular the German Federal Ministry of Education and Research (BMBF). The ministry funded the conference and this subsequent publication as part of the Union of the German Academies of Sciences and Humanities’ project “Survey and Analysis of Basic Humanities and Social Science Research at the Science Academies Related Research Insti- tutes of Europe”. The views expressed in this publication are exclusively the opinions of the authors and not those of the German Federal Ministry of Education and Research. Editing: Dominik Adrian, Camilla Leathem, Thomas Runge, Simon Wolff Layout and graphic design: Thomas Runge Contents Preface .
    [Show full text]
  • Extracting Insights from Differences: Analyzing Node-Aligned Social
    Extracting Insights from Differences: Analyzing Node-aligned Social Graphs by Srayan Datta A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy (Computer Science and Engineering) in The University of Michigan 2019 Doctoral Committee: Associate Professor Eytan Adar, Chair Associate Professor Mike Cafarella Assistant Professor Danai Koutra Associate Professor Clifford Lampe Srayan Datta [email protected] ORCID iD: 0000-0002-5800-830X c Srayan Datta 2019 To my family and friends ii ACKNOWLEDGEMENTS There are several people who made this dissertation possible, first among this long list is my adviser, Eytan Adar. Pursuing a doctoral program after just finishing un- dergraduate studies can be a daunting task but Eytan made it easy with his patience, kindness, and guidance. I learned a lot from our collaborations and idle conversations and I am very grateful for that. I would like to extend my thanks to the rest of my thesis committee, Mike Ca- farella, Danai Koutra and Cliff Lampe for their suggestions and constructive feed- back. I would also like to thank the following faculty members, Daniel Romero, Ceren Budak, Eric Gilbert and David Jurgens for their long insightful conversations and suggestions about some of my projects. I would like to thank all of friends and colleagues who helped (as a co-author or through critique) or supported me through this process. This is an enormous list but I am especially thankful to Chanda Phelan, Eshwar Chandrasekharan, Sam Carton, Cristina Garbacea, Shiyan Yan, Hari Subramonyam, Bikash Kanungo, and Ram Srivatasa. I would like to thank my parents for their unwavering support and faith in me.
    [Show full text]
  • Network Analysis with Nodexl
    Social data: Advanced Methods – Social (Media) Network Analysis with NodeXL A project from the Social Media Research Foundation: http://www.smrfoundation.org About Me Introductions Marc A. Smith Chief Social Scientist Connected Action Consulting Group [email protected] http://www.connectedaction.net http://www.codeplex.com/nodexl http://www.twitter.com/marc_smith http://delicious.com/marc_smith/Paper http://www.flickr.com/photos/marc_smith http://www.facebook.com/marc.smith.sociologist http://www.linkedin.com/in/marcasmith http://www.slideshare.net/Marc_A_Smith http://www.smrfoundation.org http://www.flickr.com/photos/library_of_congress/3295494976/sizes/o/in/photostream/ http://www.flickr.com/photos/amycgx/3119640267/ Collaboration networks are social networks SNA 101 • Node A – “actor” on which relationships act; 1-mode versus 2-mode networks • Edge B – Relationship connecting nodes; can be directional C • Cohesive Sub-Group – Well-connected group; clique; cluster A B D E • Key Metrics – Centrality (group or individual measure) D • Number of direct connections that individuals have with others in the group (usually look at incoming connections only) E • Measure at the individual node or group level – Cohesion (group measure) • Ease with which a network can connect • Aggregate measure of shortest path between each node pair at network level reflects average distance – Density (group measure) • Robustness of the network • Number of connections that exist in the group out of 100% possible – Betweenness (individual measure) F G •
    [Show full text]
  • Quick Notes on Nodexl
    Quick notes on NodeXL Programme organisation, 3 components: • NodeXL command ‘ribbon’ – access with menu-like item at top of the screen, contains all network data functions • Data sheets – 5 separate sheets for edges, vertices, metrics etc, switching between them using tabs on the bottom. NB because the screen gets quite crowded the sheet titles sometimes disappear off to one side so use the small arrows (bottom left) to scroll across the tabs if something seems to have gone missing. • Graph viewer – separate window pane labelled ‘Document Actions’ with graphical layout functions. Can be closed while working with data – to open it again click the ‘Show Graph’ button near the left-hand side of the ribbon. Working with data, basic process: 1. Start in ‘Edges’ data sheet (leftmost tab at the bottom); each row represents one connection of the form A links to B (directed graph) OR A and B are linked (undirected). (Directed/Undirected changed in ‘Type’ option on ribbon. In directed graph this sheet might include one row for A->B and one for B->A; in an undirected graph this would be tautologous.) No other data in this sheet is required, although optionally: • Could include text under ‘label’ if the visible label on graphs should be different from the name used in columns A or B. NB These might be overwritten when using ‘autofill columns’. • Could add an extra column at column L to identify weight of links if (as is the case with IssueCrawler data) each connection might represent more than 1 actually existing link between two vertices, hence inclusion of ‘Edge Weight’ in blogs data.
    [Show full text]
  • Livro De Resumos EDITORA DA UNIVERSIDADE FEDERAL DE SERGIPE
    Organizadores: Carlos Alexandre Borges Garcia Marcus Eugênio Oliveira Lima Livro de Resumos EDITORA DA UNIVERSIDADE FEDERAL DE SERGIPE COORDENADORA DO PROGRAMA EDITORIAL Messiluce da Rocha Hansen COORDENADOR GRÁFICO DA EDITORA UFS Germana Gonçalves de Araújo PROJETO GRÁFICO E EDITORAÇÃO ELETRÔNICA Alisson Vitório de Lima FOTOGRAFIAS Disponibilizadas sob licença Creative Commons, ou de domínio público. Adilson Andrade - Foto da página X; FICHA CATALOGRÁFICA ELABORADA PELA BIBLIOTECA CENTRAL UNIVERSIDADE FEDERAL DE SERGIPE Encontro de Pós-Graduação (8. : 2016 : São Cristóvão, SE) Livro de resumos [recurso eletrônico] : VIII Encontro de Pós-Graduação / organizadores: Carlos Alexandre Borges Garcia, Marcus Eugênio Oliveira Lima. – São Cristóvão : Editora UFS : Universidade E56l Federal de Sergipe, Programa de Pós-Graduação, 2016. 353 p. ISBN 978-85-7822-550-6 1. Pós-graduação – Congresso. I. Universidade Federal de Sergipe. II. Garcia, Carlos Alexandre Borges. III. Lima, Marcus Eugênio Oliveira. CDU 378.046-021.68 Cidade Universitária “Prof. José Aloísio de Campos” CEP 49.100-000 – São Cristóvão - SE. Telefone: 3194 - 6922/6923. e-mail: [email protected] http://livraria.ufs.br/ Este portfólio, ou parte dele, não pode ser reproduzido por qualquer meio sem autorização escrita da Editora. Organizadores: Carlos Alexandre Borges Garcia Marcus Eugênio Oliveira Lima Livro de Resumos UFS São Cristóvão/SE - 2016 Ciências Agrárias A (des)realização da estratégia democrático-popular: Uma análise a partir da realidade do movimento dos trabalhadores rurais sem terra (MST) e do Partido dos Trabalhadores (PT) Autor: SOUSA, Ronilson Barboza de. Orientador: RAMOS FILHO, Eraldo da Silva. A referente tese de doutorado, que vem sendo desenvolvida, tem como objetivo analisar o processo de realização da estratégia democrático-popular, adotada pelo Movimento dos Trabalhadores Rurais Sem Terra (MST) e pelo Partido dos Trabalhadores (PT), especial- mente na luta pela terra e pela reforma agrária.
    [Show full text]
  • NODEXL for Beginners Nasri Messarra, 2013‐2014
    NODEXL for Beginners Nasri Messarra, 2013‐2014 http://nasri.messarra.com Why do we study social networks? Definition from: http://en.wikipedia.org/wiki/Social_network: A social network is a social structure made up of a set of social actors (such as individuals or organizations) and a set of the dyadic ties between these actors. Social networks and the analysis of them is an inherently interdisciplinary academic field which emerged from social psychology, sociology, statistics, and graph theory. From http://en.wikipedia.org/wiki/Sociometry: "Sociometric explorations reveal the hidden structures that give a group its form: the alliances, the subgroups, the hidden beliefs, the forbidden agendas, the ideological agreements, the ‘stars’ of the show". In social networks (like Facebook and Twitter), sociometry can help us understand the diffusion of information and how word‐of‐mouth works (virality). Installing NODEXL (Microsoft Excel required) NodeXL Template 2014 ‐ Visit http://nodexl.codeplex.com ‐ Download the latest version of NodeXL ‐ Double‐click, follow the instructions The SocialNetImporter extends the capabilities of NodeXL mainly with extracting data from the Facebook network. To install: ‐ Download the latest version of the social importer plugins from http://socialnetimporter.codeplex.com ‐ Open the Zip file and save the files into a directory you choose, e.g. c:\social ‐ Open the NodeXL template (you can click on the Windows Start button and type its name to search for it) ‐ Open the NodeXL tab, Import, Import Options (see screenshot below) 1 | Page ‐ In the import dialog, type or browse for the directory where you saved your social importer files (screenshot below): ‐ Close and open NodeXL again For older Versions: ‐ Visit http://nodexl.codeplex.com ‐ Download the latest version of NodeXL ‐ Unzip the files to a temporary folder ‐ Close Excel if it’s open ‐ Run setup.exe ‐ Visit http://socialnetimporter.codeplex.com ‐ Download the latest version of the socialnetimporter plug in 2 | Page ‐ Extract the files and copy them to the NodeXL plugin direction.
    [Show full text]
  • Comm 645 Handout – Nodexl Basics
    COMM 645 HANDOUT – NODEXL BASICS NodeXL: Network Overview, Discovery and Exploration for Excel. Download from nodexl.codeplex.com Plugin for social media/Facebook import: socialnetimporter.codeplex.com Plugin for Microsoft Exchange import: exchangespigot.codeplex.com Plugin for Voson hyperlink network import: voson.anu.edu.au/node/13#VOSON-NodeXL Note that NodeXL requires MS Office 2007 or 2010. If your system does not support those (or you do not have them installed), try using one of the computers in the PhD office. Major sections within NodeXL: • Edges Tab: Edge list (Vertex 1 = source, Vertex 2 = destination) and attributes (Fig.1→1a) • Vertices Tab: Nodes and attribute (nodes can be imported from the edge list) (Fig.1→1b) • Groups Tab: Groups of nodes defined by attribute, clusters, or components (Fig.1→1c) • Groups Vertices Tab: Nodes belonging to each group (Fig.1→1d) • Overall Metrics Tab: Network and node measures & graphs (Fig.1→1e) Figure 1: The NodeXL Interface 3 6 8 2 7 9 13 14 5 12 4 10 11 1 1a 1b 1c 1d 1e Download more network handouts at www.kateto.net / www.ognyanova.net 1 After you install the NodeXL template, a new NodeXL tab will appear in your Excel interface. The following features will be available in it: Fig.1 → 1: Switch between different data tabs. The most important two tabs are "Edges" and "Vertices". Fig.1 → 2: Import data into NodeXL. The formats you can use include GraphML, UCINET DL files, and Pajek .net files, among others. You can also import data from social media: Flickr, YouTube, Twitter, Facebook (requires a plugin), or a hyperlink networks (requires a plugin).
    [Show full text]
  • The Work of Microsoft Research Connections in the Region
    • To tell you more about Microsoft Research Connections • Global • EMEA • PhD Programme • Other engagements • • • Microsoft Research Connections Work broadly with the academic and research community to speed research, improve education, foster innovation and improve lives around the world. Accelerate university Support university research and research through education through collaborative technology partnerships investments Inspire the next Drive awareness generation of of Microsoft researchers and contributions scientists to research Engagement and Collaboration Focus Core Computer Natural User Earth Education and Health and Science Interface Energy Scholarly Wellbeing Environment Communication Research Accelerators Global Partnerships People • • • • • • • • • • • • • • Investment Focus Education & Earth, Energy, Health & Computer Science Scholarly and Environment Wellbeing Communication Programming, Natural User WW Telescope, Academic Search, MS Biology Tools, Mobile Interfaces Climate Change Digital Humanities, Foundation & Tools Earth Sciences Publishing Judith Bishop Kris Tolle Dan Fay Lee Dirks Simon Mercer Regional Outreach/Engagements EMEA: Fabrizio Gagliardi LATAM: Jaime Puente India: Vidya Natampally Asia: Lolan Song America/Aus/NZ: Harold Javid Engineering High-quality and high-impact software release and community adoption Derick Campbell CMIC EMIC ILDC • • . New member of MSR family • • • . Telecoms, Security, Online services and Entertainment Microsoft Confidential Regional Collaborations at Joint Institutes INRIA, FRANCE
    [Show full text]
  • APPLICATION of GROUP TESTING for ANALYZING NOISY NETWORKS Vladimir Ufimtsev
    University of Nebraska at Omaha DigitalCommons@UNO Student Work 7-2016 APPLICATION OF GROUP TESTING FOR ANALYZING NOISY NETWORKS Vladimir Ufimtsev Follow this and additional works at: https://digitalcommons.unomaha.edu/studentwork Part of the Computer Sciences Commons APPLICATION OF GROUP TESTING FOR ANALYZING NOISY NETWORKS By Vladimir Ufimtsev A DISSERTATION Presented to the Faculty of The Graduate College at the University of Nebraska In Partial Fulfillment of Requirements For the Degree of Doctor of Philosophy Major: Information Technology Under the Supervision of Dr. Sanjukta Bhowmick Omaha, Nebraska July, 2016 Supervisory Committee Dr. Hesham Ali Dr. Prithviraj Dasgupta Dr. Lotfollah Najjar Dr. Vyacheslav Rykov ProQuest Number: 10143681 All rights reserved INFORMATION TO ALL USERS The quality of this reproduction is dependent upon the quality of the copy submitted. In the unlikely event that the author did not send a complete manuscript and there are missing pages, these will be noted. Also, if material had to be removed, a note will indicate the deletion. ProQuest 10143681 Published by ProQuest LLC (2016). Copyright of the Dissertation is held by the Author. All rights reserved. This work is protected against unauthorized copying under Title 17, United States Code Microform Edition © ProQuest LLC. ProQuest LLC. 789 East Eisenhower Parkway P.O. Box 1346 Ann Arbor, MI 48106 - 1346 Abstract Application of Group Testing for Analyzing Noisy Networks Vladimir Ufimtsev, Ph.D. University of Nebraska, 2016 Advisor: Dr. Sanjukta Bhowmick My dissertation focuses on developing scalable algorithms for analyzing large complex networks and evaluating how the results alter with changes to the network. Network analysis has become a ubiquitous and very effective tool in big data analysis, particularly for understanding the mechanisms of complex systems that arise in diverse disciplines such as cybersecurity [83], biology [15], sociology [5], and epidemiology [7].
    [Show full text]
  • Btech Cse Syllabus 2017.Pdf
    NATIONAL INSTITUTE OF TECHNOLOGY WARANGAL RULES AND REGULATIONS SCHEME OF INSTRUCTION AND SYLLABI FOR B.TECH PROGRAM Effective from 2017-18 DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING NATIONAL INSTITUTE OF TECHNOLOGY WARANGAL VISION Towards a Global Knowledge Hub, striving continuously in pursuit of excellence in Education, Research, Entrepreneurship and Technological services to the society. MISSION Imparting total quality education to develop innovative, entrepreneurial and ethical future professionals fit for globally competitive environment. Allowing stake holders to share our reservoir of experience in education and knowledge for mutual enrichment in the field of technical education. Fostering product oriented research for establishing a self-sustaining and wealth creating centre to serve the societal needs. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING VISION Attaining global recognition in Computer Science & Engineering education, research and training to meet the growing needs of the industry and society. MISSION Imparting quality education through well-designed curriculum in tune with the challenging software needs of the industry. Providing state-of-art research facilities to generate knowledge and develop technologies in the thrust areas of Computer Science and Engineering. Developing linkages with world class organizations to strengthen industry-academia relationships for mutual benefit. DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING B.TECH IN COMPUTER SCIENCE AND ENGINEERING PROGRAM EDUCATIONAL OBJECTIVES Apply computer science theory blended with mathematics and engineering to model PEO1 computing systems. Design, implement, test and maintain software systems based on requirement PEO2 specifications. Communicate effectively with team members, engage in applying technologies and PEO3 lead teams in industry. Assess the computing systems from the view point of quality, security, privacy, cost, PEO4 utility, etiquette and ethics.
    [Show full text]
  • Download This PDF File
    International Journal of Communication 14(2020), 4136–4159 1932–8036/20200005 Student Participation and Public Facebook Communication: Exploring the Demand and Supply of Political Information in the Romanian #rezist Demonstrations DAN MERCEA City, University of London, UK TOMA BUREAN Babeş-Bolyai University, Romania VIOREL PROTEASA West University of Timişoara, Romania In 2017, the anticorruption #rezist protests engulfed Romania. In the context of mounting concerns about exposure to and engagement with political information on social media, we examine the use of public Facebook event pages during the #rezist protests. First, we consider the degree to which political information influenced the participation of students, a key protest demographic. Second, we explore whether political information was available on the pages associated with the protests. Third, we investigate the structure of the social network established with those pages to understand its diffusion within that public domain. We find evidence that political information was a prominent component of public, albeit localized, activist communication on Facebook, with students more likely to partake in demonstrations if they followed a page. These results lend themselves to an evidence- based deliberation about the relation that individual demand and supply of political information on social media have with protest participation. Keywords: protest, political information, expressiveness, student participation, diffusion, Facebook In this article, we examine the relationship among social media use, political information, and participation in the #rezist protests: a wave of anticorruption demonstrations in Romania that commenced in early 2017. An enduring expectation has been that protest participants are politically informed (Saunders, Grasso, Olcese, Rainsford, & Rootes, 2012). Indeed, cross-national evidence shows that protest participants are sourcing political information online (Mosca & Quaranta, 2016), which in turn raises the likelihood of their participation (Tang & Lee, 2013).
    [Show full text]
  • Popular Scientometric Analysis, Mapping and Visualisation Softwares: an Overview Ashok Kumar J Shivarama Puttaraj a Choukimath
    Popular Scientometric Analysis, Mapping... 10th International CABLIBER 2015 Popular Scientometric Analysis, Mapping and Visualisation Softwares: An Overview Ashok Kumar J Shivarama Puttaraj A Choukimath Abstract Measurement of scientific productivity has been regarded as main indicator of ascertaining impact of research over scientific community. To showcase the impact of research using science mapping and visualisation, social network analysis has been developed over the period of time. These methods help researchers to understand the structural, temporal and dynamic development of a discipline. The present paper provides a comprehensive overview of widely used softwares used for scientometric analysis, mapping and visualisation. Keywords: Scientometrics, Data Analysis, Data Mapping, Visualisation Softwares, Citation Datbases 1. Introduction 2. Scientometric Analysis, Mapping and Visualisation Softwares At present the rate of publishing of scholarly com- munication is like flood of scholarly literature which Scientometric softwares can be defined in the light is being published regularly, hence it is exposing the of definition of “Software” as provided in the Online weaknesses of current scientometric analysis based Dictionary of Library and Information Science methods for evaluating this scholarly literature. A (ODLIS) as follows “A set of computer based pro- novel and promising approach to examine and grams, designed and developed to analyse citation evaluate this big amount of literature by using based bibliographic data as input to
    [Show full text]