请输入您要查询的百科知识:

 

词条 Small-world network
释义

  1. Properties of small-world networks

  2. Examples of small-world networks

  3. Examples of non-small-world networks

  4. Network robustness

  5. Construction of small-world networks

  6. Applications

      Applications to sociology    Applications to earth sciences    Applications to computing    Small-world neural networks in the brain  

  7. Small world with a distribution of link length

  8. See also

  9. References

     Books  Journal articles 

  10. External links

{{Network Science}}

A small-world network is a type of mathematical graph in which most nodes are not neighbors of one another, but the neighbors of any given node are likely to be neighbors of each other and most nodes can be reached from every other node by a small number of hops or steps. Specifically, a small-world network is defined to be a network where the typical distance L between two randomly chosen nodes (the number of steps required) grows proportionally to the logarithm of the number of nodes N in the network, that is:[1]

while the clustering coefficient is not small. In the context of a social network, this results in the small world phenomenon of strangers being linked by a short chain of acquaintances. Many empirical graphs show the small-world effect, e.g., social networks, forms the underlying architecture of the Internet, wikis such as Wikipedia, and gene networks. It is the inspiration for many network-on-chip architectures in contemporary computer hardware.[2]

A certain category of small-world networks were identified as a class of random graphs by Duncan Watts and Steven Strogatz in 1998.[3] They noted that graphs could be classified according to two independent structural features, namely the clustering coefficient, and average node-to-node distance (also known as average shortest path length). Purely random graphs, built according to the Erdős–Rényi (ER) model, exhibit a small average shortest path length (varying typically as the logarithm of the number of nodes) along with a small clustering coefficient. Watts and Strogatz measured that in fact many real-world networks have a small average shortest path length, but also a clustering coefficient significantly higher than expected by random chance. Watts and Strogatz then proposed a novel graph model, currently named the Watts and Strogatz model, with (i) a small average shortest path length, and (ii) a large clustering coefficient. The crossover in the Watts–Strogatz model between a "large world" (such as a lattice) and a small world was first described by Barthelemy and Amaral in 1999.[4] This work was followed by a large number of studies, including exact results (Barrat and Weigt, 1999; Dorogovtsev and Mendes; Barmpoutis and Murray, 2010). Braunstein[5] found that for weighted ER networks where the weights have a very broad distribution, the optimal path scales becomes significantly longer and scales as N1/3.

Properties of small-world networks

Small-world networks tend to contain cliques, and near-cliques, meaning sub-networks which have connections between almost any two nodes within them. This follows from the defining property of a high clustering coefficient. Secondly, most pairs of nodes will be connected by at least one short path. This follows from the defining property that the mean-shortest path length be small. Several other properties are often associated with small-world networks. Typically there is an over-abundance of hubs – nodes in the network with a high number of connections (known as high degree nodes). These hubs serve as the common connections mediating the short path lengths between other edges. By analogy, the small-world network of airline flights has a small mean-path length (i.e. between any two cities you are likely to have to take three or fewer flights) because many flights are routed through hub cities. This property is often analyzed by considering the fraction of nodes in the network that have a particular number of connections going into them (the degree distribution of the network). Networks with a greater than expected number of hubs will have a greater fraction of nodes with high degree, and consequently the degree distribution will be enriched at high degree values. This is known colloquially as a fat-tailed distribution. Graphs of very different topology qualify as small-world networks as long as they satisfy the two definitional requirements above.

Network small-worldness has been quantified by a small-coefficient, , calculated by comparing clustering and path length of a given network to an equivalent random network with same degree on average.[6][7]

if (C >> and L ), network is small-world. However, this metric is known to perform poorly because it is heavily influenced by the network's size.[8][8]

Another method for quantifying network small-worldness utilizes the original definition of the small-world network comparing the clustering of a given network to an equivalent lattice network and its path length to an equivalent random network. The small-world measure () is defined as[9]

