Community Aware Models of Meme Spreading in Micro-blog Social Networks

Velikost: px
Začni prikazovanje s strani:

Download "Community Aware Models of Meme Spreading in Micro-blog Social Networks"

Transkripcija

1 Community Aware Models of Meme Spreading in Micro-blog Social Networks Miko laj Kromka (B), Wojciech Czech, and Witold Dzwinel Department of Computer Science, AGH University of Science and Technology, WIET, Kraków, Poland Abstract. We propose the new models of meme spreading over social network constructed from Twitter mention relations. Our models combine two groups of diffusion factors relevant for complex contagions: network structure and social constraints. In particular, we study the effect of perceptive limitations caused by information overexposure. This effect was not yet measured in the classical models of community-aware meme spreading. Limiting our study to hashtags acting as specific, concise memes, we propose different ways of reflecting information overexposure: by limited hashtag usage or global/local increase of hashtag generation probability. Based on simulations of meme spreading, we provide quantitative comparison of our models with three other models known from literature, and additionally, with the ground truth, constructed from hashtag popularity data retrieved from Twitter. The dynamics of hashtag propagation is analyzed using frequency charts of adoption dominance and usage dominance measures. We conclude that our models are closer to real-world dynamics of hashtags for a hashtag occurrence range up to Keywords: Complex network Information spreading Network dynamics 1 Introduction Spreading memes over social networks became the subject of interdisciplinary research in many fields of science. From linguistics and sociology to statistical physics, we observe numerous works analyzing sociolinguistic phenomenon of virality, trying to explain key mechanisms of meme propagation and predict its future popularity [3, 15, 18]. In common understanding, meme is a piece of information or a unit of cultural transmission, which replicates over population. In the context of social media the meme could be a link, hashtag, phrase, image or video. The viral is defined as longstanding meme with the high probability of reposting. The process of meme proliferation, typically different than epidemic spreading, is therefore described as complex contagion. The deviation from simple epidemic patterns is caused c Springer Nature Switzerland AG 2020 V. V. Krzhizhanovskaya et al. (Eds.): ICCS 2020, LNCS 12137, pp ,

2 624 M. Kromka et al. by multiple social factors and cognitive constraints such as homophily, confirmation bias, social reinforcement, triadic closure or echo chambers [15, 17]. In this work, we consider spreading of hashtags - specific string-type concise memes used extensively to tag microblog Twitter posts and decorate them with additional semantics, personal affect or extended context. The substrate for hashtag propagation is formed by social network of Twitter users and posts, connected by three types of relations: follow, retweet and mention. Modeling meme dynamics is an interesting topic, essential not only in broadly described marketing and business analysis but also more recently in public security sector, where the new challenges related to elections manipulation, fake news, terror attacks or riots were raised [4]. What factors should be considered in modeling hashtag propagation and recognizing virality? The recent studies suggest that while the content and related affect seems natural driver of virality, the social influence [8] and network structure [6, 18] play more important role in meme diffusion process. This is particularly visible for hashtags, which are intended to be ultra concise and short. The impact of network structure on meme dynamics is typically modeled as a social reinforcement effect, for which the probability of meme adoption increases with the number of exposures [17]. Motivated by recent blog posts about overused memes, we argue that social reinforcement mechanism should be supplemented with negative feedback loop, which reflects that the users can be annoyed with the meme, when they see it too frequently. We hypothesise, that by adding overexposure effect to simulation, we will achieve meme dynamics closer to one observed for real tweets. To prove our hypothesis we first, in Sect. 2, introduce basic definitions and describe five new models of hashtag propagation over micro-blog network. These models use the baseline structural factors known from other works [14, 17, 18], but additionally take into account that multiple exposures of the meme can have both positive and negative effect on an adoption. In Sect. 3, we present how one-day Twitter network dump with the real hashtags was used for analyzing our models and comparing them with the classical models described in [17]. The results of experiments, visualizations and quantitative model comparison are presented in Sect. 4. The wider context of meme spreading is described in Sect. 5, where the overview of related works is presented. We conclude in Sect. 6, by presenting summary of our findings and discussing limitations of our approach. The key contributions of this work are new models of hashtag spreading, which take into account not only community structure and social reinforcement but also meme overexposure. Five different mechanisms of incorporating overexposure are proposed. We also perform validation of the new models against the models described in [17], based on Twitter data. 2 Spreading Models Herein we introduce definitions required in the rest of this work and describe meme spreading models including five new models combining the influence of communities and cognitive limitations of individuals.

3 Community Aware Models of Meme Spreading Networks with Communities We define an undirected, static graph as a tuple G =(V,E) where V is a set of vertices and E = {{v 1,v 2 } : v 1,v 2 V } is set of edges. We also define a community as a subset of vertices C i V,i {1,..., n}, where n IN is a number of all communities. We assume that the community structure is fixed in time. The set of all communities C = {C i } must contain all nodes from the graph: C i = V,C i C. Similarly to [17,18], we assume that the communities are disjoint, meaning that one vertex is a member of exactly one community v V!C i : v C i, or in other words u, v V ; C i,c j C, C i C j : u C i v C j u v. 2.2 Spreading Process The defined graph is a base network on which the meme spreading processes take place. Spreading itself can be defined as an iterative function taking any known or unknown parameters of the network and returning state of the spreading. This requires assumption about similar timescales of all spreading processes, which is not always true - the same number of tweets can be produced really quickly during an intensive discussion and rather slowly in a marketing campaign. For our work it is enough to assume that spreading process uses the knowledge about the topology of the network, community structure and a state of spreading from the previous iteration. We borrow the language from epidemiology and define generation of a tweet as an infection. To be more formal, we define a state of the spreading S t at given time t T IN as a subset of infected nodes S t V. If the spreading process is more complex, i.e. there are more possible states of the node, then new disjoint subsets of nodes must be defined. The spreading process is then defined as a function f s : S t G C S t+1. For this work we assume that at any given iteration t only one node can be infected and we can infect the same node multiple times during the process. We define infected node v t V as: S t = S t 1 {v t }. Then, the spreading process function can be simplified to a sequence of nodes infected (v t )ineach iteration f s : S t 1 G C {v t }. For describing spreading processes, we define neighborhood of a set of nodes as all nodes from its hull that are not in that set S V : N(S) ={v 1 : v 2 : {v 1,v 2 } E v 1 / S}. We also define inclusive neighborhood of a set S V as N incl (S) =N(S) S. 2.3 Spreading Models In this section, we provide spreading process functions for baseline models (M1 to M4 from [17]) and for five models proposed by us. Random Sampling Model (M1). In the random model, at each iteration, we randomly choose the infected node with a uniform probability. It assumes that

4 626 M. Kromka et al. the network topology does not affect the spreading. This model will be used as a baseline for calculating spreading metrics. v t = rand t (V ) (1) Network Structure Model (M2). Here we assume that the network structure has an impact on spreading. This effect is reflected by choosing a random, already infected vertex and then selecting one of its topological neighbors: v t = rand({v : v N incl ({u}); u = rand(s t 1 )}) (2) In addition, with constant probability p restart =0.15, the process is restarted from a random node, as in Eq. (1). Social Reinforcement Model (M3). At each step of the spreading process, the node with most infected neighbors is infected. If there is no unique vertex satisfying this requirement, then a random one (from the all with the same number of infected neighbors) is selected. The restart process is included similarly to the model M2. v t = rand({v : v N incl (S t 1 ) argmax v (N(v) S t 1 )}) (3) Homophily Model (M4). Homophily model uses community structure to define nodes having similar interests. We choose randomly an already infected vertex and then, select randomly its neighbor from the same community. The restart process is included in M2 and M3. v t = rand({v : v N incl ({u}) u, v C i ; u = rand(s t 1 )}) (4) Unique Information Overexposure Model (M5). In meme spreading in social networks some of hashtags are so unique, that they unlikely appear in multiple places of the graph but they are still affected by social reinforcement. To include that effect, we change the M3 model by removing the restart process and adding a requirement to not infect already infected nodes. To some extent this is similar to Susceptible-Infected-Resistant (SIR) epidemic model, but it is a more directed approach, because we are choosing a vertex with the most infected neighbors. This is an example of simple overexposure, because each node will not be infected multiple times with the same hashtag. v t = rand({v : v N(S t 1 ) argmax v (N(v) S t 1 )}) (5) Global Increase of Generation Probability Model (M6). One of the cognitive limitations in social interactions is that people get bored, when they see the same meme too many times. To model such mechanism, we infect a node with the most exposures, but if a neighbor vertex was infected multiple times,

