[도서관] ✨AI 활용 논문작성 특강 및 InfoSolve 워크숍: 12/15(월)-19(금)
/* [충돌 방지용 리셋 스타일] */ .ewha-notice-wrapper img { max-width: none !important; border: none !important; outline: none !important; } /* 게시판 에디터가 강제로 넣는 클래스 무력화 */ .ewha-notice-wrapper .fr-fil, .ewha-notice-wrapper .fr-dib { float: none !important; margin: 0 !important; display: inline-block !important; vertical-align: middle !important; } /* [기본 스타일 및 버튼] */ .ewha-table-row:hover { background-color: #f2f8f6 !important; transition: background-color 0.2s; } .ewha-card-hover { transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; border: 1px solid #eee; border-radius: 8px; padding: 20px; background-color: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .ewha-card-hover:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0, 70, 42, 0.08) !important; border-color: #36AE92 !important; background-color: #fff !important; } /* 버튼 공통 스타일 */ .ewha-btn-common { text-decoration: none !important; height: 36px; line-height: 36px; padding: 0 10px; border-radius: 4px; font-size: 13px; font-weight: bold; display: block; text-align: center; margin-top: auto; transition: background-color 0.2s; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border: none; } .ewha-btn-mint { background-color: #36AE92 !important; color: white !important; } .ewha-btn-mint:hover { background-color: #2b967d !important; } .ewha-btn-green { background-color: #00462A !important; color: white !important; } .ewha-btn-green:hover { background-color: #00331f !important; } /* [달력형 일정표 스타일] */ .calendar-table { width: 100%; border-collapse: collapse; table-layout: fixed; margin-bottom: 30px; border-top: 2px solid #00462A; font-size: 13px; } .calendar-table th { background-color: #E4F0EB; color: #00462A; padding: 10px 4px; text-align: center; border-bottom: 1px solid #bbb; border-right: 1px solid #ddd; font-size: 15px; font-weight: bold; } .calendar-table th.fri { background-color: #00462A; /* 포스터와 동일하게 헤더 이화그린 통일 */ color: #ffffff; } .calendar-table th:last-child, .calendar-table td:last-child { border-right: none; } .calendar-table td { border-bottom: 1px solid #e0e0e0; border-right: 1px solid #eee; padding: 8px; vertical-align: top; height: auto; background-color: #fff; } /* 시간 셀 */ .time-cell { background-color: #fcfcfc !important; text-align: center; vertical-align: middle !important; width: 70px; } .time-slot { font-size: 15px; font-weight: 800; color: #00462A; line-height: 1.2; } .time-slot span { font-size: 13px; font-weight: 600; color: #666; display: block; } /* 달력 아이템 */ .cal-item { border-radius: 6px; padding: 10px; height: 100%; min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; background-color: #f9f9f9; border: 1px solid #eee; transition: transform 0.2s, box-shadow 0.2s; } .cal-item > div:first-child { flex: 1; display: flex; flex-direction: column; } .cal-item:hover { transform: translateY(-2px); box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1); z-index: 10; position: relative; } .cal-item.ws { border-left: 3px solid #ccc; } .cal-item.lec { border-left: 3px solid #1565C0; background-color: #f4f9ff; } .cal-ws-label { font-size: 12px; color: #999; margin-bottom: 2px; font-weight: normal; } .cal-ws-subject { font-size: 15px; font-weight: 800; color: #222; margin-bottom: 4px; line-height: 1.3; display: block; } .cal-item-title { font-size: 14px; font-weight: 700; color: #222; margin-bottom: 3px; line-height: 1.3; word-break: keep-all; } .cal-item-desc { font-size: 13px; color: #555; margin-bottom: 3px; line-height: 1.3; } .cal-item-badge { display: inline-block; font-size: 11px; background: #fff; border: 1px solid #ddd; padding: 2px 6px; border-radius: 3px; color: #666; font-weight: 600; letter-spacing: -0.5px; margin-top: 4px; } /* 금요일 스페셜 박스 - 오렌지 테마로 변경 */ .sp-box { height: 100%; padding: 10px; background: linear-gradient(135deg, #FFF8E1 0%, #fff 100%); /* 배경 오렌지 */ border: 2px solid #FF9800; /* 테두리 오렌지 */ border-radius: 6px; display: flex; flex-direction: column; justify-content: space-between; position: relative; overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; } .sp-box:hover { transform: translateY(-2px); box-shadow: 0 5px 12px rgba(255, 152, 0, 0.2); z-index: 10; } .sp-label-tag { display: inline-block; background-color: #E65100; /* 태그 진한 오렌지 */ color: #fff; font-size: 12px; font-weight: bold; padding: 2px 8px; border-radius: 12px; margin-bottom: 6px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .sp-time { color: #E65100; /* 시간 텍스트 오렌지 */ font-weight: 800; font-size: 16px; text-align: center; display: block; margin-bottom: 4px; background: rgba(255, 255, 255, 0.6); padding: 2px 0; border-radius: 4px; } .sp-title { font-size: 15px; font-weight: 800; text-align: center; line-height: 1.3; margin-bottom: 4px; word-break: keep-all; color: #222; } .sp-desc { color: #555; font-weight: 600; font-size: 13px; text-align: center; margin-bottom: 4px; } .sp-apply-buttons { display: flex; gap: 5px; flex-direction: column; margin-top: 10px; } /* 이미지 그룹 (금요일 달력용) */ .sp-img-group { display: flex !important; align-items: flex-end !important; justify-content: center !important; gap: 12px !important; margin: 15px 0 10px 0 !important; height: auto !important; position: relative; } /* ✅ 달력 내 연사 사진 - 테두리 완전 제거 */ .sp-img-group img.prof { width: 80px !important; height: 80px !important; min-width: 80px !important; min-height: 80px !important; max-width: 80px !important; max-height: 80px !important; aspect-ratio: 1/1 !important; border-radius: 50% !important; object-fit: cover !important; object-position: center top !important; border: none !important; outline: none !important; box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15) !important; z-index: 2; background-color: #eee; position: relative; flex-shrink: 0 !important; } /* ✅ 달력 내 책 표지 - 테두리 완전 제거 */ .sp-img-group img.book { width: 55px !important; height: auto !important; border-radius: 3px !important; border: none !important; outline: none !important; box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2) !important; transform: rotate(5deg) !important; z-index: 1; cursor: pointer; margin-left: 0 !important; margin-bottom: 5px !important; position: relative; } /* 상세 카드 레이아웃 */ .lecture-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .card-flex { display: flex; gap: 20px; align-items: flex-start; height: 100%; } .card-profile { width: 130px; flex-shrink: 0; text-align: center; } /* ✅ 상세 카드 연사 사진 - 테두리 완전 제거, 그림자만 유지 */ .card-profile img.prof-img { width: 110px !important; height: 110px !important; min-width: 110px !important; min-height: 110px !important; max-width: 110px !important; max-height: 110px !important; aspect-ratio: 1/1 !important; border-radius: 50% !important; object-fit: cover !important; object-position: center top !important; border: none !important; outline: none !important; margin: 0 auto 10px auto !important; display: block !important; background-color: #f0f0f0; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important; flex-shrink: 0 !important; } /* ✅ 상세 카드 책 표지 - 테두리 완전 제거, 그림자만 유지 */ .card-profile .book-cover { width: 60px !important; height: auto !important; border-radius: 3px !important; border: none !important; outline: none !important; box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15) !important; margin: 8px auto 8px auto !important; display: block !important; } .card-info { flex: 1; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; height: 100%; } .card-tag { font-size: 12px; background: #f5f5f5; color: #555; padding: 4px 10px; border-radius: 15px; display: inline-block; margin-bottom: 4px; font-weight: 600; border: 1px solid #ddd; } /* 반응형 (모바일) */ @media (max-width: 768px) { .header { padding: 20px 15px !important; } .header-title { font-size: 22px !important; } .header-title span { font-size: 18px !important; } .calendar-table { display: block; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; } .calendar-table th, .calendar-table td { min-width: 170px; white-space: normal; } .time-cell { display: none !important; } .sp-box { height: auto; } .lecture-grid { grid-template-columns: 1fr; } .card-flex { flex-direction: row; } } @media (max-width: 480px) { .card-flex { flex-direction: column; } .card-profile { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 10px; margin-bottom: 10px; } .card-profile img.prof-img { width: 100px !important; height: 100px !important; min-width: 100px !important; min-height: 100px !important; max-width: 100px !important; max-height: 100px !important; margin-bottom: 5px !important; } }
🎓 이화여자대학교 도서관
AI 활용 논문작성 특강 및 주제분야별 InfoSolve 워크숍
📅 2025. 12. 15.(월) ~ 12. 19.(금)
📅 전체 일정
● 워크숍(대면) ● 특강(온라인) ● 저자직강(온/오프라인)
시간
12.15 (월)
12.16 (화)
12.17 (수)
12.18 (목)
12.19 (금)
14:00
~15:15
InfoSolve 워크숍 건강과학 분야
📍 해동 AI 스퀘어
InfoSolve 워크숍 사회과학 I 분야
(국제, 글로벌한국, 문정, 북한, 언홍영, 정외 등)
📍 해동 AI 스퀘어
InfoSolve 워크숍 교육학 분야
📍 해동 AI 스퀘어
AI 시대의
연구·출판 윤리
윤철희 교수
(서울대 농생명공학부)
💻 Zoom
15:00 - 17:00
논문 쓸 때
알았더라면
좋았을 것들
박용근 교수 (KAIST)
📍 해동 AI 스퀘어 + 💻 Zoom
15:30
~16:45
InfoSolve 워크숍 인문·예술 분야
📍 해동 AI 스퀘어
InfoSolve 워크숍 사회과학 II 분야
(경제, 사회, 사복, 심리, 여성, 행정 등)
📍 해동 AI 스퀘어
연구를 위한 생성형
AI 올바르게 쓰기
김병준 교수
(한국학중앙연구원)
💻 Zoom
LLM 활용 연구방법:
Free Text 중심
안상진 교수
(인제대 의대 약리학교실)
💻 Zoom
📋 주제분야별 AI 기반 InfoSolve 워크숍 진행 안내
- (30분) 학술연구 기반 AI 활용 가이드: 도서관 구독 학술 AI 도구(WOS RA, DBPia AI 등) 핵심 기능 안내
- (45분) 실전 문제해결(InfoSolve) 실습: 연구자-사서-AI 협업을 통한 실제 검색 문제 해결 및 최적의 솔루션 도출
🎤 전문가/저자 초청 특강 상세
온라인(Zoom)
12.17(수) 15:30 - 16:45
연구를 위한 생성형 AI 올바르게 쓰기:
인문사회과학 연구 사례
김병준 교수 (한국학중앙연구원)
- 생성형 AI를 윤리적으로 쓴다는 것: 잘 쓰는 것의 의미
- 잘 쓰기 위한 조건: LLM과 컨텍스트 개념의 이해
- AI의 한계는 당신의 한계: 아는 만큼 쓸 수 있다
온라인(Zoom)
12.18(목) 14:00 - 15:15
AI 시대의 연구·출판 윤리
윤철희 교수 (서울대 농생명공학부)
- 배경: 생성형 인공지능이 무엇이길래
- AI 기술의 양면성: 연구 효율성 vs 데이터 환각
- 연구·출판윤리: AI 저자 자격과 학술지 가이드라인
온라인(Zoom)
12.18(목) 15:30 - 16:45
LLM 활용 연구방법 소개: Free Text 중심
안상진 교수 (인제대 의대 약리학교실)
- 분석 방법론: Data Cleaning, 비정형 데이터 처리
- 주요 기법: 정보 추출, 텍스트 분류
- 실제 사례: Q&A 데이터 활용 의료 정보 분석
12.19(금) 15:00 - 17:00
논문 쓸 때 알았더라면 좋았을 것들:
AI 활용 논문 작성
박용근 교수 (KAIST 물리학과)
- [15분] 도입: 연구 분야 소개 및 연구자로서의 여정
- [60분] 연구자의 태도: 대학원생 때 알았더라면...
- [30분+] 실전 가이드: 논문 작성법 Overview 및 AI 전략
- 📖 관련 도서: «논문 쓸 때 알았더라면 좋았을 것들»
이화여자대학교 중앙도서관 학술정보서비스팀
📞 02-3277-3144 | 📩 brlim@ewha.ac.kr

