コード例 #1
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Ramirez1992(save_path="./data"):
	"""Plant pollinators dataset of `Ramirez et al., 1992 <https://www.nceas.ucsb.edu/interactionweb/html/ramirez_1992.html>`_  .
	
	- Nodes: **81**
	- Edges: **109**
	- Bipartite: **True**
	- Components: **5**

	**Reference**
	
	Ramirez, N., and Y. Brito. 1992. Pollination Biology in a Palm Swamp Community in the Venezuelan Central Plains. Botanical Journal of the Linnean Society 110:277-302.
	
	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	


    .. image:: /_static/assets/dataset/ramirez1992.png 
        :align: center


	"""
	url = "https://www.nceas.ucsb.edu/interactionweb/data/plant_pollinator/text/ram_matr.txt"
	data_type = "bipartite"
	data_name = "ram_matr.txt"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "https://www.nceas.ucsb.edu/interactionweb/html/ramirez_1992.html",
		"description" : 'This study was conducted in the central plains of Guarico State, Venezuela. Field observations were made in the years 1983, 1984 and 1989. This paper characterizes the floral biology and pollination spectrum of the "morichal" community, and tests whether pollination systems and unspecialized pollen transpotation are in accord with the high proportion of self-compatibility found in the "morichal." (The "morichal" is a tropical swamp community dominated by Mauritia flexuosa.)',
		"data description" : 'The authors recorded the identities of flower visitor and plant species and their interactions. Data are presented as a binary interaction matrix, in which cells with a "1" indicate an interaction between a pair of species, and a "0" indicates no interaction.',
		"source" : "Ramirez, N., and Y. Brito. 1992. Pollination Biology in a Palm Swamp Community in the Venezuelan Central Plains. Botanical Journal of the Linnean Society 110:277-302."
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #2
0
def food_webs_Angelini_et_all_2013(save_path='./data'):
    """Food webs of Angelini, R., Morais, R., Catella AC., Resende KE., Libralato, S. .
    
    - Nodes: **39** 
    - Edges: **248**
    - Directed: **True**
    - Components: **1**
    - Note: **
    - Description: *Cell values indicate the relative frequency of prey species/group in the diet of each predator species/group.*

    **Reference**
    
    Angelini, R., Morais, R., Catella AC., Resende KE., Libralato, S. (2013) Aquatic food webs of the oxbow lakes in the Pantanal: A new site for fisheries guaranteed by alternated control? Ecological Modelling 253 (82– 96)
    
    **Parameters**

    save_path : String : (default='./data')
        Directory to which the data will be saved.

    **Returns**

    Dataset 
        Object dataset. Use ``dataset.graph()`` to download the graph.
    
    
    """
    url = 'http://www.web-of-life.es/networkjson.php?id=FW_010'
    data_type = 'weboflife_foodwebs_json'
    data_name = 'networkjson.php?id=FW_010'
    compress_type = None
    infos = {
        'type':
        data_type,
        'download_url':
        url,
        'info_url':
        'http://www.web-of-life.es/map.php?type=7',
        'source':
        'Angelini, R., Morais, R., Catella AC., Resende KE., Libralato, S. (2013) Aquatic food webs of the oxbow lakes in the Pantanal: A new site for fisheries guaranteed by alternated control? Ecological Modelling 253 (82– 96)'
    }

    data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
    return data
コード例 #3
0
def food_webs_Thompson_and_Townsend_2003_07(save_path='./data'):
    """Food webs of Thompson, R., Townsend, C. .
    
    - Nodes: **98** 
    - Edges: **629**
    - Directed: **True**
    - Components: **1**
    - Note: **
    - Description: **

    **Reference**
    
    Thompson, R., Townsend, C. (2003) IMPACTS ON STREAM FOOD WEBS OF NATIVE AND EXOTIC FOREST: AN INTERCONTINENTAL COMPARISON. Ecology, 84(1), pp. 145–161
    
    **Parameters**

    save_path : String : (default='./data')
        Directory to which the data will be saved.

    **Returns**

    Dataset 
        Object dataset. Use ``dataset.graph()`` to download the graph.
    
    
    """
    url = 'http://www.web-of-life.es/networkjson.php?id=FW_013_05'
    data_type = 'weboflife_foodwebs_json'
    data_name = 'networkjson.php?id=FW_013_05'
    compress_type = None
    infos = {
        'type':
        data_type,
        'download_url':
        url,
        'info_url':
        'http://www.web-of-life.es/map.php?type=7',
        'source':
        'Thompson, R., Townsend, C. (2003) IMPACTS ON STREAM FOOD WEBS OF NATIVE AND EXOTIC FOREST: AN INTERCONTINENTAL COMPARISON. Ecology, 84(1), pp. 145–161'
    }

    data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
    return data
コード例 #4
0
def food_webs_Angelini_et_all_1011(save_path='./data'):
    """Food webs of Angelini, R., Aloisio, GR., Carvalho, AR. .
    
    - Nodes: **14** 
    - Edges: **38**
    - Directed: **True**
    - Components: **1**
    - Note: *Canibalism has been found in 1 species or groups. Hoplias malabaricus*
    - Description: *Cell values indicate the relative frequency of prey species in the diet of each predator species..*

    **Reference**
    
    Angelini, R., Aloisio, GR., Carvalho, AR. (2011) Mixed food web control and stability in a Cerrado river (Brazil). Pan-American Journal of Aquatic Sciences 5(3):421-431
    
    **Parameters**

    save_path : String : (default='./data')
        Directory to which the data will be saved.

    **Returns**

    Dataset 
        Object dataset. Use ``dataset.graph()`` to download the graph.
    
    
    """
    url = 'http://www.web-of-life.es/networkjson.php?id=FW_002'
    data_type = 'weboflife_foodwebs_json'
    data_name = 'networkjson.php?id=FW_002'
    compress_type = None
    infos = {
        'type':
        data_type,
        'download_url':
        url,
        'info_url':
        'http://www.web-of-life.es/map.php?type=7',
        'source':
        'Angelini, R., Aloisio, GR., Carvalho, AR. (2011) Mixed food web control and stability in a Cerrado river (Brazil). Pan-American Journal of Aquatic Sciences 5(3):421-431'
    }

    data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
    return data