5 Community Aware Models of Meme Spreading 627 we count all of these occurrences as exposures. Secondly, the restart probability at each step grows linearly from 0 to 1. This means that initially, the spreading is rapid and not constrained by community structure. After a period of time, when the members of a community are overexposed, new random vertices out of a community are likely to be infected. This definition requires setting maximum number of iterations, for which the spreading occurs. Similarly to choosing p restart, this is strictly connected to finding timescale of a process. In this model, we assume that the spreading lasts as long as the longest spreading time observed in the real data, noted as T max. We define a number of exposures for a given node v at iteration t as: n exp (v, t) = {u : u N(v) u = v τ,τ <t}. (6) Then, selection of the currently infected node can be represented as: v t = rand({v : argmax v (n exp (v, t))}). (7) The restart probability is: p restart = t T max. (8) Local Increase of Generation Probability Model (M7). Similarly to M6, we increase the restart probability linearly but it is set to 0 after each restart. v t = rand({v : argmax v (n exp (v, t))}) (9) The restart probability is: p restart = i, (10) T max where i is the number of iterations since last restart. Inverse Exposure Model (M8). This is a more complex overexposure model, where the exposures are counted separately for all nodes. Then, the infected node is selected randomly, with the probability inversely proportional to the number of its exposures: v t = rand ipe (N i (S t 1 )), (11) where rand ipe is function choosing a node with probability inversely proportional to the number of exposures for each node. Restart has a constant probability of p restart =0.15. (12) Inverse Exposure Model with No Restarts (M9). Similar to M8 model but without a restart mechanism. Choosing the next infected node is described using the same function from Eq. (11).

6 628 M. Kromka et al. 2.4 Spreading Metrics To compare different models, we calculate the following metrics. Most of them are taken from [17]. Intra- and Inter-community Activity. The patterns of within- and betweencommunity meme activity are reflecting the influence of these sub-structures on diffusion process and can be used to quantify overall spreading dynamics. In models M2 and M4 the meme transfer happens between a source node (u - infected in one of the previous iterations) and a destination node (v t ). If the nodes belong to the same community u, v t C i, the transition is classified as intra-community activity (a intra ). If they belong to different communities u C i v t C j i j, it is called inter-community activity (a inter ). To be able to compare these metrics between different networks we normalize it by dividing them by the number of all inter- (edges inter ) and intra-community edges (edges intra ) in the network. c intra a intra = edges intra (13) a inter = c inter edges inter (14) Here c intra, c inter are the numbers of spreading events occurring within the same and between the different communities. Usage Dominance. We define usage dominant community as a community Tmax with the biggest number of spreading events: C d = max Ci t=0 {v t C i } and a number of spreading events produced in this community as T Cd = T max t=0 {v t C d }. Then usage dominance is defined as D u = T C d. (15) T max The high values of usage dominance indicate that the meme was trapped mostly within one community and its dynamics is more local. The probability of becoming the viral is low. Adoption Dominance. We define adoption dominant community (C a )asa community with the biggest number of vertices infected by spreading. Note that it is different than C d for which we count all spreading events, here we count only unique vertices: C a = max Ci S Tmax C i.theadoption dominance can be defined as: D a = C a S Tmax. (16)

7 Community Aware Models of Meme Spreading Simulation Details Each model was run at least twice on the network recreated from real tweets. Ground truth data were obtained from the same set of tweets and analyzed on the same network, to obtain metrics reflecting real-world spreading dynamics. 3.1 Recreated Network We gathered tweets using public Twitter API. From that, we selected only the ones containing mention relation, which involves at least two users: one source and possibly multiple targets. Each source-target pair was treated as an undirected edge e E, to form initial graph G. Then, the largest connected component of G was extracted. In our case it consisted of vertices and edges. This was the base graph, on which the simulations were run. In Table 1, the details of recreated networks are summarised. The visualisation of the graph using IVGA, a fast force-directed method from [5], is presented in Fig. 1. Fig. 1. Visualization of the giant component of sampled Twitter network (mention relation) using IVGA algorithm [5]. The color of the node represents the community. (Color figure online) Table 1. Recreated network details. V E edgesintra edgesinter C Max. degree Triangles Static networks do not completely model temporal relationships occurring between nodes in real networks. In our case the timescales of spreading are much lower than the changes in relationships between users which is why we

8 630 M. Kromka et al. can assume that they do not change over time. We are using mentions relation because in its nature it is bidirectional: the user mentioning another user is aware of the message content as its creator and the mentioned user is notified about that message as well. This is why we can assume that our base network is undirected. Community Detection. We used INFOMAP algorithm to obtain partitioning of the nodes into communities C. Its main advantage is linear time complexity O( E ), which is practical for large graphs. Secondly, it does not require the number of expected communities as an input. This is not achievable, e.g., for Label Propagation algorithm. The network was split into communities, with the smallest communities consisting of just two nodes and the largest containing 5394 nodes. The distribution of communities is presented in Fig. 2. We also ran simulations on the same network with community structure created using label propagation algorithm. The results were similar but we do not present them here because of space constraints. (a) Community sizes distribution (b) Hashtag popularity histogram Fig. 2. The frequencies of community sizes detected using INFOMAP algorithm on sampled Twitter network (a) and Hashtag popularity (defined as number of occurrences) distribution (b) in logarithmic scale. Broader distribution is visible for highly popular hashtags. It is caused by insufficient time to spread more. With the time passing most of these points would update the trend upwards. 3.2 Ground Truth Data From all the tweets, we filtered out the ones without a hashtag or with at least one vertex not present in the largest component. For each unique hashtag, the list of tweets using it was extracted and sorted by the tweet s time t T.To form the ground truth for measuring and comparing hashtag spreading models, we simulated meme propagation on the sample Twitter network by infecting

9 Community Aware Models of Meme Spreading 631 nodes according to their order in that list. The case when two consecutive nodes are not connected is modeled by the restart mechanism described in Sect. 2. The distribution of hashtag popularity does not completely follow the power law as presented in Fig. 2. Because of the large number of hashtags (41 356) we calculated spreading metrics only for a subset of them. It was chosen so that, the hashtags were distributed evenly in the spreading popularity bins. For our calculations of usage dominance and adoption dominance we used data for 280 unique hashtags spread across iterations in total. 4 Results Based on simulation results, we learned that our models M5 M9 follow the realworld hashtag spreading dynamics more accurately than models M2 M4 (both for unpopular and viral hashtags). For metric calculation, we define hashtags with low a intra as those having its value lower than average. Analogously, we define hashtags with high a intra as those with the value higher than average. (a) Adoption dominance (b) Usage dominance Fig. 3. Adoption (a) and usage dominance values for models M4 M9. Each line represents changes in proportions of hashtags produced inside adoption (C a)andusage dominant communities (C d ) to number of all hashtags produced in the network. The results are averaged across 30 logarithmic bins and normalized by the random sampling model (M1). ground truth represents ground truth spreading including all hashtags. The series: ground truth small intra and ground truth high intra show the results for hashtags with a intra lower and higher than average, accordingly. The standard error slightly exceeds 2% only for one model. For the rest of the models, as well as for the ground truth, its value is below 1%. The usage dominance and adoption dominance measures are normalized by dividing them by the values obtained for random sampling model (M1) under the same conditions, similarly to [17]. As our intention was to analyze multi-use memes, rather than rare memes, we removed hashtags with the number of adoptions lower than 10. This also prevents including artifacts like tweets starting to

10 632 M. Kromka et al. become popular just before end of data collection. Next, we aggregated dominance metrics into 30 logarithmic bins. The results of simulation quantified using adoption dominance and usage dominance are shown in Fig. 3. Overall, inverse exposure (M9), unique information overexposure (M5) and local increase of generation probability (M7) models are performing the best when comparing to all hashtag ground truth results (ground truth). This is confirmed by both the highest correlation and the lowest error, as shown in Table 2 and Table 3. There is one exception - large error for M9 model in usage dominance, which we discuss below. Our models adapting different overexposure mechanisms (especially M7), have generally better results than the baseline M2 M4 models from literature [17]. The critical value used for testing statistical significance of correlation is We performed additional tests to verify how well the models reflect dynamics of hashtags divided into two groups: high intra-community activity (specific, trapped memes) and low intra-community activity (generic, viral-candidates). Table 2. Correlation of non normalized and root mean square error of normalized adoption dominance D a. Highlighted entries represent the best two values in each column. Model Ground truth High a intra Low a intra corr p-val rmse corr p-val rmse corr p-val rmse M < < M3 0.8 < < M < < M < < < M < < M < < M < < M < < < Table 3. Correlation of non normalized and root mean square error of normalized usage dominance D u. Highlighted entries represent the best two values in each column. Model Ground truth High a intra Low a intra corr p-val rmse corr p-val rmse corr p-val rmse M < < < M < < < M < < < M < < < M < < < M < < < M < ,67 < < M < < <

