ZINC15:Levels

From DISI
Revision as of 23:50, 1 October 2015 by Frodo (talk | contribs) (asdf)
Jump to navigation Jump to search

We define 8 levels of questions in ZINC 15 based on how easily they can be answered, arranged in increasing order of difficulty for non-specialists. When ZINC 15 is released, we will measure progress by promoting questions to lower (easier) levels. Part of ZINC15:examples.

1 - Webpage alone

Can be answered by browsing to [zinc15.docking.org zinc15.docking.org] and clicking the mouse and/or typing into web page fields. No editing of the URL is necessary. Free and public, no special access required. Many, many questions are level 1 questions.

2 - URL hand-editing

Requires editing the URL by hand. Most level 2 questions will become level 1 when we improve the interface. Free and public, no special access is required.

3 -python or iPython Notebook

Requires the use of an iPython notebook, but with no privileged access to ZINC and two or more lines of code.

The remaining levels require privileged access not available to the general public.

4 - Privileged iPython Notebook

Requires the use of an iPython notebook with privileged access to our servers, and thus are really only open to group members. It is our goal to promote as many answers as possible to level 3, 2, or 1, but occasionally, privileged access is necessary. Of course, these may also be scripted directly in python and run on the command line.

5 - ZINC Shell

Questions that can be answered in the ZINC shell but not in python.

6 - SQL

Questions that can be answered in SQL but not in the ZINC shell.

7 - Python

Questions that can be answered only by scripting SQL directly in python, or by otherwise combining the results of multiple SQL queries.

8 - Not currently possible

So far, we have not found any questions that ZINC cannot answer. We are sure there are many, and this space is reserved for them.

Back to Category:ZINC15