Characterizing the YouTube video-sharing community

Size: px
Start display at page:

Download "Characterizing the YouTube video-sharing community"

Transcription

1 Characterizing the YouTube video-sharing community Rodrygo L. T. Santos, Bruno P. S. Rocha, Cristiano G. Rezende, Antonio A. F. Loureiro Department of Computer Science Federal University of Minas Gerais Belo Horizonte, MG Brazil ABSTRACT The YouTube video-sharing community is a recent and successful phenomenon that provides an expressive representation of a social network. Despite its accelerated growth, a deep study of YouTube s topology has not yet been made available. For this work, we have collected a representative sample of YouTube using our Crawlanga tool and analyzed both its structural properties, as well as its social relationships among users, among videos, and between users and videos. We analyze properties such as profile of users and popularity of videos in order to highlight the impact of social relationships on a content-sharing network. Categories and Subject Descriptors H.2.8 [Database Management]: Database Applications- Data Mining; J.4 [Computer Applications]: Social and behavioral sciences General Terms Human factors, Measurement Keywords Virtual communities, network sampling, network analysis. INTRODUCTION The last decade has witnessed the emergence of several popularity phenomena through the word-of-mouth and self-publishing made feasible by the World Wide Web. This is true for people, the content they produce, and the vehicles that distribute their production. Some of these phenomena have declined or have been replaced as rapid as they rose, while others have retained a steady pace of growth. The TIME s Invention of the Year for 2006 [4], the YouTube video-sharing website is one of the most recent and astonishing such examples of a Web phenomenon. Founded in Data set will be made available in the camera ready version February 2005, YouTube was officially launched in December of the same year and has not stopped growing since then. By July 2006, the site reported to serve 0 million videos per day, with a daily upload of more than 65,000 videos and nearly 20 million unique visitors per month a 29% share of the US multimedia entertainment market and 60% of all videos watched online [2]. Its storage demands were estimated at around 45 terabytes with several million dollar expenses on bandwidth per month [3]. Within one year of its launch, YouTube was purchased by Google for US$.65 billion in stock. YouTube s success can be seen as an example of the wisdom of crowds [4]: the site exerts no control over its users freedom for publishing 2, in such a way that users not only share their videos with a few friends, but instead participate in a huge decentralized community by creating and consuming terabytes of video content, ranging from home-made standup performances to eyewitness footages from inside news as they occur anywhere in the world. Despite its enormous popularity and the sums of money involved, it is rather surprising that (at least to our knowledge) no study has been carried on unveiling the virtual community behind YouTube. In this paper, we present an analysis of YouTube network, based on a sample of it we were able to collect using a crawler tool. In our analysis we focus users and videos, and attributes and relationships between them. We observe attributes such as number of videos visualizations, users subscription, users favorite lists, commenting, and others. We also model the collected network as different networks including specific views as, for instance, a friendship network between users and a network between videos connected by edges that represent being part of a same user s favorite list. This paper is organized as follows. On Section 2 we present work on similar networks and virtual communities. We present some background on the YouTube video-sharing community in Section 3. Sections 4 and 5 detail the crawling process and tool, as well as the data sample we used, respectively. Our analysis of attributes and relationships is discussed in Section 6. Finally, we present our conclusions in Section 7. 2 According to the site policy, copyrighted or inappropriate content is reviewed after being flagged by the community.

2 2. RELATED WORK The analysis of structural properties of large networks have received much attention in the late years. Typically, studies include network properties such as degree distribution, diameter, clustering coefficient, betweenness centrality, network resilience, mixing patterns, degree correlations, community structure, network navigation, etc. In this section, we briefly outline some publications on the analysis of largescale virtual communities, organized as social networks and information networks []. Anh et al. [] compare structural properties of sampled friendship networks from two social networking services (SNSs), namely MySpace 3 and Orkut 4, and the entire topology of the Cyworld 5 SNS. They uncover a two-period scaling behavior in Cyworld s degree distribution, being the exponent of each period correspondent to the exponent of the degree distribution of MySpace and orkut, respectively. Also, they show how Cyworld s testimonial network (a subset of its friendship network) presents a similar degree correlation to real-life social networks. Friendship network properties are also studied by Kumar et al. [6]. They present measurements on two Yahoo! SNSs: Flickr 6, a one-million-node photo-sharing community, and Yahoo! 360 7, a five-millionnode social networking website. They present a model of network growth by classifying users in these networks as either () passive, loner members; (2) inviters, who bring offline friends to form isolated communities; and (3) linkers, who play the role of bridging a large fraction of the entire networking the network evolution. Liben-Nowell et al. [8] study the formation of friendship links in the LiveJournal 8 blogging community. They show that, among the nearly 500,000 LiveJournal users with mappable geographic locations (at the level of towns and cities), the probability of two people being friends is inversely proportional to the number of people geographically close to them. Also, they find that this property influences the formation of two thirds of the friendship links among these users and prove analytically that short paths can be discovered in every network in which it is present. Link formation is also investigated by Backstrom et al. [2]. They study the influence of network structural properties on the establishment of community membership links in two large sources of data: the LiveJournal social networking and blogging service, with several million members and explicitly defined membership links, and DBLP 9, a publication database with several hundred thousand authors with conferences regarded as proxies for communities. They show that the tendency of individuals to join a community is influenced by both the number of friends they have within the community and how connected these friends are to one another. Some works on information networks analysis have also employed data sets from virtual communities. Newman [] ley/db/ compares structural properties of the co-authorship networks in publication databases from different areas, including biomedical research, physics, and computer science. He presents results on the mean and distribution of co-authorship degrees and clustering coefficients for these networks and shows the presence of the small world effect in all of them. Kumar et al. [5] characterize the profile of more than one million LiveJournal users with regards to three main dimensions: age, geography, and interests. They show how over 70% of friendship links among these users can be explained by combining these three dimensions. They also investigate the cultural aspect of highly-dynamic local, informal community formation in the blogospace, through the establishment of short-lived reading, posting, and listing relationships among small groups of users. 3. THE YOUTUBE VIDEO-SHARING COM- MUNITY The YouTube video-sharing community can be seen as an heterogeneous graph with basically two types of node: user and video. Users can upload, view, and share video clips. Videos can be rated, and the average rating and the number of times a video has been watched are both published. Unregistered users can watch most videos on the site; registered users have the ability to upload an unlimited number of videos. Related videos, determined by the title and tags, appear to the right of the video. In the site s second year new functions were added, providing the ability to post video responses and subscribe to content feeds for a particular user or users. YouTube had (and still has) a lot of traffic coming to the site to view videos, but far fewer users actually creating and posting content [5]. Among all the potential relationships present in the YouTube community, we consider the following in this paper: user-user friendship: two users mutually regard each other as a friend; user-user subscription: a user subscribes to video feeds from another user; user-video favoring: a user adds a video to his/her list of favorites; video-video relatedness: a video is regarded related to another one by the YouTube s search engine. 4. CRAWLING YOUTUBE Due to the amount of data required to analyze YouTube, using a tool like a web crawler to collect data is a necessity. A web crawler needs to visit web pages of videos and user profiles. It must be able to follow links representing relationships, like user friendship or commenting, and store the information on visited nodes and followed edges in a format which can be further analyzed. As there is necessity for a large amount of data, the tool must be efficient and scalable. YouTube also features collective entities, namely groups and contests, but they will not be considered in this work.

