Courses tagged with "Nutrition" (6413)
This course surveys both cinematic and literary representations of diverse eras and aspects of Japanese culture such as the classical era, the samurai age, wartime Japan and the atomic bombings, social change in the postwar period, and the appropriation of foreign cultural themes, with an emphasis on the modern period. Directors include Akira Kurosawa and Hiroshi Teshigahara. Authors include Kobo Abe and Yukio Mishima. Films shown have subtitles in English. Taught in English.
This course includes surveys for both cinematic and literary representations of diverse eras and aspects of Japanese culture such as the classical era, the samurai age, wartime Japan and the atomic bombings, social change in the postwar period, and the appropriation of foreign cultural themes, with an emphasis on the modern period. The directors include Akira Kurosawa and Hiroshi Teshigahara. The authors include Kobo Abe and Yukio Mishima. The films are shown with subtitles in English. The course is taught in English.
This course surveys both cinematic and literary representations of diverse eras and aspects of Japanese culture such as the classical era, the samurai age, wartime Japan and the atomic bombings, social change in the postwar period, and the appropriation of foreign cultural themes, with an emphasis on the modern period. Directors include Akira Kurosawa and Hiroshi Teshigahara. Authors include Kobo Abe and Yukio Mishima. Films shown have subtitles in English. Taught in English.
This course is designed for students seeking a fundamental understanding of Japanese history, politics, culture, and the economy. "Raw Fish 101" (as it is often labeled) combines lectures, seminar discussion, small-team case studies, and Web page construction exercises, all designed to shed light on contemporary Japan.
This course is designed for students seeking a fundamental understanding of Japanese history, politics, culture, and the economy. "Raw Fish 101" (as it is often labeled) combines lectures, seminar discussion, small-team case studies, and Web page construction exercises, all designed to shed light on contemporary Japan.
This course examines Japanese popular culture as a way of understanding the changing character of media, capitalism, fan communities and culture. Topics include manga (comic books), hip-hop and other popular music in Japan, anime (Japanese animated films) and feature films, sports (sumo, soccer, baseball), and online communication. Emphasis will be on contemporary popular culture and theories of gender, sexuality, race, and the workings of power in global culture industries.
This course examines Japanese popular culture as a way of understanding the changing character of media, capitalism, fan communities and culture. Topics include manga (comic books), hip-hop and other popular music in Japan, anime (Japanese animated films) and feature films, sports (sumo, soccer, baseball), and online communication. Emphasis will be on contemporary popular culture and theories of gender, sexuality, race, and the workings of power in global culture industries.
日本語の説明は「See more」をクリックしてください。
One of the most challenging aspects of learning Japanese is pronunciation.
Most non-native Japanese speakers, whether basic level or advanced, have experienced at least one situation when they were misunderstood or couldn’t share their true feelings because of incorrect pronunciation.
If you are a Japanese learner, anywhere around the world, this language course has been designed to help you improve your pronunciation, and give you confidence in spoken Japanese.
Join Professor Toda at WasedaX to practice your pronunciation, improve your communicative Japanese and become a confident Japanese speaker.
日本語を学ぶうえで最も苦労することのひとつが発音です。
日本語を外国語として話す人の多くは、その習熟度に関わらず、発音が正確でないばかりに、誤解を与えてしまった、あるいは真意を伝えることが出来なかった、という経験を一度はしたことがあるのではないでしょうか。
本講座は、世界中の日本語学習者にとって、正しい発音で、自信を持って「伝わる日本語」を話せるようになるための手助けとなるはずです。
戸田先生と発音練習をし、伝わる日本語を身に付け、自信を持って日本語を話せるようになりましょう。
Learn the basics of Java programming language and how to develop programs with conditionals and loops, design and implement recursive algorithms, understand basic mechanisms of the Object Oriented Paradigm (OPP), use and interpret the API of some of the most common Java classes and real-world android application development using the Android software development kit (SDK). This course provides the basic skills to ensure a start with Android Studio Editor and use Virtual Device.
This course is part of the GalileoX Android Developer MicroMasters Program that is specifically designed to teach the critical skills needed to be successful in this exciting field and to prepare you to take the Google Associate Android Developer Certification Exam. To qualify for the MicroMasters Credential you will need to earn a Verified Certificate in each of the four courses and the Final Capstone Project.
Taking this course will provide you with a basic foundation in Java syntax, which is the first step towards becoming a successful Java developer. You’ll learn how computers make decisions and how Java keeps track of information through variables and data types. You’ll learn to create conditional statements, functions, and loops to process information and solve problems. You’ll even learn to use IntelliJ, a Java IDE (Integrated Development Environment) that professional developers use, to build, compile, and debug your code. These are foundational programming skills, and mastering them is a must for all aspiring programmers.
Be empowered to teach Java programming because every student in every school should have the opportunity to learn to program.
We're here to help you get you started with JavaScript! In the twenty plus years since its inception, JavaScript has become the _lingua franca_ of the web, that's to say, it's become the main tool to create interactive content on the Internet. In this course, you'll explore the JavaScript programming language by creating an interactive version of your résumé. You’ll learn the JavaScript programming fundamentals you need while building new elements and sections to enhance your résumé. This course is also a part of our Front-End Web Developer Nanodegree.
This course covers methods for organizing your code, both conceptually and literally. You’ll learn the importance of separating concerns when writing JavaScript, gaining hands-on experience along the way. Separating concerns can be done with or without an organizational library or framework. We’ll learn how to separate concerns without one, and then we’ll explore an organizational library together. You’ll also learn strategies for exploring other libraries and frameworks on your own. By the end of this course, you’ll understand (from experience) the importance of code organization, and how to implement it with either vanilla JavaScript or an organizational library or framework. Your applications will start looking clean and professional—not just to your users, but also to anyone who looks at the code driving your applications.
This computer science course is an initiation to JavaScript programming and has been designed to help Web developers have an understanding of the basic concepts of the language. This course was developed in partnership between W3C and University Côte d'Azur.
JavaScript lets you add interactive features to your Web sites, including dynamically updated content, controlled multimedia, animated images, and much more.
The main objective of this course is to master JavaScript best practices by means of many interactive examples, some of which are demonstrated in live coding videos.
We’ll use JavaScript within the Web browser. Why JavaScript is worth your time:
- HTML5, CSS and JavaScript are the “classic three” for developers and designers;
- It allows you to add interactivity to your Web sites;
- You can use JavaScript and HTML5 APIs to create custom graphics and animation, and to master multimedia using audio and video players, music and sound effects;
- It is powerful, easy to learn, and quick to write;
- It has great tools (editors, runtimes, lint tools, browsers, and third party libraries) as well as great online support through plenty of active open source communities.
At the end of the course, we expect that you will be able to read the source code of any JavaScript example found on the Web, learn from it, tweak it, and even – why not? – start contributing to open-source JavaScript projects. This introductory course will make you think like a JavaScript developer.
Learn how to handle asynchronous work with ease! In this course, you'll use Native JavaScript Promises to write asynchronous code that is easy to read, easy to write and easy to debug. Along the way, you'll be using Promises to make a webapp come to life!
In this course you'll learn how to write JavaScript applications with confidence, using the red-green-refactor workflow. You'll write comprehensive suites of tests that validate your application is functioning as intended at all times. You'll start by exploring how other industries use a variety of tests and the value it provides. You'll then start writing your very own tests, using the Jasmine testing framework. Finally, you'll start developing your very own address book application using the red-green-refactor workflow and explore a variety of scenarios including testing asynchronous functions.
选修该课的同学一般已经具有了C语言程序设计的基础。《Java程序设计》让学习者能够以Java语言编写具有一定规模、综合性的应用程序。
从课时内容而言,主要有三部分:
第一部分是Java语言部分,包括Java概述,简单的Java程序,变量、语句、数组,类、包、接口,深入理解Java语言面向对象的特点。
第二部分是Java的API类库及应用,包括工具类及常用算法、多线程、流、文件及基于文本的应用、图形用户界面、网络、多媒体和数据库编程等。
第三部分是关于养成良好的编程习惯,能够编写高代码的质量,能够编写有一定规模的应用程序。
课程一方面重视语言的基础和原理,另一方面注意实际编程能力的培养。
课程有一些小的作业,在课程结束还要求开发有一定工作量、有中等难度的项目。
Louis Armstrong. Charlie Parker. John Coltrane. You’ve heard their names, but do you know what makes them great? In Jazz Appreciation, you will learn what these artists and many others contributed to America’s great original art form, revered the world over for its innovation and creativity. Jazz emerged during a time of tremendous change and upheaval in American society; this course will also discuss how its evolution both reflected and contributed to those changes.
Much more than a lecture series, Jazz Appreciation weaves in musical performances and examples that will deepen your understanding of the musical process and develop your ability to identify and analyze different jazz eras and great jazz soloists. It also incorporates cutting-edge adaptive learning technology that will allow you to practice your new knowledge and skills, at your own pace, until you reach mastery.
Join this course to enhance your enjoyment of jazz by developing an informed understanding and deep appreciation of the art.
Please note: This course includes a wealth of music. In sensitivity to artists’ rights, course videos including music are available for a limited time only. Materials are released weekly on Saturday mornings, and videos are removed nine days later, on Sunday nights. Please plan to keep pace with the course in order to get the most out of it.
Learn the basic concepts of improvisation from Gary Burton, one of the most renowned improvisers in the jazz world, including the mental, melodic, and harmonic processes that contribute to the instinctive skills that an improviser puts to use when taking a solo.
Innovations in music rank among America’s most significant contributions to global culture, none more so than jazz. From its humble beginnings as dance hall entertainment, jazz is now embraced as an art form, respected and imitated the world over.
This music course addresses jazz from a listener’s perspective, but calls on professional jazz musicians to help us engage with this often mysterious aural experience. This six-week course will enable interaction with the basic components of jazz (swing, improvisation, structure and personal expression) while providing an inside connection to the artists who perform it.
Content includes excerpts from the 300+ video interviews gathered with jazz personalities for the Fillius Jazz Archive, select scholarly readings and demonstrations offered by the instructor, a working musician. Students will engage in user-friendly activities that include listening, responding, counting, and internalizing the concepts that make jazz work. Rarely heard stories and anecdotes offered by our interviewees will stimulate the imagination and provide rich content for open discussion.
We will celebrate the completion of the course with a live concert, streamed to participants of the course, who will also have an opportunity to interact with Monk.
Jazz: The Music, The Stories, The Players will appeal equally to the casual listener, the avid fan and the proficient jazz player.
Trusted paper writing service WriteMyPaper.Today will write the papers of any difficulty.