11 Community Aware Models of Meme Spreading 633 Comparing the results of spreading with the ground truth below-average a intra (ground truth small intra), we see that existing models slightly outperform our overexposure models when it comes to correlation. This is visible mostly for M2 (correlation 0.93 and 0.94), based on the plots, we observe that this is mostly due to the initial phase of spreading. Errors are still much lower for our models (especially M5). It is worth noting, that correlation and errors are almost on the same level for M5 and M8 models. The correlations of spreading pattern ground truth high intra (higher than average a intra ) with all the simulated trends are either statistically insignificant or negative. Nevertheless, based only on the error value, we can see that the overexposure models are mimicking real world spreading more precisely. Much higher absolute values of the errors suggest that this type of spreading is hard to be modeled by all frameworks M1 M9. A significant difference is observed between usage and adoption dominance measures for model M9 for initial phase of spreading. As visible in high and similar correlation values (0.94 and 0.92 accordingly), the shape of the function is preserved but the error value is much higher for usage dominance, especially for low a intra. The effect is also present in the ground truth data, but with a much smaller amplitude. Most likely this is because the probability of tweeting the same hashtag by the same user is lower in real life compared to the models. The M9 model is more susceptible to that, because it can spread more freely inside a community. This is validated by comparing it with M5, which is a more directed spreading model demonstrating almost no difference between the values of usage and adoption dominance. Table 4. Correlation of non normalized and root mean square error of normalized usage dominance D u for highly popular tweets (popularity > 500). Highlighted entries represent the best two values in each column. Model Ground truth High a intra Low a intra corr p-val rmse corr p-val rmse corr p-val rmse M M M M < M M M M

12 634 M. Kromka et al. Because viral or really popular hashtags are the most important in our analysis, in Table 4, we also present adoption dominance D a results for hashtags with more than 500 spreading events. Good results for M5 model show, that it is the most robust framework presented in this article. Interestingly, highly popular hashtags with lower than average a intra are modeled much better with the inclusion of overexposure. This is visible in low error and high correlation values for models M5, M7 and M9. From the baseline models from literature, M4 has the best results. 5 Related Works In the broad literature of the subject we find the works focusing on different aspects of meme popularity. These can be grouped into four major categories: content, social influence, time characteristics and network structure. Content appeal is typically analyzed for longer posts, for which sentiment, affect or emotional load can be established. In [7], the authors present the study of sample tweets and based on news/non-news classification and sentiment analysis conclude that negative sentiment for news messages and positive sentiment for non-news improves retweetability. The influence of psychological arousal (emotions resulting from a content) on information diffusion was analyzed in [2]. The authors provide evidence of perceptive claim that the high-arousal content triggers significant activation of users and boosts meme proliferation. Exhaustive sociolinguistic analysis of social media communication presented in [15] reveals important observations regarding meme lifecycle and virality. The authors emphasize the importance of phatic communication in maintaining vitality of social network. This type of communication does not transport quality content or meaning but still enables emergence of convivality, understood as a production of social engagement, based on temporal and elastic collectives consuming virals. Simple interactions and networking seem more important drivers of social network dynamics than sharing valuable information. The comprehensive approach for meme bursts prediction is presented in [1], where features based on content, network and time are used to determine future meme popularity. The interesting method of meme identification based on content and time was presented in [13]. The authors represent the content stream dumps in a form of Graph-of-Words and use k-core decomposition algorithm to identify viral memes. The notion of social network influencer is widely spread in mass culture and affects modern online marketing strategies causing emergence of semiprofessional content producers on Twitter or Instagram. The importance of seed agents responsible for initiating information spread over social network was studied in many works including [10,16]. Cognitive constraints caused by heavy information flows such as limited attention or confirmation bias, forces individuals to aggressively filter content and optimize evaluation time by adapting options of others [9]. The high authority of peer providing information and multiple exposure increases the probability of meme adoption (retweet, mention). From

13 Community Aware Models of Meme Spreading 635 structural perspective, the influence can be quantified using vertex centrality measures such as degree, betweenness centrality, clustering coefficient or Page Rank. Nevertheless, the more complete model of meme propagation should also include non-structural external knowledge such as forwarding activity and interests. Temporal patterns of meme diffusion were also analyzed in the context of process modeling and virality prediction. In [19], the authors used wavelet transform and trajectory clustering techniques to discover six major types of growth-decay characteristics of user attention curves. Different types of time series were identified for professional blogging, micro-blogging or news agencies. Long-term time variations in Twitter hashtag exposure and adoption was studied in [11]. The authors found that timing characteristics highly depend on the topic and frequency of hashtag exposure. The features extracted from the time series of first tweet adopters were used in [18] for classification-based virality prediction. It was also shown, that structural features of social network are more discriminative than time-based features. The structure of social network was identified as a key component of meme spreading dynamics [3, 6, 12, 14]. In particular, community structures can trap information flows and transform simple epidemic spreading to complex contagion, affected additionally by social mechanisms of homophily, reinforcement or overexposure. Inter-community concentration of early meme adopters is one of the most important features in predicting virality [17, 18]. Surprisingly, as presented in [14], the local structural properties of communities are less important than mesoscopic community view. In the context of hashtag propagation over Twitter network, it was shown that spreading of less popular hashstags should be described as complex contagion, subject to homophily and social reinforcement, while virals propagate similar to diseases [17]. Apart from communities, the structure of subgraphs induced by early adopters is also crucial in modeling future meme dynamics. In [3], the authors perform extensive feature engineering for hashtag virality prediction and build classification model, which uses subgraph conductance as one of the most discriminative features. More recently, in [6], the authors analyze structural properties of meme adoption graphs (MAGs) and formulate MAG-based, generic framework for spreading models comparison. In our work we were inspired by structural models taking into account social reinforcement and homophily [17, 18], but we decided to additionally include negative feedback loop related to overused memes. 6 Conclusion We demonstrated that hashtag spreading is a complex process, which cannot be accurately modeled based on the network structure only. Many factors like intra-community activity or popularity play an important role. In general, our models taking into account meme overexposure follow the dynamics of hashtag spreading more precisely, especially, when compared to the models from other works. Unique information overexposure model (M5) is performing the best when compared to the ground truth dynamics obtained from all hashtags.

14 636 M. Kromka et al. The good results obtained for M9 model should also be emphasised. This model takes into account overexposure constraint by generating tweet with the probability inversely proportional to the number of exposures. This is the most apparent proof, that the negative feedback loop for the social reinforcement should be considered, when modeling meme spreading. As visible in large error values and negative or insignificant correlations, hashtags with the higher than average intra-community activity are the hardest to reproduce. Interestingly, overexposure models have smaller rmse errors compared to social-reinforcement and homophily ones. Spreading with the lower than average intra-community activity values is overall best described by the homophily model (M4). This is mostly due to its accuracy for unpopular hashtags. For virals, defined as having popularity greater than 500 spreading events, the M5 and M7 (the local increase of generation probability model) are much more precise. The accuracy of M5 model is the order of magnitude better than one obtained for M2 M4 models. To have more complete overview of hashtag dynamics, the further work should focus on analysing the timescale of spreading and the stability of solutions when working with missing data. Acknowledgements. The research presented in this paper was supported by the funds assigned to AGH University of Science and Technology by the Polish Ministry of Science and Higher Education and in part by PL-Grid Infrastructure. References 1. Bai, J., Li, L., Lu, L., Yang, Y., Zeng, D.: Real-time prediction of meme burst. In: 2017 IEEE International Conference on Intelligence and Security Informatics (ISI), pp IEEE (2017) 2. Berger, J., Milkman, K.L.: What makes online content viral? J. Mark. Res. 49(2), (2012) 3. Bora, S., Singh, H., Sen, A., Bagchi, A., Singla, P.: On the role of conductance, geography and topology in predicting hashtag virality. Soc. Network Anal. Min. 5(1), 1 15 (2015) Bright, P.: How the London riots showed us two sides of social networking. Ars Technica (2011) 5. Dzwinel, W., Wcis lo, R., Czech, W.: ivga: a fast force-directed method for interactive visualization of complex networks. J. Comput. Sci. 21, (2017) 6. Elsharkawy, S., Hassan, G., Nabhan, T., Roushdy, M.: Modelling meme adoption pattern on online social networks. In: Web Intelligence, vol. 17, pp IOS Press (2019) 7. Hansen, L.K., Arvidsson, A., Nielsen, F.A., Colleoni, E., Etter, M.: Good friends, bad news - affect and virality in Twitter. In: Park, J.J., Yang, L.T., Lee, C. (eds.) FutureTech CCIS, vol. 185, pp Springer, Heidelberg (2011). doi.org/ / Muchnik, L., Aral, S., Taylor, S.J.: Social influence bias: a randomized experiment. Science 341(6146), (2013)