コード例 #5
0
def food_webs_Townsend_et_all_1998_04(save_path='./data'):
    """Food webs of Townsend, R. Colin., Thompson, M. Ross., McInstosh, R. Angus., Kilroy, Cathy., Edwards, Eric., Scarsbrook, R. Mike. .
    
    - Nodes: **112** 
    - Edges: **832**
    - Directed: **True**
    - Components: **1**
    - Note: *Canibalism has been found in 2 species or groups. Stenoperla prasinia, Psilochorema bidens*
    - Description: **

    **Reference**
    
    Townsend, R. Colin., Thompson, M. Ross., McInstosh, R. Angus., Kilroy, Cathy., Edwards, Eric., Scarsbrook, R. Mike. (1998) Disturbance, resource supply, and food-web architecture in streams. Ecology Letters 1: 200-109 
    
    **Parameters**

    save_path : String : (default='./data')
        Directory to which the data will be saved.

    **Returns**

    Dataset 
        Object dataset. Use ``dataset.graph()`` to download the graph.
    
    
    """
    url = 'http://www.web-of-life.es/networkjson.php?id=FW_014_04'
    data_type = 'weboflife_foodwebs_json'
    data_name = 'networkjson.php?id=FW_014_04'
    compress_type = None
    infos = {
        'type':
        data_type,
        'download_url':
        url,
        'info_url':
        'http://www.web-of-life.es/map.php?type=7',
        'source':
        'Townsend, R. Colin., Thompson, M. Ross., McInstosh, R. Angus., Kilroy, Cathy., Edwards, Eric., Scarsbrook, R. Mike. (1998) Disturbance, resource supply, and food-web architecture in streams. Ecology Letters 1: 200-109 '
    }

    data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
    return data
コード例 #6
0
def food_webs_Angelini_Agostinho_2005(save_path='./data'):
    """Food webs of Angelini, R., Agostinho A. .
    
    - Nodes: **40** 
    - Edges: **185**
    - Directed: **True**
    - Components: **1**
    - Note: *Canibalism has been found in 4 species or groups. Hoplias malabaricus, Rhaphiodon vulpinus, Serrasalmus marginatus, Other piscivores*
    - Description: *Cell values indicate the relative frequency of prey species in the diet of each predator species.*

    **Reference**
    
    Angelini, R., Agostinho A. (2005) Food web model of the Upper Paran ́a River Floodplain: description and aggregation effects. Ecological Modelling 181: 109–121
    
    **Parameters**

    save_path : String : (default='./data')
        Directory to which the data will be saved.

    **Returns**

    Dataset 
        Object dataset. Use ``dataset.graph()`` to download the graph.
    
    
    """
    url = 'http://www.web-of-life.es/networkjson.php?id=FW_001'
    data_type = 'weboflife_foodwebs_json'
    data_name = 'networkjson.php?id=FW_001'
    compress_type = None
    infos = {
        'type':
        data_type,
        'download_url':
        url,
        'info_url':
        'http://www.web-of-life.es/map.php?type=7',
        'source':
        'Angelini, R., Agostinho A. (2005) Food web model of the Upper Paran ́a River Floodplain: description and aggregation effects. Ecological Modelling 181: 109–121'
    }

    data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
    return data
コード例 #7
0
def food_webs_Angelini_et_all_2006(save_path='./data'):
    """Food webs of Angelini, R,. Agostinho A,. Carlos LG. .
    
    - Nodes: **32** 
    - Edges: **140**
    - Directed: **True**
    - Components: **1**
    - Note: *Canibalism has been found in 4 species or groups. Hoplias malabaricus, Rhaphiodon vulpinus, Group 1, Group 2*
    - Description: *Cell values indicate the relative frequency of prey species in the diet of each predator species.*

    **Reference**
    
    Angelini, R,. Agostinho A,. Carlos LG. (2006) Modeling energy flow in a large Neotropical Reservoir: a tool do evaluate fishing and stability. Neotrop. Ichthyol., 4(2):253-260, 2006
    
    **Parameters**

    save_path : String : (default='./data')
        Directory to which the data will be saved.

    **Returns**

    Dataset 
        Object dataset. Use ``dataset.graph()`` to download the graph.
    
    
    """
    url = 'http://www.web-of-life.es/networkjson.php?id=FW_004'
    data_type = 'weboflife_foodwebs_json'
    data_name = 'networkjson.php?id=FW_004'
    compress_type = None
    infos = {
        'type':
        data_type,
        'download_url':
        url,
        'info_url':
        'http://www.web-of-life.es/map.php?type=7',
        'source':
        'Angelini, R,. Agostinho A,. Carlos LG. (2006) Modeling energy flow in a large Neotropical Reservoir: a tool do evaluate fishing and stability. Neotrop. Ichthyol., 4(2):253-260, 2006'
    }

    data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
    return data
コード例 #8
0
def food_webs_Thompson_and_Townsend_2000_01(save_path='./data'):
    """Food webs of Thompson, R., Townsend, C. .
    
    - Nodes: **96** 
    - Edges: **634**
    - Directed: **True**
    - Components: **1**
    - Note: **
    - Description: **

    **Reference**
    
    Thompson, R., Townsend, C. (2000) Is resolution the solution?: the effect of taxonomic resolution on the calculated properties of three stream food webs. Freshwater Biology  44, 413-422
    
    **Parameters**

    save_path : String : (default='./data')
        Directory to which the data will be saved.

    **Returns**

    Dataset 
        Object dataset. Use ``dataset.graph()`` to download the graph.
    
    
    """
    url = 'http://www.web-of-life.es/networkjson.php?id=FW_015_01'
    data_type = 'weboflife_foodwebs_json'
    data_name = 'networkjson.php?id=FW_015_01'
    compress_type = None
    infos = {
        'type':
        data_type,
        'download_url':
        url,
        'info_url':
        'http://www.web-of-life.es/map.php?type=7',
        'source':
        'Thompson, R., Townsend, C. (2000) Is resolution the solution?: the effect of taxonomic resolution on the calculated properties of three stream food webs. Freshwater Biology  44, 413-422'
    }

    data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
    return data
