> For the complete documentation index, see [llms.txt](https://d2m.doyoki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://d2m.doyoki.com/academic-policy.md).

# Academic Policy

### Fall 2018 (Course Number 411832-2)

* 홍익대학교 조형관(E) 804호 / Hongik University Design & Arts Hall (Building E) Rm 804
* 수 15:00 - 18:00 / Wednesday 15:00 - 18:00

### &#x20;Attendance

* &#x20;결석 4회 : F
* &#x20;결석 사유 발생 시 사전/사후(당일) 이메일 통보 필수 (병가, 직무사유 등)
* &#x20;지각 1회 = 1/2회 결석 처리  (15min)
* &#x20;지각 8회 = 결석 4회 : F (1/2회 결석 \* 4 = 2회)

### Academic Integrity & F

* (a) 부정행위자&#x20;
* (b) 종합점수 평균 59점미만은 F학점의 대상임&#x20;
* (c) 특별한 사유없이 프로젝트를 실시하지 않은 경우

### Grades

* &#x20;Participation and Attendance : 30% (토론 참여)

* &#x20;Project 1 : (Mid) 30%

* &#x20;Project 2 : (Final) 40%

* &#x20;성적 등급표.

* &#x20;A+/A0: 20\~30%, B+/B0: 30\~40%, C+/C0:20\~30%, D+/D0: 10\~20%

* 참여점수:10% / Project 1: 30% / Project 2: 40% / Quiz 10% / 출석: 10%

| 등급 | 점수       | 평점  |
| -- | -------- | --- |
| A+ | 95 - 100 | 4.5 |
| A0 | 90 - 94  | 4.0 |
| B+ | 85 - 89  | 3.5 |
| B0 | 80 - 84  | 3.0 |
| C+ | 75 -79   | 2.5 |
| C0 | 70 - 74  | 2.0 |
| D+ | 65 - 69  | 1.5 |
| D0 | 60 - 64  | 1.0 |
| F  | 0 - 59   | 0.0 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://d2m.doyoki.com/academic-policy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