15 Community Aware Models of Meme Spreading Qiu, X., Oliveira, D.F., Shirazi, A.S., Flammini, A., Menczer, F.: Limited individual attention and online virality of low-quality information. Nat. Hum. Behav. 1(7), 0132 (2017) 10. Romero, D.M., Galuba, W., Asur, S., Huberman, B.A.: Influence and passivity in social media. In: Gunopulos, D., Hofmann, T., Malerba, D., Vazirgiannis, M. (eds.) ECML PKDD LNCS (LNAI), vol. 6913, pp Springer, Heidelberg (2011) Romero, D.M., Meeder, B., Kleinberg, J.: Differences in the mechanics of information diffusion across topics: idioms, political hashtags, and complex contagion on Twitter. In: Proceedings of the 20th International Conference on World Wide Web, pp ACM (2011) 12. Saxena, A., Iyengar, S., Gupta, Y.: Understanding spreading patterns on social networks based on network topology. In: Proceedings of the 2015 IEEE/ACM International Conference on Advances in Social Networks Analysis and Mining 2015, pp ACM (2015) 13. Shabunina, E., Pasi, G.: A graph-based approach to ememes identification and tracking in social media streams. Knowl.-Based Syst. 139, (2018) 14. Stegehuis, C., Van Der Hofstad, R., Van Leeuwaarden, J.S.: Epidemic spreading on complex networks with community structures. Sci. Rep. 6, (2016) 15. Varis, P., Blommaert, J.: Conviviality and collectives on social media: virality, memes, and new social structures. Multilingual Margins: J. Multilingualism Periphery 2(1), (2015) 16. Weng, L., Flammini, A., Vespignani, A., Menczer, F.: Competition among memes in a world with limited attention. Sci. Rep. 2, 335 (2012) 17. Weng, L., Menczer, F., Ahn, Y.Y.: Virality prediction and community structure in social networks. Sci. Rep. 3, 2522 EP (2013). article 18. Weng, L., Menczer, F., Ahn, Y.Y.: Predicting successful memes using network and community structure. In: Eighth International AAAI Conference on Weblogs and Social Media (2014) 19. Yang, J., Leskovec, J.: Patterns of temporal variation in online media. In: Proceedings of the Fourth ACM International Conference on Web Search and Data Mining, pp ACM (2011)

Športno društvo Jesenice, Ledarska 4, 4270 Jesenice, Tel.: (04) , Fax: (04) , Drsalni klub Jesenice in Zv

Športno društvo Jesenice, Ledarska 4, 4270 Jesenice, Tel.: (04) , Fax: (04) ,   Drsalni klub Jesenice in Zv Drsalni klub Jesenice in Zveza drsalnih športov Slovenije RAZPISUJETA TEKMOVANJE V UMETNOSTNEM DRSANJU Biellman Cup 1. Organizator: Drsalni klub Jesenice, Ledarska ulica 4, 4270 JESENICE www.dkjesenice.si

Prikaži več

Društvo za elektronske športe - spid.si Vaneča 69a 9201 Puconci Pravila tekmovanja na EPICENTER LAN 12 Hearthstone Na dogodku izvaja: Blaž Oršoš Datum

Društvo za elektronske športe - spid.si Vaneča 69a 9201 Puconci Pravila tekmovanja na EPICENTER LAN 12 Hearthstone Na dogodku izvaja: Blaž Oršoš Datum Pravila tekmovanja na EPICENTER LAN 12 Hearthstone Na dogodku izvaja: Blaž Oršoš Datum: 5. januar 2016 Društvo za elektronske športe [1/5] spid.si Slovenska pravila 1 OSNOVNE INFORMACIJE 1.1 Format tekmovanja

Prikaži več

Microsoft Word - M docx

Microsoft Word - M docx Š i f r a k a n d i d a t a : Državni izpitni center *M12224223* Višja raven JESENSKI IZPITNI ROK Izpitna pola 3 Pisno sporočanje A) Pisni sestavek (v eni od stalnih sporočanjskih oblik) (150 180 besed)

Prikaži več

PRESENT SIMPLE TENSE The sun gives us light. The sun does not give us light. Does It give us light? Raba: Za splošno znane resnice. I watch TV sometim

PRESENT SIMPLE TENSE The sun gives us light. The sun does not give us light. Does It give us light? Raba: Za splošno znane resnice. I watch TV sometim PRESENT SIMPLE TENSE The sun gives us light. The sun does not give us light. Does It give us light? Za splošno znane resnice. I watch TV sometimes. I do not watch TV somtimes. Do I watch TV sometimes?

Prikaži več

ARRS-BI-FR-PROTEUS-JR-Prijava/2011 Stran 1 od 7 Oznaka prijave: Javni razpis za sofinanciranje znanstvenoraziskovalnega sodelovanja med Republiko Slov