3 In order to crawl YouTube, we have used our own tool. This tool is not only a crawler, but also an extractor, which generates a graph representation of the network. It is modeldriven, in a way that it reads a network model file, containing HTML patterns of the network to be crawled. By creating a network model for YouTube and setting up a crawling structure, we were able to achieve collection of large portions of YouTube. Our crawler and extractor is presented in detail in [3]. Our tool uses the snowball sampling method [7]. This can be done with a single seed node, or multiple seeds. For this work, we ve used the single-seed approach. In single seed snowball sampling, we first choose a single node and all the nodes directly linked to it are picked. Then all the nodes connected to those picked in the last step are selected, and this process is continued until the desired number of nodes is sampled. To control the number of nodes in the sampled network, a necessary number of nodes is randomly chosen from the last layer. This is similar to a breadth-first crawling process [9]. We ve made more than one crawl, using different network model files. The purpose of this was to collect different views of the network, considering determined relationships at each crawl. Our crawling structure consisted of a single Pentium 4 3.2GHz server with 2 GBytes of RAM, and 6 client machines, with similar processors but GByte of RAM (our tool uses a client-server model). 5. DATA SAMPLE An important issue in any analysis of a collected network is the validation of the gathered sample. The YouTube network is composed of millions of nodes and the task of collecting all of them is extremely hard. Therefore, only a part of the network is actually collected. For this reason, it is fundamental that the fraction crawled represents the behavior of the whole network. There are several studies about sampling methods which guarantee that a small collected fraction of the network represents its entire behavior. The snowball sampling method [7] is a well-known method that reliably collects a part of a network that reflects the behavior of the whole network. The method start with a single seed node, and follows the relationships to discover new nodes in a breadth-first search fashion. Even though there are some studies that mention the snowball method with multiple seeds, in this work we used the single seed version since it is more diffused and acknowledged. For the crawling process we utilized the notions of nodes and their relationships. A node is an user or a video of the YouTube network, and the relationships are friendship, favoring, subscription and publication, from the users part, and relatedness and ownership, from the videos part. The gathered nodes can be grouped in layers where nodes belong to the same layer if they are distant (in the crawling process) from the seed by the same number of hops. By this definition, in the zero layer we have the seed (which was a video), in the first layer 37 nodes ( user and 36 videos), in the third 3,546 nodes (36 users and 3,5 videos), in the fourth 98,428 nodes (,799 users and 96,629 videos) and in the last 236,003 nodes (,996 users and 225,007 videos). As expected, the number of nodes in each layer grows exponentially. Our sample has a total of 338,00 nodes (2,832 users and 325,79 videos) and indexed 2,3,796 nodes (625,383 users and,506,43 videos). This means that through the 300 thousand nodes collected, more than 2 million other nodes were found by the relationships modeled. 6. ANALYSIS OF YOUTUBE The crawling process resulted in a dump file filled with a graph representation of about more than three hundred nodes collected. From this data, several information can be extracted and our objective is to analyze the impact of real-world relations in a technological environment. The data can be split in two kinds: attributes and edges. Even though our collect sample is just a fraction of the entire network, attributes are relative to whole network properties since they are derived from data provided by YouTube database. Differently, the edges compose a network with only the collected nodes. However, as the crawling process followed the snowball method, these partial networks reflect properties of the whole network. 6. Attributes of Nodes As depicted earlier, the two types of nodes considered are users and videos, each of them containing attributes useful for our analysis. There are attributes that provide information about network properties which are related to human interaction, such as channel views, number of subscribers and number of videos watched, from users, and number of times favorited, number of views and number of comments, from videos. The distribution of these attributes as well of the degrees of formed networks were all plotted in a log-log scale graph in order to identify the presence (or absence) of power-law distributions. Several works reported power-law degrees distributions and how they are related to some real-word properties. Power-laws are distributions where few values have high frequency and plenty of values have low frequencies while still being a substantial part of the distribution (havetail phenomenon). When observed over social relationships, these distributions often imply on a preferential attachment scenario, where nodes on the network tend to attach to certain more popular other nodes. Figures, 2 and 3, show general statistics as well as distributions of attributes from users and videos, respectively. On the general statistics we can observe that users ages and videos duration distributions can be modeled as normal distributions. Users nationality has a distribution with U.S. being by far the most frequent, while there is a heavy tail composed mostly of European countries. Videos categories is a more balanced distribution, having entertainment, comedy and music as most popular, maintaining a coherency with user ages distribution (majority of users formed by young people between 7 and 26 years). Distributions of attributes from users and videos follow power-law distributions, and are discussed on the following paragraphs.

4 (a) Users age e+06 e+07 e+08 Number of Views (a) Number of Videos Watched 0000 (b) Users Nationality e+06 e+07 e+08 Number of Views (b) Channel Views (c) Videos Categories e+06 e+07 e+08 Number of Subscribers (c) Number of Subscribers (d) Videos Duration Figure 2: User Network Attributes Distribution Figure : Statistics

5 e Videos watched The number of videos watched by a user indicate the utilization of the YouTube service by him/her. As it can be seen in Figure 2(a), most of the users have watched a small number of videos. However, there are a few users that intensively use the YouTube service, characterizing the distribution of videos watched as power-law. This attribute accounts only for views of logged users (a lot of viewers do not even have a user account) Number of subscribers Users reputation is strongly connected to the videos they publish. A metric than can quantify this reputation is the number of subscribers an user has. When someone subscribe to a user, he asks to be notified every time a new video is published by this user. The distribution of this attribute is shown in Figure 2(c). e e+06 e+07 e e Number of Comments (a) Number of Comments e+06 e+07 e+08 0 Number of Views (b) Number of Views e+06 e+07 e+08 Number of Times Favorited (c) Number of Times Favorited Channel views Channel views is also connected to users reputation but this connection is weaker than that of the number of subscribers. This is due to the fact that a user can be popular for a period of time and have a large number of channel views but, later, lose his reputation and he still remain with a high value of channel views. Figure 2(b) shows the distribution of the users channel views. Videos views One important characteristic of a video is its popularity. Videos views indicate the video all-time popularity, since its does not take into account when the views took place. As shown in Figure 3(b), the distribution has a normal like distribution up to around videos with 50 visualizations. For more than that, the distribution assumes a heavy tailed power-law distribution behavior. Users comments The number of users comments on a video is related to how controversial it is. As more polemic a video is, more users will post their comments and discuss about the video s content. The distribution of the number of users comments can be seen at Figure 3(a). Number of times favorited A stronger (compared to video views) metric of popularity is the number of users that included the video in their favorites list. This attribute is more suitable because it reflects the current status of the video and not an old popularity. Furthermore, adding a video to a favorites list not only tells us that an user watched the video but it also reflects that he enjoyed it. Figure 3(c) shows the distribution of this attribute on the YouTube network. Figure 3: Videos Network Attributes Distribution 6.2 Relationships It is important to analyze the impact of human interaction in a technological environment. In the YouTube community there are two major ways of users relate to each other: through friendship and subscription. Both relationships were extracted from collected data and had the resulting network analyzed. These networks were studied by the

