Form:Labs: Difference between revisions
From CSDMS
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
{{{for template|Labbasics|label=}}} | {{{for template|Labbasics|label=}}} | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">Title</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''Title'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|Labtitle|placeholder= Title lab|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|Labtitle|placeholder= Title lab|mandatory}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">Date contributed / updated</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''Date contributed / updated'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabDateContributedOrUpdated|input type=datepicker|placeholder= |mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabDateContributedOrUpdated|input type=datepicker|placeholder= |mandatory}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">Representing picture</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''Representing picture'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabPicture|uploadable|input type=text|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabPicture|uploadable|input type=text|mandatory}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">Short description</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''Short description'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabDiscription|input type=textarea|cols=27|autogrow|rows=3|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabDiscription|input type=textarea|cols=27|autogrow|rows=3|mandatory}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">Model used</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''Model used'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabModelDocumentation|mandatory|input type=combobox|values from namespace=Model|size=40}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabModelDocumentation|mandatory|input type=combobox|values from namespace=Model|size=40}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">URL to download notebook</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''URL to download notebook'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabURLDownloadNotebook}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabURLDownloadNotebook}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">URL to start notebook</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''URL to start notebook'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabURLStartNotebook}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabURLStartNotebook}}}</div></div> | ||
{{{end template}}} | {{{end template}}} | ||
Line 31: | Line 31: | ||
{{{for template|LabContributorData|multiple|label=|add button text=Add contributor information}}} | {{{for template|LabContributorData|multiple|label=|add button text=Add contributor information}}} | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">Name</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''Name'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabContributorName|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabContributorName|mandatory}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">Institute</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''Institute'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabContributorInstitute|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabContributorInstitute|mandatory}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">URL of contributor</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''URL of contributor'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabContributorURLPersonal}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabContributorURLPersonal}}}</div></div> | ||
{{{end template}}} | {{{end template}}} | ||
{{{for template| LabClassroomOrganization|label=}}} | {{{for template| LabClassroomOrganization|label=Classroom organization}}} | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right"> | <div class="col-sm-3 my-auto"><span class="float-right">'''Introduction'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field| LabCOIntro|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field| LabCOIntro|mandatory}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right"> | <div class="col-sm-3 my-auto"><span class="float-right">'''Module'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field| LabCOModule}}}</div></div> | <div class="col-sm-9 my-auto">{{{field| LabCOModule}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right"> | <div class="col-sm-3 my-auto"><span class="float-right">'''Series name'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabCOSeriesName}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabCOSeriesName}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">'''Lecture associated with lab'''</span></div> | |||
<div class="col-sm-3 my-auto"><span class="float-right"> | |||
<div class="col-sm-9 my-auto">{{{field|LabCOPresentationUpload|uploadable|input type=text}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabCOPresentationUpload|uploadable|input type=text}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right"> | <div class="col-sm-3 my-auto"><span class="float-right">'''Duration'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field| LabCODuration||input type=dropbox|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field| LabCODuration||input type=dropbox|mandatory}}}</div></div> | ||
{{{end template}}} | {{{end template}}} | ||
{{{for template|LabLearningObjectivesSkills|multiple|label=|add button text=Add skill}}} | {{{for template|LabLearningObjectivesSkills|multiple|label=Learning Objectives|add button text=Add skill}}} | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">Skill</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''Skill'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabSkill|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabSkill|mandatory}}}</div></div> | ||
{{{end template}}} | {{{end template}}} | ||
{{{for template|LabTopicalLearningObjectives|multiple|label=|add button text=Add topical learning objective}}} | {{{for template|LabTopicalLearningObjectives|multiple|label=Learning Objectives |add button text=Add topical learning objective}}} | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right"> | <div class="col-sm-3 my-auto"><span class="float-right">'''Objective'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabTopicalLearningObjective|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabTopicalLearningObjective|mandatory}}}</div></div> | ||
{{{end template}}} | {{{end template}}} | ||
Line 74: | Line 73: | ||
{{{for template| LabNotes |label=}}} | {{{for template| LabNotes |label=}}} | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">Instructions</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''Instructions'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabNotesInstructions|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabNotesInstructions|mandatory}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">Upload figure</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''Upload figure'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field| LabNotesFigure|uploadable|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field| LabNotesFigure|uploadable|mandatory}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">Figure caption</span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''Figure caption'''</span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabNotesFigureCaption|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabNotesFigureCaption|mandatory}}}</div></div> | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">Requirements </span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''Requirements''' </span></div> | ||
<div class="col-sm-9 my-auto">{{{field|LabNotesRequirements|mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field|LabNotesRequirements|mandatory}}}</div></div> | ||
{{{end template}}} | {{{end template}}} | ||
Line 89: | Line 88: | ||
{{{for template| LabNotesConcepts |multiple|label=}}} | {{{for template| LabNotesConcepts |multiple|label=}}} | ||
<div class="row mt-2"> | <div class="row mt-2"> | ||
<div class="col-sm-3 my-auto"><span class="float-right">Concepts </span></div> | <div class="col-sm-3 my-auto"><span class="float-right">'''Concepts''' </span></div> | ||
<div class="col-sm-9 my-auto">{{{field| LabNotesConcept |mandatory}}}</div></div> | <div class="col-sm-9 my-auto">{{{field| LabNotesConcept |mandatory}}}</div></div> | ||
{{{end template}}} | {{{end template}}} |