ZINC15:Levels: Difference between revisions

From DISI
Jump to navigation Jump to search
(aSDf)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
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.  
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]].


{{TOCright}}
{{TOCright}}


== Level 1 - Webpage only ==
== 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.  
Can be answered by browsing to [http://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.


== Level 2 - URL editing ==
== 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.
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.


== Level 3 - iPython Notebook ==
== 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.
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.
The remaining levels require privileged access not available to the general public.


== Level 4 - Privileged iPython Notebook ==
== 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.
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.


== Level 5 - ZINC Shell ==
== 5 - ZINC Shell ==
Questions that can be answered in the ZINC shell but not in python.
Questions that can be answered in the ZINC shell but not in python.


== Level 6 - SQL ==  
== 6 - SQL ==  
Questions that can be answered in SQL but not in the ZINC shell.
Questions that can be answered in SQL but not in the ZINC shell.


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


== Level 8 - Not currently possible ==
== 8 - Not currently possible ==
Questions that cannot be answered with ZINC.
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.
 
Questions and answers on this wiki using the category  ZINC15:LevelN  where N is 1 to 8.  


Back to [[:Category:ZINC15]]
Back to [[:Category:ZINC15]]
[[Category:ZINC15]]
[[Category:ZINC15]]

Latest revision as of 18:03, 10 January 2019

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 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