Skip to content

Commit

Permalink
feat(book): add 'About' section
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Mar 3, 2024
1 parent 7f22e80 commit f05998a
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 6 deletions.
15 changes: 15 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/usr/bin/env bash
export PYTHON_KEYRING_BACKEND="keyring.backends.null.Keyring"
export PROJECT_NAME="mlops2024"
PROJECT_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export PROJECT_ROOT
VIRTUAL_ENV="${WORKON_HOME}/${PROJECT_NAME}"
if [ -e "${VIRTUAL_ENV}/bin/activate" ]; then
# shellcheck disable=SC1091
source "${VIRTUAL_ENV}/bin/activate"
else
python3 -m venv "${VIRTUAL_ENV}"
# shellcheck disable=SC1091
source "${VIRTUAL_ENV}/bin/activate"
pip install --upgrade pip setuptools wheel
fi
25 changes: 19 additions & 6 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,22 @@

format: jb-book
root: index
chapters:
- file: syllabus/index
- file: week01/index
sections:
- file: week01/session1
- file: week01/session2
parts:
- caption: Lecture Notes
chapters:
- file: week01/index
sections:
- file: week01/session1
- file: week01/session2
- caption: About
chapters:
- file: syllabus/index
- file: about/index
- url: https://halla.ai
title: 인공지능학과
- url: https://os2024.halla.ai
title: 운영체제 2024
- url: https://mlops2024.halla.ai
title: 머신러닝시스템 2024
- url: https://cobots2024.halla.ai
title: 협동로봇활용 2024
Binary file added book/about/images/yjlee.jpeg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions book/about/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 만든 사람들

본 강의는 제주한라대학교 인공지능학과 이영준 교수가 직접 강의하고, 학부생들이 직접 참여하여 만들어졌습니다. 강의를 듣는 학생들은 강의를 듣는 것뿐만 아니라, 강의를 만드는 과정에 직접 참여하게 됩니다. 이를 통해 학생들은 강의를 듣는 것뿐만 아니라, 강의를 만드는 과정을 통해 실제로 배우고, 실제로 경험하게 됩니다.

## Instructor

### 이영준

```{image} images/yjlee.jpeg
:width: 130
:align: left
```

- 전공: 경영학(박사), 경제학(석사), 정보산업공학(학사)
- 관심분야: 인공지능, 자연어처리, Generative AI, Multimodal AI, Robotics, Sustainability
- 주요담당분야: 자연어처리, 생성형 AI, 빅데이터, DevOps & MLOps
- E-Mail: [yj.lee@chu.ac.kr](mailto:yj.lee@chu.ac.kr)
- 🏠: [entelecheia.me](https://entelecheia.me)

## Teaching Assistants

## Students

0 comments on commit f05998a

Please sign in to comment.