Website In Development
Quick Start
To get started, you need to:
- Get an Account: currently a request must be emailed to the people listed in the website’s Contacts section.
- Write an Input File: the input file specifies the context in which the model is evaluated and the output that should be returned, for details see the Input section of the User Guide, the Input Fields reference and the Examples.
- Submit Your Input File (You can use either the Programming or Browser interface.):
- Retrieve Results:
- Programming:
GET
thestatus
of your query from the/v3/status
endpoint, and once it isCOMPLETE
retrieve your result from the/v3/result
endpoint. - Browser: you can view a list of recent queries and their status, and once evaluation of the file you uploaded is
COMPLETE
you can download your result file/s.
- Programming:
For general information about the models and API see FAQ and Features.
For scientific background see the peer reviewed publications.
For further details on using this web-interface see the documentation.