<%- include('partials/favicon') %> <%= title %> - AI 활용 사례 - XAVIS
<%- include('partials/nav', { activeMenu: 'ai-cases' }) %>
← AI 활용 사례로 돌아가기 <% if (typeof updatedOk !== "undefined" && updatedOk) { %>

수정이 저장되었습니다.

<% } %>

<%= title %>

일반 제출 사례 · <%= author %><% if (submitterEmail) { %> (<%= submitterEmail %>)<% } %>

조회 <%= typeof viewCount !== "undefined" ? viewCount : 0 %> <%= typeof department !== "undefined" ? department : "일반 제출" %> · <%= author %><% if (publishedAt) { %> · <%= publishedAt %><% } %> <% if (typeof canEditSubmission !== "undefined" && canEditSubmission && typeof submissionId !== "undefined" && submissionId) { %> 수정하기 <% } %>
<% if ((tags || []).length) { %>
<% (tags || []).forEach((oneTag) => { %> #<%= oneTag %> <% }) %>
<% } %>

1. Situation (배경)

<%- situationHtml %>

2. Task (과제/목표)

<%- taskHtml %>

3. Action (행동)

<%- actionHtml %>

4. Result (결과)

<%- resultHtml %>
<% if (typeof thumbnailImages !== "undefined" && thumbnailImages && thumbnailImages.length) { %>

실행 화면

이미지를 클릭하면 원본 크기로 자세히 볼 수 있습니다.

<% if (thumbnailImages.length > 1) { %>
보기
<% } %>
<% thumbnailImages.forEach(function (t, idx) { var tfn = (t.originalName || "실행 화면").replace(/[<>"]/g, ""); %>
<%= tfn %>
<% }); %>
<% } else if (coverImageUrl) { %>

실행 화면

이미지를 클릭하면 원본 크기로 자세히 볼 수 있습니다.

<% } %> <% if (attachments && attachments.length) { %>

첨부 파일

<% } %>