Examples of querying the CSDMS model repository

From CSDMS
Revision as of 11:08, 9 March 2016 by Mpiper (talk | contribs) (Add first three entries)

Here are some examples of queries into the CSDMS model repository.

Description Query URL
List all models created by the user with the last name Tucker http://csdms.colorado.edu/mediawiki/api.php?action=ask&query=[[Last+name::Tucker]]&format=json
List all models written in C http://csdms.colorado.edu/mediawiki/api.php?action=ask&query=[[Programming%20language::C]]&format=json
Really list all models written in C http://csdms.colorado.edu/mediawiki/api.php?action=ask&query=[[Programming%20language::C]]|limit=10000&format=json