229 EwE models available for download
496 EwE models with metadata
0 EwE pending model(s)

What is EcoBase?

EcoBase is an open-access database of Ecopath with Ecosim (EwE) models published worldwide in the scientific literature. More precisely, EcoBase is an information repository of EwE models freely accessible online here or via the free EwE software - version 6.5.

Who manages EcoBase?

EcoBase was created in 2015 by a group of scientists interested in conducting global meta-analyses based on existing EwE models . Since 2014, EcoBase is managed and supported by the members of the Model repository working group of the Ecopath Research and Development Consortium (ERDC) . The ERDC is a global, cooperative network focused on the research, development and sustainability of the EwE approach and software, its information basis, and complementary activities and capabilities.

What is EcoBase for?

EcoBase was created with the intention of making EwE models discoverable, accessible, and reusable to the scientific community, as soon as they are published. Only the Ecopath models are freely accessible at this stage (Ecosim and Ecospace parameters are not available). The main goals of EcoBase are to:

Why using EcoBase?

EcoBase offers a framework where these data may be properly stored, so that they can be properly reused for future applications, such as models comparisons, meta-analyses, etc.

How to use EcoBase?

You may use EcoBase by following these 5 simple steps:

How to contribute to EcoBase?

If you are willing to share an EwE model you recently developed and published, please use the EcoBase export plug-in available in the new version of the EwE software (v6.5). If you encounter any problem, please contact the EcoBase administrator at jerome.guitton@agrocampus-ouest.fr so that your model may be added to the more than 500 models currently referenced in EcoBase.







Documentation and dataset


script to play with EcoBase


#To get the list of available Ewe models

library(RCurl)
library(XML)
library(plyr)
library(dplyr)


#To obtain the list of available model
h=basicTextGatherer()
curlPerform(url = 'http://sirs.agrocampus-ouest.fr/EcoBase/php/webser/soap-client_3.php',writefunction=h$update)

data<-xmlTreeParse(h$value(),useInternalNodes=TRUE)
liste_mod<-ldply(xmlToList(data),data.frame)%>% filter(model.dissemination_allow =='true')
        
#liste_mod contains a list and decription of available models in EcoBase        
     

#To get the input values for model mymodel - 403 

library(RCurl)
library(XML)
library(plyr)


h=basicTextGatherer()
mymodel<-403
curlPerform(url = paste('http://sirs.agrocampus-ouest.fr/EcoBase/php/webser/soap-client.php?no_model=',mymodel,sep=''),writefunction=h$update,verbose=TRUE)


data<-xmlTreeParse(h$value(),useInternalNodes=TRUE)

input1<-xpathSApply(data,'//group',function(x) xmlToList(x)) 
        


#To get the ouptput values for model mymodel - 403 

library(RCurl)
library(XML)
library(plyr)

#To Obtain a model - output
h=basicTextGatherer()
mymodel<-403

curlPerform(url = paste('http://sirs.agrocampus-ouest.fr/EcoBase/php/webser/soap-client_output.php?no_model=',mymodel,sep=''),writefunction=h$update,verbose=TRUE)


data<-xmlTreeParse(h$value(),useInternalNodes=TRUE)

output1<-xpathSApply(data,'//group',function(x) xmlToList(x))
        

Publications about EcoBase and associated supplementary material






Discovery tools

1- Click on models placemark to get list of available models   2- Click on model name to get details

EcoBase data access agreement

EcoBase is an online information repository of Ecopath models, supported by the Ecopath Research & Development Consortium (www.ecopath.org/consortium). EcoBase aims to facilitate the use of the Ecopath with Ecosim software, to encourage scientific collaborations between users, and to contribute to the development of aquatic ecosystem modeling. To do so, the database intends to make Ecopath models discoverable and accessible to the scientific community.

All models included in EcoBase have been published in the scientific literature (in peer-reviewed articles or technical reports). By approving this data access agreement, every user of EcoBase is committed to cite the full reference of each model used in all deriving scientific papers, reports or documents . In the case of a large meta-analysis, full references of all used models should be at least included as an appendix or supplementary materials of the related publication.

Users are encouraged to directly contact the authors of the models used, to keep them informed of potential results and publications, and to develop scientific partnerships whenever possible.

To that aim, emails of the authors are provided when accessing the EcoBase model repository.
Fatal error: Uncaught Error: Undefined constant "GET" in /var/www/html/EcoBase/php/protect/base.php:271 Stack trace: #0 /var/www/html/EcoBase/index.php(243): include() #1 {main} thrown in /var/www/html/EcoBase/php/protect/base.php on line 271