6 e+06 e+07 e Number of Friends (a) Friendship e e+06 e+07 e+08 Number of Users (b) In-degree in Subscription Figure 4: Degree Distribution of User Networks analysis of the degree distribution, number of nodes, clustering coefficient (number of triangles in the first neighborhood), longest shortest-path (L ) and average shortest-path (L 2). e e+06 e+07 e+08 0 Number of Related Videos (a) Relatedness We also identify two relationships between videos. The first is relatedness, which relates similar videos through the use of tags and keywords. Although this is a relationship generated by a technological machine (YouTube generates related lists automatically), it is influenced by social relations, since a video can have a variable number of related videos, depending on its associated keywords. For instance, a video tagged as a soccer video, a very popular category, is likely to have many related videos. The second relationship between videos is favorite lists. Since users can add videos to their favorite lists, we can form a network of videos and connect each two that are present on a same favorite list. This allows us to identify clusters of videos and detect relatedness in a different fashion than the first relation e+06 e+07 e+08 Number of Times Favorited (b) In-degree in Favoring Figure 5: Degree Distribution of Videos Network Figures 4 and 5 show degree distribution of users and videos relationships, respectively. The following paragraphs further detail these relationships. Friendship Through data collected from users nodes, it was possible to create a representation of a graph were vertices are users

7 Network #Nodes CC L L 2 Friendship 9, Subscription 8, Table : Networks Properties and edges between them are created when they are friend to each other (in the YouTube context). Therefore, this network represents how users are related one to another and the degree distribution characterizes popularity of users in the YouTube community. Figure 4(a) shows a scatter of the degrees distribution of the friendship network. The single distribution behaves a little erratic because some nodes have odd degrees even though the friendship relationship in YouTube is reciprocal (degrees should all be even because they are the sum of in and out degrees). The odd degrees happen because users accounts can be suspended. When the crawler tries to collect these suspended users, it gather only the user identification and stores on the dump, hence, the suspended user s friendship list is not collected which results in an odd degree of the friend user. However, the cumulative distribution diminish the impact of these users and behaves like a power-law distribution. In Table, some of the friendship network properties are listed. A network that has a high clustering coefficient (CC) and a small diameter is called a Small-World network. This kind of network seen to emerge from a lot of different human interactions and is well-known to be easily navigable and have a dense local cluster. Small-World networks merge two desirable properties of two famous type of graphs, small diameter from random graphs and high clustering coefficient from regular graphs (lattices). Subscription The subscription network was built upon the data collected from users nodes. From each user was gathered the list of users whose new added videos should be notified to the collected user. This is an important network since it describes how users are interested in the content publishing of other users. Nodes in this network with high degree are authorities that will have their published videos watched by a large public. The in-degree distribution of this network represents the distribution of the number of subscribers among YouTube users. This distribution is on Figure 4(b) and it behaves like a power-law distribution. The difference between this power-law and the one found on Figure 2(c) is due to the fact that both information are incomplete. Despite the fact that the attributes are related to the whole network, our sample has not all the nodes to plot the real distribution. As the built networks consider only the edges between collected nodes, they are a fraction of the whole YouTube community. The Table shows some properties of the subscription network. As it can be seen, it has a high clustering coefficient as well as a small diameter, which are properties of Small-world networks. Relatedness YouTube provides a way of finding videos related to each other. This relationship defines a relatedness network where an edge exists between two videos if they are related by this engine. This data was collect from links in the main page of videos. Although the search engine utilized to find related videos makes use of tags previous specified by human being users, the mechanism that defines this relationship it is not based on human interaction. Therefore, the edges are defined based on the the recall of an algorithm. The degree distribution of the relatedness network can be seen in Figure 5(a). Probably because of the algorithmic source of the relationships, the distribution does not behaves properly as a power-law, it does only in some parts of the distribution. Favoring Another kind of relationship present on the YouTube network is the one formed by the action when a user adds a video to his/her favorites list. This list is extracted from the user profile and its composed by a list of video identifiers. Through this relationship we can build a bipartite graph, where every edge connects a user and a video. One interesting network that can be formed from the favoring network is the one formed with nodes of videos, and edges between them if they appear in the favorites list of a same user. A comparison between this co-favoring video network and the relatedness network could be used to analyze the effectiveness of the YouTube related search engine. Different from the other networks, the distribution that is more relevant in this network is the distribution of the indegrees. This distribution is plotted on Figure 5(b) and evidences a power-law distribution. This power-law differs from the one found by the analysis of the attribute number of times favorited. This is due to the same reasons that subscribers distribution differed from each other (as mentioned before). But the inclination of the distributions are close one to another. 7. CONCLUSIONS In this work we were able to present a characterization of the YouTube video-sharing virtual community. We were able to collect a sample of this network using our own crawler and make different analysis over this data. By analyzing attributes and relationships we could see how this technological network has a distribution of content extremely influenced by social relationships. Visualizations of videos, relations among users and others have statistical distributions that follow power-law functions, showing evidence of Small-World models and preferential attachment scenarios. As we do not have knowledge of any other work with the YouTube network, we present a first step towards characterizing this important virtual community. Our results confirm that YouTube is, as some social networks like Orkut

8 and MySpace, a technological network whose topology and connections are heavily influenced by human social behavior. 8. REFERENCES [] Y. Ahn, S. Han, H. Kwak, S. Moon, and H. Jeong. Analysis of topological characteristics of huge online social networking services. In WWW 07: Proceedings of the 6th international conference on World Wide Web, pages , Banff, Alberta, Canada, ACM Press. [2] L. Backstrom, D. Huttenlocher, J. Kleinberg, and X. Lan. Group formation in large social networks: membership, growth, and evolution. In KDD 06: Proceedings of the 2th ACM SIGKDD international conference on Knowledge discovery and data mining, pages 44 54, Philadelphia, PA, USA, ACM Press. [3] L. Gomes. Will all of us get our 5 minutes on a YouTube video? The Wall Street Journal, August Available: SB f92aczytlctkrtsiz8vumr3ezci html. [4] L. Grossman. TIME Best Inventions TIME, November Available: time/2006/techguide/bestinventions. [5] R. Kumar, J. Novak, P. Raghavan, and A. Tomkins. Structure and evolution of blogspace. Communications of the ACM, 47(2):35 39, [6] R. Kumar, J. Novak, and A. Tomkins. Structure and evolution of online social networks. In KDD 06: Proceedings of the 2th ACM SIGKDD international conference on Knowledge discovery and data mining, pages 6 67, Philadelphia, PA, USA, ACM Press. [7] S. H. Lee, P.-J. Kim, and H. Jeong. Statistical properties of sampled networks. Physical Review E, 73:062, [8] D. Liben-Nowell, J. Novak, R. Kumar, P. Raghavan, and A. Tomkins. Geographic routing in social networks. Proceedings of the National Academy of Sciences, 2(33): , [9] M. Najork and J. L. Wiener. Breadth-first crawling yields high-quality pages. In WWW 0: Proceedings of the th international conference on World Wide Web, pages 4 8, Hong Kong, Hong Kong, 200. ACM Press. [] M. E. J. Newman. The structure of scientific collaboration networks. Proceedings of the National Academy of Sciences, 98:404, 200. [] M. E. J. Newman. The structure and function of complex networks, [2] Reuters. YouTube serves up 0 million videos a day online. USA TODAY, July Available: youtube-views x.htm. [3] B. P. S. Rocha, R. L. T. Santos, C. G. Rezende, A. A. F. Loureiro, and V. A. F. Almeida. Model-driven crawling and extraction of web-based virtual communities. Submitted, May [4] J. Surowiecki. The Wisdom of Crowds: Why the Many Are Smarter Than the Few and How Collective Wisdom Shapes Business, Economies, Societies and Nations. Doubleday, May [5] Wikipedia. YouTube, May Available:

Big Data Analytics of Multi-Relationship Online Social Network Based on Multi-Subnet Composited Complex Network

Big Data Analytics of Multi-Relationship Online Social Network Based on Multi-Subnet Composited Complex Network , pp.273-284 http://dx.doi.org/10.14257/ijdta.2015.8.5.24 Big Data Analytics of Multi-Relationship Online Social Network Based on Multi-Subnet Composited Complex Network Gengxin Sun 1, Sheng Bin 2 and

More information

The ebay Graph: How Do Online Auction Users Interact?

The ebay Graph: How Do Online Auction Users Interact? The ebay Graph: How Do Online Auction Users Interact? Yordanos Beyene, Michalis Faloutsos University of California, Riverside {yordanos, michalis}@cs.ucr.edu Duen Horng (Polo) Chau, Christos Faloutsos

More information

Measurement and Analysis of Online Social Networks

Measurement and Analysis of Online Social Networks Measurement and Analysis of Online Social Networks Alan Mislove Massimiliano Marcon Krishna P. Gummadi Peter Druschel Bobby Bhattacharjee Max Planck Institute for Software Systems Rice University University

More information

Graph Mining Techniques for Social Media Analysis

Graph Mining Techniques for Social Media Analysis Graph Mining Techniques for Social Media Analysis Mary McGlohon Christos Faloutsos 1 1-1 What is graph mining? Extracting useful knowledge (patterns, outliers, etc.) from structured data that can be represented

More information

Social Networks and Social Media

Social Networks and Social Media Social Networks and Social Media Social Media: Many-to-Many Social Networking Content Sharing Social Media Blogs Microblogging Wiki Forum 2 Characteristics of Social Media Consumers become Producers Rich

More information

IdentifyingUserBehaviorinOnlineSocialNetworks

IdentifyingUserBehaviorinOnlineSocialNetworks IdentifyingUserBehaviorinOnlineSocialNetworks Marcelo Maia, Jussara Almeida, Virgílio Almeida Computer Science Department Federal University of Minas Gerais Av. Antônio Carlos, 6627, Pampulha Belo Horizonte,

More information

A Measurement-driven Analysis of Information Propagation in the Flickr Social Network

A Measurement-driven Analysis of Information Propagation in the Flickr Social Network A Measurement-driven Analysis of Information Propagation in the Flickr Social Network Meeyoung Cha MPI-SWS Campus E1 4 Saarbrücken, Germany mcha@mpi-sws.org Alan Mislove MPI-SWS Campus E1 4 Saarbrücken,

More information

Exploring Big Data in Social Networks

Exploring Big Data in Social Networks Exploring Big Data in Social Networks virgilio@dcc.ufmg.br (meira@dcc.ufmg.br) INWEB National Science and Technology Institute for Web Federal University of Minas Gerais - UFMG May 2013 Some thoughts about

More information

Analysis of Topological Characteristics of Huge Online Social Networking Services

Analysis of Topological Characteristics of Huge Online Social Networking Services WWW 2007 / Trac: Semantic Web Session: Semantic Web and Web 2.0 Analysis of Topological Characteristics of Huge Online Social Networing Services Yong Yeol Ahn Department of Physics KAIST, Deajeon, Korea

More information

Predict the Popularity of YouTube Videos Using Early View Data

Predict the Popularity of YouTube Videos Using Early View Data 000 001 002 003 004 005 006 007 008 009 010 011 012 013 014 015 016 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 046 047 048 049 050

More information

Measuring Propagation in Online Social Networks: The Case of YouTube

Measuring Propagation in Online Social Networks: The Case of YouTube Measuring Propagation in Online Social Networks: The Case of YouTube Amir Afrasiabi Rad a.afrasiabi@uottawa.ca EECS Morad Benyoucef Benyoucef@Telfer.uOttawa.ca Telfer School of Management University of

More information

Research Article A Comparison of Online Social Networks and Real-Life Social Networks: A Study of Sina Microblogging

Research Article A Comparison of Online Social Networks and Real-Life Social Networks: A Study of Sina Microblogging Mathematical Problems in Engineering, Article ID 578713, 6 pages http://dx.doi.org/10.1155/2014/578713 Research Article A Comparison of Online Social Networks and Real-Life Social Networks: A Study of

More information

So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02)

So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02) Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #39 Search Engines and Web Crawler :: Part 2 So today we

More information

A Graph-Based Friend Recommendation System Using Genetic Algorithm

A Graph-Based Friend Recommendation System Using Genetic Algorithm WCCI 2010 IEEE World Congress on Computational Intelligence July, 18-23, 2010 - CCIB, Barcelona, Spain CEC IEEE A Graph-Based Friend Recommendation System Using Genetic Algorithm Nitai B. Silva, Ing-Ren

More information

Strong and Weak Ties

Strong and Weak Ties Strong and Weak Ties Web Science (VU) (707.000) Elisabeth Lex KTI, TU Graz April 11, 2016 Elisabeth Lex (KTI, TU Graz) Networks April 11, 2016 1 / 66 Outline 1 Repetition 2 Strong and Weak Ties 3 General

More information

Graph models for the Web and the Internet. Elias Koutsoupias University of Athens and UCLA. Crete, July 2003

Graph models for the Web and the Internet. Elias Koutsoupias University of Athens and UCLA. Crete, July 2003 Graph models for the Web and the Internet Elias Koutsoupias University of Athens and UCLA Crete, July 2003 Outline of the lecture Small world phenomenon The shape of the Web graph Searching and navigation

More information

Six Degrees of Separation in Online Society

Six Degrees of Separation in Online Society Six Degrees of Separation in Online Society Lei Zhang * Tsinghua-Southampton Joint Lab on Web Science Graduate School in Shenzhen, Tsinghua University Shenzhen, Guangdong Province, P.R.China zhanglei@sz.tsinghua.edu.cn

More information

Overview of the Stateof-the-Art. Networks. Evolution of social network studies

Overview of the Stateof-the-Art. Networks. Evolution of social network studies Overview of the Stateof-the-Art in Social Networks INF5370 spring 2013 Evolution of social network studies 1950-1970: mathematical studies of networks formed by the actual human interactions Pandemics,

More information

Earn Money Sharing YouTube Videos

Earn Money Sharing YouTube Videos Earn Money Sharing YouTube Videos Get Started FREE! Make money every time you share a video, also make money every time the videos you have shared get watched! Unleash The Viral Power of Social Media To

More information

Graphs over Time Densification Laws, Shrinking Diameters and Possible Explanations

Graphs over Time Densification Laws, Shrinking Diameters and Possible Explanations Graphs over Time Densification Laws, Shrinking Diameters and Possible Explanations Jurij Leskovec, CMU Jon Kleinberg, Cornell Christos Faloutsos, CMU 1 Introduction What can we do with graphs? What patterns

More information

An Alternative Web Search Strategy? Abstract

An Alternative Web Search Strategy? Abstract An Alternative Web Search Strategy? V.-H. Winterer, Rechenzentrum Universität Freiburg (Dated: November 2007) Abstract We propose an alternative Web search strategy taking advantage of the knowledge on