コード例 #9
0
def food_webs_Baeta_et_all_2011_01(save_path='./data'):
    """Food webs of Baeta, A. , Niquil, A., Marques, J. C., Patrício, J. .
    
    - Nodes: **37** 
    - Edges: **242**
    - Directed: **True**
    - Components: **1**
    - Note: *Canibalism has been found in 6 species or groups. Zooplankton, Carcinus maenas, Crangon crangon, Glycera tridactyla, Nephthys sp1 FW_016_01, Nemertini*
    - Description: *Cell values indicate the relative frequency of prey species/group in the diet of each predator species/group.*

    **Reference**
    
    Baeta, A. , Niquil, A., Marques, J. C., Patrício, J. (2011) Modelling the effects of eutrophication, mitigation measures and an extreme flood event on estuarine benthic food webs. Ecological Modelling 222, 1209–1221
    
    **Parameters**

    save_path : String : (default='./data')
        Directory to which the data will be saved.

    **Returns**

    Dataset 
        Object dataset. Use ``dataset.graph()`` to download the graph.
    
    
    """
    url = 'http://www.web-of-life.es/networkjson.php?id=FW_016_01'
    data_type = 'weboflife_foodwebs_json'
    data_name = 'networkjson.php?id=FW_016_01'
    compress_type = None
    infos = {
        'type':
        data_type,
        'download_url':
        url,
        'info_url':
        'http://www.web-of-life.es/map.php?type=7',
        'source':
        'Baeta, A. , Niquil, A., Marques, J. C., Patrício, J. (2011) Modelling the effects of eutrophication, mitigation measures and an extreme flood event on estuarine benthic food webs. Ecological Modelling 222, 1209–1221'
    }

    data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
    return data
コード例 #10
0
def food_webs_Angelini_Velho_2011(save_path='./data'):
    """Food webs of Angelini, R., Velho, VF. .
    
    - Nodes: **28** 
    - Edges: **127**
    - Directed: **True**
    - Components: **1**
    - Note: *Canibalism has been found in 3 species or groups. Merluccius, Condrichtis, Macrobenthos*
    - Description: *Cell values indicate the relative frequency of prey species in the diet of each predator species. .*

    **Reference**
    
    Angelini, R., Velho, VF. (2011) Ecosystem structure and trophic analysis of Angolan fishery landings. Scientia Marina 75(2)
    
    **Parameters**

    save_path : String : (default='./data')
        Directory to which the data will be saved.

    **Returns**

    Dataset 
        Object dataset. Use ``dataset.graph()`` to download the graph.
    
    
    """
    url = 'http://www.web-of-life.es/networkjson.php?id=FW_003'
    data_type = 'weboflife_foodwebs_json'
    data_name = 'networkjson.php?id=FW_003'
    compress_type = None
    infos = {
        'type':
        data_type,
        'download_url':
        url,
        'info_url':
        'http://www.web-of-life.es/map.php?type=7',
        'source':
        'Angelini, R., Velho, VF. (2011) Ecosystem structure and trophic analysis of Angolan fishery landings. Scientia Marina 75(2)'
    }

    data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
    return data
コード例 #11
0
def food_webs_Christian_Luczkovich_1999(save_path='./data'):
    """Food webs of Christian, RR., Luczkovich JJ. .
    
    - Nodes: **48** 
    - Edges: **221**
    - Directed: **True**
    - Components: **1**
    - Note: *Canibalism has been found in 3 species or groups. Microfauna, Meiofauna, Microprotozoa*
    - Description: *Cell values indicate the relative frequency of prey species/group in the diet of each predator species/group.*

    **Reference**
    
    Christian, RR., Luczkovich JJ. (1999) Organizing and understanding a winter’s seagrass foodweb network through effective trophic levels
    
    **Parameters**

    save_path : String : (default='./data')
        Directory to which the data will be saved.

    **Returns**

    Dataset 
        Object dataset. Use ``dataset.graph()`` to download the graph.
    
    
    """
    url = 'http://www.web-of-life.es/networkjson.php?id=FW_007'
    data_type = 'weboflife_foodwebs_json'
    data_name = 'networkjson.php?id=FW_007'
    compress_type = None
    infos = {
        'type':
        data_type,
        'download_url':
        url,
        'info_url':
        'http://www.web-of-life.es/map.php?type=7',
        'source':
        'Christian, RR., Luczkovich JJ. (1999) Organizing and understanding a winter’s seagrass foodweb network through effective trophic levels'
    }

    data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
    return data
コード例 #12
0
def food_webs_Escalona_et_all_2007(save_path='./data'):
    """Food webs of Cruz-Escalona, V.H., Arrequin-Sanchez, F., Zetina-Rejon, M. .
    
    - Nodes: **30** 
    - Edges: **229**
    - Directed: **True**
    - Components: **1**
    - Note: *Canibalism has been found in 10 species or groups. Zooplankton, Polychaetes, Rays, Catfish, Herrings, Mollies, Swimming crabs, Shrimp, Infauna, Gastropods*
    - Description: *Cell values indicate the relative frequency of prey species/group in the diet of each predator species/group.*

    **Reference**
    
    Cruz-Escalona, V.H., Arrequin-Sanchez, F., Zetina-Rejon, M. (2007)  Analysis of the ecosystem structure of Laguna Alvarado, western Gulf of Mexico, by means of a mass balance model. Estuarine, Coastal and Shelf Science 72 (155-167)
    
    **Parameters**

    save_path : String : (default='./data')
        Directory to which the data will be saved.

    **Returns**

    Dataset 
        Object dataset. Use ``dataset.graph()`` to download the graph.
    
    
    """
    url = 'http://www.web-of-life.es/networkjson.php?id=FW_006'
    data_type = 'weboflife_foodwebs_json'
    data_name = 'networkjson.php?id=FW_006'
    compress_type = None
    infos = {
        'type':
        data_type,
        'download_url':
        url,
        'info_url':
        'http://www.web-of-life.es/map.php?type=7',
        'source':
        'Cruz-Escalona, V.H., Arrequin-Sanchez, F., Zetina-Rejon, M. (2007)  Analysis of the ecosystem structure of Laguna Alvarado, western Gulf of Mexico, by means of a mass balance model. Estuarine, Coastal and Shelf Science 72 (155-167)'
    }

    data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
    return data