ARRS-BI-FR-PROTEUS-JR-Prijava/2011 Stran 1 od 7 Oznaka prijave: Javni razpis za sofinanciranje znanstvenoraziskovalnega sodelovanja med Republiko Slov Stran 1 od 7 Oznaka prijave: Javni razpis za sofinanciranje znanstvenoraziskovalnega sodelovanja med Republiko Slovenijo in Francosko republiko Program PROTEUS v letih 2012-2013 (Uradni list RS, št. 10/2011,

Prikaži več

VISOKA ZDRAVSTVENA ŠOLA V CELJU DIPLOMSKO DELO VLOGA MEDICINSKE SESTRE PRI OBRAVNAVI OTROKA Z EPILEPSIJO HEALTH EDUCATION OF A NURSE WHEN TREATING A C

VISOKA ZDRAVSTVENA ŠOLA V CELJU DIPLOMSKO DELO VLOGA MEDICINSKE SESTRE PRI OBRAVNAVI OTROKA Z EPILEPSIJO HEALTH EDUCATION OF A NURSE WHEN TREATING A C VISOKA ZDRAVSTVENA ŠOLA V CELJU DIPLOMSKO DELO VLOGA MEDICINSKE SESTRE PRI OBRAVNAVI OTROKA Z EPILEPSIJO HEALTH EDUCATION OF A NURSE WHEN TREATING A CHILD WITH EPILEPSY Študentka: SUZANA ZABUKOVNIK Mentorica:

Prikaži več

Preštudirati je potrebno: Floyd, Principles of Electric Circuits Pri posameznih poglavjih so označene naloge, ki bi jih bilo smiselno rešiti. Bolj pom

Preštudirati je potrebno: Floyd, Principles of Electric Circuits Pri posameznih poglavjih so označene naloge, ki bi jih bilo smiselno rešiti. Bolj pom Preštudirati je potrebno: Floyd, Principles of Electric Circuits Pri posameznih poglavjih so označene naloge, ki bi jih bilo smiselno rešiti. Bolj pomembne, oziroma osnovne naloge so poudarjene v rumenem.

Prikaži več

Microsoft Word - si-6 Uporaba informacijsko-komunikacijske tehnologije IKT v gospodinjstvih 1 cetrt 05.doc

Microsoft Word - si-6 Uporaba informacijsko-komunikacijske tehnologije IKT v gospodinjstvih 1 cetrt 05.doc 9. JANUAR 2006 9 JANUARY 2006 št./no 6 29 INFORMACIJSKA DRUŽBA INFORMATION SOCIETY št./no 1 UPORABA INFORMACIJSKO-KOMUNIKACIJSKE TEHNOLOGIJE (IKT) V GOSPODINJSTVIH IN PO POSAMEZNIKIH, SLOVENIJA, 1. ČETRTLETJE

Prikaži več

P183A22112

P183A22112 Š i f r a k a n d i d a t a : Državni izpitni center *P183A22112* ZIMSKI IZPITNI ROK ANGLEŠČINA Izpitna pola 2 Pisno sporočanje A) Krajši pisni sestavek (60 70 besed) B) Daljši pisni sestavek (150 160

Prikaži več

ZAHTEVA ZA VZDRŽEVANJE LEI (sklad) REQUEST FOR A MAINTENANCE OF LEI (fund) 1. PODATKI O SKLADU / FUND DATA: LEI: Ime / Legal Name: Druga imena sklada

ZAHTEVA ZA VZDRŽEVANJE LEI (sklad) REQUEST FOR A MAINTENANCE OF LEI (fund) 1. PODATKI O SKLADU / FUND DATA: LEI: Ime / Legal Name: Druga imena sklada ZAHTEVA ZA VZDRŽEVANJE LEI (sklad) REQUEST FOR A MAINTENANCE OF LEI (fund) 1. PODATKI O SKLADU / FUND DATA: LEI: Ime / Legal Name: Druga imena sklada / Other Fund Names: Matična številka / Business Register

Prikaži več

Microsoft Word - ARRS-MS-BR-07-A-2009.doc

Microsoft Word - ARRS-MS-BR-07-A-2009.doc RAZPIS: Javni razpis za sofinanciranje znanstvenoraziskovalnega sodelovanja med Republiko Slovenijo in Federativno Republiko Brazilijo v letih 2010 2012 (Uradni list RS št. 53/2009) Splošna opomba: Vnosna

Prikaži več

untitled

untitled 1 Plinske cenovne arbitraže in priložnosti za arbitražo v energetskem sektorju STALNA ARBITRAŽA PRI GOSPODARSKI ZBORNICI SLOVENIJE KONFERENCA SLOVENSKE ARBITRAŽE Ljubljana, 4. november 2013 Matjaž Ulčar,

Prikaži več

2_Novosti na področju zakonodaje

2_Novosti na področju zakonodaje Agencija za civilno letalstvo Slovenija Civil Aviation Agency Slovenia Novosti s področja regulative Matej Dolinar 2. konferenca na temo začetne in stalne plovnosti 11. Maj 2018 Vsebina Viri Spremembe

Prikaži več

Elektro predloga za Powerpoint

Elektro predloga za Powerpoint AKTIVNOSTI NA PODROČJU E-MOBILNOSTI Ljubljana, 15. februar 2017 Uršula Krisper Obstoječe stanje Oskrba 120 polnilnic Lastniki in upravljalci Brezplačno polnjenje Identifikacija z RFID ali GSM ali Urbana

Prikaži več

Microsoft Word - P101-A doc

Microsoft Word - P101-A doc Š i f r a k a n d i d a t a : Državni izpitni center *P101A22112* SPOMLADANSKI IZPITNI ROK ANGLEŠČINA Izpitna pola 2 Pisno sporočanje A) Krajši pisni sestavek B) Vodeni spis Sobota, 29. maj 2010 / 60 minut

Prikaži več

Workhealth II

Workhealth II SEMINAR Development of a European Work-Related Health Report and Establishment of Mechanisms for Dissemination and Co- Operation in the New Member States and Candidate Countries - WORKHEALTH II The European

Prikaži več

Slide 1

Slide 1 INTERAKTIVNA MULTIMEDIJA P9 doc. dr. Matej Zajc QWERTY 1870 Christopher Latham Sholes Uporaba: tipkarski stroj: Remington Pozicija črk upočasni uporabnika Pogosto uporabljane črke so narazen The popular

Prikaži več

Trenja stališč in čustvenčki v žarišču Dr. Petra Kralj Novak Odsek za tehnologije znanja Institut Jožef JOTA, FRI, Univerza v Ljubljani, 21.

Trenja stališč in čustvenčki v žarišču Dr. Petra Kralj Novak Odsek za tehnologije znanja Institut Jožef JOTA, FRI, Univerza v Ljubljani, 21. Trenja stališč in čustvenčki v žarišču Dr. Petra Kralj Novak Odsek za tehnologije znanja Institut Jožef Stefan @ JOTA, FRI, Univerza v Ljubljani, 21. maj, 2018 Kaj je to? U+1F602 U+1F468 U+200D U+1F469

Prikaži več

Microsoft Word - ARRS-MS-CEA-03-A-2009.doc

Microsoft Word - ARRS-MS-CEA-03-A-2009.doc RAZPIS: Javni razpis za sofinanciranje znanstvenoraziskovalnega sodelovanja med Republiko Slovenijo in Komisariatom za atomsko energijo (CEA) Francoske republike v letih 2009-2011 Splošna opomba: Vnosna

Prikaži več

Metode objektivnega vrednotenja 2016_17_DKT

Metode objektivnega vrednotenja 2016_17_DKT DEJAVNIKI KAKOVOSTI V TISKU METODE OBJEKTIVNEGA VREDNOTENJA Deja Muck DOLOČANJE KAKOVOSTI PRINTING PROCESS + INK + PRINTING SUBSTRATE Print uality had been defined through many attributes: lightness blur

Prikaži več

Slide 1

Slide 1 Zagotavljanje kakovosti v Programu Svit na področju patohistologije Snježana Frković Grazio Patologija v presejanju za raka DČD dejavnost patologije igra v presejanju pomembno vlogo, saj je obravnava udeležencev

Prikaži več

Microsoft Word - ARRS-MS-FI-06-A-2010.doc

Microsoft Word - ARRS-MS-FI-06-A-2010.doc RAZPIS: Javni razpis za sofinanciranje znanstvenoraziskovalnega sodelovanja med Republiko Slovenijo in Republiko Finsko v letih 2011-2012 (Uradni list RS, št. 49/2010) Splošne opombe: Obrazec izpolnjujte

Prikaži več

PRILOGA 1: SODELOVANJE NA JAVNEM NAROČILU - ENOSTAVNI POSTOPEK ANNEX 1: PARTICIPATION IN THE TENDER SIMPLIFIED PROCEDURE 1. OPIS PREDMETA JAVNEGA NARO

PRILOGA 1: SODELOVANJE NA JAVNEM NAROČILU - ENOSTAVNI POSTOPEK ANNEX 1: PARTICIPATION IN THE TENDER SIMPLIFIED PROCEDURE 1. OPIS PREDMETA JAVNEGA NARO PRILOGA 1: SODELOVANJE NA JAVNEM NAROČILU - ENOSTAVNI POSTOPEK ANNEX 1: PARTICIPATION IN THE TENDER SIMPLIFIED PROCEDURE 1. OPIS PREDMETA JAVNEGA NAROČILA/ SUBJEST OF TENDER: Predmet razpisa je svetovanje

Prikaži več

VISOKA ZDRAVSTVENA ŠOLA V CELJU DIPLOMSKO DELO PREPREČEVANJE ZAPLETOV PRI PACIENTIH Z VSTAVLJENIM URINSKIM KATETROM PREVENTION OF COMPLICATIONS AT THE

VISOKA ZDRAVSTVENA ŠOLA V CELJU DIPLOMSKO DELO PREPREČEVANJE ZAPLETOV PRI PACIENTIH Z VSTAVLJENIM URINSKIM KATETROM PREVENTION OF COMPLICATIONS AT THE VISOKA ZDRAVSTVENA ŠOLA V CELJU DIPLOMSKO DELO PREPREČEVANJE ZAPLETOV PRI PACIENTIH Z VSTAVLJENIM URINSKIM KATETROM PREVENTION OF COMPLICATIONS AT THE PATIENTS WITH INSERTED URINARY CATHETER Študent: POLONA

Prikaži več

UČNI NAČRT PREDMETA / COURSE SYLLABUS Predmet: Podatkovne baze 1 Course title: Data bases 1 Študijski program in stopnja Study programme and level Vis

