Difference between revisions of "Form:Ontological Topic"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
This is the form used to create/edit all ontological questions - those of existence of X, subtypes/supertypes of X, and associations of X.
 
This is the form used to create/edit all ontological questions - those of existence of X, subtypes/supertypes of X, and associations of X.
it expects the following parameters passed onto the query string in the following format:
+
It expects the following parameters passed onto the query string in the following format:
 
<pre>
 
<pre>
 
query string=
 
query string=
  Term=<the name of the term>
+
  Term= //the name of the term
 
  &
 
  &
  QuestionType={Existence,Subtypes,Supertypes,Associations}  
+
  QuestionType= //the type of the question from this list {Existence, Disjointness, Subtypes, Supertypes, Associations}  
 
</pre>
 
</pre>
 
</noinclude><includeonly><!--
 
</noinclude><includeonly><!--
--><!-- get the term (definitional topic) and the question type (existence, subtypes, supertypes, associations) from the URL
+
--><!--
 +
--><!-- get the term (definitional topic) and the question type (existence, disjointness, subtypes, supertypes, associations) from the URL
 
--><!--
 
--><!--
 
-->{{#vardefine: varTerm|{{#urldecode:{{#urlget:Term|}}}}|}}<!--
 
-->{{#vardefine: varTerm|{{#urldecode:{{#urlget:Term|}}}}|}}<!--
 
-->{{#if: {{IfObjectExists|category=Definitional Topic|object={{#var: varTerm}}|}}<!--
 
-->{{#if: {{IfObjectExists|category=Definitional Topic|object={{#var: varTerm}}|}}<!--
  -->|{{#vardefine: varTermGiven|yes}}<!-- term is given: set the flag
+
  -->|<!-- all good
  -->|{{#vardefine: varTermGiven|no}}<!-- term is not given: set the flag
+
  -->|{{#vardefine: varTerm|{{#show:{{FULLPAGENAME}}|?Term|link=none}}|}}<!-- term is not given in the URL: retrieve current value
 
-->}}<!--
 
-->}}<!--
 
--><!--
 
--><!--
 
-->{{#vardefine: varQuestionType|{{#urldecode:{{#urlget:QuestionType|}}}}|}}<!--
 
-->{{#vardefine: varQuestionType|{{#urldecode:{{#urlget:QuestionType|}}}}|}}<!--
 +
-->{{#if: {{#var: varQuestionType}}<!--
 +
-->|<!-- all good
 +
-->|{{#vardefine: varQuestionType|{{#show:{{FULLPAGENAME}}|?Ontological Question Type|link=none}}|}}<!-- question type is not given in the URL: retrieve current value
 +
-->}}<!--
 
--><!--
 
--><!--
 
-->
 
-->
Line 25: Line 30:
 
{| class="formtable"
 
{| class="formtable"
 
!width="30%"| Term: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">What term (class) is this ontological question about? If the term is not in the list, please first add it in the Definitional Topic category.</p>
 
!width="30%"| Term: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">What term (class) is this ontological question about? If the term is not in the list, please first add it in the Definitional Topic category.</p>
|width="70%"|<!--
+
|width="70%"|{{#var:varTerm|}} {{{field|Term|hidden|default={{#var:varTerm|}}|}}}
-->{{#ifeq: {{#var:varTermGiven}}|yes<!--
 
-->|{{#var:varTerm|}}<!--
 
  -->{{{field|Term|hidden|default={{#var:varTerm|}}|}}}<!--
 
-->|{{{field|Term|input type=dropdown|existing values only|values from category=Definitional Topic|mandatory}}} <!--
 
-->}}
 
 
|-  
 
|-  
! Question Type: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Ontological questions can concern the existence of the a class, its subtypes or supertypes, or its associations (aggregation, composition).</p>
+
! Question Type: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Ontological questions can concern the existence of the a class, its subtypes or supertypes, its disjointness with other classes, or its associations (aggregation, composition).</p>
|<!--
+
|{{#var:varQuestionType|}} {{{field|Ontological Question Type|hidden|default={{#var:varQuestionType|}}|}}}
-->{{#if: {{#var:varQuestionType}}<!--
 
-->|{{#var:varQuestionType|}}<!--
 
  -->{{{field|Ontological Question Type|hidden|default={{#var:varQuestionType|}}|}}}<!--
 
-->|{{{field|Ontological Question Type|input type=dropdown|mandatory|values=Existence, Subtypes, Supertypes, Associations|default=Existence}}} <!--
 
-->}}
 
 
|-
 
|-
 
! Description: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Provide some detail here and explain the importance of the question at issue. This section can include the usual wiki markup.</p>
 
! Description: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Provide some detail here and explain the importance of the question at issue. This section can include the usual wiki markup.</p>
| {{{field|Description|input type=textarea|rows=8|editor=wikieditor|edmandatory}}}
+
| {{{field|Description|input type=textarea|rows=8|editor=wikieditor}}}
 
|-
 
|-
! Author(s): <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Which authors first formulated this question? If the authors are unknown, or the question was formulated collectively, this field should be left empty.</p>
+
! Author(s): <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Which authors first formulated this question? The authors of basic ontological questions are the same as the authors of the respective term.</p>
| {{{field|Authors List|input type=tokens|existing values only|values from category=Author}}}  {{#formlink:form=Author|link text=Add a New Author|popup}}
+
| {{PrintTopicAuthors|topic={{#var:varTerm|}}|link=none|pretty=true}}
 
|-
 
|-
! Year of Formulation: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">When was the question first formulated? Can be left empty if the year of the first formulation is unknown.</p>
+
! Year of Formulation: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">When was the question first formulated? The year of formulation of basic ontological questions is the same as the year of formulation of the respective term.</p>
| {{{field|Formulated Year|input type=regexp|regexp=/^\d{4}$!^$/|size=4|message=The year field can accept only integers and must be 4 digits in length!|default={{CURRENTYEAR}}|}}}
+
| {{#show: {{#var:varTerm|}}|?Formulated Year|link=none}}
 
|-
 
|-
! Academic Events: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Where was this question first formulated? Indicate the academic events (seminars, workshops, etc.) where this question was raised. If the event is not in the list, please add it under the category ''Academic Event''.</p>
+
! Broader History: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Describe how the question has been addressed by scholars outside of the scientonomic tradition.</p>
| {{{field|Academic Events|input type=tokens|existing values only|values from category=Academic Event}}}
 
|-
 
! Prehistory: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Describe how past philosophers or scientists addressed the key question of the topic before the inception of scientonomy. </p>
 
 
| {{{field|Prehistory|input type=textarea|rows=8|editor=wikieditor|}}}
 
| {{{field|Prehistory|input type=textarea|rows=8|editor=wikieditor|}}}
 
|-
 
|-
! History: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Describe any changes to the subject of this article since the establishment of scientonomy.</p>
+
! Scientonomic History: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Describe the key developments since the establishment of scientonomy. This description will precede the presentation of the respective historical records in tables and timelines.</p>
 
| {{{field|History|input type=textarea|rows=8|editor=wikieditor|}}}
 
| {{{field|History|input type=textarea|rows=8|editor=wikieditor|}}}
 
|-
 
|-
 
! Current View: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">NOTE: There is no need to restate the currently accepted theories here; the system does it automatically. Use this field only to provide additional details not covered by the encyclopedia's algorithms. If the regular record suffices, leave this field empty.</p>
 
! Current View: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">NOTE: There is no need to restate the currently accepted theories here; the system does it automatically. Use this field only to provide additional details not covered by the encyclopedia's algorithms. If the regular record suffices, leave this field empty.</p>
 
| {{{field|Current View|input type=textarea|rows=8|editor=wikieditor|}}}
 
| {{{field|Current View|input type=textarea|rows=8|editor=wikieditor|}}}
 +
|-
 +
! Parent Topic: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">A question can be a subquestion of another more general question. Indicate the superquestion here.</p>
 +
| {{{field|Parent Topic|input type=combobox|values from category=Descriptive Topic}}}
 
|-
 
|-
 
! Related Topics: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">List all the topics related to this topic. NOTE: Do not include the parent topic and the subtopics of this topic, as these will be displayed automatically. IMPORTANT: Those related questions that don't currently have an accepted theory will be listed in the ''Open Questions'' section.</p>
 
! Related Topics: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">List all the topics related to this topic. NOTE: Do not include the parent topic and the subtopics of this topic, as these will be displayed automatically. IMPORTANT: Those related questions that don't currently have an accepted theory will be listed in the ''Open Questions'' section.</p>
 
| {{{field|Related Topics|input type=tokens|max values=20|existing values only|values from category=Topic}}}
 
| {{{field|Related Topics|input type=tokens|max values=20|existing values only|values from category=Topic}}}
 +
|-
 +
! Sorting Order: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">This number will be used to position this question and the answers within the lists of questions/answers (e.g. when displaying the answers to a question's subquestions). The sorting is done in ascending order; the lower numbers will be displayed earlier. The allowed range is 1..9999. If unassigned, the value of 10000 will be assigned and the topic will be displayed last.</p>
 +
| {{{field|Sorting Order|property=Sorting Order}}}
 
<!--
 
<!--
 
--><!-- only editors can see or modify the page status
 
--><!-- only editors can see or modify the page status
Line 75: Line 73:
 
-->   
 
-->   
 
|}
 
|}
{{{end template}}}
 
 
{{{for template|YouTube Video|label=YouTube Video|multiple}}}
 
{| class="formtable"
 
!width="30%"|Video ID: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">The ID of the YouTube video. E.g. if the video URL is https://www.youtube.com/watch?v=A22oy8dFjqc, then the video ID is '''A22oy8dFjqc'''.</p>
 
|width="70%"| {{{field|VideoID|input type=text|size=20|maxlength=20|mandatory}}}
 
|-
 
! Start at: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">If the video should not start at the beginning, indicate the start time of the video in ''seconds''. If empty, the video will start at the beginning.</p>
 
| {{{field|VideoStartAt|input type=regexp|size=10|regexp=/^\d*$/|message=Please enter integers only!}}}
 
|-
 
! Video Description: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">this description will appear under the embedded video.</p>
 
| {{{field|VideoDescription|input type=textarea|rows=2}}}
 
|-
 
! Section to Embed: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">The section of the page where the video should be embedded.</p>
 
| {{{field|VideoEmbedSection|input type=dropdown|mandatory|values=Description,History,Prehistory|default=Description}}}
 
|}
 
{{{end template}}}
 
 
{{{for template|Acceptance Record|label=Acceptance Record|multiple}}}
 
{| class="formtable"
 
!width="30%"|Accepted by Community: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Indicate the community where this question was accepted as a legitimate topic for discussion.</p>
 
|width="70%"| {{{field|Community|input type=combobox|existing values only|values from category=Community|mandatory}}}
 
|-
 
!Accepted From: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Indicate when the question became a legitimate topic for discussion. NOTE: If this is an approximate date, please indicate so.</p>
 
| {{FormDateField|property=Accepted From|mandatory=yes|dataprecision=Year|showera=yes|showapproximate=yes|showmonthdayfields=yes|adddefault=yes}}
 
|-
 
! Indicators of Acceptance: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">What kind of historical data makes us believe that the question was in fact accepted by the community as a legitimate topic for discussion at that time? Please list all the relevant indicators together with the appropriate citations here.</p>
 
| {{{field|Acceptance Indicators|input type=textarea|rows=8}}}
 
|-
 
! Still Accepted: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Is the topic still considered legitimate by this community? IMPORTANT: There are two indications that the question is still considered legitimate by the community: (1) there is an accepted answer to the question; (2) there is no accepted answer, but the community considers it an open question and aims to find an answer to it.</p>
 
| {{{field|Still Accepted|input type=dropdown|mandatory|values=No,Yes|default=Yes|show on select=No=>stillaccepted}}}
 
|}
 
<div id="stillaccepted">
 
{| class="formtable"
 
!width="30%"| Accepted Until: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Indicate when the question became obsolete. An example of an obsolete question in the chemistry community would be ''What are the properties of phlogiston?''. NOTE: If this is an approximate date, please indicate so.</p>
 
|width="70%"| {{FormDateField|property=Accepted Until|mandatory=yes|dataprecision=Year|showera=yes|showapproximate=yes|showmonthdayfields=yes|adddefault=yes}}
 
|-
 
! Indicators of Rejection: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">What kind of historical data shows that, at that time, the question was no longer considered by the community as a legitimate topic for discussion? Please list all the relevant indicators together with the appropriate citations here.</p>
 
| {{{field|Rejection Indicators|input type=textarea|rows=8}}}
 
|}
 
</div>
 
 
{{{end template}}}
 
{{{end template}}}
  

Latest revision as of 22:01, 27 February 2023

This is the form used to create/edit all ontological questions - those of existence of X, subtypes/supertypes of X, and associations of X. It expects the following parameters passed onto the query string in the following format:

query string=
 Term= //the name of the term
 &
 QuestionType= //the type of the question from this list {Existence, Disjointness, Subtypes, Supertypes, Associations}