コード例 #13
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_McCullen1993(save_path="./data"):
	"""Plant pollinators dataset of `McCullen C.K., 1993 <https://www.nceas.ucsb.edu/interactionweb/html/mcmullen_1993.html>`_  .
	
	- Nodes: **159**
	- Edges: **204**
	- Bipartite: **True**
	- Components: **4**


	**Reference**
	
	McCullen, C. K. 1993. Flower-visiting insects of the Galapagos Islands. Pan-Pacific Entomologist 69:95-106.

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	

    .. image:: /_static/assets/dataset/mccullen1993.png 
        :align: center

	"""
	url = "https://www.nceas.ucsb.edu/interactionweb/data/plant_pollinator/text/mc_mullen.txt"
	data_type = "bipartite"
	data_name = "mc_mullen.txt"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "https://www.nceas.ucsb.edu/interactionweb/html/mcmullen_1993.html",
		"description" : 'This study presents a compilation of records on plant-flower visitor interactions in the Galápagos archipelago found in the literature. Results of a field study conducted on Pinta Island recording the interactions between six plant species and their flower visitors are also reported.',
		"data description" : 'The author recorded the identities of flower visitor and plant species and their interactions. Data are presented as a binary interaction matrix, in which cells with a "1" indicate an interaction between a pair of species, and a "0" indicates no interaction.',
		"source" : "McCullen, C. K. 1993. Flower-visiting insects of the Galapagos Islands. Pan-Pacific Entomologist 69:95-106."
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #14
0
def food_webs_Bascompte_et_all_2005(save_path='./data'):
    """Food webs of J. Bascompte, C. J. Melián and E. Sala .
    
    - Nodes: **249** 
    - Edges: **3313**
    - Directed: **True**
    - Components: **1**
    - Note: *Canibalism has been found in 11 species or groups. Crabs, Shrimps, Polychaetes, Gastropods, Squids, Octopuses, Asteroids, Echinoids, Mycteroperca venenosa, Scomberomorus cavalla, Tylosurus acus*
    - Description: *Cell values indicate the relative frequency of prey species/group in the diet of each predator species/group.*

    **Reference**
    
    J. Bascompte, C. J. Melián and E. Sala (2005). Interaction strength combinations and the overfishing of a marine food web. Proceedings of the National Academy of Sciences USA, 102: 5443-5447. 
    
    **Parameters**

    save_path : String : (default='./data')
        Directory to which the data will be saved.

    **Returns**

    Dataset 
        Object dataset. Use ``dataset.graph()`` to download the graph.
    
    
    """
    url = 'http://www.web-of-life.es/networkjson.php?id=FW_008'
    data_type = 'weboflife_foodwebs_json'
    data_name = 'networkjson.php?id=FW_008'
    compress_type = None
    infos = {
        'type':
        data_type,
        'download_url':
        url,
        'info_url':
        'http://www.web-of-life.es/map.php?type=7',
        'source':
        'J. Bascompte, C. J. Melián and E. Sala (2005). Interaction strength combinations and the overfishing of a marine food web. Proceedings of the National Academy of Sciences USA, 102: 5443-5447. '
    }

    data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
    return data
コード例 #15
0
def food_webs_Torres_et_all_2013(save_path='./data'):
    """Food webs of Torres MA., Coll M., Heymans JJ., Christensen V,. Sobrino I. .
    
    - Nodes: **44** 
    - Edges: **413**
    - Directed: **True**
    - Components: **1**
    - Note: *Canibalism has been found in 14 species or groups. Seabirds, Sharks, Demersal piscivores, Adult hake, Juvenile hake, Benthic cephalopods, Benthopelagic cephalopods, Small benthopelagic fishes, Flatfishes, Small demersal fishes, Crabs, Shrimps, Gelatinous zooplankton, Benthic invertebrates C*
    - Description: *Cell values indicate the relative frequency of prey species/group in the diet of each predator species/group.*

    **Reference**
    
    Torres MA., Coll M., Heymans JJ., Christensen V,. Sobrino I. (2013) Food-web structure of and fishing impacts on the Gulf of Cadiz ecosystem (South-western Spain). Ecological Modelling 265 (2013) 26–44
    
    **Parameters**

    save_path : String : (default='./data')
        Directory to which the data will be saved.

    **Returns**

    Dataset 
        Object dataset. Use ``dataset.graph()`` to download the graph.
    
    
    """
    url = 'http://www.web-of-life.es/networkjson.php?id=FW_005'
    data_type = 'weboflife_foodwebs_json'
    data_name = 'networkjson.php?id=FW_005'
    compress_type = None
    infos = {
        'type':
        data_type,
        'download_url':
        url,
        'info_url':
        'http://www.web-of-life.es/map.php?type=7',
        'source':
        'Torres MA., Coll M., Heymans JJ., Christensen V,. Sobrino I. (2013) Food-web structure of and fishing impacts on the Gulf of Cadiz ecosystem (South-western Spain). Ecological Modelling 265 (2013) 26–44'
    }

    data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
    return data
