본문으로 이동

Form:Lesson: 두 판 사이의 차이

S3 연구 메모리
Reconcile S3 Research Memory canonical schema
Reconcile S3 Research Memory canonical schema
1번째 줄: 1번째 줄:
{{{info|create title=새 메모 초안|edit title=메모 초안 편집}}}
{{{info|create title=새 메모|edit title=메모 편집}}}


<div class="s3rm-form-note">
<div class="s3rm-form-note">
새 메모는 항상 초안으로 시작합니다. 관찰한 사실과 해석을 나눠 적고, 다른 사람이 확인할 수 있는 근거를 인용하세요. 기존 초안을 고칠 때는 <em>수정 시각</em>을 현재 UTC ISO-8601 시각으로 바꾸세요.
관찰한 사실과 해석을 나눠 적으세요. 저장하면 바로 검색됩니다. 근거 인용에는 원본을 다시 찾을 수 있는 경로나 URL을 적습니다. 기존 메모를 고칠 때는 <em>수정 시각</em>을 현재 UTC ISO-8601 시각으로 바꾸세요.
</div>
</div>


{{{for template|Lesson}}}
{{{for template|Lesson}}}
{| class="formtable"
{| class="formtable"
! 표시 제목
! 제목
| {{{field|title|input type=text|mandatory|size=80}}}
| {{{field|title|input type=text|mandatory|size=80}}}
|-
|-
! 연구 질문
! 궁금했던 점
| {{{field|question|input type=textarea|mandatory|rows=4|cols=100}}}
| {{{field|question|input type=textarea|mandatory|rows=4|cols=100}}}
|-
|-
! 시도
! 해본 것
| {{{field|attempt|input type=textarea|mandatory|rows=5|cols=100}}}
| {{{field|attempt|input type=textarea|mandatory|rows=5|cols=100}}}
|-
|-
! 맥락
! 당시 조건
| {{{field|context|input type=textarea|mandatory|rows=6|cols=100}}}
| {{{field|context|input type=textarea|mandatory|rows=6|cols=100}}}
|-
|-
! 관찰
! 실제 결과
| {{{field|observation|input type=textarea|mandatory|rows=6|cols=100}}}
| {{{field|observation|input type=textarea|mandatory|rows=6|cols=100}}}
|-
|-
! 해석
! 왜 그랬는지
| {{{field|interpretation|input type=textarea|mandatory|rows=6|cols=100}}}
| {{{field|interpretation|input type=textarea|mandatory|rows=6|cols=100}}}
|-
|-
! 재사용 가능한 교훈
! 다음에 기억할 것
| {{{field|reusable_lesson|input type=textarea|mandatory|rows=4|cols=100}}}
| {{{field|reusable_lesson|input type=textarea|mandatory|rows=4|cols=100}}}
|-
|-
! 적용 범위와 한계
! 언제 맞는지
| {{{field|applicability|input type=textarea|mandatory|rows=5|cols=100}}}
| {{{field|applicability|input type=textarea|mandatory|rows=5|cols=100}}}
|-
|-
34번째 줄: 34번째 줄:
| {{{field|confidence|input type=dropdown|values=low,medium,high|mapping template=S3RM confidence label|mandatory|default=low}}}
| {{{field|confidence|input type=dropdown|values=low,medium,high|mapping template=S3RM confidence label|mandatory|default=low}}}
|-
|-
! 근거 요약
! 관련 자료
| {{{field|evidence|input type=textarea|mandatory|rows=4|cols=100}}}
| {{{field|evidence|input type=textarea|mandatory|rows=4|cols=100}}}
|-
|-
! 자료 구분
! 자료 출처
| {{{field|record_origin|input type=dropdown|values=lab,imported|mandatory|default=lab}}}
| {{{field|record_origin|input type=dropdown|values=lab,imported|mandatory|default=lab}}}
|-
|-
43번째 줄: 43번째 줄:
| {{{field|author|input type=text|mandatory|default=current user}}}
| {{{field|author|input type=text|mandatory|default=current user}}}
|-
|-
! 검토자
! 처음 작성한 시각 (UTC ISO-8601)
| {{{field|reviewer|hidden|default=}}}
|-
! 검토 상태
| {{{field|review_state|hidden|default=Draft}}}
|-
! 생성 시각 (UTC ISO-8601)
| {{{field|created_at|input type=text|mandatory|default={{#time:c}}}}}
| {{{field|created_at|input type=text|mandatory|default={{#time:c}}}}}
|-
|-
! 수정 시각 (UTC ISO-8601)
! 마지막 수정 시각 (UTC ISO-8601)
| {{{field|updated_at|input type=text|mandatory|default={{#time:c}}}}}
| {{{field|updated_at|input type=text|mandatory|default={{#time:c}}}}}
|}
|}
{{{field|reviewer|hidden|default=}}}
{{{field|review_state|hidden|default=Draft}}}
{{{end template}}}
{{{end template}}}


== 근거 인용 ==
== 자료 연결 ==
{{{for template|Lesson evidence|multiple|minimum instances=1|add button text=근거 인용 추가}}}
{{{for template|Lesson evidence|multiple|minimum instances=1|add button text=자료 추가}}}
{| class="formtable"
{| class="formtable"
! 근거 ID
! 자료 ID
| {{{field|id|input type=text|mandatory|placeholder=ev_run_017}}}
| {{{field|id|input type=text|mandatory|placeholder=ev_run_017}}}
|-
|-
! 인용
! 출처
| {{{field|citation|input type=textarea|mandatory|rows=3|cols=100}}}
| {{{field|citation|input type=textarea|mandatory|rows=3|cols=100}}}
|-
|-
69번째 줄: 65번째 줄:
| {{{field|url|input type=text|size=100}}}
| {{{field|url|input type=text|size=100}}}
|-
|-
! 근거 종류
! 자료 종류
| {{{field|kind|input type=dropdown|values=paper,code,dataset,log,benchmark,other|mapping template=S3RM evidence kind label|mandatory|default=other}}}
| {{{field|kind|input type=dropdown|values=paper,code,dataset,log,benchmark,other|mapping template=S3RM evidence kind label|mandatory|default=other}}}
|-
|-
! 설명
! 메모
| {{{field|note|input type=textarea|rows=3|cols=100}}}
| {{{field|note|input type=textarea|rows=3|cols=100}}}
|-
|-
83번째 줄: 79번째 줄:
{{{end template}}}
{{{end template}}}


== 관계 연결 (선택) ==
== 다른 메모와 연결 (선택) ==
{{{for template|Lesson relation|multiple|add button text=관계 추가}}}
{{{for template|Lesson relation|multiple|add button text=관계 추가}}}
{| class="formtable"
{| class="formtable"

2026년 7월 16일 (목) 10:56 판

create title=새 메모

관찰한 사실과 해석을 나눠 적으세요. 저장하면 바로 검색됩니다. 근거 인용에는 원본을 다시 찾을 수 있는 경로나 URL을 적습니다. 기존 메모를 고칠 때는 수정 시각을 현재 UTC ISO-8601 시각으로 바꾸세요.

Lesson

제목 title
궁금했던 점 question
해본 것 attempt
당시 조건 context
실제 결과 observation
왜 그랬는지 interpretation
다음에 기억할 것 reusable_lesson
언제 맞는지 applicability
신뢰도 confidence
관련 자료 evidence
자료 출처 record_origin
작성자 author
처음 작성한 시각 (UTC ISO-8601) created_at
마지막 수정 시각 (UTC ISO-8601) updated_at

reviewer review_state {{{end template}}}

자료 연결

Lesson evidence

자료 ID id
출처 citation
URL (선택) url
자료 종류 kind
메모 note
추가한 사람 added_by
추가 시각 (UTC ISO-8601) added_at

{{{end template}}}

다른 메모와 연결 (선택)

Lesson relation

현재 메모 from
관계 relation
연결할 메모 to
연결 이유 note
연결한 사람 created_by
연결 시각 (UTC ISO-8601) created_at

{{{end template}}}

free text summary save preview changes