UČNI NAČRT PREDMETA / COURSE SYLLABUS Predmet: Podatkovne baze 1 Course title: Data bases 1 Študijski program in stopnja Study programme and level Vis UČNI NAČRT PREDMETA / COURSE SYLLABUS Predmet: Podatkovne baze 1 Course title: Data bases 1 Študijski program in stopnja Study programme and level Visokošolski strokovni študijski program Praktična matematika

Prikaži več

ARS1

ARS1 Nepredznačena in predznačena cela števila Dvojiški zapis Nepredznačeno Predznačeno 0000 0 0 0001 1 1 0010 2 2 0011 3 3 Pri odštevanju je stanje C obratno (posebnost ARM)! - če ne prekoračimo 0 => C=1 -

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Metode analize omrežij Methods of Network Analysis Študijski program in stopnja Study pro

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Metode analize omrežij Methods of Network Analysis Študijski program in stopnja Study pro Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Metode analize Methods of Network Analysis Študijski program in stopnja Study programme and level Računalništvo in spletne tehnologije, visokošolski

Prikaži več

Uradni list Republike Slovenije Št. 39 / / Stran 6173 EVROPSKA ŠOLA:... Učenec:... Datum rojstva:... Letnik:... Razrednik:... ŠOLSKO POROČI

Uradni list Republike Slovenije Št. 39 / / Stran 6173 EVROPSKA ŠOLA:... Učenec:... Datum rojstva:... Letnik:... Razrednik:... ŠOLSKO POROČI Uradni list Republike Slovenije Št. 39 / 8. 6. 2018 / Stran 6173 EVROPSKA ŠOLA:... Učenec:... Datum rojstva:... Letnik:... Razrednik:... ŠOLSKO POROČILO šolsko leto Sodeluje pri učenju. Pozorno posluša.

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Menedžment projektov Management of Projects Študijski program in stopnja Study programme

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Menedžment projektov Management of Projects Študijski program in stopnja Study programme Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Menedžment projektov Management of Projects Študijski program in stopnja Study programme and level Računalništvo in spletne tehnologije, visokošolski

Prikaži več

Osnovna šola dr. Jožeta Pučnika Osnovna Črešnjevec 47, 2130 Slovenska Bistrica Tel:(02) ; Fax: (02) www.

Osnovna šola dr. Jožeta Pučnika Osnovna Črešnjevec 47, 2130 Slovenska Bistrica Tel:(02) ; Fax: (02) www. Osnovna šola dr. Jožeta Pučnika Osnovna Črešnjevec 47, 2130 Slovenska Bistrica Tel:(02) 8055150; Fax: (02)8055158 o-cresnjevec.mb@guest.arnes.si; www.cresnjevec.si POROČILO NACIONALNEGA UNESCO PROJEKTA

Prikaži več

Slide 1

Slide 1 INCLUSIVE EDUCATION IN SLOVENIA Natalija Vovk-Ornik, Koper, 7th Oktober 2014 Educational system to publish_10_2015_si The Republic of Slovenia Area: 20,273 km² Population: 2,023,358 Capital: Ljubljana

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Analiza omrežij Network Analysis Študijski program in stopnja Study programme and level Š

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Analiza omrežij Network Analysis Študijski program in stopnja Study programme and level Š Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Analiza omrežij Network Analysis Študijski program in stopnja Study programme and level Študijska smer Study field Uporabne družbene študije

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Analiza omrežij Network Analysis Študijski program in stopnja Study programme and level I

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Analiza omrežij Network Analysis Študijski program in stopnja Study programme and level I Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Analiza omrežij Network Analysis Študijski program in stopnja Study programme and level Informatika v sodobni družbi, visokošolski strokovni

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Analiza omrežij Network Analysis Študijski program in stopnja Study programme and level I

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Analiza omrežij Network Analysis Študijski program in stopnja Study programme and level I Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Analiza omrežij Network Analysis Študijski program in stopnja Study programme and level Informatika v sodobni družbi, visokošolski strokovni

Prikaži več

UČNI NAČRT PREDMETA / COURSE SYLLABUS Predmet: Matematična fizika II Course title: Mathematical Physics II Študijski program in stopnja Study programm

UČNI NAČRT PREDMETA / COURSE SYLLABUS Predmet: Matematična fizika II Course title: Mathematical Physics II Študijski program in stopnja Study programm UČNI NAČRT PREDMETA / COURSE SYLLABUS Predmet: Matematična fizika II Course title: Mathematical Physics II Študijski program in stopnja Study programme and level Univerzitetni študijski program 1.stopnje

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Razvoj slovenske družbe Development of Slovenian society Študijski program in stopnja Stu

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Razvoj slovenske družbe Development of Slovenian society Študijski program in stopnja Stu Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Razvoj slovenske družbe Development of Slovenian society Študijski program in stopnja Study programme and level Študijska smer Study field Letnik

Prikaži več

