Form:ResearchItem: Difference between revisions
From Landrace.Wiki - The Landrace Cannabis Wiki
More actions
Eloise Zomia (talk | contribs) No edit summary Tag: Reverted |
Eloise Zomia (talk | contribs) No edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 6: | Line 6: | ||
<div class="lw-section"><div class="lw-section-header">Core details</div><div class="lw-section-body"> | <div class="lw-section"><div class="lw-section-header">Core details</div><div class="lw-section-body"> | ||
<div class="lw-field"><div class="lw-label">Publication date <span class="lw-req">*</span></div><div class="lw-input">{{{field|date|input type=datepicker|mandatory}}}</div></div> | <div class="lw-field"><div class="lw-label">Publication date <span class="lw-req">*</span></div><div class="lw-input">{{{field|date|input type=datepicker|mandatory}}}</div></div> | ||
<div class="lw-field"><div class="lw-label">Title <span class="lw-req">*</span></div><div class="lw-input">{{{field| | <div class="lw-field"><div class="lw-label">Title <span class="lw-req">*</span></div><div class="lw-input">{{{field|paper_name|input type=text|placeholder=Full title of the paper or report}}}</div></div> | ||
<div class="lw-field"><div class="lw-label">Type <span class="lw-req">*</span></div><div class="lw-input">{{{field| | <div class="lw-row"><div class="lw-field"><div class="lw-label">Type <span class="lw-req">*</span></div><div class="lw-input">{{{field|paper_kind|input type=dropdown|values=Journal article,Preprint,Dataset,Thesis,Report,Book chapter,Systematic review,Meta-analysis}}}</div></div><div class="lw-field"><div class="lw-label">Year</div><div class="lw-input">{{{field|year|input type=text}}}</div></div></div> | ||
<div class="lw-field"><div class="lw-label">Authors</div><div class="lw-input">{{{field|authors|input type=textarea|rows=2|cols=80|placeholder=e.g. Smith J, Kumar R}}}</div></div> | <div class="lw-field"><div class="lw-label">Authors</div><div class="lw-input">{{{field|authors|input type=textarea|rows=2|cols=80|placeholder=e.g. Smith J, Kumar R}}}</div></div> | ||
</div></div> | </div></div> | ||
<div class="lw-section"><div class="lw-section-header">Publication details</div><div class="lw-section-body"> | <div class="lw-section"><div class="lw-section-header">Publication details</div><div class="lw-section-body"> | ||
<div class="lw-field"><div class="lw-label">Venue / journal</div><div class="lw-input">{{{field|venue|input type=text|placeholder=e.g. Frontiers in Plant Science}}}</div></div> | <div class="lw-field"><div class="lw-label">Venue / journal</div><div class="lw-input">{{{field|venue|input type=text|placeholder=e.g. Frontiers in Plant Science}}}</div></div> | ||
<div class="lw-row"><div class="lw-field"><div class="lw-label">DOI</div><div class="lw-input">{{{field|doi|input type=text|placeholder=10.1234/example}}}</div></div><div class="lw-field"><div class="lw-label">Source URL <span class="lw-req">*</span></div><div class="lw-input">{{{field|source|input type=text | <div class="lw-row"><div class="lw-field"><div class="lw-label">DOI</div><div class="lw-input">{{{field|doi|input type=text|placeholder=10.1234/example}}}</div></div><div class="lw-field"><div class="lw-label">Source URL <span class="lw-req">*</span></div><div class="lw-input">{{{field|source|input type=text|placeholder=https://...}}}</div></div></div> | ||
<div class="lw-field"><div class="lw-label">PDF URL</div><div class="lw-input">{{{field|pdf|input type=text|placeholder=Direct link to PDF if available}}}</div></div> | <div class="lw-field"><div class="lw-label">PDF URL</div><div class="lw-input">{{{field|pdf|input type=text|placeholder=Direct link to PDF if available}}}</div></div> | ||
</div></div> | </div></div> | ||
| Line 18: | Line 18: | ||
<div class="lw-field"><div class="lw-label">Summary</div><div class="lw-input">{{{field|summary|input type=textarea|rows=5|cols=90|placeholder=Brief annotation of what this paper covers and why it matters for landrace documentation}}}</div></div> | <div class="lw-field"><div class="lw-label">Summary</div><div class="lw-input">{{{field|summary|input type=textarea|rows=5|cols=90|placeholder=Brief annotation of what this paper covers and why it matters for landrace documentation}}}</div></div> | ||
</div></div> | </div></div> | ||
<div class="lw-section"><div class="lw-section-header lw-section-header--optional">Geographic context <span class="lw-section-badge">optional</span></div><div class="lw-section-body"> | <div class="lw-section mw-collapsible mw-collapsed"><div class="lw-section-header lw-section-header--optional">Geographic context <span class="lw-section-badge">optional</span></div><div class="mw-collapsible-content lw-section-body"> | ||
<div class="lw-row | <div class="lw-row"><div class="lw-field"><div class="lw-label">Country</div><div class="lw-input">{{{field|country|input type=text|placeholder=e.g. India}}}</div></div><div class="lw-field"><div class="lw-label">Growing region</div><div class="lw-input">{{{field|growing_region|input type=text|placeholder=e.g. Western Himalayas}}}</div></div></div> | ||
<div class="lw-field"><div class="lw-label">Growing area</div><div class="lw-input">{{{field|growing_area|input type=text|placeholder=e.g. Parvati Valley}}}</div></div> | |||
</div></div> | </div></div> | ||
{{{field|record_created|input type=hidden|default={{CURRENTYEAR}}-{{CURRENTMONTH2}}-{{CURRENTDAY2}}}}} | <div style="display:none;">{{{field|record_created|input type=hidden|default={{CURRENTYEAR}}-{{CURRENTMONTH2}}-{{CURRENTDAY2}}}}}</div> | ||
{{{end template}}} | {{{end template}}} | ||
<div class="lw-buttons">{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|cancel}}}</div> | <div class="lw-buttons">{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|cancel}}}</div> | ||
</div> | </div> | ||
Latest revision as of 09:48, 28 March 2026
Creates research items under Research:YYYY-MM-DD/HHMMSS (page name is supplied by the Add button on Portal:Research).
New research item
ResearchItem
Core details
Publication date *
date
Title *
paper_name
Type *
paper_kind
Year
year
Authors
authors
Publication details
Venue / journal
venue
DOI
doi
Source URL *
source
PDF URL
pdf
Annotation
Summary
summary
Geographic context optional
Country
country
Growing region
growing_region
Growing area
growing_area
{{{end template}}}