More information

IJCSES Vol.7 No.4 October 2013 pp.165-168 Serials Publications BEHAVIOR PERDITION VIA MINING SOCIAL DIMENSIONS

IJCSES Vol.7 No.4 October 2013 pp.165-168 Serials Publications BEHAVIOR PERDITION VIA MINING SOCIAL DIMENSIONS IJCSES Vol.7 No.4 October 2013 pp.165-168 Serials Publications BEHAVIOR PERDITION VIA MINING SOCIAL DIMENSIONS V.Sudhakar 1 and G. Draksha 2 Abstract:- Collective behavior refers to the behaviors of individuals

More information

A Connectivity-Based Popularity Prediction Approach for Social Networks

A Connectivity-Based Popularity Prediction Approach for Social Networks A Connectivity-Based Popularity Prediction Approach for Social Networks Huangmao Quan, Ana Milicic, Slobodan Vucetic, and Jie Wu Department of Computer and Information Sciences Temple University, Philadelphia,

More information

Chapter-1 : Introduction 1 CHAPTER - 1. Introduction

Chapter-1 : Introduction 1 CHAPTER - 1. Introduction Chapter-1 : Introduction 1 CHAPTER - 1 Introduction This thesis presents design of a new Model of the Meta-Search Engine for getting optimized search results. The focus is on new dimension of internet

More information

Last Updated: 08/27/2013. Measuring Social Media for Social Change A Guide for Search for Common Ground

Last Updated: 08/27/2013. Measuring Social Media for Social Change A Guide for Search for Common Ground Last Updated: 08/27/2013 Measuring Social Media for Social Change A Guide for Search for Common Ground Table of Contents What is Social Media?... 3 Structure of Paper... 4 Social Media Data... 4 Social

More information

The Impact of YouTube Recommendation System on Video Views

The Impact of YouTube Recommendation System on Video Views The Impact of YouTube Recommendation System on Video Views Renjie Zhou, Samamon Khemmarat, Lixin Gao College of Computer Science and Technology Department of Electrical and Computer Engineering Harbin

More information

Applying Social Network Analysis to the Information in CVS Repositories

Applying Social Network Analysis to the Information in CVS Repositories Applying Social Network Analysis to the Information in CVS Repositories Luis Lopez-Fernandez, Gregorio Robles, Jesus M. Gonzalez-Barahona GSyC, Universidad Rey Juan Carlos {llopez,grex,jgb}@gsyc.escet.urjc.es

More information

Extracting Information from Social Networks

Extracting Information from Social Networks Extracting Information from Social Networks Aggregating site information to get trends 1 Not limited to social networks Examples Google search logs: flu outbreaks We Feel Fine Bullying 2 Bullying Xu, Jun,

More information

http://www.elsevier.com/copyright

http://www.elsevier.com/copyright This article was published in an Elsevier journal. The attached copy is furnished to the author for non-commercial research and education use, including for instruction at the author s institution, sharing

More information

3.3 Patterns of infrequent interactions 3. PAIRWISE USER INTERACTIONS. 3.1 Data used. 3.2 Distribution of the number of wall posts

3.3 Patterns of infrequent interactions 3. PAIRWISE USER INTERACTIONS. 3.1 Data used. 3.2 Distribution of the number of wall posts On the Evolution of User Interaction in Facebook Bimal Viswanath Alan Mislove Meeyoung Cha Krishna P. Gummadi Max Planck Institute for Software Systems (MPI-SWS) Rice University Kaiserslautern/Saarbrücken,

More information

ModelingandSimulationofthe OpenSourceSoftware Community

ModelingandSimulationofthe OpenSourceSoftware Community ModelingandSimulationofthe OpenSourceSoftware Community Yongqin Gao, GregMadey Departmentof ComputerScience and Engineering University ofnotre Dame ygao,gmadey@nd.edu Vince Freeh Department of ComputerScience

More information

Crowdsourcing mobile networks from experiment

Crowdsourcing mobile networks from experiment Crowdsourcing mobile networks from the experiment Katia Jaffrès-Runser University of Toulouse, INPT-ENSEEIHT, IRIT lab, IRT Team Ecole des sciences avancées de Luchon Networks and Data Mining, Session

More information

SOCIAL NETWORK ANALYSIS EVALUATING THE CUSTOMER S INFLUENCE FACTOR OVER BUSINESS EVENTS

SOCIAL NETWORK ANALYSIS EVALUATING THE CUSTOMER S INFLUENCE FACTOR OVER BUSINESS EVENTS SOCIAL NETWORK ANALYSIS EVALUATING THE CUSTOMER S INFLUENCE FACTOR OVER BUSINESS EVENTS Carlos Andre Reis Pinheiro 1 and Markus Helfert 2 1 School of Computing, Dublin City University, Dublin, Ireland

More information

Broadcast Yourself. User Guide

Broadcast Yourself. User Guide Broadcast Yourself User Guide 2015 American Institute of CPAs. All rights reserved. DISCLAIMER: The contents of this publication do not necessarily reflect the position or opinion of the American Institute

More information

Social media metics How to monitor a Social Media campaign?

Social media metics How to monitor a Social Media campaign? Social media metics How to monitor a Social Media campaign? White paper Summary I II III IV V VI VII VIII IX X Introduction Preparing the website Setting up the objectives Measuring the traffic on the

More information

Object Popularity Distributions in Online Social Networks

Object Popularity Distributions in Online Social Networks Object Popularity Distributions in Online Social Networks Theo Lins Computer Science Dept. Federal University of Ouro Preto (UFOP) Ouro Preto, Brazil theosl@gmail.com Wellington Dores Computer Science

More information

Temporal Dynamics of Scale-Free Networks

Temporal Dynamics of Scale-Free Networks Temporal Dynamics of Scale-Free Networks Erez Shmueli, Yaniv Altshuler, and Alex Sandy Pentland MIT Media Lab {shmueli,yanival,sandy}@media.mit.edu Abstract. Many social, biological, and technological

More information

Some questions... Graphs

Some questions... Graphs Uni Innsbruck Informatik - 1 Uni Innsbruck Informatik - 2 Some questions... Peer-to to-peer Systems Analysis of unstructured P2P systems How scalable is Gnutella? How robust is Gnutella? Why does FreeNet

More information

Evaluation of a New Method for Measuring the Internet Degree Distribution: Simulation Results

Evaluation of a New Method for Measuring the Internet Degree Distribution: Simulation Results Evaluation of a New Method for Measuring the Internet Distribution: Simulation Results Christophe Crespelle and Fabien Tarissan LIP6 CNRS and Université Pierre et Marie Curie Paris 6 4 avenue du président

More information

Chapter 29 Scale-Free Network Topologies with Clustering Similar to Online Social Networks

Chapter 29 Scale-Free Network Topologies with Clustering Similar to Online Social Networks Chapter 29 Scale-Free Network Topologies with Clustering Similar to Online Social Networks Imre Varga Abstract In this paper I propose a novel method to model real online social networks where the growing

More information

Understanding Graph Sampling Algorithms for Social Network Analysis

Understanding Graph Sampling Algorithms for Social Network Analysis Understanding Graph Sampling Algorithms for Social Network Analysis Tianyi Wang, Yang Chen 2, Zengbin Zhang 3, Tianyin Xu 2 Long Jin, Pan Hui 4, Beixing Deng, Xing Li Department of Electronic Engineering,

