Metadata
Title
Undergraduate
Category
undergraduate
UUID
891ca747a2b546849b1bc05e06031886
Source URL
https://biosci.snu.ac.kr/en/academics/subject/undergraduate
Parent URL
https://biosci.snu.ac.kr/en
Crawl Time
2026-03-11T03:00:07+00:00
Rendered Raw Markdown

Undergraduate

Source: https://biosci.snu.ac.kr/en/academics/subject/undergraduate Parent: https://biosci.snu.ac.kr/en

Click on the subject to view details. (C : Credits, L : Lecture, P : Practice)

Classfication Subject Code Subject C-L-P
1 F35.101 Basic Biology 1 1-0-2
1 F35.102 Basic Biology 2 1-0-2
1 F35.103 Biology 3-3-0
1 F35.104 Biology 1 3-3-0
1 F35.105 Biology 2 3-3-0
1 F35.106 Biology for Humanities and Social Sciences 3-3-0
1 F35.103L Biology Lab. 1-0-2
1 C40.127 Biology of Human Body 3-3-0
1 F35.105L Experimental Biology 2 1-0-2
1 F35.104L Experimental Bology1 1-0-2
2 3346.204 Biodiversity and Environment 3-3-0
2 M1410.000200 Biological Sciences Laboratory Major 2 2-0-4
2 M1410.000100 Biological Sciences Laboratory Major1 2-0-4
2 3346.205 Cell Biology★ 3-3-0
2 3346.415 Ecology ★ 3-3-0
2 3346.203 Field Studies in Biology 2-0-4
2 M1410.000400 Future Planning in Biological Sciences 2-2-0
2 300.310 Genetics ★ 3-3-0
2 3346.208A Histology and Cell Biology 3-3-0
2 3346.330 Introduction to Computer Science for Biologists 4-3-2

×

Subject

Classfication Classfication Subject Code Subject Code
C-L-P C-L-P Grade Grade
Course of instruction

Course of instruction

Close

jQuery(function($) { $(document).ready(function(){ $(".loadsubject").on("click", function(e) { e.preventDefault(); var seqidx = $(this).data('seqidx'); $.ajax({ type: 'GET', url: "/en/academics/subject/undergraduate?mode=view&seqidx=" + seqidx, timeout: 3000, error: function(xhr, status, error){ alert(error); if(typeof error == "undefined") error = "Unknown"; alert("Fatal Error\n\n" + error); }, //error success: function(data){ if(data) { //데이타가 없는 경우, 세션이 종료된 경우.. var jobj = $.parseJSON(data); $("#mo_title").text(jobj.c_subject_en); $("#subjectdetail").attr("aria-labelledby", jobj.c_subject_en); $("#mo_category").text(jobj.c_category_en); $("#mo_subjectcode").html(jobj.c_subjectcode); $("#mo_credits").html(jobj.c_credits); $("#mo_grade").html(jobj.c_grade); $("#mo_abstract").html(jobj.c_abstract_en); } //data } //success }); //ajax }); }); });