Metadata
Title
Courses
Category
courses
UUID
726e95561ee14b73877b7d89e43c592a
Source URL
https://ipads.a.u-tokyo.ac.jp/academics/courses/
Parent URL
https://ipads.a.u-tokyo.ac.jp/
Crawl Time
2026-03-11T01:18:39+00:00
Rendered Raw Markdown
# Courses

**Source**: https://ipads.a.u-tokyo.ac.jp/academics/courses/
**Parent**: https://ipads.a.u-tokyo.ac.jp/

( function ( w, d, s, l, i ) {
w[ l ] = w[ l ] || [];
w[ l ].push( {
'gtm.start': new Date().getTime(),
event: 'gtm.js'
} );
var f = d.getElementsByTagName( s )[ 0 ],
j = d.createElement( s ),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'//www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore( j, f );
} )( window, document, 'script', 'dataLayer', 'GTM-TFK5BH' );

## Academics

# Courses

## Master’s Program

**IPADS MSc Program** is a two-year coursework and research program towards the University of Tokyo’s MSc (Agricultural Sciences) degree. To graduate, students must gain equal or more than **30 credit points** and pass the defense of their Master’s thesis.

Subjects below are the courses offered by IPADS in 2022.  Subjects with \* are compulsory.

The lectures are mainly taught by the professors at the [Department of Global Agricultural Sciences](http://www.ga.a.u-tokyo.ac.jp/English/) of the University of Tokyo. The professors have excellent academic carrier and wide experiences in international researches. Students can also use the university’s link with other universities and institutes both national and international.

### Courses List in 2022 (AS OF APRIL 2022)

| Course Name | Credit |
| --- | --- |
| IPADS Case Studies (\*) | 2 |
| IPADS Crop Management (\*) | 1 |
| IPADS Development Studies (\*) | 2 |
| IPADS Research Seminars Ⅰ (\*) | 1 |
| IPADS Research Seminars Ⅱ (\*) | 3 |
| IPADS Master’s Research (\*) | 8 |
| IPADS Introductory Course | 1 |
| IPADS Food Resources | 2 |
| IPADS Food Science | 2 |
| IPADS Plant Molecular Physiology | 1 |
| IPADS Plant Biotechnology | 1 |
| Sustainability and Crop Production | 2 |
| International Forest Development | 1 |
| IPADS Animal Science | 1 |
| IPADS Global Fisheries: Science and Policy | 1 |
| IPADS Global Fisheries: Science and Economics | 1 |
| IPADS Environmental Science | 2 |
| IPADS Economics: Quantitative Economics I | 1 |
| IPADS Economics: Quantitative Economics II | 1 |
| IPADS Statistics | 2 |
| IPADS Guest Seminars | 2 |
| Practice in International Agricultural Development | 1 |
| IPADS Soil Fertility Management | 2 |
| IPADS Soil Science | 1 |
| IPADS Plant Improvement | 2 |
| Forest Insect Ecology | 2 |
| IPADS Economics | 2 |
| IPADS Crop Science | 1 |
| IPADS Coastal Ecology | 2 |
| IPADS Environmental Policy | 1 |

Moreover, students can take courses of the Department of Global Agricultural Sciences other than the IPADS-Department common courses, common Courses to the Graduate School of Agricultural and Life Sciences, Common Graduate Courses to the University and other courses provided by the departments and graduate schools of the University with the prior approval of the supervisor and count a limited number of credits towards the required 30 credits for graduation.

## PhD Program

The PhD students must gain equal or more than 20 credit points including IPADS Advanced Research Seminars, 8 credits, and IPADS PhD Research, 8 credits. Subjects below are the courses offered by IPADS in 2022.  Subjects with \* are compulsory.

### Courses List in 2022

| Course Name | Credit |
| --- | --- |
| IPADS Advanced Research Seminars (\*) | 8 |
| IPADS PhD Research (\*) | 8 |
| IPADS Field Studies | 4 |
| IPADS Advanced Environment Policy | 2 |

- [Courses](https://ipads.a.u-tokyo.ac.jp/academics/courses/)

- [Courses under ODSRC](https://ipads.a.u-tokyo.ac.jp/academics/courses/courses-odsrc/)

- [Academic Calendar](https://ipads.a.u-tokyo.ac.jp/academics/academic-calender/)
- [Research component](https://ipads.a.u-tokyo.ac.jp/academics/component/)
- [IPADS Student Theses](https://ipads.a.u-tokyo.ac.jp/academics/ipads-theses/)
- [Protected: Web Resources & Documents for newly enrolled students in October 2025](https://ipads.a.u-tokyo.ac.jp/academics/web-resources-documents-for-newly-enrolled-students-in-october-2025/)
- [Spotlight](https://ipads.a.u-tokyo.ac.jp/academics/spotlight/)

### Apply MSc & PhD

### [FEATURE](https://ipads.a.u-tokyo.ac.jp/feature/post-1838/)

Featured topics

### [Why IPADS ?](https://ipads.a.u-tokyo.ac.jp/why-ipads/)

$(document).ready(function () {
$('.bxslider').bxSlider({
auto: true,
pause: 5000,
speed: 2000,
mode: 'fade',
easing: 'ease-in-out',
captions: true,
pager: false,
controls: false
});
});
$(document).ready(function () {
$('.tooltip').tooltipster({
content: $('<ul><li><a href="https://ipads.a.u-tokyo.ac.jp/admissions/phd-apply/">PhD</a></li><li><a href="https://ipads.a.u-tokyo.ac.jp/admissions/msc-apply/">MSc</a></li></ul>'),
delay: 200,
interactive: true,
position: 'bottom',
offsetY: -10,
theme: 'tooltipster-noir'
});
});
// $(window).on("load", function () {
// jQuery(document).ready(function ($) {
// $(".article\_list>div").heightLine({});
// $(".top\_spot>div").heightLine({minWidth:640});
// $(".lower\_spot>div").heightLine({minWidth:640});
// });
// });
//カラムの高さ揃える
var minWidth = 640;
$(window).load(function () {
if (minWidth <= $(this).width()) {
$(".article\_list>div.col-sm-3").tile(4);
$(".article\_list>div.col-sm-4").tile(3);
$(".top\_spot>div").tile(2);
$(".lower\_spot>div").tile(2);
}else{
$(".article\_list>div.col-xs-6").tile(2);
// $(".top\_spot>div").tile(1);
// $(".lower\_spot>div").tile(1);
}
});
$(window).resize(function(){
if (minWidth <= $(this).width()) {
$(".article\_list>div.col-sm-3").tile(4);
$(".article\_list>div.col-sm-4").tile(3);
$(".top\_spot>div").tile(2);
$(".lower\_spot>div").tile(2);
}else{
$(".article\_list>div.col-xs-6").tile(2);
// $(".top\_spot>div")removeAttr('style');
// $(".lower\_spot>div")removeAttr('style');
}
});
// $(document).ready(function() {
//
// var w = $(window).width();
// var x = 768;
// if (w < x) {
// $('.dropdown').hover(function() {
// $(this).addClass('open');
// },
// function() {
// $(this).removeClass('open');
// });
// });
//
// });

{"prefetch":[{"source":"document","where":{"and":[{"href\_matches":"/\*"},{"not":{"href\_matches":["/wp/wp-\*.php","/wp/wp-admin/\*","/wp/wp-content/uploads/\*","/wp/wp-content/\*","/wp/wp-content/plugins/\*","/wp/wp-content/themes/ipads/\*","/\*\\?(.+)"]}},{"not":{"selector\_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector\_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}

{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://ipads.a.u-tokyo.ac.jp/wp/wp-includes/js/wp-emoji-release.min.js?ver=6.9.1"}}

/\* <![CDATA[ \*/
/\*! This file is auto-generated \*/
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window.\_wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://ipads.a.u-tokyo.ac.jp/wp/wp-includes/js/wp-emoji-loader.min.js
/\* ]]> \*/