More information

A discussion of Statistical Mechanics of Complex Networks P. Part I

A discussion of Statistical Mechanics of Complex Networks P. Part I A discussion of Statistical Mechanics of Complex Networks Part I Review of Modern Physics, Vol. 74, 2002 Small Word Networks Clustering Coefficient Scale-Free Networks Erdös-Rényi model cover only parts

More information

Statistics and Social Network of YouTube Videos

Statistics and Social Network of YouTube Videos Statistics and Social Network of YouTube Videos Xu Cheng Cameron Dale Jiangchuan Liu School of Computing Science Simon Fraser University Burnaby, BC, Canada Email: {xuc, camerond, jcliu}@cs.sfu.ca Abstract

More information

Characterizing User Behavior in Online Social Networks

Characterizing User Behavior in Online Social Networks Characterizing User Behavior in Online Social Networks Fabrício Benevenuto Tiago Rodrigues Meeyoung Cha Virgílio Almeida Computer Science Department, Federal University of Minas Gerais, Brazil Max Planck

More information

REFLECTIONS ON THE USE OF BIG DATA FOR STATISTICAL PRODUCTION

REFLECTIONS ON THE USE OF BIG DATA FOR STATISTICAL PRODUCTION REFLECTIONS ON THE USE OF BIG DATA FOR STATISTICAL PRODUCTION Pilar Rey del Castillo May 2013 Introduction The exploitation of the vast amount of data originated from ICT tools and referring to a big variety

More information

The Social Media Best Practice Guide

The Social Media Best Practice Guide The Social Media Best Practice Guide A Xander Marketing Guide T: 03302232770 E: hello@xandermarketing.com W: www.xandermarketing.com Social Media Marketing Introduction With an ever increasing number of

More information

Characterizing Video Access Patterns in Mainstream Media Portals

Characterizing Video Access Patterns in Mainstream Media Portals Characterizing Video Access Patterns in Mainstream Media Portals Lucas C. O. Miranda 1,2 Rodrygo L. T. Santos 1 Alberto H. F. Laender 1 {lucmir,rodrygo,laender}@dcc.ufmg.br 1 Departamento de Ciência da

More information

1 Six Degrees of Separation

1 Six Degrees of Separation Networks: Spring 2007 The Small-World Phenomenon David Easley and Jon Kleinberg April 23, 2007 1 Six Degrees of Separation The small-world phenomenon the principle that we are all linked by short chains

More information

Above the fold: It refers to the section of a web page that is visible to a visitor without the need to scroll down.