コード例 #16
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Hocking1968(save_path="./data"):    
	"""Plant pollinators dataset of  `Hocking 1968 <https://www.jstor.org/stable/3565022>`_ .

	- Nodes: **110** (29 plants, 81 pollinators)
	- Edges: **179**
	- Bipartite: **True**
	- Components: **2**


	**Reference**
	
	Hocking, B. 1968. Insect-flower associations in the high Arctic with special reference to nectar. Oikos 19:359-388.

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/hocking1968.png 
		:align: center


	"""
	url = "http://www.web-of-life.es/networkjson.php?id=M_PL_014"
	data_type = "weboflife_json"
	data_name = "networkjson.php?id=M_PL_014"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "http://www.web-of-life.es/map.php?type=5",
		"source" : 'Hocking, B. 1968. Insect-flower associations in the high Arctic with special reference to nectar. Oikos 19:359-388.',
		"abstract": "665 measurements of nectar concentration and 983 of nectar volume per day, distributed among 37 out of 43 species of flowering plants examined, are recorded and analysed. Nectar production per unit area per season was substantially less at Lake Hazen, 82° N, than at Churchill, 58°N. Nectar yield in mg sugar/flower/day was higher at Lake Hazen than at Churchill in eight of the ten species for which data were obtained at both localities. There is competition between flowers for pollinators rather than among pollinators for nectar. Heliotropic flowers, notably Dryas and Papaver, focus sunlight falling on them in the region of the germ cells; it is shown that the thermal increments obtainable by black insects resting in these flowers can be important. 184 different plant species - insect species associations are reported, based on about 350 observations and 760 insect specimens; these associations fall into 9 activity categories (some into more than one), as follows: ambush (6), basking (4), flying over (20), hidden in (20), courtship behaviour (1), nectar feeding (23), ovipositing (2), pollen feeding or collecting (12), resting on or uncertain (96). It is concluded that flowers and floral groups are important as aggregation centres for insect populations in this environment. "
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #17
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Memmott1999(save_path="./data"):    
	"""Plant pollinators dataset of  `Memmott 1999 <https://onlinelibrary.wiley.com/doi/pdf/10.1046/j.1461-0248.1999.00087.x>`_ .

	- Nodes: **104** (23 plants, 79 pollinators)
	- Edges: **299**
	- Bipartite: **True**
	- Components: **1**


	**Reference**
	
	Memmott J. 1999. The structure of a plant-pollinator food web. Ecology Letters 2:276-280.

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/memmott1999.png 
		:align: center


	"""
	url = "http://www.web-of-life.es/networkjson.php?id=M_PL_017"
	data_type = "weboflife_json"
	data_name = "networkjson.php?id=M_PL_017"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "http://www.web-of-life.es/map.php?type=5",
		"source" : 'Memmott J. 1999. The structure of a plant-pollinator food web. Ecology Letters 2:276-280.',
		"abstract": "The pollination biology literature is dominated by examples of specialization between plants and their pollinators. However, a recent review shows that it is generalization that prevails in the field, with most plants having a number of pollinators and most pollinators visiting a number of plants. Consequently, the vast majority of plant–pollinator interactions are embedded in a complex web of plant–pollinator interactions. These plant‐pollinator webs can be studied in the manner of conventional food webs and the aim of this paper is to illustrate how contemporary methods of web construction and analysis can be applied to plant‐pollinator communities."
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #18
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Herrera1988(save_path="./data"):    
	"""Plant pollinators dataset of  `Herrara 1988 <https://www.jstor.org/stable/2260469>`_ .

	- Nodes: **205** (26 plants, 179 pollinators)
	- Edges: **412**
	- Bipartite: **True**
	- Components: **1**


	**Reference**
	
	Herrera, J. (1988) Pollination relatioships in southern spanish mediterranean shrublands. Journal of Ecology 76: 274-287.

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/herrera1988.png 
		:align: center


	"""
	url = "http://www.web-of-life.es/networkjson.php?id=M_PL_016"
	data_type = "weboflife_json"
	data_name = "networkjson.php?id=M_PL_016"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "http://www.web-of-life.es/map.php?type=5",
		"source" : 'Herrera, J. (1988) Pollination relatioships in southern spanish mediterranean shrublands. Journal of Ecology 76: 274-287.',
		"abstract": "(1) Pollination relationships were investigated for fourteen months in a southern Spanish Mediterranean coastal scrub community, composed of thirty plant species, at Reserva Biologica de Donana, Donana National Park. (2) Flowering encompassed the whole year, as did insect visits to flowers. Distinct seasonal changes, however, in both the number and identity of insect taxa, and in the number of plant species in bloom were apparent: maximum plant and insect richness occurred in spring. (3) Insect visitors mainly included small beetles, honeybees, small halictid bees, syrphids and bombylids. The overall species richness of the pollinator array was very high (187 taxa). (4) Plant species with specialized pollination mechanisms were relatively infrequent. Most plants had non-restrictive or small flowers, or both. Species relying on pollen to attract pollinators outweighed those relying on nectar as the main reward. (5) Joint analysis of flower attributes, blooming phenology and pollination vectors demonstrated that species flowering at about the same time of year tend to have their flowers visited by the same insects, irrespective of floral features. (6) It is hypothesized that fruit set is more resource- than pollen-limited and that to achieve maximum fruit set most plants have unspecialized pollination relationships. The generalized nature of pollination systems may have been a major factor contributing to the survival and weedy behaviour of many Mediterranean scrub species."
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #19
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Olerton2003(save_path="./data"):    
	"""Plant pollinators dataset of  `Ollerton 2003 <https://academic.oup.com/aob/article-pdf/92/6/807/392524/mcg206.pdf>`_ .

	- Nodes: **65** (9 plants, 56 pollinators)
	- Edges: **103**
	- Bipartite: **True**
	- Components: **1**


	**Reference**
	
	Ollerton, J., S. D. Johnson, L. Cranmer, and S. Kellie. 2003. The pollination ecology of an assemblage of grassland asclepiads in South Africa. Annals of Botany 92:807-834.

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/olerton2003.png 
		:align: center


	"""
	url = "http://www.web-of-life.es/networkjson.php?id=M_PL_013"
	data_type = "weboflife_json"
	data_name = "networkjson.php?id=M_PL_013"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "http://www.web-of-life.es/map.php?type=5",
		"source" : 'Ollerton, J., S. D. Johnson, L. Cranmer, and S. Kellie. 2003. The pollination ecology of an assemblage of grassland asclepiads in South Africa. Annals of Botany 92:807-834.',
		"abstract": "The KwaZulu-Natal region of South Africa hosts a large diversity of asclepiads (Apocynaceae: Asclepiadoideae), many of which are endemic to the area. The asclepiads are of particular interest because of their characteristically highly evolved  ̄oral morphology. During 3 months of ®eldwork (November 2000 to January 2001) the  ̄ower visitors and pollinators to an assemblage of nine asclepiads at an upland grassland site were studied. These observations were augmented by laboratory studies of  ̄ower morphology (including scan- ning electron microscopy) and  ̄ower colour (using a spectrometer). Two of the specialized pollination systems that were documented are new to the asclepiads: fruit chafer pollination and pompilid wasp pollination. The lat- ter is almost unique in the angiosperms. Taxa possessing these speci®c pollination systems cluster together in multidimensional phenotype space, suggesting that there has been convergent evolution in response to similar selection to attract identical pollinators. Pollination niche breadth varied from the very specialized species, with only one pollinator, to the more generalized, with up to ten pollinators. Pollinator sharing by the specialized taxa does not appear to have resulted in niche differentiation in terms of the temporal or spatial dimensions, or with regards to placement of pollinaria. Nestedness analysis of the data set showed that there was predictability and structure to the pattern of plant-pollinator interactions, with generalist insects visiting specialized plants and vice versa. The research has shown that there is still much to be learned about plant-pollinator interactions in areas of high plant diversity such as South Africa."
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #20
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Olesen2002I(save_path="./data"):    
	"""Plant pollinators dataset of `Olesen 2002 <https://esajournals.onlinelibrary.wiley.com/doi/abs/10.1046/j.1472-4642.2002.00148.x>`_ .
	
	- Nodes: **27** (14 plants, 13 pollinators)
	- Edges: **52**
	- Bipartite: **True**
	- Components: **1**


	**Reference**
	
	Olesen, J.M., Eskildsen, L.I. & Venkatasamy, S. (2002). Div. Distr., 8:181-192.

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/olesen2002.png 
		:align: center


	"""
	url = "http://www.web-of-life.es/networkjson.php?id=M_PL_011"
	data_type = "weboflife_json"
	data_name = "networkjson.php?id=M_PL_011"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "http://www.web-of-life.es/map.php?type=5",
		"source" : 'Olesen, J.M., Eskildsen, L.I. & Venkatasamy, S. (2002). Div. Distr., 8:181-192.',
		"abstract": "The structure of pollination networks is described for two oceanic islands, the Azorean Flores and the Mauritian Ile aux Aigrettes. At each island site, all interactions between endemic, non‐endemic native and introduced plants and pollinators were mapped. Linkage level, i.e. number of species interactions per species, was significantly higher for endemic species than for non‐endemic native and introduced species. Linkage levels of the two latter categories were similar. Nine types of interaction may be recognized among endemic, non‐endemic native and introduced plants and pollinators. Similar types had similar frequencies in the two networks. Specifically, we looked for the presence of ‘invader complexes’ of mutualists, defined as groups of introduced species interacting more with each other than expected by chance and thus facilitating each other’s establishment. On both islands, observed frequencies of interactions between native (endemic and non‐endemic) and introduced pollinators and plants differed from random. Introduced pollinators and plants interacted less than expected by chance. Thus, the data did not support the existence of invader complexes. Instead, our study suggested that endemic super‐generalist species, i.e. pollinators or plant species with a very wide pollination niche, include new invaders in their set of food plants or pollinators and thereby improve establishment success of the invaders. Reviewing other studies, super generalists seem to be a widespread island phenomenon, i.e. island pollination networks include one or a few species with a very high generalization level compared to co‐occurring species. Low density of island species may lead to low interspecific competition, high abundance and ultimately wide niches and super generalization."
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #21
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Inouye1988(save_path="./data"):    
	"""Plant pollinators dataset of  `Inouye 1988 <https://onlinelibrary.wiley.com/doi/abs/10.1111/j.1442-9993.1988.tb00968.x>`_ .

	- Nodes: **125** (40 plants, 85 pollinators)
	- Edges: **264**
	- Bipartite: **True**
	- Components: **2**


	**Reference**
	
	Inouye, D. W., and G. H. Pyke. 1988. Pollination biology in the Snowy Mountains of Australia: comparisons with montane Colorado, USA. Australian Journal of Ecology 13:191-210.

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/inouye1988.png 
		:align: center


	"""
	url = "http://www.web-of-life.es/networkjson.php?id=M_PL_019"
	data_type = "weboflife_json"
	data_name = "networkjson.php?id=M_PL_019"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "http://www.web-of-life.es/map.php?type=5",
		"source" : 'Inouye, D. W., and G. H. Pyke. 1988. Pollination biology in the Snowy Mountains of Australia: comparisons with montane Colorado, USA. Australian Journal of Ecology 13:191-210.',
		"abstract": "Various aspects of the pollination biology of the alpine flora of Kosciusko National Park, NSW, were examined from late December 1983 until the end of March 1984, including flowering phenology, corolla tube lengths, flower colour, ultraviolet reflectance patterns, visitation rates to the flowers and proboscis lengths of the flower‐visiting insects. An average of 5.3 species flowered in each of 13, 2 m×2 m montane plots and 5.6 species in the 13 alpine plots. The maximum number in flower simultaneously averaged 4.1 species in the montane and 3.3 in the alpine plots; flowering peaked in mid‐January, Corolla tube lengths of the flora averaged 1.73 mm. The most common floral colour was white or predominantly white (40 species), followed by yellow (14 species). Only six of the 38 species (16%) examined had some type of reflectance pattern; the remaining species all absobed ultraviolet. Flies appeared to be the major pollinators. The insects collected in the study area comprised 60 species of Diptera, 33 species of Hymenoptera, and several species each of Lepidoptera and Coleoptera. On average, 14.4 percents of flowers watched during 379 observation periods (10 min each) were visited. On average, each plant species was visited by 6.4 species of flies, 2.4 species of bees, wasps or sawflies, one species of butterfly or moth and 0.3 species of beetles. Visitation rates increased over the growing season, and were significantly affected by ambient temperature (positively), light levels (positively) and wind speed (negatively). The maximum proboscis length for the 25 most common species of bees was 2.76 mm, but 18 of 51 species of flies had proboscis lengths longer than this. The mean proboscis length for all 25 species of bees was 1.68 mm, and for 51 species of flies was 2.31 mm. Proboscis lengths for flies were positively correlated with the average corolla length for the plant species they visited. For bees, however, the range in proboscis lengths was relatively small and did not show this pattern. There appear to be significant differences between the plant‐pollinator community of alpine Australia and other alpine areas where bumblebees are common pollinators. These differences include shorter proboscis and corolla tube lengths, and perhaps an increased diversity and significance of flies as pollinators."
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #22
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Barrett1987(save_path="./data"):    
	"""Plant pollinators dataset of `Barrett & Helenurm, 1987 <https://www.nceas.ucsb.edu/interactionweb/html/barrett_helenurm_1987.html>`_ .
	
	- Nodes: **114**
	- Edges: **167**
	- Bipartite: **True**
	- Components: **2**


	**Reference**
	
	Barrett, S. C. H., and K. Helenurm. 1987. The Reproductive-Biology of Boreal Forest Herbs.1. Breeding Systems and Pollination. Canadian Journal of Botany 65:2036-2046.
	
	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/barrett1987.png 
		:align: center

	"""
	url = "https://www.nceas.ucsb.edu/interactionweb/data/plant_pollinator/text/barrett_matr_f.txt"
	data_type = "bipartite"
	data_name = "barrett_matr_f.txt"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "https://www.nceas.ucsb.edu/interactionweb/html/barrett_helenurm_1987.htm",
		"description" : 'This study took place in the boreal forest of central New Brunswick, Canada, from May to September of 1978, 1979, and 1980. The objective was to investigate the role of animals in pollination and seed dispersal. The study was designed to provide basic descriptive information on breeding systems, pollination biology, and phenology of understory herbs.',
		"data description" : 'The authors recorded their data by counting the number of individual flower visitors caught on each plant species. The total number of individuals collected on each plant species provide a rough estimate of the level of visitation that each species received. Data are presented as an interaction frequency matrix, in which cells with positive integers indicate the frequency of interaction between a pair of species, and cells with zeros indicate no interaction.',
		"source" : 'Barrett, S. C. H., and K. Helenurm. 1987. The Reproductive-Biology of Boreal Forest Herbs.1. Breeding Systems and Pollination. Canadian Journal of Botany 65:2036-2046.'
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #23
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Clements1923(save_path="./data"):    
	"""Plant pollinators dataset of `Clements 1923 <http://ia802604.us.archive.org/21/items/experimentalpoll00clem/experimentalpoll00clem.pdf>`_ .
	
	- Nodes: **371** (96 plants, 275 pollinators)
	- Edges: **923**
	- Bipartite: **True**
	- Components: **6**


	**Reference**
	
	Clements, R. E., and F. L. Long. 1923, Experimental pollination. An outline of the ecology of flowers and insects. Washington, D.C., USA, Carnegie Institute of Washington.

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/clements1923.png 
		:align: center


	"""
	url = "http://www.web-of-life.es/networkjson.php?id=M_PL_005"
	data_type = "weboflife_json"
	data_name = "networkjson.php?id=M_PL_005"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "http://www.web-of-life.es/map.php?type=5",
		"source" : 'Clements, R. E., and F. L. Long. 1923, Experimental pollination. An outline of the ecology of flowers and insects. Washington, D.C., USA, Carnegie Institute of Washington.'
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #24
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Dupont2003(save_path="./data"):    
	"""Plant pollinators dataset of `Dupont 2003 <https://www.jstor.org/stable/3683371>`_ .
	
	- Nodes: **49** (11 plants, 38 pollinators)
	- Edges: **106**
	- Bipartite: **True**
	- Components: **1**


	**Reference**
	
	Dupont YL, Hansen DM and Olesen JM (2003) Structure of a plant-flower-visitor network in the high-altitude sub-alpine desert of Tenerife, Canary Islands. Ecography 26:301-310.

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/dupont2003.png 
		:align: center


	"""
	url = "http://www.web-of-life.es/networkjson.php?id=M_PL_008"
	data_type = "weboflife_json"
	data_name = "networkjson.php?id=M_PL_008"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "http://www.web-of-life.es/map.php?type=5",
		"source" : 'Dupont YL, Hansen DM and Olesen JM (2003) Structure of a plant-flower-visitor network in the high-altitude sub-alpine desert of Tenerife, Canary Islands. Ecography 26:301-310.'
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #25
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Dicks2002II(save_path="./data"):    
	"""Plant pollinators dataset of `Dicks 2002 <https://besjournals.onlinelibrary.wiley.com/doi/pdf/10.1046/j.0021-8790.2001.00572.x>`_ .
	
	- Nodes: **52** (16 plants, 36 pollinators)
	- Edges: **85**
	- Bipartite: **True**
	- Components: **2**


	**Reference**
	
	Dicks, LV, Corbet, SA and Pywell, RF 2002. Compartmentalization in plant–insect flower visitor webs. J. Anim. Ecol. 71: 32–43.

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/dicks2002II.png 
		:align: center


	"""
	url = "http://www.web-of-life.es/networkjson.php?id=M_PL_007"
	data_type = "weboflife_json"
	data_name = "networkjson.php?id=M_PL_007"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "http://www.web-of-life.es/map.php?type=5",
		"source" : 'Dicks, LV, Corbet, SA and Pywell, RF 2002. Compartmentalization in plant–insect flower visitor webs. J. Anim. Ecol. 71: 32–43.'
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #26
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Elberling1999I(save_path="./data"):    
	"""Plant pollinators dataset of `Elberling 1999 <https://onlinelibrary.wiley.com/doi/abs/10.1111/j.1600-0587.1999.tb00507.x>`_ .
	
	- Nodes: **142** (24 plants, 118 pollinators)
	- Edges: **242**
	- Bipartite: **True**
	- Components: **1**


	**Reference**
	
	Elberling, H. & Olesen, J. M. 1999. The structure of a high latitude plant-pollinator system: The dominance of flies. Ecography 22:314-323.

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/elberling1999I.png 
		:align: center


	"""
	url = "http://www.web-of-life.es/networkjson.php?id=M_PL_009"
	data_type = "weboflife_json"
	data_name = "networkjson.php?id=M_PL_009"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "http://www.web-of-life.es/map.php?type=5",
		"source" : 'Elberling, H. & Olesen, J. M. 1999. The structure of a high latitude plant-pollinator system: The dominance of flies. Ecography 22:314-323.'
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #27
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Elberling1999II(save_path="./data"):    
	"""Plant pollinators dataset of `Elberling 1999 <https://onlinelibrary.wiley.com/doi/abs/10.1111/j.1600-0587.1999.tb00507.x>`_ .
	
	- Nodes: **107** (31 plants, 76 pollinators)
	- Edges: **456**
	- Bipartite: **True**
	- Components: **1**


	**Reference**
	
	Unpublished. Found on Web of life.

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/elberling1999II.png 
		:align: center


	"""
	url = "http://www.web-of-life.es/networkjson.php?id=M_PL_010"
	data_type = "weboflife_json"
	data_name = "networkjson.php?id=M_PL_010"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "http://www.web-of-life.es/map.php?type=5",
		"source" : 'Unpublished'
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #28
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_OlesenUnpublished(save_path="./data"):    
	"""Plant pollinators dataset of Olesen Unpublished.

	- Nodes: **144** (39 plants, 105 pollinators)
	- Edges: **383**
	- Bipartite: **True**
	- Components: **1**


	**Reference**
	
	Unpublished

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/olesenunpublished.png 
		:align: center


	"""
	url = "http://www.web-of-life.es/networkjson.php?id=M_PL_018"
	data_type = "weboflife_json"
	data_name = "networkjson.php?id=M_PL_018"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "http://www.web-of-life.es/map.php?type=5",
		"source" : 'Unpublished'
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #29
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Kaiser2010(save_path="./data"):    
	"""Plant pollinators dataset of `Kaiser-Bunbury 2010 <https://onlinelibrary.wiley.com/doi/abs/10.1111/j.1461-0248.2009.01437.x>`_ .
	
	- Nodes: **38**
	- Edges: **46**
	- Bipartite: **True**
	- Components: **2**


	**Reference**
	
	Original data: Kaiser-Bunbury, C. N., S. Muff, J. Memmott, C. B. Müller, and A. Caflisch. 2010. The robustness of pollination networks to the loss of species and interactions: A quantitative approach incorporating pollinator behaviour. Ecology Letters 13:442-452.

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/kaiser2010.png 
		:align: center

	"""
	url = "http://www.web-of-life.es/networkjson.php?id=M_PL_060_24"
	data_type = "weboflife_json"
	data_name = "networkjson.php?id=M_PL_060_24"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "http://www.web-of-life.es/map.php?type=5",
		"abstract" : 'Species extinctions pose serious threats to the functioning of ecological communities worldwide. We used two qualitative and quantitative pollination networks to simulate extinction patterns following three removal scenarios: random removal and systematic removal of the strongest and weakest interactors. We accounted for pollinator behaviour by including potential links into temporal snapshots (12 consecutive 2‐week networks) to reflect mutualists’ ability to ‘switch’ interaction partners (re‐wiring). Qualitative data suggested a linear or slower than linear secondary extinction while quantitative data showed sigmoidal decline of plant interaction strength upon removal of the strongest interactor. Temporal snapshots indicated greater stability of re‐wired networks over static systems. Tolerance of generalized networks to species extinctions was high in the random removal scenario, with an increase in network stability if species formed new interactions. Anthropogenic disturbance, however, that promote the extinction of the strongest interactors might induce a sudden collapse of pollination networks.',
		"source" : 'Kaiser-Bunbury, C. N., S. Muff, J. Memmott, C. B. Müller, and A. Caflisch. 2010. The robustness of pollination networks to the loss of species and interactions: A quantitative approach incorporating pollinator behaviour. Ecology Letters 13:442-452.'
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data
コード例 #30
0
ファイル: bipartites.py プロジェクト: DynamicaLab/Dynamicalab
def plants_pollinators_Kevan1970(save_path="./data"):    
	"""Plant pollinators dataset of  `Kevan 1970 <https://www.nceas.ucsb.edu/interactionweb/html/kevan_1970.html>`_ .

	- Nodes: **111** (20 plants, 91 pollinators)
	- Edges: **190**
	- Bipartite: **True**
	- Components: **2**


	**Reference**
	
	Kevan P. G. 1970. High Arctic insect-flower relations: The interrelationships of arthropods and flowers at Lake Hazen, Ellesmere Island, Northwest Territories, Canada. Ph.D. thesis, University of Alberta, Edmonton, 399 pp.

	**Parameters**

	save_path : String : (default="./data")
		Directory to which the data will be saved.

	**Returns**

	Dataset 
		Object dataset. Use ``dataset.graph()`` to download the graph.
	
	.. image:: /_static/assets/dataset/kevan1970.png 
		:align: center


	"""
	url = "http://www.web-of-life.es/networkjson.php?id=M_PL_020"
	data_type = "weboflife_json"
	data_name = "networkjson.php?id=M_PL_020"
	compress_type = None
	infos = {
		"type" : data_type,
		"download_url" : url,
		"info_url": "http://www.web-of-life.es/map.php?type=5",
		"source" : 'Kevan P. G. 1970. High Arctic insect-flower relations: The interrelationships of arthropods and flowers at Lake Hazen, Ellesmere Island, Northwest Territories, Canada. Ph.D. thesis, University of Alberta, Edmonton, 399 pp.'
	}

	data = Dataset(url, save_path, data_type, data_name, compress_type, infos)
	return data