Where the characteristic path length L and clustering coefficient C are calculated from the network you are testing, C is the clustering coefficient for an equivalent lattice network and Lr is the characteristic path length for an equivalent random network. A minor transformation (ω' = 1 - |ω|) that more conveniently ranges between 0 (i.e. not small world) to 1 (i.e. small world).

Still another method for quantifying small-worldness normalizes both the network's clustering and path length relative to these characteristics in equivalent lattice and random networks. The Small World Index (SWI) is defined as[8]

Both ω' and SWI range between 0 and 1, and have been shown to capture aspects of small-worldness. However, they adopt slightly different conceptions of ideal small-worldness. For a given set of constraints (e.g. size, density, degree distribution), there exists a network for which ω' = 1, and thus ω aims to capture the extent to which a network with given constraints as small worldly as possible. In contrast, there may not exist a network for which SWI = 1, the thus SWI aims to capture the extent to which a network with given constraints approaches the theoretical small world ideal of a network where C ≈ Cl and L ≈ Lr.[8]

R. Cohen and Havlin[10][11] showed analytically that scale-free networks are ultra-small worlds. In this case, due to hubs, the shortest paths become significantly smaller and scale as

Examples of small-world networks

Small-world properties are found in many real-world phenomena, including websites with navigation menus, food webs, electric power grids, metabolite processing networks, networks of brain neurons,

voter networks, telephone call graphs, and social influence networks. Cultural networks[12] and word co-occurrence networks[13] have also been shown to be small-world networks.

Networks of connected proteins have small world properties such as power-law obeying degree distributions.[14] Similarly transcriptional networks, in which the nodes are genes, and they are linked if one gene has an up or down-regulatory genetic influence on the other, have small world network properties.[15]

Examples of non-small-world networks

In another example, the famous theory of "six degrees of separation" between people tacitly presumes that the domain of discourse is the set of people alive at any one time. The number of degrees of separation between Albert Einstein and Alexander the Great is almost certainly greater than 30[16] and this network does not have small-world properties. A similarly constrained network would be the "went to school with" network: if two people went to the same college ten years apart from one another, it is unlikely that they have acquaintances in common amongst the student body.

Similarly, the number of relay stations through which a message must pass was not always small. In the days when the post was carried by hand or on horseback, the number of times a letter changed hands between its source and destination would have been much greater than it is today. The number of times a message changed hands in the days of the visual telegraph (circa 1800–1850) was determined by the requirement that two stations be connected by line-of-sight.

Tacit assumptions, if not examined, can cause a bias in the literature on graphs in favor of finding small-world networks (an example of the file drawer effect resulting from the publication bias).

Network robustness

It is hypothesized by some researchers such as Barabási that the prevalence of small world networks in biological systems may reflect an evolutionary advantage of such an architecture. One possibility is that small-world networks are more robust to perturbations than other network architectures. If this were the case, it would provide an advantage to biological systems that are subject to damage by mutation or viral infection.

In a small world network with a degree distribution following a power-law, deletion of a random node rarely causes a dramatic increase in mean-shortest path length (or a dramatic decrease in the clustering coefficient). This follows from the fact that most shortest paths between nodes flow through hubs, and if a peripheral node is deleted it is unlikely to interfere with passage between other peripheral nodes. As the fraction of peripheral nodes in a small world network is much higher than the fraction of hubs, the probability of deleting an important node is very low. For example, if the small airport in Sun Valley, Idaho was shut down, it would not increase the average number of flights that other passengers traveling in the United States would have to take to arrive at their respective destinations. However, if random deletion of a node hits a hub by chance, the average path length can increase dramatically. This can be observed annually when northern hub airports, such as Chicago's O'Hare airport, are shut down because of snow; many people have to take additional flights.

By contrast, in a random network, in which all nodes have roughly the same number of connections, deleting a random node is likely to increase the mean-shortest path length slightly but significantly for almost any node deleted. In this sense, random networks are vulnerable to random perturbations, whereas small-world networks are robust. However, small-world networks are vulnerable to targeted attack of hubs, whereas random networks cannot be targeted for catastrophic failure.

Appropriately, viruses have evolved to interfere with the activity of hub proteins such as p53, thereby bringing about the massive changes in cellular behavior which are conducive to viral replication.

A useful method to analyze network robustness is the percolation theory.

Construction of small-world networks

The main mechanism to construct small-world networks is the Watts–Strogatz mechanism.

Small-world networks can also be introduced with time-delay,[17] which will not only produce fractals but also

chaos[18] under the right conditions, or transition to chaos in dynamics networks.[19]

Degree–diameter graphs are constructed such that the number of neighbors each vertex in the network has is bounded, while the distance from any given vertex in the network to any other vertex (the diameter of the network) is minimized. Constructing such small-world networks is done as part of the effort to find graphs of order close to the Moore bound.

Another way to construct a small world network from scratch is given in Barmpoutis et al.,[20] where a network with very small average distance and very large average clustering is constructed. A fast algorithm of constant complexity is given, along with measurements of the robustness of the resulting graphs. Depending on the application of each network, one can start with one such "ultra small-world" network, and then rewire some edges, or use several small such networks as subgraphs to a larger graph.

Small-world properties can arise naturally in social networks and other real-world systems via the process of dual-phase evolution. This is particularly common where time or spatial constraints limit the addition of connections between vertices The mechanism generally involves periodic shifts between phases, with connections being added during a "global" phase and being reinforced or removed during a "local" phase.

See also: Diffusion-limited aggregation, Pattern formation

Applications

Applications to sociology

The advantages to small world networking for social movement groups are their resistance to change due to the filtering apparatus of using highly connected nodes, and its better effectiveness in relaying information while keeping the number of links required to connect a network to a minimum.[21]

The small world network model is directly applicable to affinity group theory represented in sociological arguments by William Finnegan. Affinity groups are social movement groups that are small and semi-independent pledged to a larger goal or function. Though largely unaffiliated at the node level, a few members of high connectivity function as connectivity nodes, linking the different groups through networking. This small world model has proven an extremely effective protest organization tactic against police action.[22] Clay Shirky argues that the larger the social network created through small world networking, the more valuable the nodes of high connectivity within the network.[21] The same can be said for the affinity group model, where the few people within each group connected to outside groups allowed for a large amount of mobilization and adaptation. A practical example of this is small world networking through affinity groups that William Finnegan outlines in reference to the 1999 Seattle WTO protests.

Applications to earth sciences

Many networks studied in geology and geophysics have been shown to have characteristics of small-world networks. Networks defined in fracture systems and porous substances have demonstrated these characteristics.[23] The seismic network in the Southern California region may be a small-world network.[24] The examples above occur on very different spatial scales, demonstrating the scale invariance of the phenomenon in the earth sciences. Climate networks may be regarded as small world networks where the links are of different length scales.[25]

Applications to computing

Small-world networks have been used to estimate the usability of information stored in large databases. The measure is termed the Small World Data Transformation Measure.[26][27] The greater the database links align to a small-world network the more likely a user is going to be able to extract information in the future. This usability typically comes at the cost of the amount of information that can be stored in the same repository.

The Freenet peer-to-peer network has been shown to form a small-world network in simulation,[28] allowing information to be stored and retrieved in a manner that scales efficiency as the network grows.

Small-world neural networks in the brain

Both anatomical connections in the brain[29] and the synchronization networks of cortical neurons[30] exhibit small-world topology.

A small-world network of neurons can exhibit short-term memory. A computer model developed by Solla et al.[31][32] had two stable states, a property (called bistability) thought to be important in memory storage. An activating pulse generated self-sustaining loops of communication activity among the neurons. A second pulse ended this activity. The pulses switched the system between stable states: flow (recording a "memory"), and stasis (holding it). Small world neuronal networks have also been used as models to understand seizures.[33]

On a more general level, many large-scale neural networks in the brain, such as the visual system and brain stem, exhibit small-world properties.[6]

Small world with a distribution of link length

The WS model includes a uniform distribution of long-range links. When the distribution of link lengths follows a power law distribution, the mean distance between two sites changes depending on the power of the distribution.[34]

See also

  • Barabási–Albert model
  • Climate network
  • Dual-phase evolution
  • Dunbar's number
  • Erdős number
  • Erdős–Rényi (ER) model
  • Percolation theory
  • Scale-free network
  • Six degrees of Kevin Bacon
  • Small world experiment
  • Social network
  • Watts and Strogatz model
  • Network on a chip - systems on chip modeled on small-world networks

References

1. ^{{Cite journal|last=Watts|first=Duncan J.|last2=Strogatz|first2=Steven H.|date=1998-06-04|title=Collective dynamics of 'small-world' networks|journal=Nature|language=En|volume=393|issue=6684|pages=440–442|doi=10.1038/30918|pmid=9623998|issn=0028-0836}}
2. ^{{Cite book|title=Network-on-chip: the Next Generation of System-on-Chip Integration|last=Kundu|first=Santanu|last2=Chattopadhyay|first2=Santanu|publisher=CRC Press|others=|year=2014|isbn=9781466565272|edition=1st|location=Boca Raton, FL|oclc=895661009}}
3. ^{{cite journal | author=Watts, Duncan J.; Strogatz, Steven H. | title=Collective dynamics of 'small-world' networks | journal=Nature |date=June 1998 | volume=393 | pages=440–442 | doi=10.1038/30918 | pmid=9623998 | issue=6684 | bibcode=1998Natur.393..440W}} Papercore Summary http://www.papercore.org/Watts1998
4. ^{{cite journal | last1 = Barthelemy | first1 = M. | last2 = Amaral | first2 = LAN | year = 1999 | title = Small-world networks: Evidence for a crossover picture | url = | journal = Phys. Rev. Lett. | volume = 82 | issue = 15| pages = 3180–3183 | doi=10.1103/PhysRevLett.82.3180 | bibcode=1999PhRvL..82.3180B|arxiv = cond-mat/9903108 }}
5. ^{{cite journal|last1=Braunstein|first1=Lidia A.|last2=Buldyrev|first2=Sergey V.|last3=Cohen|first3=Reuven|last4=Havlin|first4=Shlomo|last5=Stanley|first5=H. Eugene|title=Optimal Paths in Disordered Complex Networks|journal=Physical Review Letters|volume=91|issue=16|pages=168701|year=2003|issn=0031-9007|doi=10.1103/PhysRevLett.91.168701|pmid=14611445|bibcode=2003PhRvL..91p8701B|arxiv=cond-mat/0305051}}
6. ^The brainstem reticular formation is a small-world, not scale-free, networkM. D. Humphries, K. Gurney and T. J. Prescott, Proc. Roy. Soc. B 2006 273, 503–511, {{doi|10.1098/rspb.2005.3354}}
7. ^{{ cite journal |author= Humphries and Gurney |year= 2008 |title= Network 'Small-World-Ness': A Quantitative Method for Determining Canonical Network Equivalence |journal= PLOS ONE |volume= 3 |issue= 4 |pmid=18446219 |doi= 10.1371/journal.pone.0002051 |pmc=2323569 |page=e0002051}}
8. ^{{Cite journal|last=Neal|first=Zachary P.|date=2017|title=How small is it? Comparing indices of small worldliness|journal=Network Science|language=en|volume=5|issue=1|pages=30–44|doi=10.1017/nws.2017.5|issn=2050-1242}}
9. ^{{cite journal |author= Telesford, Joyce, Hayasaka, Burdette, and Laurienti |year= 2011 |title=The Ubiquity of Small-World Networks |journal= Brain Connectivity |issue= 38 |pmc=3604768 |pmid=22432451 |doi=10.1089/brain.2011.0038 |volume=1 |pages=367–75}}
10. ^{{cite journal |author= R. Cohen, S. Havlin, and D. ben-Avraham |year= 2002 |title= Structural properties of scale free networks|journal= Handbook of Graphs and Networks |issue= Chap. 4 |publisher= Wiley-VCH, 2002 |url= http://havlin.biu.ac.il/Publications.php?keyword=Structural+properties+of+scale+free+networks&year=*&match=all}}
11. ^{{cite journal |author= R. Cohen, S. Havlin|year= 2003 |title= Scale-free networks are ultrasmall |journal= Phys. Rev. Lett. |volume= 90 |pages= 058701 |url= http://havlin.biu.ac.il/Publications.php?keyword=Scale-free+networks+are+ultrasmall++&year=*&match=all |doi=10.1103/PhysRevLett.90.058701 |pmid=12633404 |bibcode=2003PhRvL..90e8701C |issue=5|arxiv = cond-mat/0205476 }}
12. ^{{Cite news|url=http://www.litnet.co.za/n-kwantifisering-van-kleinwereldsheid-in-afrikaanse-kultuurnetwerke-in-vergelyking-met-ander-komplekse-netwerke/|title=’n Kwantifisering van kleinwêreldsheid in Afrikaanse kultuurnetwerke in vergelyking met ander komplekse netwerke {{!}} LitNet|date=2015-11-05|work=LitNet|access-date=2017-02-27|language=en-GB}}
13. ^{{Cite news|url=http://www.litnet.co.za/die-statistiese-eienskappe-van-geskrewe-afrikaans-n-komplekse-netwerk/|title=Die statistiese eienskappe van geskrewe Afrikaans as ’n komplekse netwerk {{!}} LitNet|date=2017-02-09|work=LitNet|access-date=2017-02-27|language=en-GB}}
14. ^{{cite journal | last1 = Bork | first1 = P. | last2 = Jensen | first2 = LJ | last3 = von Mering | first3 = C. | last4 = Ramani | first4 = A. | last5 = Lee | first5 = I. | last6 = Marcotte | first6 = EM. | year = 2004 | title = Protein interaction networks from yeast to human | url = http://marcottelab.org/paper-pdfs/cosb-review.pdf | journal = Current Opinion in Structural Biology | volume = 14 | issue = 3| pages = 292–299 | doi = 10.1016/j.sbi.2004.05.003 | pmid = 15193308 }}
15. ^{{cite journal | last1 = Van Noort | first1 = V | last2 = Snel | first2 = B | last3 = Huynen | first3 = MA. |date=Mar 2004 | title = The yeast coexpression network has a small-world, scale-free architecture and can be explained by a simple model | journal = EMBO Rep. | volume = 5 | issue = 3| pages = 280–4 | doi = 10.1038/sj.embor.7400090 | pmid = 14968131 | pmc = 1299002 }}
16. ^Einstein and Alexander the Great lived 2202 years apart. Assuming an age difference of 70 years between any two connected people in the chain that connects the two, this would necessitate at least 32 connections between Einstein and Alexander the Great.
17. ^X. S. Yang, Fractals in small-world networks with time-delay, Chaos, Solitons & Fractals, vol. 13, 215–219 (2002)
18. ^X. S. Yang, Chaos in small-world networks, Phys. Rev. E 63, 046206 (2001)
19. ^W. Yuan, X. S. Luo, P. Jiang, B. Wang, J. Fang, Transition to chaos in small-world dynamical network
20. ^{{Cite arXiv | author = D.Barmpoutis and R.M. Murray | title = Networks with the Smallest Average Distance and the Largest Average Clustering | eprint = 1007.4031 | year = 2010 | class = q-bio.MN}}
21. ^Shirky, Clay. 2008. Here Comes Everybody
22. ^Finnegan, William "Affinity Groups and the Movement Against Corporate Globalization"
23. ^X. S. Yang, Small-world networks in geophysics, Geophys. Res. Lett., 28(13), 2549–2552 (2001)
24. ^A. Jimenez, K. F. Tiampo, and A. M. Posadas, Small-world in a seismic network: the California case, Nonlin. Processes Geophys., 15, 389–395 (2008)
25. ^{{cite journal|last1=Gozolchiani|first1=A.|last2=Havlin|first2=S.|last3=Yamasaki|first3=K.|title=Emergence of El Niño as an Autonomous Component in the Climate Network|journal=Physical Review Letters|volume=107|issue=14|year=2011|issn=0031-9007|doi=10.1103/PhysRevLett.107.148501|bibcode=2011PhRvL.107n8501G|pmid=22107243|page=148501|arxiv=1010.2605}}
26. ^http://mike2.openmethodology.org/wiki/Small_Worlds_Data_Transformation_Measure
27. ^{{cite book|last=Hillard|first=Robert|title=Information-Driven Business|year=2010|publisher=Wiley|isbn=978-0-470-62577-4}}
28. ^{{cite web|last=Sandberg|first=Oskar|title=Searching in a Small World|url=https://freenetproject.org/papers/lic.pdf}}
29. ^{{cite journal|last=Sporns|first=Olaf|author2=Chialvo DR |author3=Kaiser M |author4=Hilgetag CC |title=Organization, development and function of complex brain networks|journal=Trends Cogn Sci|year=2004|volume=8|issue=9|pages=418–425|doi=10.1016/j.tics.2004.07.008|pmid=15350243}}
30. ^{{cite journal|last=Yu|first=Shan |author2=D. Huang |author3=W. Singer |author4=D. Nikolić|title=A Small World of Neuronal Synchrony|journal=Cerebral Cortex|year=2008|volume=18|issue=12|pages=2891–2901|doi=10.1093/cercor/bhn047|pmid=18400792|pmc=2583154}}
31. ^Cohen, Philip. [https://www.newscientist.com/article.ns?id=dn5012 Small world networks key to memory]. New Scientist. 26 May 2004.
32. ^Sara Solla's Lecture & Slides: Self-Sustained Activity in a Small-World Network of Excitable Neurons
33. ^{{cite journal|last1=Ponten|first1=S.C.|last2=Bartolomei|first2=F.|last3=Stam|first3=C.J.|title=Small-world networks and epilepsy: Graph theoretical analysis of intracerebrally recorded mesial temporal lobe seizures|journal=Clinical Neurophysiology|date=April 2007|volume=118|issue=4|pages=918–927|doi=10.1016/j.clinph.2006.12.002|pmid=17314065}}
34. ^{{cite journal|last=D. Li|first=K. Kosmidis, A. Bunde, S. Havlin|title=Dimension of spatially embedded networks|journal=Nature Physics|doi=10.1038/nphys1932|year=2011|url=http://havlin.biu.ac.il/Publications.php?keyword=Dimension+of+spatially+embedded+networks&year=*&match=all|bibcode=2011NatPh...7..481D|volume=7|issue=6|pages=481–484}}

Books

  • {{cite book | author=Buchanan, Mark | title=Nexus: Small Worlds and the Groundbreaking Theory of Networks | publisher=Norton, W. W. & Company, Inc | year=2003 | isbn=978-0-393-32442-6}}
  • {{cite book |author1=Dorogovtsev, S.N. |author2=Mendes, J.F.F. |lastauthoramp=yes | title=Evolution of Networks: from biological networks to the Internet and WWW | publisher=Oxford University Press | year=2003 | isbn=978-0-19-851590-6}}
  • {{cite book | author=Watts, D. J. | year=1999 | title=Small Worlds: The Dynamics of Networks Between Order and Randomness | publisher=Princeton University Press | isbn=978-0-691-00541-6}}
  • Fowler, JH. (2005) "Turnout in a Small World," in Alan Zuckerman, ed., Social Logic of Politics, Temple University Press, 269–287
  • {{cite book |title= Complex Networks: Structure, Robustness and Function |authors= Reuven Cohen and Shlomo Havlin |year= 2010 |url= http://havlin.biu.ac.il/Shlomo%20Havlin%20books_com_net.php |publisher= Cambridge University Press}}

Journal articles

  • {{cite journal |author1=Albert, R. |author2=Barabási A.L. | title= Statistical mechanics of complex networks | journal=Rev. Mod. Phys. | year=2002 | volume=74 |issue=1 | pages=47–97 | doi= 10.1103/RevModPhys.74.47 | bibcode=2002RvMP...74...47A|arxiv = cond-mat/0106096 }}
  • {{cite journal |author1=Albert, R. |author2=Barabási A.L. | title= Emergence of scaling in random networks | year=1999 | volume=286 | issue=5439 | journal=Science | arxiv=cond-mat/9910332 | doi = 10.1126/science.286.5439.509 | pmid=10521342|bibcode = 1999Sci...286..509B | pages=509–12}}
  • {{cite journal |author1=Barthelemy, M. |author2=Amaral, LAN. | title= Small-world networks: Evidence for a crossover picture| journal=Phys. Rev. Lett. | year=1999 | volume=82 | pages=3180–3183 | doi= 10.1103/PhysRevLett.82.3180 | issue=15 | bibcode=1999PhRvL..82.3180B|arxiv = cond-mat/9903108 }}
  • {{cite journal |author1=Dorogovtsev, S.N. |author2=Mendes, J.F.F. | title= Exactly solvable analogy of small-world networks| journal=Europhys. Lett. | year=2000 | volume=50 |issue=1 | pages=1–7 | doi= 10.1209/epl/i2000-00227-1|arxiv = cond-mat/9907445 |bibcode = 2000EL.....50....1D }}
  • {{cite journal | author=Milgram, Stanley | title=The Small World Problem | journal=Psychology Today | year=1967 | volume=1 | issue=1 |pages=60–67}}
  • {{cite journal | author=Newman, Mark | title=The Structure and Function of Complex Networks | journal=SIAM Review | year=2003 | volume=45 | pages=167–256 | doi=10.1137/S003614450342480 | issue=2|arxiv = cond-mat/0303516 |bibcode = 2003SIAMR..45..167N }} pdf
  • {{cite journal | author=Ravid, D.; Rafaeli, S. | title=Asynchronous discussion groups as Small World and Scale Free Networks | journal=First Monday | year=2004 | volume=9 | issue=9 | doi=10.5210/fm.v9i9.1170}}  
  • {{cite journal |author= R. Parshani, S.V. Buldyrev, S. Havlin |year= 2011 |title= Critical effect of dependency groups on the function of networks |journal= PNAS |volume= 108 |issue= 3 |pages= 1007–1010 |url= http://havlin.biu.ac.il/Publications.php?keyword=Critical+effect+of+dependency+groups+on+the+function+of+networks++&year=&match=all|arxiv = 1010.4498 |bibcode = 2011PNAS..108.1007P |doi = 10.1073/pnas.1008404108 |pmid=21191103 |pmc=3024657}}
  • {{cite journal |author= S. V. Buldyrev, R. Parshani, G. Paul, H. E. Stanley, S. Havlin |year= 2010 |title= Catastrophic cascade of failures in interdependent networks |journal= Nature|volume= 464 |pages= 1025–8 |url= http://havlin.biu.ac.il/Publications.php?keyword=Catastrophic+cascade+of+failures+in+interdependent+networks++&year=&match=all | doi = 10.1038/nature08932 |issue=7291 |bibcode=2010Natur.464.1025B|arxiv = 0907.1182 |pmid=20393559}}

External links

  • Dynamic Proximity Networks by Seth J. Chandler, The Wolfram Demonstrations Project.
  • Small-World Networks entry on Scholarpedia (by Mason A. Porter)
{{Social networking}}{{Online social networking}}Petit monde

2 : Networks|Graph families

随便看

 

开放百科全书收录14589846条英语、德语、日语等多语种百科知识,基本涵盖了大多数领域的百科知识,是一部内容自由、开放的电子版国际百科全书。

 

Copyright © 2023 OENC.NET All Rights Reserved
京ICP备2021023879号 更新时间:2024/11/12 19:29:35