Above the fold: It refers to the section of a web page that is visible to a visitor without the need to scroll down. Above the fold: It refers to the section of a web page that is visible to a visitor without the need to scroll down. Access: It is the ability to see what you are trying to view (e.g. you can see a friend

More information

100 SEO Tips. 1. Recognize the importance of web traffic.

100 SEO Tips. 1. Recognize the importance of web traffic. 1. Recognize the importance of web traffic. 100 SEO Tips SEO or Search Engine Optimization is one of the techniques to use in order to achieve more volume of traffic to your site. Without a good number

More information

International Journal of Advanced Engineering Research and Applications (IJAERA) ISSN: 2454-2377 Vol. 1, Issue 6, October 2015. Big Data and Hadoop

International Journal of Advanced Engineering Research and Applications (IJAERA) ISSN: 2454-2377 Vol. 1, Issue 6, October 2015. Big Data and Hadoop ISSN: 2454-2377, October 2015 Big Data and Hadoop Simmi Bagga 1 Satinder Kaur 2 1 Assistant Professor, Sant Hira Dass Kanya MahaVidyalaya, Kala Sanghian, Distt Kpt. INDIA E-mail: simmibagga12@gmail.com

More information

Peer-to-Peer Networks

Peer-to-Peer Networks Peer-to-Peer Networks Chapter 1: Introduction Jussi Kangasharju Chapter Outline Course outline and practical matters Peer-to-peer (P2P) overview Definition of P2P What is P2P and how it is different from

More information

MALLET-Privacy Preserving Influencer Mining in Social Media Networks via Hypergraph

MALLET-Privacy Preserving Influencer Mining in Social Media Networks via Hypergraph MALLET-Privacy Preserving Influencer Mining in Social Media Networks via Hypergraph Janani K 1, Narmatha S 2 Assistant Professor, Department of Computer Science and Engineering, Sri Shakthi Institute of

More information

RECOMMENDATIONS HOW TO ATTRACT CLIENTS TO ROBOFOREX

RECOMMENDATIONS HOW TO ATTRACT CLIENTS TO ROBOFOREX 1 Recommendations how to attract clients to RoboForex s partners www.roboforex.com RECOMMENDATIONS HOW TO ATTRACT CLIENTS TO ROBOFOREX Your success as a partner directly depends on the number of attracted

More information

How to Make 1,000 Dollars. Per Day. With. YouTube Videos

How to Make 1,000 Dollars. Per Day. With. YouTube Videos How to Make 1,000 Dollars Per Day With YouTube Videos 1 Tables of Content 2-3 1. Building YouTube Empire 4-5 - YouTube Account Creation - Channel Creation/Verification - AdSense Account Opening - Channel

More information

Making a Video Year Six

Making a Video Year Six Making a Video Year Six Unit Overview This children introduces the idea of using photos and videos within a multimedia presentation. Children will cover: - Using a digital camera to take photographs and

More information

A SURVEY OF PROPERTIES AND MODELS OF ON- LINE SOCIAL NETWORKS

A SURVEY OF PROPERTIES AND MODELS OF ON- LINE SOCIAL NETWORKS International Conference on Mathematical and Computational Models PSG College of Technology, Coimbatore Copyright 2009, Narosa Publishing House, New Delhi, India A SURVEY OF PROPERTIES AND MODELS OF ON-

More information

How to Drive More Traffic to Your Event Website

How to Drive More Traffic to Your Event Website Event Director s Best Practices Webinar Series Presents How to Drive More Traffic to Your Event Website Matt Clymer Online Marketing Specialist December 16 th 2010 Today s Speakers Moderator Guest Speaker

More information

Characteristics of Online Social Services Sharing Long Duration Content

Characteristics of Online Social Services Sharing Long Duration Content Characteristics of Online Social Services Sharing Long Duration Content Hyewon Lim 1, Taewhi Lee 2, Namyoon Kim 1, Sang-goo Lee 1, and Hyoung-Joo Kim 1 1 Computer Science and Engineering, Seoul National

More information

Characterizing Unstructured Overlay Topologies in Modern P2P File-Sharing Systems

Characterizing Unstructured Overlay Topologies in Modern P2P File-Sharing Systems Characterizing Unstructured Overlay Topologies in Modern P2P File-Sharing Systems Daniel Stutzbach, Reza Rejaie University of Oregon {agthorr,reza}@cs.uoregon.edu Subhabrata Sen AT&T Labs Research sen@research.att.com

More information

General Network Analysis: Graph-theoretic. COMP572 Fall 2009

General Network Analysis: Graph-theoretic. COMP572 Fall 2009 General Network Analysis: Graph-theoretic Techniques COMP572 Fall 2009 Networks (aka Graphs) A network is a set of vertices, or nodes, and edges that connect pairs of vertices Example: a network with 5

More information

USING SPECTRAL RADIUS RATIO FOR NODE DEGREE TO ANALYZE THE EVOLUTION OF SCALE- FREE NETWORKS AND SMALL-WORLD NETWORKS

USING SPECTRAL RADIUS RATIO FOR NODE DEGREE TO ANALYZE THE EVOLUTION OF SCALE- FREE NETWORKS AND SMALL-WORLD NETWORKS USING SPECTRAL RADIUS RATIO FOR NODE DEGREE TO ANALYZE THE EVOLUTION OF SCALE- FREE NETWORKS AND SMALL-WORLD NETWORKS Natarajan Meghanathan Jackson State University, 1400 Lynch St, Jackson, MS, USA natarajan.meghanathan@jsums.edu

More information

Web Mining using Artificial Ant Colonies : A Survey

Web Mining using Artificial Ant Colonies : A Survey Web Mining using Artificial Ant Colonies : A Survey Richa Gupta Department of Computer Science University of Delhi ABSTRACT : Web mining has been very crucial to any organization as it provides useful

More information

Understanding User Migration Patterns in Social Media

Understanding User Migration Patterns in Social Media Proceedings of the Twenty-Fifth AAAI Conference on Artificial Intelligence Understanding User Migration Patterns in Social Media Shamanth Kumar, Reza Zafarani, and Huan Liu Computer Science & Engineering,

More information

Scalability. Microsoft Dynamics GP 10.0. Benchmark Performance: 1,000 Concurrent Users with Microsoft SQL Server 2008 and Windows Server 2008

Scalability. Microsoft Dynamics GP 10.0. Benchmark Performance: 1,000 Concurrent Users with Microsoft SQL Server 2008 and Windows Server 2008 Scalability Microsoft Dynamics GP 10.0 Benchmark Performance: 1,000 Concurrent Users with Microsoft SQL Server 2008 and Windows Server 2008 White Paper July 2009 Contents Introduction... 3 Microsoft Dynamics

More information

Algorithmic Models for Social Network Phenomena

Algorithmic Models for Social Network Phenomena Cornell University Networks as Phenomena Pajek Complex networks as phenomena, not just designed artifacts. What recurring patterns emerge, why are they there, and what are the consequences for computing

More information

Looking at the Blogosphere Topology through Different Lenses

Looking at the Blogosphere Topology through Different Lenses Looking at the Blogosphere Topology through Different Lenses Xiaolin Shi Dept. of Electrical Engineering and Computer Science University of Michigan Ann Arbor, MI 48109 shixl@umich.edu Belle Tseng NEC

More information

Search Engine Optimization (SEO): Improving Website Ranking

Search Engine Optimization (SEO): Improving Website Ranking Search Engine Optimization (SEO): Improving Website Ranking Chandrani Nath #1, Dr. Laxmi Ahuja *2 # 1 *2 Amity University, Noida Abstract: - As web popularity increases day by day, millions of people use

More information

Get To the Top and Stay There: A Study of Citation Rank Dynamics in Academia

Get To the Top and Stay There: A Study of Citation Rank Dynamics in Academia Get To the Top and Stay There: A Study of Citation Rank Dynamics in Academia Yan Wu Department of Information Engineering The Chinese University of Hong Kong Shatin, Hong Kong yanwu@ie.cuhk.edu.hk Srini

More information

Simulating a File-Sharing P2P Network

Simulating a File-Sharing P2P Network Simulating a File-Sharing P2P Network Mario T. Schlosser, Tyson E. Condie, and Sepandar D. Kamvar Department of Computer Science Stanford University, Stanford, CA 94305, USA Abstract. Assessing the performance

More information

INVESTIGATION OF EFFECTIVE FACTORS IN USING MOBILE ADVERTISING IN ANDIMESHK. Abstract

INVESTIGATION OF EFFECTIVE FACTORS IN USING MOBILE ADVERTISING IN ANDIMESHK. Abstract INVESTIGATION OF EFFECTIVE FACTORS IN USING MOBILE ADVERTISING IN ANDIMESHK Mohammad Ali Enayati Shiraz 1, Elham Ramezani 2 1-2 Department of Industrial Management, Islamic Azad University, Andimeshk Branch,

More information

Video Ad Exam. 01 Types of Video Ads. 02 Using Video Ads. 03 Making a Video. 04 Creating a Campaign. 05 Campaign Settings. 06 Companion Banner

Video Ad Exam. 01 Types of Video Ads. 02 Using Video Ads. 03 Making a Video. 04 Creating a Campaign. 05 Campaign Settings. 06 Companion Banner Video Ad Exam 01 Types of Video Ads 02 Using Video Ads 03 Making a Video 04 Creating a Campaign 05 Campaign Settings 06 Companion Banner 07 Mastheads 08 Optimized Rotations 09 Call to Action Overlay 10

More information

Link Prediction in Social Networks

Link Prediction in Social Networks CS378 Data Mining Final Project Report Dustin Ho : dsh544 Eric Shrewsberry : eas2389 Link Prediction in Social Networks 1. Introduction Social networks are becoming increasingly more prevalent in the daily

More information

A dynamic model for on-line social networks

A dynamic model for on-line social networks A dynamic model for on-line social networks A. Bonato 1, N. Hadi, P. Horn, P. Pra lat 4, and C. Wang 1 1 Ryerson University, Toronto, Canada abonato@ryerson.ca, cpwang@ryerson.ca Wilfrid Laurier University,

More information

Unveiling Facebook: A Measurement Study of Social Network Based Applications

Unveiling Facebook: A Measurement Study of Social Network Based Applications Unveiling Facebook: A Measurement Study of Social Network Based Applications Atif Nazir, Saqib Raza, Chen-Nee Chuah University of California, Davis {anazir, sraza, chuah}@ucdavis.edu ABSTRACT Online social

More information

Collective Behavior Prediction in Social Media. Lei Tang Data Mining & Machine Learning Group Arizona State University

Collective Behavior Prediction in Social Media. Lei Tang Data Mining & Machine Learning Group Arizona State University Collective Behavior Prediction in Social Media Lei Tang Data Mining & Machine Learning Group Arizona State University Social Media Landscape Social Network Content Sharing Social Media Blogs Wiki Forum

More information

Search Engines are #1 Way to be Found

Search Engines are #1 Way to be Found Search Engines are #1 Way to be Found 85-90% Of on-line traffic begins at a search engine! 33% of Internet Users Believe Companies Found in Top Search Results Must Be a Major Brand -- Indicating That Top

More information

SEO Services. Climb up the Search Engine Ladder

SEO Services. Climb up the Search Engine Ladder SEO Services Climb up the Search Engine Ladder 2 SEARCH ENGINE OPTIMIZATION Increase your Website s Visibility on Search Engines INTRODUCTION 92% of internet users try Google, Yahoo! or Bing first while

More information

ONLINE VIDEO STUFF. Oh Yeah, and YouTube SEO and Marketing. Mark Robertson - ReelSEO.com

ONLINE VIDEO STUFF. Oh Yeah, and YouTube SEO and Marketing. Mark Robertson - ReelSEO.com ONLINE VIDEO STUFF Oh Yeah, and YouTube SEO and Marketing Mark Robertson - ReelSEO.com Why Online Video? 30,317,131,000* Vs.15,500,000,000 Search Queries ** *U.S. Comscore Video Metrix - Videos Viewed

More information

Grade 6 Mathematics Performance Level Descriptors

Grade 6 Mathematics Performance Level Descriptors Limited Grade 6 Mathematics Performance Level Descriptors A student performing at the Limited Level demonstrates a minimal command of Ohio s Learning Standards for Grade 6 Mathematics. A student at this

More information

Evolution of a large online social network

Evolution of a large online social network Evolution of a large online social network Haibo Hu * and Xiaofan Wang Complex Networks and Control Lab, Shanghai Jiao Tong University, Shanghai 200240, China Abstract: Although recently there are extensive

More information

Application of Social Network Analysis to Collaborative Team Formation

Application of Social Network Analysis to Collaborative Team Formation Application of Social Network Analysis to Collaborative Team Formation Michelle Cheatham Kevin Cleereman Information Directorate Information Directorate AFRL AFRL WPAFB, OH 45433 WPAFB, OH 45433 michelle.cheatham@wpafb.af.mil

More information

Experimentation with the YouTube Content Delivery Network (CDN)

Experimentation with the YouTube Content Delivery Network (CDN) Experimentation with the YouTube Content Delivery Network (CDN) Siddharth Rao Department of Computer Science Aalto University, Finland siddharth.rao@aalto.fi Sami Karvonen Department of Computer Science

More information

Multichannel Customer Listening and Social Media Analytics

Multichannel Customer Listening and Social Media Analytics ( Multichannel Customer Listening and Social Media Analytics KANA Experience Analytics Lite is a multichannel customer listening and social media analytics solution that delivers sentiment, meaning and

More information

Fogbeam Vision Series - The Modern Intranet

Fogbeam Vision Series - The Modern Intranet Fogbeam Labs Cut Through The Information Fog http://www.fogbeam.com Fogbeam Vision Series - The Modern Intranet Where It All Started Intranets began to appear as a venue for collaboration and knowledge

More information

Minnesota Academic Standards

Minnesota Academic Standards A Correlation of to the Minnesota Academic Standards Grades K-6 G/M-204 Introduction This document demonstrates the high degree of success students will achieve when using Scott Foresman Addison Wesley

More information

Social Media Mining. Network Measures

Social Media Mining. Network Measures Klout Measures and Metrics 22 Why Do We Need Measures? Who are the central figures (influential individuals) in the network? What interaction patterns are common in friends? Who are the like-minded users

More information

Distance Degree Sequences for Network Analysis

Distance Degree Sequences for Network Analysis Universität Konstanz Computer & Information Science Algorithmics Group 15 Mar 2005 based on Palmer, Gibbons, and Faloutsos: ANF A Fast and Scalable Tool for Data Mining in Massive Graphs, SIGKDD 02. Motivation

More information

SOCIAL MEDIA OPTIMIZATION

SOCIAL MEDIA OPTIMIZATION SOCIAL MEDIA OPTIMIZATION Proxy1Media is a Full-Service Internet Marketing, Web Site Design, Interactive Media & Search-Engine Marketing Company in Boca Raton, Florida. We specialize in On-Line Advertising

More information

Graph Theory and Complex Networks: An Introduction. Chapter 08: Computer networks

Graph Theory and Complex Networks: An Introduction. Chapter 08: Computer networks Graph Theory and Complex Networks: An Introduction Maarten van Steen VU Amsterdam, Dept. Computer Science Room R4.20, steen@cs.vu.nl Chapter 08: Computer networks Version: March 3, 2011 2 / 53 Contents

More information

Random graphs and complex networks

Random graphs and complex networks Random graphs and complex networks Remco van der Hofstad Honours Class, spring 2008 Complex networks Figure 2 Ye a s t p ro te in in te ra c tio n n e tw o rk. A m a p o f p ro tein p ro tein in tera c

More information

Britepaper. How to grow your business through events 10 easy steps

Britepaper. How to grow your business through events 10 easy steps Britepaper How to grow your business through events 10 easy steps 1 How to grow your business through events 10 easy steps As a small and growing business, hosting events on a regular basis is a great

More information

KNOWLEDGE NETWORK SYSTEM APPROACH TO THE KNOWLEDGE MANAGEMENT

KNOWLEDGE NETWORK SYSTEM APPROACH TO THE KNOWLEDGE MANAGEMENT KNOWLEDGE NETWORK SYSTEM APPROACH TO THE KNOWLEDGE MANAGEMENT ZHONGTUO WANG RESEARCH CENTER OF KNOWLEDGE SCIENCE AND TECHNOLOGY DALIAN UNIVERSITY OF TECHNOLOGY DALIAN CHINA CONTENTS 1. KNOWLEDGE SYSTEMS

More information

Data Mining in Web Search Engine Optimization and User Assisted Rank Results

Data Mining in Web Search Engine Optimization and User Assisted Rank Results Data Mining in Web Search Engine Optimization and User Assisted Rank Results Minky Jindal Institute of Technology and Management Gurgaon 122017, Haryana, India Nisha kharb Institute of Technology and Management

More information

Why Your Local Business Needs a Website

Why Your Local Business Needs a Website Why Your Local Business Needs a Website Let's face it; times have changed and the way people look for new products and services has changed. Think about it when was the last time you picked up a phone

More information

Understanding Web personalization with Web Usage Mining and its Application: Recommender System

Understanding Web personalization with Web Usage Mining and its Application: Recommender System Understanding Web personalization with Web Usage Mining and its Application: Recommender System Manoj Swami 1, Prof. Manasi Kulkarni 2 1 M.Tech (Computer-NIMS), VJTI, Mumbai. 2 Department of Computer Technology,

More information

A TOPOLOGICAL ANALYSIS OF THE OPEN SOURCE SOFTWARE DEVELOPMENT COMMUNITY

A TOPOLOGICAL ANALYSIS OF THE OPEN SOURCE SOFTWARE DEVELOPMENT COMMUNITY A TOPOLOGICAL ANALYSIS OF THE OPEN SOURCE SOFTWARE DEVELOPMENT COMMUNITY Jin Xu,Yongqin Gao, Scott Christley & Gregory Madey Department of Computer Science and Engineering University of Notre Dame Notre

More information

Neelesh Kamkolkar, Product Manager. A Guide to Scaling Tableau Server for Self-Service Analytics

Neelesh Kamkolkar, Product Manager. A Guide to Scaling Tableau Server for Self-Service Analytics Neelesh Kamkolkar, Product Manager A Guide to Scaling Tableau Server for Self-Service Analytics 2 Many Tableau customers choose to deliver self-service analytics to their entire organization. They strategically

More information

The Role and uses of Peer-to-Peer in file-sharing. Computer Communication & Distributed Systems EDA 390

The Role and uses of Peer-to-Peer in file-sharing. Computer Communication & Distributed Systems EDA 390 The Role and uses of Peer-to-Peer in file-sharing Computer Communication & Distributed Systems EDA 390 Jenny Bengtsson Prarthanaa Khokar jenben@dtek.chalmers.se prarthan@dtek.chalmers.se Gothenburg, May

More information

A Measurement Study of Peer-to-Peer File Sharing Systems

A Measurement Study of Peer-to-Peer File Sharing Systems CSF641 P2P Computing 點 對 點 計 算 A Measurement Study of Peer-to-Peer File Sharing Systems Stefan Saroiu, P. Krishna Gummadi, and Steven D. Gribble Department of Computer Science and Engineering University

More information