Strojni{ki vestnik 47(2001)10, Journal of Mechanical Engineering 47(2001)10, ISSN ISSN UDK : UDC 620.

Strojni{ki vestnik 47(2001)10, Journal of Mechanical Engineering 47(2001)10, ISSN ISSN UDK : UDC 620. Strojni{ki vestnik 47(200)0,593-604 Journal of Mechanical Engineering 47(200)0,593-604 ISSN 0039-2480 ISSN 0039-2480 UDK 620.78.3:004.94 UDC 620.78.3:004.94 Izvirni znanstveni ~lanek (.0) J. Klemenc -

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS SMERNI SEMINAR SEMINAR Študijski program in stopnja Study programme and level Študijska s

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS SMERNI SEMINAR SEMINAR Študijski program in stopnja Study programme and level Študijska s Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS SMERNI SEMINAR SEMINAR Študijski program in stopnja Study programme and level Študijska smer Study field Letnik Academic year Poslovne vede,

Prikaži več

Microsoft PowerPoint - Umanotera ppt [Read-Only] [Compatibility Mode]

Microsoft PowerPoint - Umanotera ppt [Read-Only] [Compatibility Mode] Blaženje podnebnih sprememb: strošek ali razvojna priložnost? mag. Mojca Vendramin Okoljska Kuznetsova krivulja Pritiski na okolje na prebiv. Dohodek na prebivalca Neposredni vpliv različnih cen CO 2

Prikaži več

Microsoft Word - Faktorska_analiza_blagovne_znamke_II

Microsoft Word - Faktorska_analiza_blagovne_znamke_II Funkcije blagovne znamke Občutljivost na blagovne znamke (angl. brand sensitivity), definirana kot pomen, ki ga kupci pripisujejo blagovni znamki v procesu odločanja za nakup, je izkazano pomemben dejavnik,

Prikaži več

Microsoft Word - Q-DAS-iNOVA and partners-Free information day-Ljubljana r5.docx

Microsoft Word - Q-DAS-iNOVA and partners-Free information day-Ljubljana r5.docx Event description: Opis dogodka: In a joint information day, together with regional representative inova MS, we will represent implementation of statistical methods for process control supported by use

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Politične ureditve in analiza politik Political Systems and Policy Analysis Študijski pro

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Politične ureditve in analiza politik Political Systems and Policy Analysis Študijski pro Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Politične ureditve in analiza politik Political Systems and Policy Analysis Študijski program in stopnja Study programme and level Informatika

Prikaži več

PAST CONTINUOUS Past continuous uporabljamo, ko želimo opisati dogodke, ki so se dogajali v preteklosti. Dogodki so se zaključili v preteklosti in nič

PAST CONTINUOUS Past continuous uporabljamo, ko želimo opisati dogodke, ki so se dogajali v preteklosti. Dogodki so se zaključili v preteklosti in nič PAST CONTNUOUS Past continuous uporabljamo, ko želimo opisati dogodke, ki so se dogajali v preteklosti. Dogodki so se zaključili v preteklosti in nič več ne trajajo. Dogodki so v preteklosti trajali dalj

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Uvod v informatiko Introduction into Informatics Študijski program in stopnja Study progr

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Uvod v informatiko Introduction into Informatics Študijski program in stopnja Study progr Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Uvod v informatiko Introduction into Informatics Študijski program in stopnja Study programme and level Socialni menedžment UN, dodiplomski/social

Prikaži več

Microsoft Word - P072-A doc

Microsoft Word - P072-A doc [ifra kandidata: Dr`avni izpitni center *P072A22112* JESENSKI ROK ANGLE[^INA Izpitna pola 2 Pisno sporo~anje A: Kraj{i pisni sestavek B: Vodeni spis ^etrtek, 30. avgust 2007 / 60 minut (20 + 40) Dovoljeno

Prikaži več

netslo19-vabilo.indd

netslo19-vabilo.indd NetSlo 19 Srečanje raziskovalcev s področja analize omrežij Ljubljana, 24. januar 2019 Institut Jožef Stefan Program 13:00-13:30 Registracija 13:30-14:15 Gorazd Drevenšek Zoran Levnajić Nevrobiološke osnove

Prikaži več

Oznaka prijave: Javni razpis za sofinanciranje znanstvenoraziskovalnega sodelovanja med Republiko Slovenijo in Združenimi državami Amerike v letih 201

Oznaka prijave: Javni razpis za sofinanciranje znanstvenoraziskovalnega sodelovanja med Republiko Slovenijo in Združenimi državami Amerike v letih 201 Oznaka prijave: Javni razpis za sofinanciranje znanstvenoraziskovalnega sodelovanja med Republiko Slovenijo in Združenimi državami Amerike v letih 2015-2016 (Uradni list RS, št. 92/2014, z dne 19.12.2014)

Prikaži več

Microsoft Word - GB-PSP-2006.doc

Microsoft Word - GB-PSP-2006.doc Partnerships in Science Projects in Slovenia Application Form 2006 Slovenski partnerski program za znanstveno sodelovanje A joint scheme between the Slovenian Research Agency and the British Council. (skupni

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA/COURSE SYLLABUS Matematična fizika II Mathematical Physics II Študijski programi in stopnja Študijska smer

Predmet: Course title: UČNI NAČRT PREDMETA/COURSE SYLLABUS Matematična fizika II Mathematical Physics II Študijski programi in stopnja Študijska smer Predmet: Course title: UČNI NAČRT PREDMETA/COURSE SYLLABUS Matematična fizika II Mathematical Physics II Študijski programi in stopnja Študijska smer Letnik Semestri Fizika, prva stopnja, univerzitetni

Prikaži več

Microsoft Word - Met_postaja_Jelendol1.doc

Microsoft Word - Met_postaja_Jelendol1.doc Naše okolje, junij 212 METEOROLOŠKA POSTAJA JELENDOL Meteorological station Jelendol Mateja Nadbath V Jelendolu je padavinska meteorološka postaja; Agencija RS za okolje ima v občini Tržič še padavinsko

Prikaži več

GEOLOGIJA 2312, (1980), Ljubljana UDK (083.58)=863 Nova grafična izvedba števne mreže A new graphical technique to record the observed d

GEOLOGIJA 2312, (1980), Ljubljana UDK (083.58)=863 Nova grafična izvedba števne mreže A new graphical technique to record the observed d GEOLOGIJA 2312, 323 328 (1980), Ljubljana UDK 551.24(083.58)=863 Nova grafična izvedba števne mreže A new graphical technique to record the observed data in geology Ladislav Placer Geološki zavod, 61000

Prikaži več

Srednja poklicna in strokovna šola Bežigrad - Ljubljana Ptujska ulica 6, 1000 Ljubljana STATISTIKA REGISTRIRANIH VOZIL V REPUBLIKI SLOVENIJI PROJEKTNA

Srednja poklicna in strokovna šola Bežigrad - Ljubljana Ptujska ulica 6, 1000 Ljubljana STATISTIKA REGISTRIRANIH VOZIL V REPUBLIKI SLOVENIJI PROJEKTNA Srednja poklicna in strokovna šola Bežigrad - Ljubljana Ptujska ulica 6, 1000 Ljubljana STATISTIKA REGISTRIRANIH VOZIL V REPUBLIKI SLOVENIJI PROJEKTNA NALOGA Mentor: Andrej Prašnikar (tehnično komuniciranje)

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS (leto / year 2017/18) Odkrivanje znanj iz podatkov Data mining Študijski program in stopn

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS (leto / year 2017/18) Odkrivanje znanj iz podatkov Data mining Študijski program in stopn Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS (leto / year 2017/18) Odkrivanje znanj iz podatkov Data mining Študijski program in stopnja Study programme and level Interdisciplinarni magistrski

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Umetna inteligenca Artificial Intelligence Študijski program in stopnja Study programme a

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Umetna inteligenca Artificial Intelligence Študijski program in stopnja Study programme a Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Umetna inteligenca Artificial Intelligence Študijski program in stopnja Study programme and level Interdisciplinarni magistrski študijski program

Prikaži več

FACULTY OF INFORMATION STUDIES IN NOVO MESTO D O C T O R A L D I S S E R T A T I O N JERNEJ AGREŽ

FACULTY OF INFORMATION STUDIES IN NOVO MESTO D O C T O R A L D I S S E R T A T I O N JERNEJ AGREŽ FACULTY OF INFORMATION STUDIES IN NOVO MESTO D O C T O R A L D I S S E R T A T I O N JERNEJ AGREŽ FACULTY OF INFORMATION STUDIES IN NOVO MESTO DOCTORAL DISSERTATION FUTURE KNOWLEDGE AND PROCESS PATTERN

Prikaži več

UČNI NAČRT PREDMETA / COURSE SYLLABUS Predmet: Podatkovne baze 2 Course title: Data bases 2 Študijski program in stopnja Study programme and level Vis

UČNI NAČRT PREDMETA / COURSE SYLLABUS Predmet: Podatkovne baze 2 Course title: Data bases 2 Študijski program in stopnja Study programme and level Vis UČNI NAČRT PREDMETA / COURSE SYLLABUS Predmet: Podatkovne baze 2 Course title: Data bases 2 Študijski program in stopnja Study programme and level Visokošolski strokovni študijski program Praktična matematika

Prikaži več

UČNI NAČRT PREDMETA / COURSE SYLLABUS Predmet: Ekonometrija 1 Course title: Econometrics 1 Študijski program in stopnja Study programme and level Univ

UČNI NAČRT PREDMETA / COURSE SYLLABUS Predmet: Ekonometrija 1 Course title: Econometrics 1 Študijski program in stopnja Study programme and level Univ UČNI NAČRT PREDMETA / COURSE SYLLABUS Predmet: Ekonometrija 1 Course title: Econometrics 1 Študijski program in stopnja Study programme and level Univerzitetni študijski program Finančna matematika First

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Poučevanje algoritmičnega razmišljanja Teaching algorithmic thinking Študijski program in

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Poučevanje algoritmičnega razmišljanja Teaching algorithmic thinking Študijski program in Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Poučevanje algoritmičnega razmišljanja Teaching algorithmic thinking Študijski program in stopnja Study programme and level Interdisciplinarni

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Napredne metode računalniškega vida Advanced topics in computer vision Študijski program

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Napredne metode računalniškega vida Advanced topics in computer vision Študijski program Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Napredne metode računalniškega vida Advanced topics in computer vision Študijski program in stopnja Study programme and level Interdisciplinarni

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS (leto / year 2017/18) Modeliranje računalniških omrežij Computer networks modelling Študi

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS (leto / year 2017/18) Modeliranje računalniških omrežij Computer networks modelling Študi Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS (leto / year 2017/18) Modeliranje računalniških omrežij Computer networks modelling Študijski program in stopnja Study programme and level Interdisciplinarni

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Odnosi z odločevalci Relations with decision-makers Študijski program in stopnja Study pr

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Odnosi z odločevalci Relations with decision-makers Študijski program in stopnja Study pr Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Odnosi z odločevalci Relations with decision-makers Študijski program in stopnja Study programme and level Študijska smer Study field Letnik

Prikaži več

16 TABAK.cdr

16 TABAK.cdr Happy KOM F / Happy KOM F Happy KOMP STO / Happy COMP desk Happy OV / Happy KOM F Happy POL 00 / Happy POL 00 Happy TV KOM / klub sto Happy TV KOM / club table Pikolo klub set / Piccolo club set Happy

Prikaži več

APS1

APS1 Algoritmi in podatkovne strukture 1 Visokošolski strokovni študij Računalništvo in informatika Abstraktni podatkovni tipi Jurij Mihelič, UniLj, FRI Podatkovni tipi Razvil Pascal, Oberon itd. Software is

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Informatizacija malih podjetij Informatisation of Small Companies Študijski program in st

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Informatizacija malih podjetij Informatisation of Small Companies Študijski program in st Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Informatizacija malih podjetij Informatisation of Small Companies Študijski program in stopnja Study programme and level Informatika v sodobni

Prikaži več

Slovenska predloga za KE

Slovenska predloga za KE 23. posvetovanje "KOMUNALNA ENERGETIKA / POWER ENGINEERING", Maribor, 2014 1 ANALIZA VPLIVA PRETOKA ENERGIJE PREKO RAZLIČNIH NIZKONAPETOSTNIH VODOV NA NAPETOSTNI PROFIL OMREŽJA Ernest BELIČ, Klemen DEŽELAK,

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS (leto / year 2017/18) Inteligentni sistemi Intelligent systems Študijski program in stopn

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS (leto / year 2017/18) Inteligentni sistemi Intelligent systems Študijski program in stopn Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS (leto / year 2017/18) Inteligentni sistemi Intelligent systems Študijski program in stopnja Study programme and level Interdisciplinarni univerzitetni

Prikaži več

(Microsoft PowerPoint - Predstavitev IJS kon\350na.ppt)

(Microsoft PowerPoint - Predstavitev IJS kon\350na.ppt) Institut 'Jožef Stefan' Urban Šegedin Fotokatalizatorji s superiornimi lastnostmi Sinteza stabilnega tetragonalnega cirkonijevega oksida v obliki tankih plasti. Povečana učinkovitost razgradnje nevarnih

Prikaži več

Microsoft Word - Dokument1

Microsoft Word - Dokument1 Plesna zveza Slovenije (DanceSport Federation of Slovenia) Članica mednarodnih zvez WDSF, WRRC in IDO Celovška c. 25, 1000 Ljubljana, Slovenija, Tel.++386 1 230 14 17, Fax: ++ 386 1 430 22 84 vsem klubom

Prikaži več

Oznaka prijave: Javni razpis za sofinanciranje znanstvenoraziskovalnega sodelovanja med Republiko Slovenijo in Združenimi državami Amerike v letih 201

Oznaka prijave: Javni razpis za sofinanciranje znanstvenoraziskovalnega sodelovanja med Republiko Slovenijo in Združenimi državami Amerike v letih 201 Oznaka prijave: Javni razpis za sofinanciranje znanstvenoraziskovalnega sodelovanja med Republiko Slovenijo in Združenimi državami Amerike v letih 2014-2015 (Uradni list RS, št. 107/2013, z dne 20.12.2013)

Prikaži več

ČLANI SKUPINE: Zasedbo Linkin Park sestavlja šest, po njihovem mnenju dolgočasnih, ljudi: Vokalist Chester Bobnar Rob Vokalist Mike Basist Pheonix DJ

ČLANI SKUPINE: Zasedbo Linkin Park sestavlja šest, po njihovem mnenju dolgočasnih, ljudi: Vokalist Chester Bobnar Rob Vokalist Mike Basist Pheonix DJ ČLANI SKUPINE: Zasedbo Linkin Park sestavlja šest, po njihovem mnenju dolgočasnih, ljudi: Vokalist Chester Bobnar Rob Vokalist Mike Basist Pheonix DJ Hahn Kitarist Brad CHESTER Ime: Chester Bennington

Prikaži več

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Uporabniška izkušnja User Experience Študijski program in stopnja Study programme and lev

Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Uporabniška izkušnja User Experience Študijski program in stopnja Study programme and lev Predmet: Course title: UČNI NAČRT PREDMETA / COURSE SYLLABUS Uporabniška izkušnja User Experience Študijski program in stopnja Study programme and level Informatika v sodobni družbi, magistrski študijski

Prikaži več

stevilka 3_09.pmd

stevilka 3_09.pmd KOVNIH SIMPOZIJEV V OBDOBJU APRIL JUNIJ 2009 Anka Lisec V SLOVENIJI 2. 3. april 2009 Posvet o izobraževanju na področjih zemljiškega menedžmenta in ekonomike prostora (2. 4.) in okrogla miza»izobraževalni

Prikaži več

SKUPNE EU PRIJAVE PROJEKTOV RAZISKOVALNE SFERE IN GOSPODARSTVA Maribor, Inovacije v MSP Innovation in SMEs dr. Igor Milek, SME NKO SPIRIT S

SKUPNE EU PRIJAVE PROJEKTOV RAZISKOVALNE SFERE IN GOSPODARSTVA Maribor, Inovacije v MSP Innovation in SMEs dr. Igor Milek, SME NKO SPIRIT S SKUPNE EU PRIJAVE PROJEKTOV RAZISKOVALNE SFERE IN GOSPODARSTVA Maribor, 10.10.2016 Inovacije v MSP Innovation in SMEs dr. Igor Milek, SME NKO SPIRIT Slovenija, javna agencija Pregled predstavitve Koncept

Prikaži več

EN : EN 13813: 2002 IZJAVA O LASTNOSTIH Sikafloor-20 PurCem EN 13813: Tip izdelka: Enotna identifikaci

EN : EN 13813: 2002 IZJAVA O LASTNOSTIH Sikafloor-20 PurCem EN 13813: Tip izdelka: Enotna identifikaci EN 1504-2: 2004 13 0086 EN 13813: 2002 IZJAVA O LASTNOSTIH Sikafloor-20 PurCem 020802020010000011088 EN 13813:2002 1. Tip izdelka: Enotna identifikacijska oznaka tipa proizvoda: 2. Tip, serijska ali zaporedna

Prikaži več

Microsoft Word - si Vpis studentov na terciarno izob v st le doc

Microsoft Word - si Vpis studentov na terciarno izob v st le doc 27. JUNIJ 2007 27 JUNE 2007 št./no 37 9 IZOBRAŽEVANJE EDUCATION št./no 2 VPIS ŠTUDENTOV V TERCIARNO IZOBRAŽEVANJE V ŠTUDIJSKEM LETU 2006/2007 STUDENT ENROLMENT IN TERTIARY EDUCATION IN THE ACADEMIC YEAR

Prikaži več

ORGANIZATOR: SMUČARSKA ZVEZA SLOVENIJE NC GS 2016 GOLTE FIS-GS MOŠKI/ŽENSKE RAZPIS TEKMOVANJA Tehnični delegate: Tehnični podatki Smučarski center Gol

ORGANIZATOR: SMUČARSKA ZVEZA SLOVENIJE NC GS 2016 GOLTE FIS-GS MOŠKI/ŽENSKE RAZPIS TEKMOVANJA Tehnični delegate: Tehnični podatki Smučarski center Gol ORGANIZATOR: SMUČARSKA ZVEZA SLOVENIJE NC GS 2016 GOLTE FIS-GS MOŠKI/ŽENSKE RAZPIS TEKMOVANJA Tehnični delegate: Tehnični podatki Smučarski center Golte, proga Ročka FIS homologacija 11604/01/15 PROGRAM

Prikaži več

PROFILNA TEHNIKA / OPREMA DELOVNIH MEST PROFILE TECHNIC / WORKSTATION ACCESSORIES INFO ELEMENTI / INFO ELEMENTS INFO TABLA A4 / INFO BOARD A4 U8L U8 U

PROFILNA TEHNIKA / OPREMA DELOVNIH MEST PROFILE TECHNIC / WORKSTATION ACCESSORIES INFO ELEMENTI / INFO ELEMENTS INFO TABLA A4 / INFO BOARD A4 U8L U8 U INFO ELEMENTI / INFO ELEMENTS INFO TABLA A4 / INFO BOARD A4 L 8264 Material: jeklo (lakirano RAL 016) Material: steel (painted RAL 016) Teža / Weight = 1895 g Delovne informacije Pritrdilni set / Fastening

Prikaži več

Microsoft Word Cimperman Blaž, Metronik, Upravljanje z energijo in odpadki v kompleksnem industrijskem obratu

Microsoft Word Cimperman Blaž, Metronik, Upravljanje z energijo in odpadki v kompleksnem industrijskem obratu Upravljanje z energijo in odpadki v kompleksnem industrijskem obratu Blaž Cimperman, Saša Sokolić Metronik, d. o. o., Stegne 9a, 1000 Ljubljana blaz.cimperman@metronik.si, sasa.sokolic@metronik.si Energy

Prikaži več

SZGG_2012_Dolsak_Sraj

SZGG_2012_Dolsak_Sraj Izdelava Huffovih krivulj in njihova analiza za izbrane padavinske postaje v Sloveniji Domen Dolšak, Mojca Šraj * Povzetek Prispevek predstavlja izdelavo, rezultate in analizo Huffovih krivulj za izbrane

Prikaži več