Difference between revisions of "Form:Bibliographic Record"

From Encyclopedia of Scientonomy
Jump to navigation Jump to search
 
(16 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
-->{{#vardefine: varCollection|{{#urldecode:{{#urlget:Bibliographic_Record[Collection]|}}}}|}}<!--
 
-->{{#vardefine: varCollection|{{#urldecode:{{#urlget:Bibliographic_Record[Collection]|}}}}|}}<!--
 
-->{{#if: {{IfObjectExists|category=Bibliographic Record|object={{#var: varCollection}}|}}<!--
 
-->{{#if: {{IfObjectExists|category=Bibliographic Record|object={{#var: varCollection}}|}}<!--
  -->|Given {{#vardefine: varCollectionGiven|yes}}<!-- collection is given: set the flag
+
  -->|{{#vardefine: varCollectionGiven|yes}}<!-- collection is given: set the flag
  -->|Not Given {{#vardefine: varCollectionGiven|no}}<!-- collection is not given: set the flag
+
  -->|{{#vardefine: varCollectionGiven|no}}<!-- collection is not given: set the flag
 +
-->}}<!--
 +
--><!-- get the author's name from the URL
 +
-->{{#vardefine: varAuthor|{{#urldecode:{{#urlget:Bibliographic_Record[Author]|}}}}|}}<!--
 +
-->{{#if: {{IfObjectExists|category=Author|object={{#var: varAuthor}}|}}<!--
 +
-->|{{#vardefine: varAuthorGiven|yes}}<!-- author is given: set the flag
 +
-->|{{#vardefine: varAuthorGiven|no}}<!-- author is not given: set the flag
 
-->}}<!--
 
-->}}<!--
 
-->
 
-->
Line 20: Line 26:
 
|<!--
 
|<!--
 
  -->{{#ifeq: {{#var: varCollectionGiven}}|yes<!--
 
  -->{{#ifeq: {{#var: varCollectionGiven}}|yes<!--
  -->|collection article<!--
+
  -->|{{{field|Resource Type|input type=dropdown|mandatory|values=collection article|default=collection article|show on select=book=>book;collection=>book;journal article=>journal;journal article=>pages;collection article=>collection;collection article=>pages}}}<!--
  -->{{{field|Resource Type|hidden|default=collection article|show on select=collection article=>collection;collection article=>pages}}}<!--
 
 
  -->|{{{field|Resource Type|input type=dropdown|mandatory|values=journal article,book,collection,collection article|default=book|show on select=book=>book;collection=>book;journal article=>journal;journal article=>pages;collection article=>collection;collection article=>pages}}}<!--
 
  -->|{{{field|Resource Type|input type=dropdown|mandatory|values=journal article,book,collection,collection article|default=book|show on select=book=>book;collection=>book;journal article=>journal;journal article=>pages;collection article=>collection;collection article=>pages}}}<!--
 
-->}}
 
-->}}
 
|-
 
|-
 
! Author(s): <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Indicate all the authors of the resource. For collections, indicate all the editors.</p>
 
! Author(s): <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Indicate all the authors of the resource. For collections, indicate all the editors.</p>
| {{{field|Author|input type=tokens|existing values only|values from category=Author|mandatory}}}
+
| {{{field|Author|input type=tokens|existing values only|values from category=Author|mandatory|default={{#var: varAuthor}}|}}}  {{#formlink:form=Author|link text=Add a New Author|popup}}
 
|-
 
|-
 
! Year: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Enter the year when the resource was published.</p>
 
! Year: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Enter the year when the resource was published.</p>
 
| {{FormDateField|mandatory=yes|dataprecision=Year|showera=no|showapproximate=no|showmonthdayfields=no|showcaptions=no}}
 
| {{FormDateField|mandatory=yes|dataprecision=Year|showera=no|showapproximate=no|showmonthdayfields=no|showcaptions=no}}
|-
 
! Abstract: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">If this bibliographic resource has an abstract, copy and paste it here. If not, please provide a short outline of the main ideas presented in the resource.</p>
 
| {{{field|Abstract|input type=textarea|rows=10|editor=wikieditor}}}
 
|-
 
! Historical Context: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Outline the historical context for this publication. What major questions was the community of the time engaged with? What were some of the accepted views that this publication came to respond to?</p>
 
| {{{field|Historical Context|input type=textarea|rows=15|editor=wikieditor}}}
 
|-
 
! Synopsis: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Provide a synoptic content by focusing on the major contribution related to the field.</p>
 
| {{{field|Synopsis|input type=textarea|rows=15|editor=wikieditor}}}
 
|-
 
! Criticism: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Indicate the major points of criticism leveled at this publication. Who would disagree with the points raised in this publication and why?</p>
 
| {{{field|Criticism|input type=textarea|rows=15|editor=wikieditor}}}
 
|-
 
! URL: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">If this is an open access online resource, enter its URL. NOTE: Only use this field if the link can be freely accessed by any user. Otherwise, leave this field empty. E.g. JSTOR links are NOT acceptable, as they can only be accessed by JSTOR subscribers.</p>
 
| {{{field|URL|input type=text}}}
 
|-
 
! DOI: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">If the resource has a DOI, enter it here.</p>
 
| {{{field|DOI|input type=text}}}
 
<!--
 
--><!-- only editors can see or modify the page status
 
-->{{#ifingroup: editor|
 
{{!}}-
 
! Page Status: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Indicate whether the article is approved by an editor, whether it requires further editing, or whether it is a stub.</p>
 
{{!}} {{{field|Page Status|input type=dropdown|mandatory|values=Editor Approved, Needs Editing, Stub|default=Stub}}}<!--
 
-->}}
 
 
|}
 
|}
 
<div id="book" style="padding-bottom: 5px; margin-bottom: 5px;">
 
<div id="book" style="padding-bottom: 5px; margin-bottom: 5px;">
Line 77: Line 57:
 
<div id="journal" style="padding-bottom: 5px; margin-bottom: 5px;">
 
<div id="journal" style="padding-bottom: 5px; margin-bottom: 5px;">
 
{| class="formtable"
 
{| class="formtable"
!width="30%"| Journal: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Enter the name of the journal where this article was published.</p>
+
!width="30%"| Journal: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Enter the name of the journal where this article was published. If the journal has a page in this encyclopedia, a link to that page can be added by means of double square brackets in the usual wiki style.</p>
 
|width="70%"| {{{field|Journal|input type=text with autocomplete|mandatory}}}
 
|width="70%"| {{{field|Journal|input type=text with autocomplete|mandatory}}}
 
|-
 
|-
Line 91: Line 71:
 
|width="70%"| {{{field|Pages|input type=text}}}
 
|width="70%"| {{{field|Pages|input type=text}}}
 
|}</div>
 
|}</div>
 +
{| class="formtable"
 +
!width="30%"| Cover Image: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">For books and collections, upload the photo of the cover. For articles, upload the image of the first page (optional).</p>
 +
|width="70%"| {{{field|Cover Image|input type=text with autocomplete|existing values only|values from namespace=File|uploadable|property=Cover Image}}}
 +
|-
 +
! Abstract: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">If this bibliographic resource has an abstract, copy and paste it here. If not, please provide a short outline of the main ideas presented in the resource.</p>
 +
| {{{field|Abstract|input type=textarea|rows=10|editor=wikieditor}}}
 +
|-
 +
! Historical Context: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Outline the historical context for this publication. What major questions was the community of the time engaged with? What were some of the accepted views that this publication came to respond to?</p>
 +
| {{{field|Historical Context|input type=textarea|rows=15|editor=wikieditor}}}
 +
|-
 +
! Synopsis: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Provide a synoptic content by focusing on the major contribution related to the field.</p>
 +
| {{{field|Synopsis|input type=textarea|rows=15|editor=wikieditor}}}
 +
|-
 +
! Criticism: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Indicate the major points of criticism leveled at this publication. Who would disagree with the points raised in this publication and why?</p>
 +
| {{{field|Criticism|input type=textarea|rows=15|editor=wikieditor}}}
 +
|-
 +
! URL: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">If this is an open access online resource, enter its URL. NOTE: Only use this field if the link can be freely accessed by any user. Otherwise, leave this field empty. E.g. JSTOR links are NOT acceptable, as they can only be accessed by JSTOR subscribers.</p>
 +
| {{{field|URL|input type=text}}}
 +
|-
 +
! DOI: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">If the resource has a DOI, enter it here.</p>
 +
| {{{field|DOI|input type=text}}}
 +
<!--
 +
--><!-- only editors can see or modify the page status
 +
-->{{#ifingroup: editor|
 +
{{!}}-
 +
! Page Status: <br><p class="sfFieldDescription" style="font-size:0.7em; color:gray;">Indicate whether the article is approved by an editor, whether it requires further editing, or whether it is a stub.</p>
 +
{{!}} {{{field|Page Status|input type=dropdown|mandatory|values=Editor Approved, Needs Editing, Stub|default=Stub}}}<!--
 +
-->}}
 +
|}
 +
{{{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=Abstract,Synopsis,Criticism|default=Abstract}}}
 +
|}
 
{{{end template}}}
 
{{{end template}}}
 +
 +
  
 
{{{standard input|save}}} {{{standard input|cancel}}}
 
{{{standard input|save}}} {{{standard input|cancel}}}
 
</includeonly>
 
</includeonly>

Latest revision as of 17:15, 10 January 2023

This is the "Bibliographic Record" form.