Metadata
Title
Graduate
Category
graduate
UUID
c9005b37126541c28176d7072db5bb26
Source URL
https://biosci.snu.ac.kr/en/academics/subject/graduate
Parent URL
https://biosci.snu.ac.kr/en
Crawl Time
2026-03-11T02:59:53+00:00
Rendered Raw Markdown

Graduate

Source: https://biosci.snu.ac.kr/en/academics/subject/graduate 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
Common M1410.003200 Advanced Bioinformatics and Practice 1 5-3-4
Common 3344.603 Advanced Developmental Biology 3-3-0
Common 3344.610 Advanced Ecology 3-3-0
Common 3344.770 Advanced Evolutionary Biology 3-3-0
Common 3344.633 Advanced Microbiology 3-3-0
Common 3344.634 Advanced Organismal Biology 3-3-0
Common 3344.632 Advanced Plant Science 3-3-0
Common 3344.617 Molecular and Cellular Biology 1 3-3-0
Common 3344.618 Molecular and Cellular Biology 2 3-3-0
Common 3344.803 Reading and Research 3-3-0
개체생물학 3344.604 Advanced Biotechnology 3-3-0
개체생물학 3344.705 Advanced Immunology 3-3-0
개체생물학 3344.706 Advanced Microbial Physiology 3-3-0
개체생물학 3344.608 Advanced Neurobiology 3-3-0
개체생물학 3344.612 Advanced Virology 3-3-0
개체생물학 3344.550 Biotechnology Lectures 2-2-0
개체생물학 3344.615 Clinical Microbiology 3-3-0
개체생물학 3344.637 Colloquium in Organismal Biology 1 2-2-0
개체생물학 3344.638 Colloquium in Organismal Biology 2 2-2-0
개체생물학 3344.570 Developmental Biology Lectures 2-2-0

×

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/graduate?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 }); }); });